All Projects → dronemapper-io → aruco-geobits

dronemapper-io / aruco-geobits

Licence: MIT license
geobits: ArUco Ground Control Point Targets and Detection for Aerial Imagery (UAV/MAV).

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to aruco-geobits

NodeMICMAC
A Lightweight REST API to Access MICMAC Photogrammetry and SFM Engine.
Stars: ✭ 54 (+68.75%)
Mutual labels:  geospatial, gis, remote-sensing, drones, photogrammetry, dronemapper
geowarp
Super Low-Level Raster Reprojection and Resampling Library
Stars: ✭ 20 (-37.5%)
Mutual labels:  geospatial, gis, imagery
earthengine-apps
A collection of Earth Engine Apps created using geemap, voila, and heroku
Stars: ✭ 20 (-37.5%)
Mutual labels:  geospatial, gis, remote-sensing
WhiteboxTools-ArcGIS
ArcGIS Python Toolbox for WhiteboxTools
Stars: ✭ 190 (+493.75%)
Mutual labels:  geospatial, gis, remote-sensing
whiteboxgui
An interactive GUI for WhiteboxTools in a Jupyter-based environment
Stars: ✭ 94 (+193.75%)
Mutual labels:  geospatial, gis, remote-sensing
earthengine-py-examples
A collection of 300+ examples for using Earth Engine and the geemap Python package
Stars: ✭ 76 (+137.5%)
Mutual labels:  geospatial, gis, remote-sensing
Awesome Gee
A curated list of Google Earth Engine resources
Stars: ✭ 292 (+812.5%)
Mutual labels:  geospatial, gis, remote-sensing
3d Tiles
Specification for streaming massive heterogeneous 3D geospatial datasets 🌎
Stars: ✭ 1,054 (+3193.75%)
Mutual labels:  geospatial, gis, photogrammetry
Geemap
A Python package for interactive mapping with Google Earth Engine, ipyleaflet, and folium
Stars: ✭ 959 (+2896.88%)
Mutual labels:  geospatial, gis, remote-sensing
Earthengine Py Notebooks
A collection of 360+ Jupyter Python notebook examples for using Google Earth Engine with interactive mapping
Stars: ✭ 807 (+2421.88%)
Mutual labels:  geospatial, gis, remote-sensing
eodag
Earth Observation Data Access Gateway
Stars: ✭ 183 (+471.88%)
Mutual labels:  geospatial, gis, remote-sensing
Whitebox Python
WhiteboxTools Python Frontend
Stars: ✭ 188 (+487.5%)
Mutual labels:  geospatial, gis, remote-sensing
Geospatial Machine Learning
A curated list of resources focused on Machine Learning in Geospatial Data Science.
Stars: ✭ 289 (+803.13%)
Mutual labels:  geospatial, gis, remote-sensing
Whitebox Tools
An advanced geospatial data analysis platform
Stars: ✭ 362 (+1031.25%)
Mutual labels:  geospatial, gis, remote-sensing
Awesome Geospatial Companies
🌐 List of 500+ geospatial companies (GIS, Earth Observation, UAV, Satellite, Digital Farming, ..)
Stars: ✭ 184 (+475%)
Mutual labels:  geospatial, gis, remote-sensing
Python Geospatial
A collection of Python packages for geospatial analysis with binder-ready notebook examples
Stars: ✭ 187 (+484.38%)
Mutual labels:  geospatial, gis, remote-sensing
olturf
A Turf toolbar for OpenLayers.
Stars: ✭ 30 (-6.25%)
Mutual labels:  geospatial, gis
sits
Satellite image time series in R
Stars: ✭ 342 (+968.75%)
Mutual labels:  geospatial, remote-sensing
gisjogja
GISJOGJA - aplikasi web based sistem informasi geografis (SIG) / GIS wisata kota JOGJA - www.firstplato.com
Stars: ✭ 17 (-46.87%)
Mutual labels:  gis, gcp
ee-land-change
Google Earth Engine land-use change tutorial for SCBI
Stars: ✭ 22 (-31.25%)
Mutual labels:  gis, remote-sensing

geoBits: ArUco Ground Control Point (GCP) Targets and Detection for Aerial Imagery (UAV/MAV/SAT).

http://geobits.io

https://dronemapper.com

TAGS: openCV, ArUco, QR Code, GCP, Drones, Ground Control Points, DroneMapper, Manned Aircraft, Aerial Imagery, Remote Sensing

Overview:

We've developed an aerial ground control point target system similar to a QR code. Our GCP targets are digitally encoded fiducial markers with computer vision software functionality to enhance workflows and provide the highest accuracy possible for photogrammetry missions.

Build:

Download and build opencv3 and opencv_contrib.

Next, build geoBits with the following commands:

$ mkdir build ; cd build

$ export OpenCV_DIR=/opt/OPENCV3_DIR/; cmake ...

$ make

Use:

$ ./build/drnmppr-detect-marker -d=0 -i=img/DJI_0040.JPG -l=0.161 -dp=detector_params.yml
DM-0 img/DJI_0040.JPG 1644.65 2391.85
DM-1 img/DJI_0040.JPG 2049.15 1130.93

Notes:

Printable 10000x10000 pixel markers are in the markers directory.

Cite Us:

If you use geoBits, please cite it as:

@misc{aruco-geobits,
  author = "JP Stoermer and Pierre Stoermer",
  title = "geoBits",
  howpublished = "\url{https://github.com/dronemapper-io/aruco-geobits}",
}

Contact:

JP Stoermer & Pierre Stoermer @ https://dronemapper.com

Screenshots:

Optional camera/sensor calibration:

Integrations & Uses:

  • Integrated into DroneMapper Remote Expert GCP tool and QA tools (Windows 10) https://dronemapper.com
  • Integrated into Bayer Crop Science UAV/MAV/SAT imagery processing pipeline (Private Cloud) https://bayer.com
  • Used for various R&D missions and aerial image projects for DroneMapper.com and clients
  • Used for various Agriculture R&D projects for AgEcoSystems, Syngenta and others
  • Cited and included in patent submissions for Remote Oil Tank Volumetric Estimation
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].