是否可以使用 openCV 拍摄物体的照片并确定该物体的颜色?
我的问题是这样的。 我可以拍摄物体的照片,并将其中的主色与色轮的图像进行比较,并确定它在色轮上的位置吗?返回并保存它是什么颜色的信息,以便可以在进一步的函数中使用?或者我是否必须制作一个 RGB 间隔表来确定颜色并与之进行比较?
My problem is this.
Could I take the photo of the object and compare the dominant color in it to an image of a color wheel and determine where it stands on that wheel? Returning and saving the information of what color it is so it can be used in a further function? Or would I have to make a table of RGB intervals that determinate colors and compare to that instead?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是:
http://www.andol.info/hci/774.htm
http://myopencv.wordpress.com/2009/06/13/detecting-colors-using-rgb-color-space/
http://myopencv.wordpress.com/category/color-detection/
Yes:
http://www.andol.info/hci/774.htm
http://myopencv.wordpress.com/2009/06/13/detecting-colors-using-rgb-color-space/
http://myopencv.wordpress.com/category/color-detection/