10-24-2014 12:57 PM
10-27-2014 02:42 PM
Hello cmachnowski,
What exactly are you trying to do? Are you trying to improve the reliability of you pattern matching application or are you trying to include the Template Editor in your application?
Regards,
Ian K.
10-27-2014 03:10 PM - edited 10-27-2014 03:12 PM
You can call the template editor executable from you application and pass command line arguments to specify the template image, what type of template to learn etc.
The online help describes the syntax to use. Open the online help and select the Contents item "Using Command Line Arguments with the NI Vision Template Editor".
If your application is a LabVIEW application, you can call executable using the "System Exec.vi" located in the Connectivity>>Libraries and Executables palette.
Hope this helps.
Christophe
10-27-2014 04:17 PM
I am trying to improve the pattern matching in my application. I like the template editor for the fact that i can see what patterns it is finding in my picture.
When i use the pattern matching vi's i can not see what it finding and how to impriove it.
Since NI already has this editor it would be nice to use it in my application. However i need to have less operator interaction and more program controlled
capabilities.
if only there was a way to use the current vi's to make a similar application so that i could use in my application.
Thanks