impixelregionpanel
Pixel Region tool panel
Description
Use the impixelregionpanel
function to add a Pixel Region
tool to the same figure as an image. The Pixel Region tool is an aid to explore pixel
values of images.
creates a Pixel Region tool in a figure window. hpanel
= impixelregionpanel(hparent
,himage
)himage
is a
handle to the target image whose pixels are to be displayed.
hparent
is the handle to the figure or uipanel object that
will contain the Pixel Region tool. hpanel
is the handle to the
Pixel Region tool.
Examples
Input Arguments
Output Arguments
Tips
To create a Pixel Region tool in a separate figure window, use
impixelregion
.
Version History
Introduced before R2006a