LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Annulus ROI to array

Hi,

I've been trying to convert an annulus ROI to a 2D array , but no success, 

does anyone know how can I do this? I can do this with rectangle ROI but this will not work for what i want to do.

 

The purpose of this is to compare 2 images one is a reference image and the other one is taken by a cam.

 

any solutions will be appreciated

 

 

Thanks!

0 Kudos
Message 1 of 6
(3,257 Views)

Hello,

 

Do you have any example images? What sort of comparisons are you trying to make?

Regards,
Isaac S.
Applications Engineer
National Instruments
0 Kudos
Message 2 of 6
(3,231 Views)

Yes i have some pictures and the code Im developing

hope this can be useful for you to help me

 

Thanks!!

0 Kudos
Message 3 of 6
(3,222 Views)

Hi any solutions??

Ive been searching for this around the web, but no specific answers

 

Thanks !

0 Kudos
Message 4 of 6
(3,183 Views)

I can't tell exactly what you're trying to do, but just looking quickly at your code - I think you're defining an Oval ROI, rather than an Annulus (which is a donut-shaped ring), and the ROI To Annulus VI will return nothing in that case.  If you need the enclosing rectangle, you should directly access the Global Rectangle of your ROI, without needing to call another VI to get it.  Does that do what you want?

 

ROI

0 Kudos
Message 5 of 6
(3,170 Views)

I'm having a similliar issue. I want to select an oval ROI on two different Images and subtract them. I can only get it to work if I use a rectangular ROI. I've tried a lot of different things to fix the problem but nothing has really worked. Let me know if you find any solutions!

Kate

0 Kudos
Message 6 of 6
(3,141 Views)