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