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