Click or drag to resize

MCvScalar Structure

http://www.emgu.com
Managed structure equivalent to CvScalar

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
[SerializableAttribute]
public struct MCvScalar : ICodeGenerable, IEquatable<MCvScalar>

The MCvScalar type exposes the following members.

Constructors
  NameDescription
Public methodMCvScalar(Double)
Create a new MCvScalar structure using the specific values
Public methodMCvScalar(Double, Double)
Create a new MCvScalar structure using the specific values
Public methodMCvScalar(Double, Double, Double)
Create a new MCvScalar structure using the specific values
Public methodMCvScalar(Double, Double, Double, Double)
Create a new MCvScalar structure using the specific values
Top
Methods
  NameDescription
Public methodEquals(Object) (Inherited from ValueType.)
Public methodEquals(MCvScalar)
Return true if the two MCvScalar equals
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToArray
The scalar values as a vector (of size 4)
Public methodToCode
Return the code to generate this MCvScalar from specific language
Public methodToString (Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldV0
The scalar value
Public fieldV1
The scalar value
Public fieldV2
The scalar value
Public fieldV3
The scalar value
Top
See Also