EFrame Class
Represents a geometrical frame of reference as well as the parameters needed to transform from/to local and global coordinates. It contains a point and an angle and serves as a base class for geometrical elements.
Base Class:EPoint
Derived Class(es):ECircle
, ELine
, ERectangle
, EPolygon
, EWedge
Namespace: Euresys::Open_eVision
License(s): Any
Constructors
Properties
Abscissa of the origin point of the frame.
Ordinate of the origin point of the frame.
Orientation of the frame.
Horizontal sensor resolution, in pixels per unit.
Methods
Transforms a geometrical element from global to local coordinates (world to local).
Load the EFrame
configuration. The given ESerializer
must have been created for reading.
Transforms a geometrical element from local to global coordinates (local to world).
Save the EFrame
configuration. The given ESerializer
must have been created for writing.
EFrame Class
Represents a geometrical frame of reference as well as the parameters needed to transform from/to local and global coordinates. It contains a point and an angle and serves as a base class for geometrical elements.
Base Class:EPoint
Derived Class(es):ECircle
, ELine
, ERectangle
, EPolygon
, EWedge
Namespace: Euresys.Open_eVision
License(s): Any
Constructors
Properties
Orientation of the frame.
Abscissa of the origin point of the frame.
Ordinate of the origin point of the frame.
Horizontal sensor resolution, in pixels per unit.
Methods
Transforms a geometrical element from global to local coordinates (world to local).
Load the EFrame
configuration. The given ESerializer
must have been created for reading.
Transforms a geometrical element from local to global coordinates (local to world).
Save the EFrame
configuration. The given ESerializer
must have been created for writing.
EFrame Class
Represents a geometrical frame of reference as well as the parameters needed to transform from/to local and global coordinates. It contains a point and an angle and serves as a base class for geometrical elements.
Base Class:EPoint
Derived Class(es):ECircle
,
ELine
,
EPolygon
,
ERectangle
,
EWedge
Module: open_evision
License(s): Any
Constructors
Properties
Orientation of the frame.
Abscissa of the origin point of the frame.
Ordinate of the origin point of the frame.
Horizontal sensor resolution, in pixels per unit.
Methods
Transforms a geometrical element from global to local coordinates (world to local).
Load the EFrame
configuration. The given ESerializer
must have been created for reading.
Transforms a geometrical element from local to global coordinates (local to world).
Save the EFrame
configuration. The given ESerializer
must have been created for writing.