Jpegs的分水岭算法 [英] Watershed Algorithm for Jpegs

查看:122
本文介绍了Jpegs的分水岭算法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

1-您知道我可以将分水岭算法应用于24位jpeg图像的任何软件吗?

2-我首先尝试对它进行填充,然后找到了这个网站,该网站使用C#告诉了我确切需要的内容. http://weblogs.sqlteam.com/mladenp/存档/2008/02/11/Watershed-Image-Segmentation-in-C.aspx [

1- Do you know any software that I can apply watershed algorithm to 24 bit jpeg images?

2- I ve first tried ooding it and found this website which tells it in C# which I need exactly. http://weblogs.sqlteam.com/mladenp/archive/2008/02/11/Watershed-Image-Segmentation-in-C.aspx[^] But I couldn''t handle it implementing the code into my the code I write. Do you have any advises on how to implement the code successfully?

推荐答案

我为您找到的最接近的东西是:您可以使用的程序是National的ImageJ卫生研究院( http://en.wikipedia.org/wiki/National_Institutes_of_Health [ http://en.wikipedia.org/wiki/ImageJ [ ^ ], http://rsb.info.nih.gov/ij/ [ ^ ].

您可能需要此程序的插件来进行分水岭计算,请参见 http://rsbweb.nih.gov/ij/plugins /watershed.html [^ ] .

—SA
The closest thing I could find for you is this: the program you can use is ImageJ by National Institutes of Health (http://en.wikipedia.org/wiki/National_Institutes_of_Health[^]), see http://en.wikipedia.org/wiki/ImageJ[^], http://rsb.info.nih.gov/ij/[^].

You might need the plugin for this program for watershed calculations, see http://rsbweb.nih.gov/ij/plugins/watershed.html[^].

—SA


您将在此处找到一个小程序: http://bigwww.epfl.ch/demo/jwatershed/index.html [
You will find an applet there: http://bigwww.epfl.ch/demo/jwatershed/index.html[^]

Unfortunately, it only displays sizes up to 256 x 256.

Two caveats:

- the standard watershed transform is only defined for grayscale images, no color ones.

- you can be surprised by the results, especially with noisy images: the watershed transform strongly oversegments.


它为您提供了完整的代码!
如果您无法处理将代码实现到我编写的代码中",那么您如何期望看不到您的代码的人,更不用说对其进行修改以做任何有用的事情了?

我以为这是你的功课,而你只是不愿意尝试...
It gives you the full code!
If you "couldn''t handle it implementing the code into my the code I write" then how do you expect people who can''t see your code, much less modify it to do anything useful?

I assume this is your homework, and you just can''t be bothered to try...


这篇关于Jpegs的分水岭算法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆