IM2OBJ Convert Matlab images or datafile to dataset object
B = IM2OBJ(IM,A)
DescriptionAdd standard Matlab images, as objects, 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 resulting feature size is X*Y or X*Y*C. The set of images IM may be given as a datafile. See alsodatasets, datafiles, im2feat, featim,
|