I'm trying to do some pattern matching on a small LCD Display on a phone. I separate the display into 6 equal Regions of Interest, then try a match a template image in each of the regions. If I vary the template image size, the imaqMatchPattern function which is run as part of my MSVC++ application fails, returning "imcompatible image size".
When I run IMAQ Vision Builder stand alone,and test the template vs the LCD Display image, everything seems fine. Since the template image fits easily into the ROI, I get several matchs in each ROI.