ECircle::SetFromCenterAndOrigin
Sets the geometric parameters (nominal position and diameter, angular position and amplitude) of an ECircle
object In a general content, the term object should be understood with the meaning of a class instance. In EasyObject, an object is a maximally-sized area of adjacent connected pixels belonging to the layer foreground..
Namespace: Euresys::Open_eVision
Parameters
center
Center coordinates of the circle at its nominal position. The default value is (0,0)
.
origin
Origin point coordinates of the circle.
direct
true
(default) means that angles increase anticlockwisely in a direct coordinate system.
ECircle.SetFromCenterAndOrigin
Sets the geometric parameters (nominal position and diameter, angular position and amplitude) of an ECircle
object.
Namespace: Euresys.Open_eVision
Parameters
center
Center coordinates of the circle at its nominal position. The default value is (0,0)
.
origin
Origin point coordinates of the circle.
direct
true
(default) means that angles increase anticlockwisely in a direct coordinate system.
ECircle.SetFromCenterAndOrigin
Sets the geometric parameters (nominal position and diameter, angular position and amplitude) of an ECircle
object.
Module: open_evision
[Python]
SetFromCenterAndOrigin(
center: EPoint
origin: EPoint
direct: bool
) -> None
SetFromCenterAndOrigin(
center: EPoint
origin: EPoint
) -> None
Parameters
center
Center coordinates of the circle at its nominal position. The default value is (0,0)
.
origin
Origin point coordinates of the circle.
direct
true
(default) means that angles increase anticlockwisely in a direct coordinate system.