MCvScalar Constructor (Double, Double, Double) |
http://www.emgu.com
Create a new MCvScalar structure using the specific values
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic MCvScalar(
double v0,
double v1,
double v2
)
Public Sub New (
v0 As Double,
v1 As Double,
v2 As Double
)
public:
MCvScalar(
double v0,
double v1,
double v2
)
new :
v0 : float *
v1 : float *
v2 : float -> MCvScalar
Parameters
- v0
- Type: SystemDouble
v0 - v1
- Type: SystemDouble
v1 - v2
- Type: SystemDouble
v2
See Also