Wykres commitów

892 Commity (288)

Autor SHA1 Wiadomość Data
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 44d0039de8 Fix None check in GPSAltitudeRef 2022-07-10 12:45:11 -04:00
Piero Toffanin b7ae59b429 Update ExifRead, speed camelCase --> snake_case, fix var used before assignment 2022-07-10 12:40:33 -04:00
Piero Toffanin 6e23de03a0 Bug fixes, more memory efficient DEM smoothing 2022-07-10 12:21:31 -04:00
Piero Toffanin cc7fb2efa5
Merge pull request #1493 from pierotofy/auto
Faster band alignment, minor fixes, thermal improvements
2022-07-07 12:20:55 -04:00
Piero Toffanin c7b6fe52f3 Revert some PNG generation logic 2022-07-07 12:14:59 -04:00
Piero Toffanin ba4fa0d555 scale the initial warp matrix to smallest level 2022-07-07 11:15:29 -04:00
Stephen Mather 26feef4fdb
Remove odm_orthophoto.tif from transfer 2022-07-07 11:08:25 -04:00
Piero Toffanin 1789f09387 Use INTER_LANCZOS4 2022-07-07 04:06:44 -04:00
Piero Toffanin 812281a6ae Fix interpolation 2022-07-07 03:55:53 -04:00
Piero Toffanin d99043ca6b Better resize interpolation 2022-07-07 03:21:12 -04:00
Piero Toffanin 5c82b65788 Less logging 2022-07-07 03:08:39 -04:00
usplm ea5a4b4053 Parse RGB bands to generate PNG image 2022-07-07 03:04:10 -04:00
Piero Toffanin da73ada89b Change min_match_count 2022-07-07 02:59:57 -04:00
usplm c1b9ff4c8c Reduced minimal good matches threshold 2022-07-07 02:58:19 -04:00
Piero Toffanin 760238b9cd Remove comments 2022-07-07 02:57:45 -04:00
usplm c35ab4480b Use FLANN matcher instead of brute force 2022-07-07 02:55:03 -04:00
usplm d7ae810958 Use Lowe's ration test to filter good matches 2022-07-07 02:54:24 -04:00
usplm cca10a82ac Read Micasense capture id metadata 2022-07-07 02:50:33 -04:00
usplm 7ec2434072 Return thermal band without radiance calibration 2022-07-07 02:50:08 -04:00
usplm d640e0dfd9 Removed thermal temperature conversion 2022-07-07 02:49:51 -04:00
usplm 1a0711671f Use ECC algorithm only for low resolution images
MC-909
2022-07-07 02:48:40 -04:00
Piero Toffanin 12619dfd64
Merge pull request #1489 from smathermather/moarasterio
Moarasterio -- bigtiff fixes
2022-07-01 11:22:55 -04:00
Stephen Vincent Mather 12dac7cd20 fix all the big(tiff) problems 2022-06-29 15:42:13 -04:00
Piero Toffanin 9f27c21a2a Add global 2022-06-29 01:12:38 -04:00
Piero Toffanin 4a9ca4c283 Print info only once 2022-06-28 23:56:49 -04:00
Saijin-Naib 9e09da12ff
INFO message for camera make/model/readout
This currently prints once per image in the Task so it gets noisy on the console.
2022-06-28 21:39:30 -04:00
Saijin-Naib 3223262055
Update rollingshutter.py
Fix trailing comma
2022-06-23 22:59:47 -04:00
Saijin-Naib b1a523d26a
Add readout for TeraCube TeraCube_One Mobile Phone 2022-06-23 22:40:22 -04:00
Shuo Zhong be50747ff2 fix: osfm elevation check 2022-06-22 14:14:36 -04:00
Shuo Zhong 8f5915cb79 fix: osfm elevation check 2022-06-22 10:38:11 -04:00
Piero Toffanin 7f7bc332ba
Merge pull request #1477 from smathermather/rasterio-if-safer
Fix for RasterioIOError BigTIFF
2022-06-21 03:20:16 -04:00
Stephen Mather 559ccbacad
BIGTIFF IF_SAFER 2022-06-20 22:22:09 -04:00
Stephen Mather 1e0ea2d074
Fix for RasterioIOError BigTIFF 2022-06-20 19:09:12 -04:00
Shuo Zhong 9fd42959d3 change camera angle entry of geo-location file geo.txt from omega/phi/kappa to yaw/pitch/roll, support empty ypr (will use ypr from exif data instead of overwriting them to None) 2022-06-20 15:57:27 -04:00
Piero Toffanin 157a2eb90a
Merge pull request #1475 from pierotofy/rolling
Fix SIFT GPU on Windows
2022-06-19 17:02:10 -04:00
Piero Toffanin 200a553019 Fix SIFT_GPU on Windows 2022-06-19 17:00:49 -04:00
Nyall Dawson 54ecc60424
Add mavic air 2 readout time 2022-06-18 14:01:51 +10:00
Piero Toffanin 264104190b Link to RSCalibration 2022-06-17 15:18:09 -04:00
Piero Toffanin 55ad45a3f3 Rolling shutter correction on split-merge 2022-06-17 14:41:29 -04:00
Piero Toffanin 653faedf1c Allow to specify cameras.json as a priori estimate instead being fixed 2022-06-17 14:29:42 -04:00
Piero Toffanin 44abc0c1f5 Merge master 2022-06-16 17:17:02 -04:00
Piero Toffanin 3ea4d068db
Merge pull request #1471 from smathermather/bundle_compensate_gps_bias_NO
Hotfix for bundle_compensate_gps_bias
2022-06-16 17:16:09 -04:00
Stephen Mather af98edd8bf
Hotfix for bundle_compensate_gps_bias
Seeing problems in lots of datasets. We should get this in to the main branch ASAP.
2022-06-16 17:12:41 -04:00
Piero Toffanin b1c9152cc8 Change rs_correct call 2022-06-16 13:28:42 -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 7da3e19e6d Full pipeline rerun test 2022-06-15 16:14:17 -04:00