使用 Imagemagick 查找相似颜色的区域
有没有什么方法可以使用 ImageMagick (或类似的东西,任何可行的东西!)来查找图像中相邻像素颜色相似的区域?
提前致谢,
Is there any way to use ImageMagick (or something similar, anything that will work!) to find areas of an image where the pixels beside each other are a similar color?
Thanks in advance,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Photoshop、Gimp 和许多其他图像处理器将为您完成此操作。以编程方式,这里是 python 中的一些代码可以完成此操作:
我从 此处
Photoshop, Gimp and Plenty of other image processors will do this for you. Programmatically, here is some code in python that accomplishes this:
I got the tardis.jpg from here