ros-perception / opencv_apps

http://wiki.ros.org/opencv_apps
64 stars 70 forks source link

Add histogram equalization default and clahe #126

Closed k-okada closed 2 years ago

k-okada commented 2 years ago

rewrited version of #111

--

This PR adds histogram equalization with histogram normalization over the whole image and the contrast limited adaptive histogram equalization (CLAHE), they both come from opencv examples

Normalize Histogram CLAHE

--

Closes #111

k-okada commented 2 years ago

added documentation (http://wiki.ros.org/opencv_apps#Histgrams_Mathcing)

Screenshot from 2022-02-11 16-44-06