_LoadCameraROIFromFile, _ROIDefine, _ROIDefineLargeFOV, _ROIDefineOnCaptured, _ROIDefineOptimalFOV, _SaveCameraROIToFile, ROIEnable, ROIEnabled, ROIGet, ROISet, ROISetLargeFOV, ROISetOptimalFOV
Description
ROIEnable(
int ROIEnable
);
This function enables/disables a usage of the ROI (when supported).
Description
ROIEnabled();
This function returns 1 when ROI is enabled or 0 when it is disabled.
Description
ROIGet( int *pROILeft
, int *pROITop
, int *pROIRight
, int *pROIBottom
);
This function retrieves the coordinates of the top-left and bottom-right corners of the ROI rectangle.
Parameters
Description
ROISet( intpROILeft
, intpROITop
, intpROIRight
, intpROIBottom
);
This function defines coordinates of the top-left and bottom-right corners of the ROI rectangle.
Parameters
Description
ROISetLargeFOV();
Sets the large field of view. It is user defined in Service Settings and is used by various scanning jobs.
See Also
_ROIDefineLargeFOV
Description
ROISetOptimalFOV();
Sets the optimal field of view. This field of view is automatically calculated according to the size of the microscope tube, it has a fixed size and only the center can be changed.
See Also
_ROIDefineOptimalFOV
Description
_LoadCameraROIFromFile();
Loads a previously saved Camera ROI position and size from an external file.
Description
_ROIDefine();
This function displays a rectangle ROI (Region Of Interest) on the live image. The specified area of the camera chip will be used whenever the camera ROI is turned on.
See Also
_ROIDefineOnCaptured, ROIEnable, ROIEnabled, ROIGet, ROISet
Description
_ROIDefineLargeFOV();
Opens the Rectangle dialog window for defining the large field of view.
See Also
ROISetLargeFOV
Description
_ROIDefineOnCaptured();
This function shows a rectangle ROI (Region Of Interest) on the captured camera window (if active) which defines the CCD area to be used.
See Also
_ROIDefine, ROIEnable, ROIEnabled, ROIGet, ROISet
Description
_ROIDefineOptimalFOV();
Opens the Rectangle dialog window for defining the optimal field of view.
See Also
ROISetOptimalFOV