The CvScalar type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) |
Specifies whether this object contains the same members as the specified Object.
(Overrides ValueTypeEquals(Object).) | |
| Equals(CvScalar) |
Specifies whether this object contains the same members as the specified Object.
| |
| GetHashCode |
Returns a hash code for this object.
(Overrides ValueTypeGetHashCode.) | |
| GetType | (Inherited from Object.) | |
| RealScalar |
Initializes val[0] with val0, val[1]...val[3] with zeros
| |
| ScalarAll |
Initializes val[0]...val[3] with val0123
| |
| ToString |
Converts this object to a human readable string.
(Overrides ValueTypeToString.) |
See Also