use mutex provided by opencv itself
authorniko <newlife20080214@gmail.com>
Fri, 31 Aug 2012 06:08:52 +0000 (14:08 +0800)
committerniko <newlife20080214@gmail.com>
Fri, 31 Aug 2012 06:08:52 +0000 (14:08 +0800)
commit6f6e990988eb2cf41b05c9e89b435dec781df3d6
tree2a79d5bae33a869d821c42865082a0e12d44641d
parent11e16a7204824d025f4ef780b30a8089d73c88ed
use mutex provided by opencv itself
add getoclcontext and getoclcommandqueue so that other opencl program can interactive with opencv ocl module
correct haar test cases
add face detection sample
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/perf/test_haar.cpp
modules/ocl/perf/utility.hpp
modules/ocl/src/initialization.cpp
modules/ocl/src/threadsafe.cpp [deleted file]
modules/ocl/src/threadsafe.h [deleted file]
modules/ocl/test/test_haar.cpp
samples/ocl/facedetect.cpp [new file with mode: 0644]