开发者

threshold algorithm

开发者 https://www.devze.com 2023-01-15 14:55 出处:网络
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 a

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.开发者_如何学Python

Thank you

Alessandro Ferrucci


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

0

精彩评论

暂无评论...
验证码 换一张
取 消