Image Processing Toolbox User's Guide |
Using Modular Tools
To use the modular tools to create custom graphical user interfaces (GUIs) for image processing applications, follow this general procedure:
imshow
function as the foundation for your GUI application. (You can also use the MATLAB image
and imagesc
functions.) See Displaying the Target Image for more information.
Depending on how you designed your GUI, you might also want to specify the parent object of the modular tool. This is optional; by default, the tools either use the same parent as the target image or open in a separate figure window. If you want to change this default, you must specify the parent. See Specifying the Parent of a Modular Tool for more information.
In addition, when you create custom GUIs, you might need to specify the position of the graphics objects in the GUI, including the modular tools. See Positioning the Modular Tools in a GUI for more information.
The following sections provide more detail on these steps. For a complete illustration, see Example: Building a Pixel Information GUI.
Overview | Displaying the Target Image |
© 1994-2005 The MathWorks, Inc.