views:

112

answers:

3

I am having a hard time finding a library that will preform Histogram equalization of an Image.

+1  A: 

I don't claim to be an expert, but Wikipedia has this link to the OpenCV library; the histogram functions there appear pretty comprehensive.

Robert Harvey
+2  A: 

I highly recommend OpenCV and I believe you're looking for cvEqualizeHist

Jacob
A: 

Personally I've used Aforge.Net link text

pierusch