opencv/modules/ocl
peng xiao fd7ba355ee Add non-stump based ocl Haar cascade classifier support.
For example, haarcascade_frontalface_alt2.xml is now supported.
Note that classifier's pattern of a cascade file must be consistent,
i.e., all trees must either have two nodes or one node, otherwise
unexpected results will occur.

Other fixes:
Test cases are updated.
Some unused codes are removed.
Fix some problems of haar when using OclCascadeClassifierBuf.
2013-05-30 14:01:19 +08:00
..
doc Fix build errors 2013-03-21 18:37:34 +04:00
include/opencv2/ocl Add non-stump based ocl Haar cascade classifier support. 2013-05-30 14:01:19 +08:00
perf fix a warning 2013-05-17 15:44:22 +08:00
src Add non-stump based ocl Haar cascade classifier support. 2013-05-30 14:01:19 +08:00
test Add non-stump based ocl Haar cascade classifier support. 2013-05-30 14:01:19 +08:00
CMakeLists.txt add accuracy tests while running perf 2013-05-17 13:18:46 +08:00