views:

30

answers:

1

Does anyone know of any reference or sample code of the "Minimum Error Thresholding" algorithm? Java has a method called "getMinErrorThreshold" in the Histogram class and I want to implement this algorithm in C.

Thank you

Alessandro Ferrucci

A: 

Maybe just look at the java source?

http://www.java2s.com/Open-Source/Java-Document/6.0-JDK-Modules/Java-Advanced-Imaging/javax/media/jai/Histogram.java.htm

tauran
Thanks! Maybe I should have looked harder for the source code ;)
alessandro ferrucci