Wykres commitów

3395 Commity (175d141ea7c74085b11553d9905b62df74696ea5)

Autor SHA1 Wiadomość Data
Piero Toffanin 186b4c9568
Merge pull request #1772 from pierotofy/blacklevel
Add black level support for certain DJI drones
2024-07-01 12:30:06 -04:00
Piero Toffanin b5f0fd92c3 Add BlackCurrent support for DJI, fix multiplication by radio calib coefficient 2024-06-30 13:29:20 -04:00
Piero Toffanin 9acbaf5326
Merge pull request #1771 from pierotofy/homographyfix
Mavic 3M Support
2024-06-29 11:36:53 -04:00
Piero Toffanin 8b51c69561 Revert eigen34 ceres usage 2024-06-29 04:05:04 +00:00
Piero Toffanin 768687e481 Use local eigen version for ceres 2024-06-29 03:43:49 +00:00
Piero Toffanin 9d71d5deb5 Import fix, less verbose output 2024-06-28 21:10:06 +00:00
Piero Toffanin b48a1e82c5 Revert M3M RGB dewarp 2024-06-28 16:58:14 -04:00
Piero Toffanin 7b33e33d98 Disable vignetting 2024-06-28 20:44:24 +00:00
Piero Toffanin 6cfe7e92f3 Multi-thread dewarp, odm_orthophoto texture depth fix 2024-06-28 19:52:45 +00:00
Piero Toffanin ecb81eb537 Uncomment debug code 2024-06-28 17:14:00 +00:00
Piero Toffanin 86b76fe09a Merge branch 'smartband' into homographyfix 2024-06-28 17:13:24 +00:00
Piero Toffanin 5c68df75b3 Fix homography calculations 2024-06-28 17:12:53 +00:00
Piero Toffanin 75c363994c
Merge pull request #1765 from pierotofy/undist
Speed-up undistortion by 2x
2024-06-11 18:52:51 -04:00
Piero Toffanin 02bbf38b3d Do not limit SRT parser to 10 seconds delta interpolation 2024-06-11 18:48:14 -04:00
Piero Toffanin 68e6a46390 Export camera mappings file 2024-06-10 13:03:45 -04:00
Piero Toffanin 60a886e0a8 Export cam_id in shots.geojson 2024-06-10 12:56:22 -04:00
Piero Toffanin 261de21981 Update OpenSfM to 352 2024-06-10 11:02:22 -04:00
Piero Toffanin ae6726e536
Merge pull request #1760 from pierotofy/fastcut
Skip feathered raster generation when possible
2024-05-17 15:51:32 -04:00
Piero Toffanin 6da366f806 Windows fix 2024-05-17 15:23:10 -04:00
Piero Toffanin e4e27c21f2 Skip feathered raster generation when possible 2024-05-17 14:55:26 -04:00
Piero Toffanin f9136f7a0d
Merge pull request #1758 from idimitrovski/master
Support for DJI Mavic 2 Zoom srt files
2024-05-10 11:24:52 -04:00
idimitrovski a2d9eccad5 Support for DJI Mavic 2 Zoom srt files 2024-05-10 09:29:37 +02:00
Piero Toffanin 424d9e28a0
Merge pull request #1756 from andrewharvey/patch-1
Fix PoissonRecon failed with n threads log message
2024-04-18 11:53:46 -04:00
Andrew Harvey a0fbd71d41
Fix PoissonRecon failed with n threads log message
The message was reporting failure with n threads and retrying with n // 2, however a few lines up threads was already set to n // 2 representing the next thread count to try.
2024-04-18 15:35:53 +10:00
Piero Toffanin 6084d1dca0
Merge pull request #1754 from pierotofy/minviews
Use min views filter = 1
2024-04-11 23:18:26 -04:00
Piero Toffanin aef4182cf9 More solid OpenMVS clustering fallback 2024-04-11 14:18:20 -04:00
Piero Toffanin 6c0fe6e79d Bump version 2024-04-10 22:07:36 -04:00
Piero Toffanin 17dfc7599a Update pc-filter value to 5 2024-04-10 13:48:11 -04:00
Piero Toffanin a70e7445ad Update default feature-type, pc-filter values 2024-04-10 12:26:34 -04:00
Piero Toffanin 981bf88b48 Use min views filter = 1 2024-04-10 11:13:58 -04:00
Piero Toffanin ad63392e1a
Merge pull request #1752 from pierotofy/geobom
Fix BOM encoding bug with geo files
2024-04-02 12:53:35 -04:00
Piero Toffanin 77f8ffc8cd Fix BOM encoding bug with geo files 2024-04-02 12:46:20 -04:00
Piero Toffanin 4d7cf32a8c
Merge pull request #1751 from smathermather/fish-aye
replace fisheye with fisheye_opencv but keep API the same until 4.0
2024-03-11 23:32:19 -04:00
Stephen Mather 5a439c0ab6 replace fisheye with fisheye_opencv but keep API the same until 4.0 2024-03-11 22:56:48 -04:00
Piero Toffanin ffcda0dc57
Merge pull request #1749 from smathermather/increase-default-GPS-Accuracy
increase default GPS-Accuracy to 3m
2024-03-08 22:16:44 -05:00
Stephen Mather 2c6fd1dd9f
increase default GPS-Accuracy to 3m 2024-03-08 22:13:54 -05:00
Sylvain POULAIN cb3229a3d4
Add Mavic 3 rolling shutter, not enterprise version (#1747)
* Add Mavic 3 rolling shutter

* M3
2024-02-12 09:50:22 -05:00
Piero Toffanin fc9c94880f
Merge pull request #1746 from kielnino/set-extensionsused
GLTF - obj2glb - Set extensionsUsed in all cases to be consistent with the GLTF standard
2024-02-09 10:23:22 -05:00
kielnino b204a2eb98
set extensionsUsed in all cases 2024-02-09 15:06:02 +01:00
Piero Toffanin d9f77bea54
Merge pull request #1744 from kielnino/remove-unuses-mvs_tmp_dir
Update comment on mvs_tmp_dir
2024-02-01 09:14:23 -05:00
kielnino 10947ecddf
clarify usage of tmp directory 2024-02-01 12:02:06 +01:00
kielnino f7c7044823
remove unused mvs_tmp_dir 2024-02-01 09:25:10 +01:00
Piero Toffanin ae50133886
Merge pull request #1742 from pierotofy/eptclass
Classify point cloud before generating derivative outputs
2024-01-25 12:56:36 -05:00
Piero Toffanin 9fd3bf3edd Improve SRT parser to handle abs_alt altitude reference 2024-01-23 22:24:38 +00:00
Piero Toffanin fb85b754fb Classify point cloud before generating derivative outputs 2024-01-23 17:03:36 -05:00
Piero Toffanin c5c3930b8a Merge branch 'master' of https://github.com/OpenDroneMap/ODM into smartband 2024-01-19 15:37:30 -05:00
Piero Toffanin c424769cd7 PoC Mavic 3M RGB unwarping 2024-01-19 15:37:25 -05:00
Piero Toffanin 30f89c068c
Merge pull request #1739 from pierotofy/smartband
Fix build
2024-01-15 19:41:20 -05:00
Piero Toffanin 260b4ef864 Manually install numpy 2024-01-15 16:21:08 -05:00
Piero Toffanin fb5d88366e
Merge pull request #1738 from pierotofy/smartband
Ignore multispectral band groups that are missing images
2024-01-15 11:38:53 -05:00