The CvSparseMat type exposes the following members.
Operators
Name | Description | |
---|---|---|
![]() ![]() | Addition(CvSparseMat, CvScalar) |
Binary plus operator (cvAddS)
|
![]() ![]() | Addition(CvSparseMat, CvSparseMat) |
Binary plus operator (cvAdd)
|
![]() ![]() | BitwiseAnd(CvSparseMat, CvScalar) |
Bitwise AND operator (cvAndS)
|
![]() ![]() | BitwiseAnd(CvSparseMat, CvSparseMat) |
Bitwise AND operator (cvAnd)
|
![]() ![]() | BitwiseOr(CvSparseMat, CvScalar) |
Bitwise OR operator (cvOrS)
|
![]() ![]() | BitwiseOr(CvSparseMat, CvSparseMat) |
Bitwise OR operator (cvOr)
|
![]() ![]() | Division |
Division operator (cvAddWeighted)
|
![]() ![]() | ExclusiveOr(CvSparseMat, CvScalar) |
Bitwise XOR operator (cvXorS)
|
![]() ![]() | ExclusiveOr(CvSparseMat, CvSparseMat) |
Bitwise XOR operator (cvXor)
|
![]() ![]() | Multiply(CvSparseMat, CvSparseMat) |
Multiplicative operator (cvMatMul)
|
![]() ![]() | Multiply(CvSparseMat, Double) |
Multiplicative operator (cvAddWeighted)
|
![]() ![]() | OnesComplement |
Logical nagation operator
|
![]() ![]() | Subtraction(CvSparseMat, CvScalar) |
Binary negation operator (cvSub)
|
![]() ![]() | Subtraction(CvSparseMat, CvSparseMat) |
Binary negation operator (cvSub)
|
![]() ![]() | UnaryNegation |
Unary negation operator
|
![]() ![]() | UnaryPlus |
Unary plus operator
|
See Also