Commit 1ed5fb93 authored by Roman Donchenko's avatar Roman Donchenko

Give cv::ocl::CLAHE a virtual destructor, for the usual reasons.

parent fa158304
......@@ -520,6 +520,8 @@ namespace cv
virtual Size getTilesGridSize() const = 0;
virtual void collectGarbage() = 0;
virtual ~CLAHE() {}
};
CV_EXPORTS Ptr<cv::ocl::CLAHE> createCLAHE(double clipLimit = 40.0, Size tileGridSize = Size(8, 8));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment