im not sure but i think your going to have to make an algorithm to find the pattern in the image looking at the pixels.
if you know what the image looks like exactly, look for a single chuck at a time and if that chunk is found see if the rest matches
this is just an idea but if the arrow is a solid color. search for a solid line, then once it finds one look for the other 2 lines which form the point
my idea is; after taking the image from the camera, i make edge detection filtering to view the edges then divide it into parts "arrays" and start to compare each part to the arrow,is that right?
note: the environment the camera capture in, may have many shapes and colors but not an arrow.
thanks
try starting at both ends of the line and try to find 2 lines going off the tip at roughly 45 degrees. then find the end of each 45 degree line and see if they are about same to each other, unless the arrow is draw then it wont be exatly right. it would be probably simliar to getting the line jsut starting at the end and going at an angle.
hi
i find something called correlation method for image processing and i dont know if its useful to search a known shape in an image and catch the hole shape using it. because its my first time to deal with image processing any notes about correlation method can be useful.
i can use the shape i want and not forced for a special shape so i choose the left and right arrows here.
thanks
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.