Finished prototype
This commit is contained in:
@@ -11,13 +11,14 @@ class CLAHE
|
||||
{
|
||||
cv::Mat _lumImage;
|
||||
cv::Mat _image[3];
|
||||
cv::Ptr<cv::CLAHE> _clahe;
|
||||
double _scale;
|
||||
public:
|
||||
CLAHE();
|
||||
void loadFile(const QString &path);
|
||||
void saveFile(const QString &path);
|
||||
void apply(float clipLimit, int kernelSize);
|
||||
QPixmap getImage() const;
|
||||
QPixmap getLumImage() const;
|
||||
};
|
||||
|
||||
#endif // CLAHE_H
|
||||
|
||||
Reference in New Issue
Block a user