MATLAB 颜色分割
我必须在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看这个网站它有一个脚本实现分段图像RGB
Take a look at this site it has a script wich implements Segment image RGB