11-16-2008 03:25 PM
Hi
I am trying to create a program that will automatically process many images and save the results in an array, at the moment i can achive this but have to set the region of interest manually. I wish to automatically set the region of interst inside the metal framework and process only the black paper. I have tryed using the straight edge rake function and shape detection function but im just lost as to how i can isolate the edge and then set region of interest from there, instead of one edge i get many small ones. im not sure if im going about it the wrong way or not any help would be appreciated. im using labview 8.2 and vision assistant
11-17-2008 03:05 AM
hi,
I met the same the problem before. My solution was: doing a threshold looking for the bright object. And it worked. Hope it works with yours.
11-17-2008 04:16 AM
thanks for that i also thresholded the metal frame, and used edge detection to find each edge and used the intersection with the other edge to find the corners of region of interest, it just means i now have to use an untouched image to put the ROI on, i have now come into the problem that the untouched image still gets the overlay and thresholds of my previous image. i will try solve this tomorow though
thanks
11-17-2008 01:38 PM
11-19-2008 01:34 PM
Hello raj001,
All the Vision Assistant steps can be setup in LabVIEW using the VIs that come with the Vision Development Module. You could try creating your vision application using these VIs.