The CvScalar type exposes the following members.
Operators
Name | Description | |
---|---|---|
Equality |
Compares two CvPoint objects. The result specifies whether the members of each object are equal.
| |
(Double to CvScalar) |
Creates a CvScalar with the members of the specified array.
| |
(CvScalar to Double) |
Creates a CvScalar with the specified double array.
| |
(Double to CvScalar) |
Creates a CvScalar with the specified double value like cvRealScalar.
| |
(CvScalar to Double) |
Returns a double value with the specified CvScalar's Val0.
| |
Inequality |
Compares two CvPoint objects. The result specifies whether the members of each object are unequal.
|
See Also