Wykres commitów

914 Commity (c7676ba5f3c69d6f1bda6ad0581b2442f4abae63)

Autor SHA1 Wiadomość Data
Piero Toffanin cd720006f6 Add AI background removal 2022-09-19 15:33:59 -04:00
Piero Toffanin 333eec7644 Propagate DYLD_LIBRARY_PATH 2022-09-10 16:45:16 -04:00
Piero Toffanin 3fd7b3c086 Remove dependency to onnx 2022-09-06 16:53:11 -04:00
Carsten 750938732e
Adding DJI Mavic 2 Pro
Adding rolling Shuttder readout for DJI Mavic 2 Pro (16:10 and 4:3)
2022-08-11 22:59:00 +02:00
Umang Kalra 3200dd27cd Added a warning before split-merge to ensure GPS/GCP info is present. 2022-08-05 00:36:25 +05:30
dsandson 04052540fc
Update rollingshutter.py
Add Yuneec H520 / E90 camera with 44ms rolling shutter speed
2022-08-03 12:18:42 +01:00
Thor d7277bea64 fix some inaccurate comments 2022-07-31 17:13:27 -04:00
Thor d09025513a implemented chunked median filter for faster speed 2022-07-31 16:40:01 -04:00
Piero Toffanin 7343758d04 Fix vignetting on P4 2022-07-27 15:10:37 -04:00
Piero Toffanin 8b41d5fb7b P4 Multispectral as first class citizen 2022-07-27 13:31:34 -04:00
Piero Toffanin 4272cd9d76 Mixed 8bit RGB/ 16 bit tiff radiometric calibration working 2022-07-26 14:59:21 -04:00
Piero Toffanin 2b92f6ccf2 Support mixed RGB+Multispec image inputs 2022-07-25 16:09:48 -04:00
usplm 14ec9c1f90 Fixed file extension check 2022-07-25 14:45:46 -04:00
usplm 9c64f8fdcc Added for support DJI H20T camera 2022-07-25 14:45:37 -04:00
Piero Toffanin 3fa065e0af Dynamic rolling shutter readout db 2022-07-25 12:33:11 -04:00
Piero Toffanin 9171455012 Partial fix for #1506 2022-07-21 23:43:42 -04:00
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 9cff356f49 Add --auto-boundary-distance 2022-07-14 21:42:16 -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 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
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