Wykres commitów

2900 Commity (mgpu)

Autor SHA1 Wiadomość Data
DarrylB6438 41d3e20620
Add Air2S to rollingshutter.py
As measured using https://github.com/OpenDroneMap/RSCalibration
2022-07-20 17:22:48 -05:00
Piero Toffanin b2c9079624 Fix warning log call 2022-07-19 22:07:12 +00:00
Piero Toffanin 5dd0859f47
Merge pull request #1502 from pierotofy/skyremoval
AI powered Sky Removal
2022-07-14 23:11:12 -04:00
Piero Toffanin 1a905e9709 Change warn message 2022-07-14 23:10:48 -04:00
Piero Toffanin 9cff356f49 Add --auto-boundary-distance 2022-07-14 21:42:16 -04:00
Piero Toffanin 24f9945fba remove print 2022-07-14 17:07:57 -04:00
Piero Toffanin 801b771ba8 Fix pitch check 2022-07-14 17:07:43 -04:00
Piero Toffanin 08e1e33919 Remove copy_queue_items 2022-07-14 16:13:32 -04:00
Piero Toffanin b584459fc9 AI-powered automatic sky removal 2022-07-14 16:02:59 -04:00
Piero Toffanin d61d0e0cbe Bump version 2022-07-14 13:24:45 -04:00
Piero Toffanin dc763e486f Remove duplicate BIGTIFF directive 2022-07-12 14:34:13 -04:00
Piero Toffanin f1fc89e517 Fix: multiple values for keyword argument BIGTIFF 2022-07-12 14:28:41 -04:00
Piero Toffanin 4aeae213f2
Merge pull request #1498 from pierotofy/bugfixes
Clean GDAL win32 environment
2022-07-11 11:11:11 -04:00
Piero Toffanin 461992fb18 Clean GDAL win32 environment 2022-07-11 11:10:11 -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 d21c5baf64
Merge pull request #1495 from pierotofy/bugfixes
Bug Fixes
2022-07-10 12:48:51 -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 f4da6d9c03
Merge pull request #1494 from smathermather/download_less
Remove odm_orthophoto.tif from transfer
2022-07-07 11:19:27 -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
Piero Toffanin e283125db9
Update issue_template.md 2022-07-01 10:22:55 -04:00
Stephen Vincent Mather 12dac7cd20 fix all the big(tiff) problems 2022-06-29 15:42:13 -04:00
Piero Toffanin 72310bc9a9
Merge pull request #1486 from Saijin-Naib/Saijin-Naib-RS_INFO_Message
INFO message for camera make/model/readout
2022-06-29 01:17:21 -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
Piero Toffanin a568d1fb2d OpenSfM builds 2022-06-26 20:44:48 -04:00
Piero Toffanin 885f568503
Merge pull request #1485 from Saijin-Naib/patch-2
Add readout for TeraCube TeraCube_One Mobile Phone
2022-06-23 23:17:27 -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
Piero Toffanin 0f2a4897b3
Merge pull request #1484 from pierotofy/masks
Image Masks Fix
2022-06-23 20:31:23 -04:00