add channel 3 for test/main.cpp

add remap
This commit is contained in:
niko
2012-09-03 18:07:31 +08:00
parent c8bfc0fd89
commit 11b403900e
14 changed files with 751 additions and 97 deletions

View File

@@ -184,9 +184,9 @@ TEST_P(HOG, Detect)
}
INSTANTIATE_TEST_CASE_P(GPU_ImgProc, HOG, testing::Combine(
INSTANTIATE_TEST_CASE_P(OCL_ObjDetect, HOG, testing::Combine(
testing::Values(cv::Size(64, 128), cv::Size(48, 96)),
testing::Values(MatType(CV_8UC1), MatType(CV_8UC4))));
testing::Values(MatType(CV_8UC1), MatType(CV_8UC3),MatType(CV_8UC4))));
#endif //HAVE_OPENCL