[c++] Problem with Histogram Equalization [closed]
Hi All, In my project I use webcam and I have problem with 'equalizeHist(InputArray, OutputArray)' becouse I want put part of the image in 'InputArray' and I wants to 'OutputArray' generated full image, can You tell Me how to do that? I need this becouse if i have dark clothes then image makes lighter. I need 'equalizeHist' to keep constant brightness.
sorry for my english
equalizeHist is global (works on the whole image). if that does not work for you, try CLAHE