02-23-2010 08:14 AM
I am using Labview to perform some eye tracking, I am particularly looking at some reflections in the pupil. I use a circular edge VI to find the pupil. I then use the pupil parameters to construct a region of interest. After this I use a ROI to Image mask VI then a IMAQ Mask VI to attempt to isolate the pupil. The problem is the mask replaces all the pixels inside the region of interest rather than outside it. How do I go about getting it to mask the pixels outside the pupil rather than inside?
Any help would be greatly appreciated.
Joe
02-23-2010 08:24 AM
Hi, Joe,
Just try to inverse your Mask with IMAQ Inverse.
Andrey.
02-24-2010 12:03 AM
The default value is to mask outside only. You can do like this
03-01-2010 04:07 AM
03-01-2010 04:33 AM
Hi,
Yes thank you I found another example describing how to find a circular region of interest which worked, unfortunatley I don't seem to have the VI you were refering to. This was the solution I used in the end.
03-01-2010 04:39 AM