UMatBitwiseOr Operator |
Name | Description | |
---|---|---|
![]() ![]() | 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
|