11-27-2012 02:46 PM
Hello friends,
I have a robot which I have made functional completely through labview. My next goal is to drive the robot using an image file. Like I will have a image file which will have simple lines and curves which will tell the robot where to go. My problem is I am not able to extract these parameters from an image ( I am new to labview image processing). I want to extract parameters such as lines, curves and also the distance between the two end point of the lines. So how will I be able to extract these from the image file using labview ? The image will be black and white only. I am not sure as to which functions I should be using here. IF you want any other information, I can provide you that.
Thanks 🙂
11-28-2012 03:31 AM
Post your image. If not much of complication in the images, you may try to use pattern matching function.
11-29-2012 03:23 PM
hey. thanks for the reply.. am just looking at a picture (jpeg image) where I will just draw straight lines and curves using black ink. The robot has to travel accordingly. So I just wanna extract the lines and curves of the image. Since I will not know about the pattern that the user might give, I am not sure if pattern matching will be a good idea. Thanks a lot for the reply again.