Remove empty cv::ocl::CLAHE class.

This commit is contained in:
peng xiao
2013-06-27 10:06:37 +08:00
parent cc3fb3d182
commit fc64faa22e
4 changed files with 6 additions and 9 deletions

View File

@@ -1425,7 +1425,7 @@ PARAM_TEST_CASE(CLAHE, cv::Size, ClipLimit)
TEST_P(CLAHE, Accuracy)
{
cv::Ptr<cv::ocl::CLAHE> clahe = cv::ocl::createCLAHE(clipLimit);
cv::Ptr<cv::CLAHE> clahe = cv::ocl::createCLAHE(clipLimit);
clahe->apply(g_src, g_dst);
cv::Mat dst(g_dst);