system vision - only method

asked 2019-07-07 13:15:29 -0600

SebastianU gravatar image

He is learning only the vision system and I am asking for forgiveness. :) I would like to write a program for accurate color recognition. I have some object with a specific color and I would like to get RGB or another form of digital color by capturing the image from the camera. Then compare it with another element, sometimes a slightly different color. This is an example photo of the object, link And ultimately, I would like to write something like that. link

Now my question is. What techniques can I use to get it done? I do not mean code, but methods The film is: - determining the shape - checking the color.

edit retag flag offensive close merge delete

Comments

1

we can help you to use the opencv library, but we cannot replace basic skills in computer-vision. you have to read a book, take a course or such before venturing into programming here.

berak gravatar imageberak ( 2019-07-07 15:09:59 -0600 )edit

and again, opencv's tutorials are here , kindly take a look.

berak gravatar imageberak ( 2019-07-07 15:13:18 -0600 )edit