LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

multiple ROIs and their histogram

Hello, now I can get one ROI on screen & get the histogram

 

However I want to analyze several ROIs at the same time, how should I deal with it?

 

I googled about multiple ROIs ,and it seems that I should use UNGROUP ROIs

 

but the connection is incorrect... how to fix it?

 

and after ungroup the ROIs, can I get the histogram mean value from each ROI?

 

Thanks for any advices.

0 Kudos
Message 1 of 2
(2,934 Views)

-The Ungroup ROIs output is an array of ROI descriptors.

-Which means you have to index each ROI descriptor and apply to image by using for loop.

-Please try below free online material :

Start with below links to learn about LabVIEW programming 

NI Learning Center

NI Getting Started

-LabVEW Basics

3 Hour LabVIEW Introduction

6 Hour LabVIEW Introduction

LabVIEW Graphical Programming Course

Thanks
uday
0 Kudos
Message 2 of 2
(2,912 Views)