-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into develop_keypoint_orientation_sfm
- Loading branch information
Showing
46 changed files
with
306,626 additions
and
311 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# GitHub syntax highlighting | ||
pixi.lock linguist-language=YAML | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ build* | |
*.out | ||
docs/openmvg.pdf | ||
tags | ||
.pixi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[project] | ||
name = "openMVG" | ||
version = "0.1.0" | ||
description = "openMVG 'open Multiple View Geometry' library. Basis for 3D computer vision and Structure from Motion." | ||
authors = ["OpenMVG Team<[email protected]>"] | ||
channels = ["conda-forge"] | ||
platforms = ["linux-64", "osx-arm64", "osx-64"] | ||
repository = "https://github.com/openMVG/openMVG" | ||
|
||
[tasks] | ||
clean = { cmd = "rm -rf build " } | ||
print-env = { cmd = "echo $PATH" } | ||
configure = "cmake -B build -S ./src -DOpenMVG_BUILD_TESTS:BOOL=ON" | ||
build = { cmd = "cmake --build build -j 4", depends_on = ["configure"] } | ||
test = { cmd = "cd build; ctest -j", depends_on = ["build"] } | ||
|
||
[dependencies] | ||
ceres-solver = "2.2.0.*" | ||
libjpeg-turbo = "3.0.0.*" | ||
cmake = "3.28.1.*" | ||
cxx-compiler = "1.7.0.*" | ||
libpng = "1.6.39.*" | ||
zlib = "1.2.13.*" | ||
libtiff = "4.6.0.*" |
Oops, something went wrong.