EC15::EC15
Constructs a EC15
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
[C++]
void EC15(
)
void EC15(
OEV_UINT8 c0,
OEV_UINT8 c1,
OEV_UINT8 c2
)
Parameters
c0
The value of the first component of the pixel (red channel).
c1
The value of the second component of the pixel (green channel).
c2
The value of the third component of the pixel (blue channel).
EC15.EC15
Constructs a EC15
object.
Namespace: Euresys.Open_eVision
[C#]
void EC15(
byte c0,
byte c1,
byte c2
)
Parameters
c0
The value of the first component of the pixel (red channel).
c1
The value of the second component of the pixel (green channel).
c2
The value of the third component of the pixel (blue channel).
EC15.__init__
Constructs a EC15
object.
Module: open_evision
[Python]
__init__() -> None
__init__(
c0: int
c1: int
c2: int
) -> None
__init__(
C2: int
) -> None
__init__(
C2: int
C1: int
) -> None
__init__(
C2: int
C1: int
C0: int
Pad: int
) -> None
__init__(
other: EC15
) -> None
Parameters
c0
The value of the first component of the pixel (red channel).
c1
The value of the second component of the pixel (green channel).
c2
The value of the third component of the pixel (blue channel).
C2
The value of the third component of the pixel (blue channel).
C1
The value of the second component of the pixel (green channel).
C0
The value of the first component of the pixel (red channel).
Pad
other
Other instance