PRTools Contents

PRTools User Guide

labelim

LABELIM

Construct image of object (pixel) labels

     IM = LABELIM(A)
     IM = A*LABELIM

Input
 A Dataset containing images stored as features

Output
 IM Image containing the labels of the objects

Description

For a dataset A containing images stored as features, where each pixel  corresponds to an object, the routine creates an image presenting the  labels of the objects. Note that if the number of classes is small, e.g.  2, an appropriate colormap will have to be loaded for displaying the  result using IMAGE(LABELS). More appropriate, LABELS should be multiplied  such that the minimum and maximum of LABELS are well spread in the [1,64] interval of the standard colormaps. bb

The resulting image may also directly be displayed by:  LABELIM(A) or  A*LABELIM
for which a suitable colormap is loaded automatically.

See also

datasets, classim,

PRTools Contents

PRTools User Guide

This file has been automatically generated. If badly readable, use the help-command in Matlab.