阈值算法
有谁知道“最小错误阈值”算法的任何参考或示例代码? Java 在 Histogram 类中有一个名为“getMinErrorThreshold”的方法,我想在 C 中实现这个算法。
谢谢
Alessandro Ferrucci
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许只看java源代码?
http://www.java2s.com/Open-Source/Java-Document/6.0-JDK-Modules/Java-Advanced-Imaging/javax/media/jai/Histogram.java.htm
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