imageinfo | Image Information tool |
imcolormaptool | Choose Colormap tool |
imcontrast | Adjust Contrast tool |
imcrop | Crop image |
imdisplayrange | Display Range tool |
imdistline | Distance tool |
impixelinfo | Pixel Information tool |
impixelinfoval | Pixel Information tool without text label |
impixelregion | Pixel Region tool |
impixelregionpanel | Pixel Region tool panel |
immagbox | Magnification box for scroll panel |
imoverview | Overview tool for image displayed in scroll panel |
imoverviewpanel | Overview tool panel for image displayed in scroll panel |
imsave | Save Image Tool |
imscrollpanel | Scroll panel for interactive image navigation |
getimage | Image data from axes |
getimagemodel | Image model object from image object |
imagemodel | Image Model object |
axes2pix | Convert axes coordinates to pixel coordinates |
imattributes | Information about image attributes |
imgca | Get current axes containing image |
imgcf | Get current figure containing image |
imgetfile | Display Open Image dialog box |
imputfile | Display Save Image dialog box |
imhandles | Get all image objects |
iptaddcallback | Add function handle to callback list |
iptcheckmap | Check validity of colormap |
iptcheckhandle | Check validity of handle |
iptgetapi | Get Application Programmer Interface (API) for handle |
iptGetPointerBehavior | Retrieve pointer behavior from graphics object |
ipticondir | Directories containing IPT and MATLAB icons |
iptPointerManager | Create pointer manager in figure |
iptremovecallback | Delete function handle from callback list |
iptSetPointerBehavior | Store pointer behavior structure in graphics object |
iptwindowalign | Align figure windows |
makeConstrainToRectFcn | Create rectangularly bounded drag constraint function |
truesize | Adjust display size of image |
Build App To Display Pixel Information
This example shows how to create a simple app that provides information about pixels and features in an image using modular pixel information tools.
Build App for Navigating Large Images
This example shows how to build an app for navigating large images using modular navigation tools.
This example shows how to make the connections that enable modular tools to interact.
Create Angle Measurement Tool Using ROI Objects
This example shows how to create a tool that measures the angle between lines drawn over an image.
Build Custom Image Processing Apps Using Modular Interactive Tools
You can combine interactive tools to create custom image processing apps. Some available tools include contrast adjustment, metadata display, pixel information, magnification, and cropping.
Interactive Modular Tool Workflow
Learn how to create a modular tool and how to associate it with a target image.
Learn about the utility functions available for creating custom modular interactive tools.
Customize Modular Tool Interactivity
To customize the interactivity of a modular tool with a target image, use event notifications from the modular tool APIs.