Repository for OpenCV's extra modules
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

105 lines
1.8 KiB

*******************************************************
datasets. Framework for working with different datasets
*******************************************************
.. highlight:: cpp
The datasets module includes classes for working with different datasets: load data, evaluate different algorithms on them, etc.
.. toctree::
:hidden:
datasets/ar_hmdb
datasets/ar_sports
datasets/fr_lfw
datasets/gr_chalearn
datasets/gr_skig
datasets/hpe_parse
datasets/ir_affine
datasets/ir_robot
datasets/is_bsds
datasets/is_weizmann
datasets/msm_epfl
datasets/msm_middlebury
datasets/or_imagenet
datasets/or_mnist
datasets/or_sun
datasets/pd_caltech
datasets/slam_kitti
datasets/slam_tumindoor
datasets/tr_chars
datasets/tr_svt
Action Recognition
------------------
:doc:`datasets/ar_hmdb`
:doc:`datasets/ar_sports`
Face Recognition
----------------
:doc:`datasets/fr_lfw`
Gesture Recognition
-------------------
:doc:`datasets/gr_chalearn`
:doc:`datasets/gr_skig`
Human Pose Estimation
---------------------
:doc:`datasets/hpe_parse`
Image Registration
------------------
:doc:`datasets/ir_affine`
:doc:`datasets/ir_robot`
Image Segmentation
------------------
:doc:`datasets/is_bsds`
:doc:`datasets/is_weizmann`
Multiview Stereo Matching
-------------------------
:doc:`datasets/msm_epfl`
:doc:`datasets/msm_middlebury`
Object Recognition
------------------
:doc:`datasets/or_imagenet`
:doc:`datasets/or_mnist`
:doc:`datasets/or_sun`
Pedestrian Detection
--------------------
:doc:`datasets/pd_caltech`
SLAM
----
:doc:`datasets/slam_kitti`
:doc:`datasets/slam_tumindoor`
Text Recognition
----------------
:doc:`datasets/tr_chars`
:doc:`datasets/tr_svt`