Ask Your Question

Revision history [back]

How to equalize the histogram of one image wrt another image?

I have two images, one source and one target. I want to get the histograms of both source and target. Finally match the histogram of target wrt source. The opnenCv method 'equalizeHist' does it for one single image. Is there a way to do it with two images??