MATLAB 颜色分割

发布于 2024-10-31 09:43:41 字数 179 浏览 0 评论 0原文

我必须在 matlab 中编写这个函数,以根据欧几里得或马哈拉诺比斯距离对图像进行颜色分割。您传入欧几里得的训练数据、马哈洛比斯的训练数据和 cov 矩阵。

我在这里了解了理论和数学以及如何在 matlab 中编写函数,但我根本不知道如何分割图像 RGB 并执行此操作。谁能指出我正确的方向吗?不允许循环。

谢谢

I have to write this function in matlab to color segment an image based on euclidean or mahalanobis distance. You pass in the training data for euclidean, training data and cov matrix for mahalobis.

I get the theory and math here and how to write a function in matlab but I have no idea how to segment the image RGB and do this at all. Can anyone please point me in the right direction? LOOPS are not allowed.

thanks

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

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

发布评论

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

评论(1

若言繁花未落 2024-11-07 09:43:41

看看这个网站它有一个脚本实现分段图像RGB

Take a look at this site it has a script wich implements Segment image RGB

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