01-09-2010 10:34 AM
01-11-2010 07:23 PM
Is there any reason why image analysis is not working for you? If you are coming across any specific problems with your vision code, you can post your questions here.
If not using a vision algorithm to keep track of these points, it would have to be through some type of sensor attached to these points such as an accelerometer. While we provide DAQ cards that are capable of reading the values obtained from the accelerometers, the algorithm to correlate this to position would still have to be architected.
01-11-2010 10:46 PM
01-20-2010 09:32 AM
Image analysis isn't working because I can't set up static locations to monitor for motion without making sure the image is always aligned the same way (which it won't be, due to small movement of the physical object) and I am unable to find the correct edges in the (rather dark) image in order to realign it so I can set static locations for monitoring. I have tried thresholding the image and then performing edge detection, but it is still not working correctly.
A sample image is attached.
dlg
01-20-2010 10:07 AM
01-21-2010 03:44 AM
I dont understand what you mean. You can apply a lot of greyscale filtering functions. Also in the image you posted did you try applying gamma correction and edge detection?
01-21-2010 04:02 AM - edited 01-21-2010 04:03 AM
01-22-2010 11:37 AM
Thanks muks, that's a very useful VI. After fiddling with the contrast and color extraction, I managed to make it do basically what I want it to do. I'm just wondering, where did you find that vertical edge VI? I can't find any documentation on it and am also looking for a find horizontal edge VI for similar uses, as well as wanting to understand the edge detection VI better.
dlg
01-25-2010 05:25 AM
dlg,
I suggest you first play around with vision assistant. then you generate the vi from it and you can always optimize it later in labVIEW.
01-25-2010 06:55 AM