05-04-2015 04:00 AM
Hey all,
I would like to know how can I read a template´s information to know if it is a pattern macthing or a geometric matching template?
In my code, users provide templates and the algorithm must match them using pattern matching or geometric matching depending on the template.
At the moment I am doing it by including a P or a G in the name of the file, but I would like to avoid this and read the information from the file.
Any ideas?
Thanks in advance,
Esteban
Solved! Go to Solution.
05-05-2015 02:45 AM
Hey Esteban,
you can use the VI "IMAQ Is Vision Info Present 2 VI" to reice the information:
IMAQ Is Vision Info Present 2 VI - NI Vision 2011 for LabVIEW Help - National Instruments
http://zone.ni.com/reference/en-XX/help/370281P-01/imaqvision/imaq_is_vision_info_present_2/
Take a look at the attached VI
Stephan
05-05-2015 03:18 AM
Hey Stephan,
Thanks for the hint and for taking the time to prepare a VI.
Best regards,
Esteban