ImageTColor, TDepthOr Method (TColor) |
http://www.emgu.com Perform an elementwise OR operation with some color
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic Image<TColor, TDepth> Or(
TColor val
)
Public Function Or (
val As TColor
) As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ Or(
TColor val
)
member Or :
val : 'TColor -> Image<'TColor, 'TDepth>
Parameters
- val
- Type: TColor
The value for the OR operation
Return Value
Type:
ImageTColor,
TDepth The result of the OR operation
See Also