使用卫星校正多光谱图像进行边缘检测

发布于 2024-11-07 12:17:56 字数 158 浏览 0 评论 0原文

我正在尝试使用 MATLAB 将 sobelcanny 边缘检测方法应用于校正的多光谱卫星图像,但它无法检测边缘。结果不是边缘而是遍布各处的点状噪声。

我应该怎么做才能从校正的多光谱图像中检测出微妙的边界?需要什么特殊的技术吗?

I am trying to apply sobel and canny edge detection methods using MATLAB to a rectified Multispectral Satellite imagery, but it couldn't detect the edges. The results were just not as edges but as dotted noise all over.

What should I do to detect the delicate boundaries from the rectified multispectral imagery? Is there any special technique needed?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

会发光的星星闪亮亮i 2024-11-14 12:17:56

作为一个选项,您可以保存 RGB 图像并尝试使用 Outliner 实用程序打开它们
http://outliner.codeplex.com/
该实用程序使用一种最适合彩色图像的边缘检测替代方法。

As an option, you can save your RGB images and try to open them with the Outliner utility
http://outliner.codeplex.com/
This utility uses an alternative method of edge detection that works best on color images.

謸气贵蔟 2024-11-14 12:17:56

假设您正确执行了其他所有操作(如何调用edge命令等),如果图像特别嘈杂,则可能会发生这种情况。您可能会考虑进行平滑(例如使用高斯或其他内核进行过滤)。这应该会使噪声消失,有利于其他更有意义的边缘。

您还应该尝试使用阈值。

Assuming you're doing everything else right (with how you're calling the edge command etc.) this can happen if the images are particularly noisy. You might consider smoothing (such as filtering with a Gaussian or other kernel.) This should make the noise go away in favor of other more meaningful edges.

You should also try play with the thresholds.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文