Create ROI ( IACreateROI )
Parameters:
Name |
Short Name |
Type |
Description |
ROI Shape |
type |
string |
Creates ROI with the given shape: "Line", "Box" |
Unit |
unit |
string |
The parameters below are scaled with this unit and the image scaling. |
Left |
left |
real |
Distance in pixels or microns |
Top |
top |
real |
Distance in pixels or microns |
Width |
width |
real |
Distance in pixels or microns |
Height |
height |
real |
Distance in pixels or microns |
Description:
Creates ROI with the given shape, size and position.
The top left corner is (0,0). The ROI will include Width and Height number of pixels in width and height.