


Return roiLocs for a region of the sensor.
roiLocs = sensorROI(sensor,[roiType='center']);
The routine makes it easy to pull out the center locations, or various
corners
roiType is one of 'center','upperLeft','upperRight', ...
Example:
roiLocs = sensorROI;
sensor = vcGetObject('sensor');
roi = sensorROI(sensor,'center');
sensor = sensorSet(sensor,'roi',roi);
v = sensorGet(sensor,'roivolts');
Copyright ImagEval Consultants, LLC, 2005.