opencv/data
Roman Donchenko bbc35d609d Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
	cmake/OpenCVDetectPython.cmake
	cmake/OpenCVModule.cmake
	modules/core/src/gpumat.cpp
	modules/cudaimgproc/test/test_hough.cpp
	modules/gpu/CMakeLists.txt
	modules/gpu/src/cuda/generalized_hough.cu
	modules/gpu/src/generalized_hough.cpp
	modules/python/CMakeLists.txt
2014-01-27 15:28:14 +04:00
..
haarcascades some attempts to tune the performance 2013-12-19 14:09:44 +04:00
hogcascades Added HOG features to cascade detection algorithm. 2011-09-21 18:03:53 +00:00
lbpcascades fixed malformed XML 2013-09-19 16:32:32 -04:00
softcascade add improved softcascade detector 2013-02-01 14:35:28 +04:00
vec_files added example of vec-file 2011-12-23 08:56:51 +00:00
CMakeLists.txt All installed files marked with component names for install customization. 2014-01-21 20:34:36 +04: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.