Wykres commitów

267 Commity (cd720006f6d14b5d9780e4e847decc5fc8b224ff)

Autor SHA1 Wiadomość Data
Piero Toffanin cd720006f6 Add AI background removal 2022-09-19 15:33:59 -04:00
Piero Toffanin 9cff356f49 Add --auto-boundary-distance 2022-07-14 21:42:16 -04:00
Piero Toffanin b584459fc9 AI-powered automatic sky removal 2022-07-14 16:02:59 -04:00
luzpaz 1bec793f9d
Fix typos (#1497)
* Fix typos

Found via `codespell -q 3 -L lod,ned,nnumber`

* Fix typo in file name reference
2022-07-10 15:02:10 -04:00
Piero Toffanin 0ea71dfb4f Add hero8 black, change config help 2022-06-16 12:47:33 -04:00
Piero Toffanin 9042a9ad28 Merge branch 'master' of https://github.com/OpenDroneMap/ODM into rolling 2022-06-16 10:36:59 -04:00
Saijin-Naib 2105630298
Update config.py
Fixup wording
2022-06-16 10:26:53 -04:00
Saijin-Naib e7bc52f2a0
Update --dem-resolution
As discussed on Community, it being 2x the GSD estimate can lead to user confusion when they expect 1x GSD estimate results.
2022-06-16 10:25:04 -04:00
Piero Toffanin 142b496a7e Add --rolling-shutter, --rolling-shutter-readout, database 2022-06-02 15:44:11 -04:00
Piero Toffanin ed425d2465 Add --no-gpu flag 2022-05-30 15:52:13 -04:00
Piero Toffanin d62ca21243 Move 3D tiles option 2022-05-26 20:42:48 -04:00
Piero Toffanin bbe3e87010 Revert "Detect OpenMVS CUDA build"
This reverts commit c21ff9e6c2.
2022-05-26 20:42:20 -04:00
Piero Toffanin c21ff9e6c2 Detect OpenMVS CUDA build 2022-05-26 19:49:18 +00:00
Piero Toffanin 9d4fcda5a4 Handle images without GPSLatitudeRef, GPSLongitudeRef 2022-05-26 14:03:42 -04:00
Piero Toffanin 732205910b Merge patchmatch 2022-05-26 17:08:27 +00:00
Piero Toffanin ecb82b9dd5 Add --3d-tiles 2022-05-25 12:50:57 -04:00
Mihai 12cf668ba2 add sharpness/compoleteness option and multiresolution sublevel options for latest version of OpenMVS changes 2022-05-19 09:04:57 +02:00
Piero Toffanin 47eb29f31c Add planar reconstruction config, plane.py 2022-04-20 20:10:58 +00:00
Piero Toffanin 6f6827091f Improve matcher-neighbors logic 2022-04-15 11:40:31 -04:00
Piero Toffanin 6914190e46 Add COPC support 2022-04-04 11:56:38 -04:00
Piero Toffanin 07be35270f Dynamic depthmap resolution 2022-03-02 13:49:02 -05:00
Piero Toffanin d48f40b830 Increase default min-num-features 2022-01-18 10:27:29 -05:00
Piero Toffanin 37886f77c2 Fix --camera-lens 2022-01-05 15:44:33 -05:00
Piero Toffanin 6ed490d2e3 Update descripton 2021-12-18 10:29:22 -05:00
Piero Toffanin 0ca7d1cefd Pypopsift support 2021-12-16 14:36:17 -05:00
Piero Toffanin fe37770c52 Add version in output log, remove --matcher-distance 2021-12-14 12:51:09 -05:00
Piero Toffanin b2764ae7f3 Faster fast-orthophoto 2021-12-07 14:53:27 -05:00
Piero Toffanin 944cd4a0bf Add --skip-orthophoto 2021-12-07 13:34:55 -05:00
Piero Toffanin e1a326f936 AKAZE features, BRUTEFORCE matcher logic, geo.txt fix 2021-11-15 12:09:21 -05:00
Saijin-Naib f4985026de Update config.py
Add AKAZE to --feature-type, re-order --feature-type to be alphabetical, Add bruteforce to --matcher-type, re-order --matcher-type to be alphabetical, add description for bruteforce.
2021-11-15 11:28:01 -05:00
Piero Toffanin d6c40929d4 Refactor PDAL pipeline for filter points, --auto-boundary config addition 2021-10-13 13:54:16 -04:00
Piero Toffanin 8791b74b73 Added --boundary config, boundary module (WIP) 2021-10-11 16:19:53 -04:00
Saijin-Naib a52bbe6154
Add ORB Support
Add ORB support as an optional --feature-type
2021-08-31 17:30:41 -04:00
Piero Toffanin 92d868e33e Add postprocess stage, embed GCP info in point clouds, rasters 2021-07-30 20:07:34 +00:00
Piero Toffanin 7aa6444637 Fix COG compression, cap mesh-octree-depth values 2021-07-03 08:46:49 -04:00
Piero Toffanin 897919b402 Add --pc-geometric 2021-06-15 14:04:17 +00:00
Piero Toffanin 633cb0bb89
Add support for generating cloud optimized GeoTIFFs (#1292)
* Add support for generating cloud optimized GeoTIFFs

* Generate COGs in DEM stage, not in create_dem

* Bump version

* Add cogeo.py
2021-06-04 15:35:56 -04:00
Piero Toffanin 29ab4fd892
Add --copy-to option (#1291)
* Add --copy-to option

* Fix snapcraft

* Remove comment

* remove comment
2021-06-03 15:12:17 -04:00
Piero Toffanin f325c8154c Tweaks, innosetup draft 2021-05-12 16:01:50 -04:00
Stephen Mather 38434e9184
Add kmz output (#1268)
* Add flag check for kmz

* Add generate_kmz

* remove osparam from systemrun

* Remove extra aaarg

* Add orthophoto-kmz argument to parser
2021-04-15 23:21:55 -04:00
Ragocnai 8b8484b41a Add Ragocnai to Contributors list 2021-03-27 14:27:13 -07:00
Piero Toffanin 2032d35580 Write band descriptions 2021-03-23 16:22:08 -04:00
Piero Toffanin 26e333318c Add --pc-tile flag 2021-03-05 09:22:27 -05:00
Piero Toffanin 330a09f133 Do not require sampling 2021-03-04 18:27:11 +00:00
Piero Toffanin 79f9f415de Always split dense reconstruction into scenes to keep memory usage in check 2021-03-03 15:05:09 -05:00
Piero Toffanin 3906876276 Add --split-image-groups parameter 2021-02-05 20:43:19 +00:00
Piero Toffanin a8077d0473 Add --skip-report 2021-01-15 09:59:02 -05:00
Piero Toffanin 29a346c6aa Remove --use-opensfm-dense, add more stats data for report, diagram 2021-01-13 22:22:44 +00:00
Piero Toffanin 43d67019da Better config help, cleanup 2020-12-19 12:29:00 -05:00
Piero Toffanin 8e49d99939 Wording, eps tweak 2020-12-15 12:54:31 -05:00