07-26-2008 06:30 AM
Tushar Jambhekar
tushar@jambhekar.com
Jambhekar Automation Solutions
LabVIEW Consultancy, LabVIEW Training
Rent a LabVIEW Developer, My Blog
07-27-2008 04:53 AM
07-27-2008 04:54 AM
07-28-2008 01:09 PM
The only way I know to change the color of an overlay is to remove all the overlays and redraw them. If you are just drawing several boxes, that would be pretty easy.
Bruce
07-29-2008 11:13 AM
07-30-2008 05:04 AM
In My Application user will perform various measurements on screen. Lets Say user can measure length and angle
when ever user measures anything an overlay will appear on image and at the same time measurement will be added to a table(Actually a multicolumn list box) present on front panel.
now lets say user has performed more than 20 measurements and now he want to know where the measurement no 3 in list box was performed.
so what i want to program is by default all the overlays will be of green color and when user selects measurement no 3 from table corresponding overlay will turn red or some color other than green
Unfortunataly the overlays i am putting on image are not just one simple shape like rectangle. for one measurement the overlay might consist of Text+Points+Rectangle+Line+Arc and parameters for these shapes are calculated based on measurement data itself.
in this application it will be diffult to Recalculate all the measurements user has performed just to update overlay. and i couldnt find any way to extract overlay information which is already in place, so that i can redraw it with different color
does somebody knows any method to extract overlay from image?
Thanks for your help
Tushar Jambhekar
tushar@jambhekar.com
Jambhekar Automation Solutions
LabVIEW Consultancy, LabVIEW Training
Rent a LabVIEW Developer, My Blog
07-30-2008 05:07 AM
Hi muks
I do not need to convert ROI to Overlay. I actually have overlay(not ROI) present on the image, and i want to change its color
Tushar Jambhekar
tushar@jambhekar.com
Jambhekar Automation Solutions
LabVIEW Consultancy, LabVIEW Training
Rent a LabVIEW Developer, My Blog
07-30-2008 05:10 AM
Hi Michelle
I could not get your solutions, i could not find group name input for clear overlay VI
Can you please help me out by posting a small example code.
Tushar Jambhekar
tushar@jambhekar.com
Jambhekar Automation Solutions
LabVIEW Consultancy, LabVIEW Training
Rent a LabVIEW Developer, My Blog
07-30-2008 05:57 AM
07-30-2008 06:08 AM