Histogram Equalization image processing by c++ opencv -
I need to create histogram integration on the image. I have created a histogram and I calculate every pixel but I do not know How to create a histogram parallel, I am using opencv thnx
Thank you, met. This is
cvEqualizeHist (source, destination);
Comments
Post a Comment