EC24::EC24
Constructs a EC24
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 EC24(
)
void EC24(
const ERGBColor
& rgbColor
)
void EC24(
OEV_UINT8 c0,
OEV_UINT8 c1,
OEV_UINT8 c2
)
Parameters
rgbColor
The value of the pixel as an ERGBColor
.
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).
EC24.EC24
Constructs a EC24
object.
Namespace: Euresys.Open_eVision
Parameters
rgbColor
The value of the pixel as an ERGBColor
.
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).
EC24.__init__
Constructs a EC24
object.
Module: open_evision
[Python]
__init__() -> None
__init__(
rgbColor: ERGBColor
) -> None
__init__(
c0: int
c1: int
c2: int
) -> None
__init__(
C2: int
) -> None
__init__(
C2: int
C1: int
) -> None
__init__(
other: EC24
) -> None
Parameters
rgbColor
The value of the pixel as an ERGBColor
.
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).
other
Other instance