TOC PREV NEXT INDEX

IPcompare

Synopsis

compare two ip_Images

Input Port

&in_image1

ip_Image

&in_image2

ip_Image

Parameters

none

Output Port

none

Description

IPcompare compares two ip_Images. It compares the sizes of the images (dimensions), the number of bands, and data type, in that order. If the images are otherwise identical, they are then compared on a pixel-by-pixel basis.

IPcompare stops comparing when the first difference is found.

Input

&in_image1

&in_image2

The inputs are references to two ip_Images.

Example

Libraries.Examples.Image_Processing.IPcompare

Path

Libraries.Main.Imaging.IPcompare

Libraries.Image_Processing.Modules.IPcompare

File

v/ip.v

See also

IPextrema

TOC PREV NEXT INDEX