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