3
votes

i need to make Histogram Equalization on image i made a Histogram and i calculate count of each pixel but i don't know how to make Histogram Equalization can any one help i'm using opencv thnx

1

1 Answers

5
votes

Thanks, I found it. It is

cvEqualizeHist(src,dest);