Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Meshroom | 9,781 | a day ago | 422 | other | Python | |||||
3D Reconstruction Software | ||||||||||
Colmap | 5,716 | 7 hours ago | 672 | other | C++ | |||||
COLMAP - Structure-from-Motion and Multi-View Stereo | ||||||||||
Openmvg | 5,074 | a day ago | 226 | mpl-2.0 | C++ | |||||
open Multiple View Geometry library. Basis for 3D computer vision and Structure from Motion. | ||||||||||
Ceres Solver | 3,283 | 3 | a day ago | 3 | May 08, 2023 | 86 | other | C++ | ||
A large scale non-linear optimization library | ||||||||||
Alicevision | 2,629 | a day ago | 64 | other | C++ | |||||
Photogrammetric Computer Vision Framework | ||||||||||
Symforce | 1,218 | 1 | 23 days ago | 9 | November 22, 2022 | 140 | apache-2.0 | C++ | ||
Fast symbolic computation, code generation, and nonlinear optimization for robotics | ||||||||||
Bundler_sfm | 1,153 | 4 years ago | 33 | C | ||||||
Bundler Structure from Motion Toolkit | ||||||||||
Boofcv | 991 | 18 | 29 | 14 days ago | 12 | December 08, 2016 | 43 | apache-2.0 | Java | |
Fast computer vision library for SFM, calibration, fiducials, tracking, image processing, and more. | ||||||||||
Theiasfm | 698 | 2 years ago | 37 | other | C++ | |||||
An open source library for multiview geometry and structure from motion | ||||||||||
Dagsfm | 354 | a year ago | 8 | bsd-3-clause | C | |||||
Distributed and Graph-based Structure from Motion. This project includes the official implementation of our **Pattern Recognition 2020** paper: Graph-Based Parallel Large Scale Structure from Motion. |
THE PROJECT IS NO LONGER PROPERLY MAINTAINED. THE MOST RECENT CHANGES ARE IN 'slam' BRANCH AND CAN BE FOUND IN THE PULL REQUEST
GUI and CLI for TheiaSfM multiview geometry and structure from motion library.
Implemented as a part of uladbohdan and drapegnik coursework and final thesis on FAMCS, BSU and UIIP, NASB. The papers are also presented here (in belarusian and russian languages only).
10.12.4
16.04
git clone https://github.com/lybros/Appa.git
git submodule update --init
v1.7.11
v0.7
v5.7
v2.6.4
cpplint
(optional)Ninja
(optional) for build, check the instruction
DYLD_LIBRARY_PATH
environment variable to path/to/openimageio/lib
OPENIMAGEIO_INCLUDE_DIR
environment variable path/to/openimageio/include
OPENIMAGEIO_LIBRARY
environment variable to path/to/openimageio/lib
QT_CMAKE_DIR
environment variable to path/to/Qt/lib/cmake/
path/to/openimageio/bin
to $PATH
path/to/theiaSfM/build/bin
to $PATH
LOG(INFO)
from glog instead of std::cout
. set GLOG_logtostderr=1
env variable to enable loggingbash cpplint.sh
to check the accordance with style preferences