Piero Toffanin
d77de0ced4
Split-merge fixes on Windows
2021-05-11 15:04:28 -04:00
Piero Toffanin
717b6dcb6e
Merge master
2021-05-11 10:49:52 -04:00
Piero Toffanin
6acc9d4162
Update vmem
2021-05-11 10:48:49 -04:00
Piero Toffanin
f0c495eedc
Merge pull request #1281 from pierotofy/sansgrass
...
Remove dependency on GRASS GIS
2021-05-07 13:07:00 -04:00
Piero Toffanin
d258b31d05
Cleanup, fixes
2021-05-07 11:44:55 -04:00
Piero Toffanin
c69b22e99c
Remove GRASS dependency
2021-05-07 11:37:28 -04:00
Piero Toffanin
c27f78d17f
Rewrote cutline computation algorithm
2021-05-07 11:34:09 -04:00
Piero Toffanin
1dadae2cc3
Started rewriting cutline computation algorithm
2021-05-06 15:31:38 -04:00
Piero Toffanin
e46ff4ee78
End-to-end pipeline runs
2021-05-04 14:46:55 -04:00
Piero Toffanin
5ef0e7c129
Windows fixes up to meshing
2021-05-04 13:04:13 -04:00
Piero Toffanin
e914800fb1
Merge branch 'master' of https://github.com/OpenDroneMap/ODM into win32
2021-05-04 10:36:23 -04:00
Piero Toffanin
ef6121b70a
Merge pull request #1278 from pierotofy/omvsup
...
Fix bad lexical cast: source type value could not be interpreted as target
2021-05-03 12:50:11 -04:00
Piero Toffanin
ecccceffcc
Fix bad lexical cast: source type value could not be interpreted as target
2021-05-03 12:38:36 -04:00
Piero Toffanin
9fac4d0471
Merge pull request #1276 from pierotofy/omvsup
...
Update OpenMVS
2021-04-30 23:55:39 -04:00
Piero Toffanin
7cd63f87df
ODM win32 smoke test!
2021-04-30 15:45:48 -04:00
Piero Toffanin
6fd2533e81
Moved OpenSfM, tune down ceres logging
2021-04-29 15:12:09 -04:00
Piero Toffanin
822172250f
Update gpu.py
2021-04-29 10:01:34 -04:00
Piero Toffanin
50b258b9e8
odm_orthophoto builds, cleanup superbuild folder structure
2021-04-28 16:06:27 -04:00
Piero Toffanin
9cca1e40f2
Add odm_orthophoto deps
2021-04-28 15:11:24 -04:00
Piero Toffanin
5f8d3bedd5
Build OpenMVS
2021-04-28 15:02:28 -04:00
Piero Toffanin
22373321b4
Moved odm_orthophoto to separate repo, removed build, modules folders
2021-04-28 14:58:19 -04:00
Piero Toffanin
5e98c8bbc1
Update OpenMVS
2021-04-28 14:04:55 -04:00
Piero Toffanin
3cd360d61d
Untwine, lasmerge working
2021-04-28 12:11:22 -04:00
Piero Toffanin
dcd9c9f0f3
Merge branch 'master' of https://github.com/OpenDroneMap/ODM into win32
2021-04-28 09:09:37 -04:00
Piero Toffanin
132d9c8447
Merge pull request #1275 from pierotofy/sansvtk
...
Removed VTK, odm_cleanmesh module
2021-04-27 21:27:50 -04:00
Piero Toffanin
0d9d65969d
merged sansvtk branch, pdal compiles
2021-04-27 15:55:14 -04:00
Piero Toffanin
139aa44b0f
Fix entwine
2021-04-27 15:19:32 -04:00
Piero Toffanin
5a357677cb
Fix dem2points path
2021-04-27 14:53:49 -04:00
Piero Toffanin
5a5685e705
Fix odm_orthophoto link to boost
2021-04-27 13:00:13 -04:00
Piero Toffanin
c72a78aad8
Build dem2mesh, dem2points, poissonrecon
2021-04-27 12:27:41 -04:00
Piero Toffanin
f7dfc98832
dem2points, dem2mesh install targets
2021-04-27 11:43:51 -04:00
Piero Toffanin
4ba45dcd2f
Entwine without zstd support
2021-04-27 09:15:37 -04:00
Piero Toffanin
3a1048eba4
Don't build entwine with zstd
2021-04-26 18:00:57 -04:00
Piero Toffanin
7bc5d1722d
CMake changes
2021-04-26 15:47:03 -04:00
Piero Toffanin
8040c1763f
Remove zstd, do not require OpenGL for PCL
2021-04-26 14:59:04 -04:00
Piero Toffanin
520277e898
Update PCL to 1.11.1
2021-04-26 14:50:35 -04:00
Piero Toffanin
c9f56c33eb
Do not build with VTK
2021-04-26 14:22:00 -04:00
Piero Toffanin
63a2a160fe
Bump version
2021-04-26 11:14:21 -04:00
Piero Toffanin
c256a87920
Removed VTK, odm_cleanmesh module
2021-04-26 11:12:33 -04:00
Piero Toffanin
9be3e3ff4d
Minor style adjustment
2021-04-22 14:38:24 -04:00
Piero Toffanin
8cd9671904
Merge pull request #1273 from charnesp/patch-1
...
Avoid bug when `resize-to=-1` in WebODM lead to `feature_process_size=1` in OpenSFM
2021-04-22 14:36:09 -04:00
charnesp
78a1fdd613
Avoid bug when `resize-to=1` in WebODM
...
When `resize-to`is set to `-1` in WebODM (default case in WebODM), `resize_to_is_set`is equal to `-1`, thus `feature_process_size`is set to `-1` and opensfm works at full image size. This patch avoid it.
2021-04-22 20:23:35 +02:00
Piero Toffanin
59771b4962
mvs-texturing building on Windows
2021-04-22 11:40:59 -04:00
Piero Toffanin
947ecb15d9
Removed vpckg submodule
2021-04-21 09:28:58 -04:00
Piero Toffanin
08c0e45a28
Fix local variable 'octx' referenced before assignment
2021-04-20 10:00:03 -04:00
Piero Toffanin
02fe3fe031
CMake changes
2021-04-19 11:08:32 -04:00
Piero Toffanin
1a34343a73
Update gpu.py
2021-04-17 11:28:50 -04:00
Piero Toffanin
64861119cc
Update gpu.py
2021-04-17 11:28:35 -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
Stephen Mather
dbcc656b13
Merge pull request #1269 from pierotofy/pip
...
Remove unused dependencies
2021-04-15 12:06:21 -04:00