PRTools Contents

PRTools User Guide

im2feat

IM2FEAT

Convert Matlab images or datafile to dataset feature

    B = IM2FEAT(IM,A)
    B = IM2OBJ(IM,OBJSIZE)

Input
 IM X*Y image, X*Y*K array of K images, or cell-array of images.  The images may be given as a datafile.
 A Input dataset
 OBJSIZE Vector with desired object sizes to solve ambiguities

Output
 B Dataset with IM added

Description

Add standard Matlab images, as features, to an existing dataset A. If A is  not given, a new dataset is created. Images of type 'uint8' are converted  to 'double' and divided by 256. The set of images IM may be given as a  datafile.

See also

datasets, datafiles, im2obj, featim,

PRTools Contents

PRTools User Guide

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