ImageTColor, TDepthSub Method (TColor) |
http://www.emgu.com Elementwise subtract a color from the current image
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic Image<TColor, TDepth> Sub(
TColor val
)
Public Function Sub (
val As TColor
) As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ Sub(
TColor val
)
member Sub :
val : 'TColor -> Image<'TColor, 'TDepth>
Parameters
- val
- Type: TColor
The color value to be subtracted from the current image
Return Value
Type:
ImageTColor,
TDepth The result of elementwise subtracting color 'val' from the current image
See Also