Opencv color's pixel
Hello I have got a image and this image different color curve I want find color's pixel Example there is a blue curve and blue curve is coordinate x, y ?
Hello I have got a image and this image different color curve I want find color's pixel Example there is a blue curve and blue curve is coordinate x, y ?
Asked: 2014-09-22 18:18:25 -0600
Seen: 83 times
Last updated: Sep 22 '14
Please explain your problem clearly with an Image illustration.
I am guessing you have a white background with colored curves? If so thresholding your image on RGB values can already do the trick. Then applying a thinning algorithm the find the exact lines and read the coordinates from the binary image.
Thank's so much Steven
Hi Balaji http://hizliresim.com/1nDLoB İmage illustration is here You see image have got curves And curves is different I want find blue curve's coordinate (x,y) NOTE: I found pixel(rgb) and than (now level) I want find pixels color