EBaseROI::GetOrgX
EBaseROI::SetOrgX
Gets or sets the x-coordinate of the upper left corner of the ROI, relative to its parent ROI/image.
Namespace: Euresys::Open_eVision
[C++]
int GetOrgX() const
void SetOrgX(int x)
Remarks
The placement of an ROI is given by the coordinates its upper left corner (origin point), relative to its parent ROI/image and by its size (width and height).
EBaseROI.OrgX
Gets or sets the x-coordinate of the upper left corner of the ROI, relative to its parent ROI/image.
Namespace: Euresys.Open_eVision
[C#]
int OrgX
{ get; set; }
Remarks
The placement of an ROI is given by the coordinates its upper left corner (origin point), relative to its parent ROI/image and by its size (width and height).
EBaseROI.OrgX
Gets or sets the x-coordinate of the upper left corner of the ROI, relative to its parent ROI/image.
Module: open_evision
[Python]
OrgX: int
{get; set}
Remarks
The placement of an ROI is given by the coordinates its upper left corner (origin point), relative to its parent ROI/image and by its size (width and height).