Click or drag to resize

UMatBitwiseOr Operator

http://www.emgu.com
Overload List
  NameDescription
Public operatorStatic memberBitwiseOr(Double, UMat)
Perform an binary OR operation with some color
Public operatorStatic memberBitwiseOr(MCvScalar, UMat)
Perform an binary OR operation with some scalar
Public operatorStatic memberBitwiseOr(UMat, MCvScalar)
Perform an binary OR operation with some scalar
Public operatorStatic memberBitwiseOr(UMat, UMat)
Perform an element wise OR operation with another mat and return the result
Public operatorStatic memberBitwiseOr(UMat, Double)
Perform an binary OR operation with some value
Top
See Also