tags:

views:

578

answers:

1

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  A: 

thnx i found it it will be

cvEqualizeHist(src,dest);

mohammed