Code samples for cmp (Automatically generated by the Every Method demo).
// Automated test of cmp - Typical Values
// TIEVisionImage.cmp (Comparing left and right of image) - Method: Equal
bmp.GetIEVisionImage().cmp( bmp2.GetIEVisionImage(),
ImageEnView1.IEBitmap.GetIEVisionImage(), ievEqual );
ImageEnView1.Update(); // Show changes in our viewer

// Automated test of cmp - Alpha Channel - Typical Values
// TIEVisionImage.cmp (Comparing left and right of image) - Method: Equal
bmp.GetIEVisionImage().cmp( bmp2.GetIEVisionImage(),
ImageEnView1.IEBitmap.GetIEVisionImage(), ievEqual );
ImageEnView1.Update(); // Show changes in our viewer

// Automated test of cmp - 1-bit - Typical Values
// TIEVisionImage.cmp (Comparing left and right of image) - Method: Equal
bmp.GetIEVisionImage().cmp( bmp2.GetIEVisionImage(),
ImageEnView1.IEBitmap.GetIEVisionImage(), ievEqual );
ImageEnView1.Update(); // Show changes in our viewer

// Automated test of cmp - Random Values
// TIEVisionImage.cmp (Comparing left and right of image) - Method: GreaterEqual
bmp.GetIEVisionImage().cmp( bmp2.GetIEVisionImage(),
ImageEnView1.IEBitmap.GetIEVisionImage(), ievGreaterEqual );
ImageEnView1.Update(); // Show changes in our viewer

// Automated test of cmp - Alpha Channel - Random Values
// TIEVisionImage.cmp (Comparing left and right of image) - Method: GreaterEqual
bmp.GetIEVisionImage().cmp( bmp2.GetIEVisionImage(),
ImageEnView1.IEBitmap.GetIEVisionImage(), ievGreaterEqual );
ImageEnView1.Update(); // Show changes in our viewer

// Automated test of cmp - 1-bit - Random Values
// TIEVisionImage.cmp (Comparing left and right of image) - Method: GreaterEqual
bmp.GetIEVisionImage().cmp( bmp2.GetIEVisionImage(),
ImageEnView1.IEBitmap.GetIEVisionImage(), ievGreaterEqual );
ImageEnView1.Update(); // Show changes in our viewer
