09-25-2008 08:16 AM
Hi All,
I have a quick question about modifying the size of array elements. Hopefully someone can help, because I am at a dead end!
I am logging some intensities from a Fibre Array using a camera. For calibration of the system, I acquire an image from the camera, click points on the image to divide it into areas of interest. I overlay my image with a grid showing the regions of interst - for example a 4x6 array. I then have to select the fibres - or ROIs - I want to log from.
I have a cluster type-def ( a number and a boolean) to specify the fibre number and to turn logging from that fibre on/off. I overlay an (transparent) array of this typedef over my image to correspond with the regions of interest. So here's my problem - I want to modify the dimensions of the array so each control matches my ROI. I can resize the elements by rightclicking on the elements on the frontpanel, but can't find a way to do it programmatically. The Array Property Node>>Array Element>>Bounds won't 'change to write'...thats the first thing I tried.
Its really only important that the elements align with my ROIs - so programmatically adding in gaps/spacings would also work for me...but again I can't figure out how to do this! I've attached a screenshot of part of my image with array overlaid to show you all exactly what my problem is.
Thanks in advance for you help,
Dave
PS I am running Labview 8.6 without the vision add on.
Solved! Go to Solution.
09-25-2008 12:16 PM
09-25-2008 02:58 PM
09-26-2008 01:21 AM
09-26-2008 04:17 AM
09-26-2008 08:14 AM
Yes, I forgot to mention that you need to select size to fit for the cluster. Thanks.