CvMatND Operators OpenCvSharp Class Library

The CvMatND type exposes the following members.

Operators

  NameDescription
Public operatorStatic memberAddition(CvMatND, CvMatND)
Binary plus operator (cvAdd)
Public operatorStatic memberAddition(CvMatND, CvScalar)
Binary plus operator (cvAddS)
Public operatorStatic memberBitwiseAnd(CvMatND, CvMatND)
Bitwise AND operator (cvAnd)
Public operatorStatic memberBitwiseAnd(CvMatND, CvScalar)
Bitwise AND operator (cvAndS)
Public operatorStatic memberBitwiseOr(CvMatND, CvMatND)
Bitwise OR operator (cvOr)
Public operatorStatic memberBitwiseOr(CvMatND, CvScalar)
Bitwise OR operator (cvOrS)
Public operatorStatic memberDivision
Division operator (cvAddWeighted)
Public operatorStatic memberExclusiveOr(CvMatND, CvMatND)
Bitwise XOR operator (cvXor)
Public operatorStatic memberExclusiveOr(CvMatND, CvScalar)
Bitwise XOR operator (cvXorS)
Public operatorStatic memberMultiply(CvMatND, CvMatND)
Multiplicative operator (cvMatMul)
Public operatorStatic memberMultiply(CvMatND, Double)
Multiplicative operator (cvAddWeighted)
Public operatorStatic memberOnesComplement
Logical nagation operator
Public operatorStatic memberSubtraction(CvMatND, CvMatND)
Binary negation operator (cvSub)
Public operatorStatic memberSubtraction(CvMatND, CvScalar)
Binary negation operator (cvSub)
Public operatorStatic memberUnaryNegation
Unary negation operator
Public operatorStatic memberUnaryPlus
Unary plus operator
Top
See Also

Reference