-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Kevin Velickovic edited this page Apr 16, 2015
·
4 revisions
Camera pointcloud procedures
- pointcloud-dependencies : Dependencies checker
- pointcloud-merge-lr : LEFT/RIGHT tiles merger
- pointcloud-openmvg-list : lists.txt generator using listOMVG
- pointcloud-openmvg-matches : Keypoint matcher using openMVG
- pointcloud-openmvg-rig : Point cloud generator using openMVG
- pointcloud-densify-export : PMVS format exporter using openMVG
- pointcloud-densify : Pointcloud densifier using pmvs
pointcloud-procedures has been tested on Ubuntu 14.04 LTS and comes with the following package dependencies:
- openMVG : Git repository
- cmvs & pmvs : Git repository
- gnoproj : Git repository
- listOMVG : Git repository
- pychecktiff : Git repository
- parallel : sudo apt-get install parallel
- imagemagick : sudo apt-get install imagemagick
Clone the repository using the following command:
$ git clone --recursive https://github.com/FoxelSA/pointcloud-procedures.git
Cd to cloned repository
cd pointcloud-procedures
Compile pointcloud-procedures
make all
Documentation under CC BY-SA license (c) 2015 FOXEL SA