ERun::ERun
Constructs an ERun context.
Namespace: Euresys::Open_eVision
[C++]
void ERun(
)
void ERun(
int orgX,
int length,
int y
)
Parameters
orgX
X origin of the Run Maximally-sized area of adjacent pixels on the same row belonging to the background or to the foreground of a layer..
length
Length of the Run.
y
Y position of the Run.
ERun.ERun
Constructs an ERun context.
Namespace: Euresys.Open_eVision
[C#]
void ERun(
int orgX,
int length,
int y
)
Parameters
orgX
X origin of the Run.
length
Length of the Run.
y
Y position of the Run.
ERun.__init__
Constructs an ERun context.
Module: open_evision
[Python]
__init__() -> None
__init__(
orgX: int
length: int
y: int
) -> None
__init__(
OrgX: int
) -> None
__init__(
OrgX: int
Length: int
) -> None
__init__(
other: ERun
) -> None
Parameters
orgX
X origin of the Run.
length
Length of the Run.
y
Y position of the Run.
OrgX
X origin of the Run
Length
Length of the Run
other
Other instance