10-08-2018 06:51 AM
How to draw ROIs on one image with different colors which also can be used in property node.
And how to use different ROIs descriptor in event structure for different event?
Please suggest the solutions, the help would be highly appreciated.
Thanks in advance.
Jasraj Rajpurohit
LabVIEW Developer
10-08-2018 04:45 PM
I believe that ROI Color is a property of the image. I know at one time I changed the color of the ROI to make it stand out better, but I don't think I tried having multiple ROIs with different colors.
Bob Schor
10-13-2018 12:51 AM
Hi BOb_Schor,
Is there any other way to change the color of the ROIs and Write the text on ROIs??
10-14-2018 03:24 PM
An ROI is a property of an Image (display "indicator" on the Front Panel). If you right-click the Image indicator on the Block Diagram and choose "Create Property", you can create a Property Node for the Image called ROI Color.
An ROI is just a marked region on the Image. It does not have any Text associated with it.
Bob Schor