


Retrieve cell larray of objects of objType [obj,nObj] = vcGetObjects(objType) Return the cell array of a particular type of object. Optionally, the total number of objects of this type is returned, too. See Also: vcGetObject, vcGetSelectedObject Examples: obj = vcGetObjects('PIXEL'); [obj, nObj] = vcGetObjects('SCENE'); Copyright ImagEval Consultants, LLC, 2005.
