Loading...
Searching...
No Matches
Classes | |
| struct | cv::datasets::pose |
| class | cv::datasets::SLAM_kitti |
| struct | cv::datasets::SLAM_kittiObj |
| class | cv::datasets::SLAM_tumindoor |
| struct | cv::datasets::SLAM_tumindoorObj |
Enumerations | |
| enum | cv::datasets::imageType { cv::datasets::LEFT = 0 , cv::datasets::RIGHT , cv::datasets::LADYBUG } |
Detailed Description
KITTI Vision Benchmark
Implements loading dataset:
"KITTI Vision Benchmark": http://www.cvlibs.net/datasets/kitti/eval_odometry.php
Usage:
- From link above download "Odometry" dataset files:
data_odometry_gray\data_odometry_color\data_odometry_velodyne\data_odometry_poses\data_odometry_calib.zip. - Unpack
data_odometry_poses.zip, it creates folderdataset/poses/. After that unpackdata_odometry_gray.zip,data_odometry_color.zip,data_odometry_velodyne.zip. Folderdataset/sequences/will be created with folders00/..21/. Each of these folders will contain:image_0/,image_1/,image_2/,image_3/,velodyne/and filescalib.txt×.txt. These two last files will be replaced after unpackingdata_odometry_calib.zipat the end. - To load data run: ./opencv/build/bin/example_datasets_slam_kitti -p=/home/user/path_to_unpacked_folder/dataset/
TUMindoor Dataset
Implements loading dataset:
"TUMindoor Dataset": http://www.navvis.lmt.ei.tum.de/dataset/
Usage:
- From link above download dataset files:
dslr\info\ladybug\pointcloud.tar.bz2for each dataset:11-11-28 (1st floor)\11-12-13 (1st floor N1)\11-12-17a (4th floor)\11-12-17b (3rd floor)\11-12-17c (Ground I)\11-12-18a (Ground II)\11-12-18b (2nd floor) - Unpack them in separate folder for each dataset.
dslr.tar.bz2 -> dslr/,info.tar.bz2 -> info/,ladybug.tar.bz2 -> ladybug/,pointcloud.tar.bz2 -> pointcloud/. - To load each dataset run: ./opencv/build/bin/example_datasets_slam_tumindoor -p=/home/user/path_to_unpacked_folders/
Enumeration Type Documentation
◆ imageType
#include <opencv2/datasets/slam_tumindoor.hpp>
| Enumerator | |
|---|---|
| LEFT | |
| RIGHT | |
| LADYBUG | |
1.9.6