opencv4nodejs icon indicating copy to clipboard operation
opencv4nodejs copied to clipboard

no createCLAHE()?

Open btsimonh opened this issue 3 years ago • 1 comments

would love to see this feature of opencv in opencv4nodejs. I'm currently using the original (outdated) repo for opencv4nodejs, where createCLAHE() is not available, so came here to look, and a repo search still shows it as not present...

original issue in original repo: https://github.com/justadudewhohacks/opencv4nodejs/issues/411

If anyone has a real workaround that would allow me to try this for my (finding text in video against evil backgrounds), let me know,

br, Simon

btsimonh avatar Dec 22 '22 15:12 btsimonh

Try a fork; with the new version, you will lose less time in re-building.

And do not forget to define a Global variable named OPENCV_BUILD_ROOT pointing to a build directory.

UrielCh avatar Jan 10 '23 16:01 UrielCh