Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About Clahe functions #23

Open
richard-olx opened this issue Mar 22, 2021 · 1 comment
Open

About Clahe functions #23

richard-olx opened this issue Mar 22, 2021 · 1 comment

Comments

@richard-olx
Copy link

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
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants