Excluding some areas from image processing

asked 2014-02-20 04:02:43 -0600

Jupiter gravatar image

Is it possible to apply equalizeHist method to a doubly-connected domain? I want to equalize not the whole image but to exclude certain areas from processing leaving them intact. To do that, I am thinking of using transparent “color”. I’d like to fill the excluded areas with transparent “color” before passing the image to OpenCV. Any ideas?

edit retag flag offensive close merge delete