Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

CLAHE in Android

Hello all,

I wanna use CLAHE algorithm in my project. But i cannot find documentation that how can i use CLAHE algorithm. I found one thing about this subject that opencv has CLAHE algorithm. ( https://github.com/vRallev/OpenCV/blob/master/opencv-library/opencv-android/src/main/java/org/opencv/imgproc/CLAHE.java ). There are no documentation about this subject.

How can i use CLAHE class? What is "addr" variable in constructor method ( protected CLAHE(long addr) { super(addr); } )? How can i create this "addr" variable?

Thanks for your interest.