Compare differences between images
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.
Use imfuse
to create composite visualizations
that you can save to a file. Use imshowpair
to display composite
visualizations to the screen.
imfuse
| imregister
| imshow
| imtransform
| montage