rename all the perf test files

fix the channel 3 bug in matrix operation
perf and buf fix for LUT haardetect convertC3C4 resize warpaffine copytom settom
add convovle
remove stereo
This commit is contained in:
niko
2012-09-12 10:20:04 +08:00
parent e94cd1ec72
commit 23244a3565
50 changed files with 2080 additions and 5377 deletions

View File

@@ -237,6 +237,4 @@ void run_perf_test();
IMPLEMENT_PARAM_CLASS(Channels, int)
#endif // IMPLEMENT_PARAM_CLASS
cv::ocl::oclMat createMat(cv::Size size,int type,bool useRoi);
cv::ocl::oclMat loadMat(const cv::Mat& m, bool useRoi);
#endif // __OPENCV_TEST_UTILITY_HPP__