Code samples for matchTemplateMulti.
Automatically generated by the Every Method demo.
// Automated test of matchTemplateMulti - Typical Values
// TIEVisionImage.matchTemplateMulti - Found count (99%): 1
count := ImageEnView1.IEBitmap.GetIEVisionImage().matchTemplateMulti( searchBmp.GetIEVisionImage(), ImageEnView1.IEBitmap.GetIEVisionImage(), 99, vrects, vranks ); // Found count: 1

// Automated test of matchTemplateMulti - Alpha Channel - Typical Values
// TIEVisionImage.matchTemplateMulti - Found count (99%): 1
count := ImageEnView1.IEBitmap.GetIEVisionImage().matchTemplateMulti( searchBmp.GetIEVisionImage(), ImageEnView1.IEBitmap.GetIEVisionImage(), 99, vrects, vranks ); // Found count: 1

// Automated test of matchTemplateMulti - 32-Bit RGBA - Typical Values
// TIEVisionImage.matchTemplateMulti - Found count (99%): 1
count := ImageEnView1.IEBitmap.GetIEVisionImage().matchTemplateMulti( searchBmp.GetIEVisionImage(), ImageEnView1.IEBitmap.GetIEVisionImage(), 99, vrects, vranks ); // Found count: 1

// Automated test of matchTemplateMulti - Random Values
// TIEVisionImage.matchTemplateMulti - Found count (94%): 1
count := ImageEnView1.IEBitmap.GetIEVisionImage().matchTemplateMulti( searchBmp.GetIEVisionImage(), ImageEnView1.IEBitmap.GetIEVisionImage(), 94, vrects, vranks ); // Found count: 1

// Automated test of matchTemplateMulti - Alpha Channel - Random Values
// TIEVisionImage.matchTemplateMulti - Found count (94%): 1
count := ImageEnView1.IEBitmap.GetIEVisionImage().matchTemplateMulti( searchBmp.GetIEVisionImage(), ImageEnView1.IEBitmap.GetIEVisionImage(), 94, vrects, vranks ); // Found count: 1

// Automated test of matchTemplateMulti - 32-Bit RGBA - Random Values
// TIEVisionImage.matchTemplateMulti - Found count (94%): 1
count := ImageEnView1.IEBitmap.GetIEVisionImage().matchTemplateMulti( searchBmp.GetIEVisionImage(), ImageEnView1.IEBitmap.GetIEVisionImage(), 94, vrects, vranks ); // Found count: 1
