Piero Toffanin
e914800fb1
Merge branch 'master' of https://github.com/OpenDroneMap/ODM into win32
2021-05-04 10:36:23 -04:00
Piero Toffanin
6fd2533e81
Moved OpenSfM, tune down ceres logging
2021-04-29 15:12:09 -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
0d9d65969d
merged sansvtk branch, pdal compiles
2021-04-27 15:55:14 -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
c256a87920
Removed VTK, odm_cleanmesh module
2021-04-26 11:12:33 -04:00
Piero Toffanin
59771b4962
mvs-texturing building on Windows
2021-04-22 11:40:59 -04:00
Piero Toffanin
02fe3fe031
CMake changes
2021-04-19 11:08:32 -04:00
Piero Toffanin
ae3f6b8785
Replace psutil with vmem
2021-04-14 11:59:20 -04:00
Piero Toffanin
8c7e783816
Add support for EXIFs from agremo camera
2021-04-13 09:05:17 -04:00
Piero Toffanin
fea74f5bd3
Update OpenMVS
2021-03-31 10:15:39 -04:00
Piero Toffanin
cf259688fe
Merged origin/master
2021-03-05 10:26:05 -05:00
Piero Toffanin
bb0dfc1243
Merged local master
2021-03-05 10:24:30 -05:00
Piero Toffanin
6085acd0ad
Update OpenMVS to latest
2021-03-01 20:34:40 +00:00
Piero Toffanin
8e2577090a
Remove odm_georef module, rewrite pipeline to use geographic CRS during reconstruction
2021-02-24 20:11:16 +00:00
Piero Toffanin
3b2a60737c
Add gpu dockerfile
2021-02-09 12:14:05 -05:00
Piero Toffanin
e96481a861
Use --diagram_max_points when computing stats
2021-01-18 14:11:35 -05:00
Piero Toffanin
9c5ace63a8
Update OpenMVS
2021-01-12 14:28:37 -05:00
Piero Toffanin
b2224e5b68
Update opensfm, round OpenMVS depthmap level
2021-01-11 10:15:15 -05:00
Piero Toffanin
d91f4db580
Entwine/untwine, life's better together
2020-12-10 19:23:21 +00:00
Piero Toffanin
92d05243b1
Stability improvements, bug fixes, updated OpenMVS
2020-12-05 15:15:07 -05:00
Piero Toffanin
a2040b2274
Entwine --> Untwine
2020-12-01 11:28:23 -05:00
Piero Toffanin
f83c81126c
updated opensfm, start-dev-env script
2020-11-30 14:01:17 -05:00
Piero Toffanin
5840450d0f
More robust EXIF parsing
2020-11-17 09:32:14 -05:00
Piero Toffanin
c6613910b3
Updated mvs-texturing, added --pc-quality flag, removed --texturing-nadir-weight
2020-11-12 10:23:02 -05:00
Piero Toffanin
ba778a22c4
Merge branch 'master' of https://github.com/OpenDroneMap/ODM into master
2020-11-08 22:59:42 -05:00
Piero Toffanin
a2bc49009f
Update OpenSfM, add warning filter
2020-11-08 22:59:24 -05:00
Piero Toffanin
f5a596c6e4
Fix race condition build issue with lasmerge
2020-11-08 16:43:19 -05:00
Daniel Llewellyn
d8da003868
Fix Buildtime Race Condition
...
The `mv` in `SuperBuild` for `lasmerge` will copy `lasmerge` to a file
called `SuperBuild/install/bin` **not**
`SuperBuild/install/bin/lasmerge` when the `bin` folder has not been
created. This is the case when building with 2 jobs (`-j2`) so builds
fail when moving onto OpenCV which requires that `bin` be a directory.
* Change `mv` to more reliable `install` command for `lasmerge`.
Signed-off-by: Daniel Llewellyn <daniel@snapcraft.ninja>
2020-11-08 16:58:07 +00:00
Piero Toffanin
4af4e4007b
Get OpenMVS from ODM repo
2020-11-02 15:58:25 -05:00
Piero Toffanin
253d76314a
Catch errors in cropping, handle image masks
2020-11-02 11:13:23 -05:00
Piero Toffanin
f31355e3ce
Remove MVE, handle image masks
2020-10-28 14:13:34 -04:00
Piero Toffanin
e38cc753d2
Pin OpenMVS at v1.1.1, misc fixes
2020-10-27 19:30:11 -04:00
Piero Toffanin
756092149e
Add External-OpenMVS.cmake
2020-10-27 17:21:28 -04:00
Piero Toffanin
e3cc8f1f9b
Started adding OpenMVS
2020-10-27 17:10:10 -04:00
Piero Toffanin
62e62efa37
Additional include dirs
2020-10-26 15:37:23 +00:00
Piero Toffanin
2ff66d76a9
Change OpenCV allocator stats counter
2020-10-26 15:01:19 +00:00
Piero Toffanin
e97ace27b4
Merge remote-tracking branch 'diddledan/bump-opencv-to-4-5-0' into 210
2020-10-26 10:32:48 -04:00