ImageTColor, TDepthAnd Method (TColor) |
http://www.emgu.com Perform an binary AND operation with some color
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic Image<TColor, TDepth> And(
TColor val
)
Public Function And (
val As TColor
) As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ And(
TColor val
)
member And :
val : 'TColor -> Image<'TColor, 'TDepth>
Parameters
- val
- Type: TColor
The color for the AND operation
Return Value
Type:
ImageTColor,
TDepth The result of the AND operation
See Also