Click or drag to resize

MatBitwiseOr Operator

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