在android中从位图图像中识别物体的形状?
最近,我参与了一个油漆项目。首先,我需要 选择一种颜色。当我触摸图像时,所选颜色将会 替换为位图图像的相同颜色区域。我怎样才能认出 图像中相同颜色区域的形状。
此致,
哈比卜
Recently, I worked with a paint project. First of all ,I need to
select a color. When I touch the image then selected color will be
replaced with same color region of bitmap image. How I can recognize
the shape of same color region in the image.
Sincerely,
Habib
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这段代码可以帮助完整
This code can be help full
您可能正在寻找存储桶工具实现。 这是一篇描述通用解决方案的文章。
You are probably looking for a bucket tool implementation. This is an article describing a general solution.