How can apply this fuzzy histogram hyperbolazation to OPENCV
Hello, I found a paper that talks about image enhacement using CLAHE and fuzzy histogram hyperbolazation (FHH). Link: http://www.inase.org/library/2015/vie...
![FHH
I've never applied an algorithm from the text of a paper to the code :( Anyone have an idea about how can appply this FHH using openCV with python?
Thanks
Well, start with equation 1. What is the goal, and how does the equation do that? Here's a hint: you're going from a Mat called g, to one called u, or mu. They're the same size, and you'll need to convert g to a CV_32F to start.