Mat Operators |
The Mat type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition(Double, Mat) |
Element wise add mat1 with value |
![]() ![]() | Addition(Mat, Mat) |
Element wise add mat1 with mat2 |
![]() ![]() | Addition(Mat, MCvScalar) |
Element wise add mat with value |
![]() ![]() | Addition(Mat, Double) |
Element wise add mat with value |
![]() ![]() | Addition(MCvScalar, Mat) |
Element wise add mat with value |
![]() ![]() | BitwiseAnd(Double, Mat) |
Perform an element wise AND operation using a mat and a color
|
![]() ![]() | BitwiseAnd(Mat, Mat) |
Perform an element wise AND operation on the two mats
|
![]() ![]() | BitwiseAnd(Mat, MCvScalar) |
Perform an element wise AND operation using a mat and a scalar
|
![]() ![]() | BitwiseAnd(Mat, Double) |
Perform an element wise AND operation using a mat and a scalar
|
![]() ![]() | BitwiseAnd(MCvScalar, Mat) |
Perform an element wise AND operation using a mat and a scalar
|
![]() ![]() | BitwiseOr(Double, Mat) |
Perform an binary OR operation with some color
|
![]() ![]() | BitwiseOr(Mat, Mat) | Perform an element wise OR operation with another mat and return the result |
![]() ![]() | BitwiseOr(Mat, MCvScalar) |
Perform an binary OR operation with some scalar
|
![]() ![]() | BitwiseOr(Mat, Double) |
Perform an binary OR operation with some value
|
![]() ![]() | BitwiseOr(MCvScalar, Mat) |
Perform an binary OR operation with some scalar
|
![]() ![]() | Division(Double, Mat) | scale / mat |
![]() ![]() | Division(Mat, Double) | mat / scale |
![]() ![]() | Multiply(Double, Mat) | scale*mat |
![]() ![]() | Multiply(Mat, Double) | mat * scale |
![]() ![]() | OnesComplement | Compute the complement Mat |
![]() ![]() | Subtraction(Double, Mat) | value - mat |
![]() ![]() | Subtraction(Mat, Mat) |
Element wise subtract another mat from the current mat
|
![]() ![]() | Subtraction(Mat, MCvScalar) |
Element wise subtract another mat from the current mat
|
![]() ![]() | Subtraction(Mat, Double) |
Element wise subtract value from the current mat
|
![]() ![]() | Subtraction(MCvScalar, Mat) |
Element wise subtract value from the current mat
|