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

@@ -516,10 +516,7 @@ namespace cv
CV_EXPORTS void equalizeHist(const oclMat &mat_src, oclMat &mat_dst);
//! only 8UC1 is supported now
class CV_EXPORTS CLAHE : public cv::CLAHE
{
};
CV_EXPORTS Ptr<cv::ocl::CLAHE> createCLAHE(double clipLimit = 40.0, Size tileGridSize = Size(8, 8));
CV_EXPORTS Ptr<cv::CLAHE> createCLAHE(double clipLimit = 40.0, Size tileGridSize = Size(8, 8));
//! bilateralFilter
// supports 8UC1 8UC4