Imageload

From Eigenvector Research Documentation Wiki
Revision as of 14:34, 30 September 2009 by imported>Scott
Jump to navigation Jump to search

Purpose

GUI to select, build, then load a image DSO into the DataSet Editor.

Synopsis

imageDSO = imageload(data);
imageDSO = imageload('other');


Description

IMAGELOAD uses lddlgpls.m to find and select image data then calls buildimage.m. If data is omitted, IMAGELOAD will allow the user to load a valid image from the Matlab workspace. If data is the string 'other', it will allow the user to load a recognized standard image file (see imread).

See Also

buildimage, cropimage, inheritimage