Code samples for MatchTemplate.
Automatically generated by the Every Method demo.
// Automated test of matchTemplate (Helper) - Typical Values
// TIEBitmapHelper.MatchTemplate (95%) - Found at: 100,100,280,280
b := ImageEnView1.IEBitmap.MatchTemplate( searchBmp, ievSQDIFF, 95, r, rank );

// Automated test of matchTemplate (Helper) - Alpha Channel - Typical Values
// TIEBitmapHelper.MatchTemplate (95%) - Found at: 100,100,280,280
b := ImageEnView1.IEBitmap.MatchTemplate( searchBmp, ievSQDIFF, 95, r, rank );

// Automated test of matchTemplate (Helper) - 32-Bit RGBA - Typical Values
// TIEBitmapHelper.MatchTemplate (95%) - Found at: 100,100,280,280
b := ImageEnView1.IEBitmap.MatchTemplate( searchBmp, ievSQDIFF, 95, r, rank );

// Automated test of matchTemplate (Helper) - 1-bit - Typical Values
// TIEBitmapHelper.MatchTemplate (95%) - Found at: 12,100,192,280
b := ImageEnView1.IEBitmap.MatchTemplate( searchBmp, ievSQDIFF, 95, r, rank );

// Automated test of matchTemplateMulti (Helper) - Typical Values
// TIEBitmapHelper.MatchTemplate - Found count (99%): 1
count := ImageEnView1.IEBitmap.MatchTemplate( SearchBmp, 99, rects, ranks ); // Found count: 1

// Automated test of matchTemplateMulti (Helper) - Alpha Channel - Typical Values
// TIEBitmapHelper.MatchTemplate - Found count (99%): 1
count := ImageEnView1.IEBitmap.MatchTemplate( SearchBmp, 99, rects, ranks ); // Found count: 1

// Automated test of matchTemplateMulti (Helper) - 32-Bit RGBA - Typical Values
// TIEBitmapHelper.MatchTemplate - Found count (99%): 1
count := ImageEnView1.IEBitmap.MatchTemplate( SearchBmp, 99, rects, ranks ); // Found count: 1

// Automated test of matchTemplate (Helper) - Random Values
// TIEBitmapHelper.MatchTemplate (45%) - Found at: 100,100,280,280
b := ImageEnView1.IEBitmap.MatchTemplate( searchBmp, ievCCORR, 45, r, rank );

// Automated test of matchTemplate (Helper) - Alpha Channel - Random Values
// TIEBitmapHelper.MatchTemplate (45%) - Found at: 100,100,280,280
b := ImageEnView1.IEBitmap.MatchTemplate( searchBmp, ievCCORR, 45, r, rank );

// Automated test of matchTemplate (Helper) - 32-Bit RGBA - Random Values
// TIEBitmapHelper.MatchTemplate (45%) - Found at: 100,100,280,280
b := ImageEnView1.IEBitmap.MatchTemplate( searchBmp, ievCCORR, 45, r, rank );

// Automated test of matchTemplate (Helper) - 1-bit - Random Values
// TIEBitmapHelper.MatchTemplate (45%) - Found at: 12,100,192,280
b := ImageEnView1.IEBitmap.MatchTemplate( searchBmp, ievCCORR, 45, r, rank );

// Automated test of matchTemplateMulti (Helper) - Random Values
// TIEBitmapHelper.MatchTemplate - Found count (94%): 1
count := ImageEnView1.IEBitmap.MatchTemplate( SearchBmp, 94, rects, ranks ); // Found count: 1

// Automated test of matchTemplateMulti (Helper) - Alpha Channel - Random Values
// TIEBitmapHelper.MatchTemplate - Found count (94%): 1
count := ImageEnView1.IEBitmap.MatchTemplate( SearchBmp, 94, rects, ranks ); // Found count: 1

// Automated test of matchTemplateMulti (Helper) - 32-Bit RGBA - Random Values
// TIEBitmapHelper.MatchTemplate - Found count (94%): 1
count := ImageEnView1.IEBitmap.MatchTemplate( SearchBmp, 94, rects, ranks ); // Found count: 1
