php-opencv / php-opencv

opencv 4.5+ with dnn module for php 7/8
https://github.com/php-opencv/php-opencv-examples
Apache License 2.0
346 stars 44 forks source link

About Clahe functions #23

Open richard-olx opened 3 years ago

richard-olx commented 3 years ago

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

morozovsk commented 3 years ago

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