Loading...
Searching...
No Matches
Multiview Stereo Matching
Classes | |
struct | cv::datasets::cameraParam |
class | cv::datasets::MSM_epfl |
struct | cv::datasets::MSM_epflObj |
class | cv::datasets::MSM_middlebury |
struct | cv::datasets::MSM_middleburyObj |
Detailed Description
EPFL Multi-View Stereo
Implements loading dataset:
"EPFL Multi-View Stereo": http://cvlab.epfl.ch/data/strechamvs
Usage:
- From link above download dataset files:
castle_dense\castle_dense_large\castle_entry\fountain\herzjesu_dense\herzjesu_dense_large_bounding\cameras\images\p.tar.gz
. - Unpack them in separate folder for each object. For example, for "fountain", in folder
fountain/
:fountain_dense_bounding.tar.gz -> bounding/
,fountain_dense_cameras.tar.gz -> camera/
,fountain_dense_images.tar.gz -> png/
,fountain_dense_p.tar.gz -> P/
- To load data, for example, for "fountain", run: ./opencv/build/bin/example_datasets_msm_epfl -p=/home/user/path_to_unpacked_folder/fountain/
Stereo – Middlebury Computer Vision
Implements loading dataset:
"Stereo – Middlebury Computer Vision": http://vision.middlebury.edu/mview/
Usage:
- From link above download dataset files:
dino\dinoRing\dinoSparseRing\temple\templeRing\templeSparseRing.zip
- Unpack them.
- To load data, for example "temple" dataset, run: ./opencv/build/bin/example_datasets_msm_middlebury -p=/home/user/path_to_unpacked_folder/temple/