http://www.emgu.com Create a Ycc color using the specific values
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic Ycc(
double y,
double cr,
double cb
)
Public Sub New (
y As Double,
cr As Double,
cb As Double
)
public:
Ycc(
double y,
double cr,
double cb
)
new :
y : float *
cr : float *
cb : float -> Ycc
Parameters
- y
- Type: SystemDouble
The Y value for this color - cr
- Type: SystemDouble
The Cr value for this color - cb
- Type: SystemDouble
The Cb value for this color
See Also