php-opencv / php-opencv

opencv 4.5+ with dnn module for php 7/8

Home Page:https://github.com/php-opencv/php-opencv-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About Clahe functions

richard-olx opened this issue · comments

Hi guys, firstly I would like to thank you guys for the work done on this repo, secondly, it seems that all the links to the Api documentation is not working, and there are some OpenCV functions missing, for example CLAHE functions (createCLAHE), which are from opencv2/imgproc.hpp class. Is it possible to add them? can I do it my self (documentation to do so)? Thanks

Hi. You can find all available functions in that file. You can put it in your project for autocomplete.
CLAHE functions are not available. I've newer used it.
So if you need it you can try add it like similar functions/classes:
https://github.com/php-opencv/php-opencv/blob/master/source/opencv2/opencv_imgproc.cc
https://github.com/php-opencv/php-opencv/blob/master/source/opencv2/core/opencv_type.cc

Documentation for CLAHE:
https://docs.opencv.org/master/d6/dc7/group__imgproc__hist.html#gad689d2607b7b3889453804f414ab1018
https://docs.opencv.org/master/d6/db6/classcv_1_1CLAHE.html