opencv/data
StevenPuttemans 2c0ef660bf Add GPU models in seperate folder, only old models are supported and they were replaced to make the CPU interface work.
This solves the undesired consequence of breaking the GPU interface.
2015-02-27 14:15:30 +01:00
..
haarcascades fixing wrong model sizes 2015-02-01 15:13:57 +01:00
haarcascades_GPU Add GPU models in seperate folder, only old models are supported and they were replaced to make the CPU interface work. 2015-02-27 14:15:30 +01:00
hogcascades Added HOG features to cascade detection algorithm. 2011-09-21 18:03:53 +00:00
lbpcascades fixed two models, adding xml identifier to correct position 2014-07-01 10:27:36 +02:00
vec_files added example of vec-file 2011-12-23 08:56:51 +00:00
CMakeLists.txt Install data and test data on Windows 2015-02-16 19:24:07 +03:00
readme.txt "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00

This folder contains various data that is used by cv libraries and/or demo applications.
----------------------------------------------------------------------------------------

haarcascades - the folder contains trained classifiers for detecting objects
               of a particular type, e.g. faces (frontal, profile), pedestrians etc.
               Some of the classifiers have a special license - please,
               look into the files for details.