Overview tool panel for image displayed in scroll panel
Use the imoverviewpanel
function to add an Overview tool to
the same figure as an image contained in a scroll panel. The Overview tool is a
navigation aid when exploring a zoomed-in version of the image.
creates an Overview tool for an image displayed in a scroll panel.
hpanel
= imoverviewpanel(hparent
,himage
)himage
is a handle to the target image in the scroll panel.
hparent
is the handle to the figure or uipanel object that
will contain the Overview tool. hpanel
is the handle to the
Overview tool.
To create an Overview tool in a separate figure window, use imoverview
. When created using
imoverview
, the Overview tool includes zoom-in and
zoom-out buttons.