Overload List
Name | Description |
---|---|
Or(TColor) | Perform an elementwise OR operation with some color |
Or(Image<(Of <<'(TColor, TDepth>)>>)) | Perform an elementwise OR operation with another image and return the result |
Or(TColor, Image<(Of <<'(Gray, Byte>)>>)) | Perform an elementwise OR operation with some color using a mask |
Or(Image<(Of <<'(TColor, TDepth>)>>), Image<(Of <<'(Gray, Byte>)>>)) | Perform an elementwise OR operation with another image, using a mask, and return the result |