imshowpair
Compare differences between images
Syntax
Description
creates a composite RGB image showing obj
= imshowpair(A
,B
)A
and B
overlaid in
different color bands. To choose another type of visualization of the two images, use the
method
argument. If A
and B
are
different sizes, imshowpair
pads the smaller dimensions with zeros on the
bottom and right edges so that the two images are the same size. By default,
imshowpair
scales the intensity values of A
and
B
independently from each other. imshowpair
returns
obj
, an image object.
specifies
additional options with one or more obj
= imshowpair(___,Name,Value
)Name,Value
pair
arguments, using any of the previous syntaxes.
Examples
Input Arguments
Output Arguments
Tips
Use
imfuse
to create composite visualizations that you can save to a file. Useimshowpair
to display composite visualizations to the screen.
Version History
See Also
imfuse
| imregister
| imshow
| imtransform
| montage