What is the proper function for .net creation of a geometric pattern match template?
I am having a problem creating a new template to use for a pattern match using Visual Studio C#. Attempting to grab a template from a ROI and find a match in the same image. The png templates created during the grab are significantly smaller than the templates created using Vision Assistant.
Learning the template and attempting the match works for pattern matching but throws the following exception when attempting geometric pattern matching
---------------------------
---------------------------
Exception of type 'NationalInstruments.Vision.VisionException' was thrown.
---------------------------
OK
---------------------------
code included