java 的大津方法图像处理
有谁知道java的otsu方法吗?你能解释一下图像处理的otsu方法的java实现吗? 谢谢
Is there anyone who know about otsu method for java? can you explain the java implementation of otsu method for image processing?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Otsu Thresholding 插件 rsbweb.nih.gov/ij/" rel="nofollow">ImageJ。如果您不想将它与 ImageJ 结合使用,您可以随时查看该插件的源代码,看看它是如何实现的。
编辑
您还可以在此处查看 Java 演示:http://www.labbookpages。 co.uk/software/imgProc/otsuThreshold.html
There's an Otsu Thresholding plugin for ImageJ. If you don't want to use it in combination with ImageJ, you can always have a look at the source of the plugin, to see how it is implemented.
EDIT
You could also look at the Java demo here: http://www.labbookpages.co.uk/software/imgProc/otsuThreshold.html
希望这有帮助,它是纯java
http://zerocool.is-a-geek .net/java-image-binarization/
http://www.labbookpages.co.uk/software/imgProc/otsuThreshold.html
May this help, it's pure java
http://zerocool.is-a-geek.net/java-image-binarization/
http://www.labbookpages.co.uk/software/imgProc/otsuThreshold.html