【发布时间】:2011-04-28 18:19:04
【问题描述】:
为此picture:
如何制作在棕色(昆虫)上返回 true 而在背景上返回 false 的过滤器?
【问题讨论】:
-
Steve Eddins 最近关于图像处理的文章“两个朋友”可能对这里感兴趣:blogs.mathworks.com/steve/2010/10/08/the-two-amigos
标签: matlab colors filter filtering
为此picture:
如何制作在棕色(昆虫)上返回 true 而在背景上返回 false 的过滤器?
【问题讨论】:
标签: matlab colors filter filtering
选择一个代表棕色的 RGB 值。然后对于每个像素,计算例如RGB空间中的欧几里得距离,并对结果应用阈值。
RGB 可能不是最好的色彩空间。
【讨论】: