Official libmv codebase
License
libmv/libmv
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Libmv multiview reconstruction and tracking library =================================================== Libmv is a simple multiview reconstruction library. It is not ready yet. If you're interested in contributing, see: http://code.google.com/p/libmv The short story: $ make $ bin-dbg/ui/tvr/tvr Try loading two images and making a reconstruction. This UI will almost certainly crash on you and may delete your harddrive. There's a reason we claim libmv is not finished! Building -------- Before building, make sure you have the following: * CMake 2.4 or newer. * Qt4. Then run $ make in the toplevel directory. This builds a debug version, and puts it in bin-dbg. To build an optimized version, do $ make release which puts optimized executables and libraries in bin-dbg/. To run the test suite, cd in to the appriate directory and run 'make test' $ cd bin-dbg $ make test Building uses CMake, so it is possible to build in other directories with different CMake flags. However, building inside the toplevel directory with CMake will fail; in other words DON'T DO THIS: $ ls AUTHORS contrib doc LICENSE Makefile README src $ cmake . $ make <-- Will fail. Instead do this: $ ls AUTHORS contrib doc LICENSE Makefile README src $ mkdir build $ cd build $ cmake ../src # Your options here $ make $ make test $ ... Problems -------- If you encounter problems running the test suite, please mail the mailing list or file a ticket on our Google code project page http://code.google.com/p/libmv/issues
About
Official libmv codebase
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published