Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

use angle in geometric matching

I used vision assistant to write a VI. this VI will trying to regocnize a form in an image, it s working good, the probleme I need to use the angle (0 until 360) and the matches (1 oder 0) and I have no idee how can i extract the from the VI to use it in another VI.
thanks 
0 Kudos
Message 1 of 2
(2,971 Views)
Hello cybername,

you find all the information in the Match Geometric function output. The output represent an array so that you should use a for loop.
And in the for loop you should use the bundel function to get the angle as well as the number of match.
Please look at the attachement.

Kind regards,

Elmar
0 Kudos
Message 2 of 2
(2,950 Views)