<< GetWaveletFilters IPD - Image Processing Design Ind2RGB >>

IPD - Image Processing Design >> IPD - Image Processing Design > ImageTool

ImageTool

provides interactive image analysis functionality

Calling Sequence

ImageTool(Image);

ImageTool(Image, Title);

FigureHandle = ImageTool(Image);

FigureHandle = ImageTool(Image, Title);

Parameters

Image

2D or 3D matrix of type uint8, uint16, uint32 or double, can also be 2D matrix of type boolean

Title

A string that describes the image. This parameter is optional.

FigureHandle

Handle of the figure the image is displayed in. This parameter is optional.

Description

This function provides functionality for analyzing an image interactively. The following functionality is provided:

Examples

global IPD_PATH;

RGB = ReadImage(IPD_PATH + 'demos\teaset.png');

Image = RGB2Gray(RGB);

FigureHandle = ImageTool(Image, 'Image to Be Analyzed');

<< GetWaveletFilters IPD - Image Processing Design Ind2RGB >>