PRTools contents

PRTools manual

isobjim

ISOBJIM

test if the dataset contains objects that are images

   N = ISOBJIM(A)
       ISOBJIM(A)

Input
 A input dataset

Output
 N logical value

Description

True if the dataset contains objects that are images. If no output is required,  false outputs are turned into errors. This may be used for assertion.

In case the objects in A should be interpreted as 1-dimensional object

images, use A = SETFEATSIZE(A,[1 GETFEATSIZE(A)]) for conversion.

 SEE   ISDATASET, ISDATAIM, SETFEATSIZE, GETFEATSIZE

PRTools contents

PRTools manual