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