04-01-2021 08:35 AM
I am trying to draw a line ROI in the form of 'H' i.e a line whose end points are marked with perpendicular lines, on an image display in LabVIEW but unable to do so. I am only able to draw a simple line as ROI on the image display. Kindly help
04-01-2021 03:09 PM - edited 04-01-2021 03:15 PM
If you hold down "ctrl" as you draw your lines, you should be able to put multiple. I don't know what the actual ROI data will look like or if it will be useful if you need to use it for analysis, but if you just want to mark up your image, that should do it.
Edit: It looks like if you get the ROI through a property node, the "Contours" array will have 3 elements (one for each line). Each of those will have a 4 element "Points" array that is in the order [x1, y1, x2, y2]
04-01-2021 03:40 PM
It dawned on me that you probably want those lines drawn automatically. You can do some trig and calculate line segments to add to the end of your ROI, but it's not an automatic tool.
04-13-2021 05:47 AM
Is it possible to drag the ROI around the image? Also, I want to be able to change length of the ROI on the same image. Kindly suggest.
04-13-2021 10:08 AM
04-15-2021 01:18 AM
Yes. Thank you for the suggestion. Also, is it possible to customize the shape of ROI( for example an 'H' shaped ROI ) in LabVIEW?
04-15-2021 11:42 AM