opencv/modules/objdetect/src
Patrick Tsai b24f7ee57c Fix compiler error with Android NDK r8e
Original error without the fix:

opencv/modules/objdetect/src/cascadedetect.cpp: In member function 'bool cv::CascadeClassifierImpl::ocl_detectSingleScale(const cv::_InputArray&, cv::Size, int, double, cv::Size)':
/opencv/modules/objdetect/src/cascadedetect.cpp:1215:
error: no matching function for call to 'cv::ocl::Kernel::args(cv::ocl::KernelArg, cv::ocl::KernelArg, cv::ocl::KernelArg, int, cv::ocl::KernelArg, cv::ocl::KernelArg, cv::ocl::KernelArg, cv::Size&, int&, float, cv::Rect&, cv::Size&, cv::CascadeClassifierImpl::<anonymous enum>)'
2014-01-09 14:49:20 +08:00
..
opencl removed extra whitespaces and hopefully fixed the test failures 2013-12-23 18:41:54 +04:00
_latentsvm.h Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
_lsvm_distancetransform.h Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
_lsvm_error.h refactoring latentSVM 2011-07-12 18:43:41 +00:00
_lsvm_fft.h Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
_lsvm_matching.h Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
_lsvm_resizeimg.h fixed several gcc 4.1 warnings 2010-10-21 18:30:57 +00:00
_lsvm_routine.h Move C API of opencv_objdetect to separate file 2013-04-12 14:37:01 +04:00
_lsvm_tbbversion.h Normalized file endings. 2013-08-21 18:59:25 +04:00
_lsvm_types.h Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
_lsvmparser.h Move C API of opencv_objdetect to separate file 2013-04-12 14:37:01 +04:00
cascadedetect_convert.cpp fixed various warnings from the “doc” and other builders 2013-12-19 16:31:30 +04:00
cascadedetect.cpp Fix compiler error with Android NDK r8e 2014-01-09 14:49:20 +08:00
cascadedetect.hpp removed extra whitespaces and hopefully fixed the test failures 2013-12-23 18:41:54 +04:00
datamatrix.cpp Move C API of opencv_objdetect to separate file 2013-04-12 14:37:01 +04:00
distancetransform.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
erfilter.cpp fixed compilation for vs2008 2013-11-17 14:13:13 +04:00
featurepyramid.cpp Merge commit '43aec5ad' into merge-2.4 2013-08-27 13:26:44 +04:00
fft.cpp Normalized file endings. 2013-08-21 18:59:25 +04:00
haar.cpp Merge commit '4b885e206' into merge-2.4 2013-12-30 16:48:45 +04:00
hog.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-11-26 15:05:26 +04:00
latentsvm.cpp Merge remote-tracking branch 'origin/2.4' 2013-06-05 15:42:07 +04:00
latentsvmdetector.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-11-26 15:05:26 +04:00
linemod.cpp Boring changes - objdetect. 2013-09-05 19:02:58 +04:00
lsvmparser.cpp Added pointer initialization 2013-11-22 13:33:33 +01:00
lsvmtbbversion.cpp Normalized file endings. 2013-08-21 18:59:25 +04:00
matching.cpp Move C API of opencv_objdetect to separate file 2013-04-12 14:37:01 +04:00
normal_lut.i Initial commit of LINE-MOD source code to objdetect module. 2012-02-26 23:55:18 +00:00
precomp.hpp updated patch to bring in the first functions with "transparent API" 2013-11-18 11:48:00 -05:00
resizeimg.cpp Move border type constants and Moments class to core module 2013-04-10 19:14:24 +04:00
routine.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00