[c++] Problem with Histogram Equalization [closed]

asked 2014-05-19 16:08:15 -0600

RogerPL gravatar image

updated 2014-05-20 00:25:33 -0600

berak gravatar image

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

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2020-09-27 11:40:28.034658

Comments

equalizeHist is global (works on the whole image). if that does not work for you, try CLAHE

berak gravatar imageberak ( 2014-05-20 00:24:49 -0600 )edit