02-20-2007 11:59 AM
02-21-2007 02:57 PM
Scott,
If you haven't tried it, look at batch processing in Vision Assistant. It allows you to process multiple images and store the results. It may be adequate for your purposes.
If not, export the Vision Assistant script to LabVIEW, then put a loop around it. Read the names of all the images in your folder (before the loop), then load each one within the loop, process it, and bundle the results. Wire the bundle to the loop so it autoindexes and creates an array. After the loop completes, write the results array to a file.
Bruce
02-22-2007 11:12 AM
Thanks Bruce for helping me out. That will definitely work by creating a loop in Labview. Once a loop is created I'm having trouble getting the program to recognize where to measure the angle from the horizontal and the length of the line. Is there a simple method to have LabView recognize what I am trying to measure in each frame without manually clicking on the points?
Thanks again, Scott
02-26-2007 10:49 AM
Scott,
Could you please post a few sample images? We may be able to post some suggestions on machine vision algorithms to use if we have a few images and some of your requirements to work with.
Regards,
Luke H
02-27-2007 09:35 AM
Here are a few attached sample images from previous experimental work. The goal would simply to measure the length of the white line and determine the angle of the black middle spar from a horizontal. Thanks again for the help.
Scott
02-28-2007 03:59 PM
03-01-2007 10:34 AM
Thank you so much. I think the script will work. I am just going to play around with several other images to make sure that it will work for everything.
Thank you again! - Scott