Class GScalar
The equivalent of cv::GScalar
public class GScalar : UnmanagedObject, IDisposable
- Inheritance
-
GScalar
- Implements
- Inherited Members
Constructors
GScalar(MCvScalar)
Create a GScalar from a scalar value.
public GScalar(MCvScalar value)
Parameters
value
MCvScalarThe scalar value
GScalar(double)
Create a GScalar from a double value
public GScalar(double value)
Parameters
value
doubleThe double value
Methods
DisposeObject()
Release all the unmanaged memory associated with the GScalar
protected override void DisposeObject()