justadudewhohacks / justadudewhohacks/opencv4nodejs

Add support for createCLAHE()

Open
#411 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
5.1k
Forks
826
PR merge metrics
No merged PRs in 30d

Description

I need to so some luminosity leveling and there are a number of ways, but it seems like the ideal for me is [createCLAHE](https://docs.opencv.org/3.0-beta/modules/cudaimgproc/doc/histogram.html#cuda-createclahe) and I'd like to try the following with it, but I see no sign of it in the project and don't understand the bindings well enough to get it working (including a working build). I'd really appreciate having this and if anyone can suggest another approach.

My next idea is to Convert to Lab, set a/b to 128, then convert to GRAYSCALE and use equalizeHist, but that's more instinct that a solid idea yet :)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.