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