ImageTColor, TDepthSubR Method (TColor) |
http://www.emgu.com
result = val - this
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> SubR(
TColor val
)
Public Function SubR (
val As TColor
) As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ SubR(
TColor val
)
member SubR :
val : 'TColor -> Image<'TColor, 'TDepth>
Parameters
- val
- Type: TColor
the value which subtract this image
Return Value
Type:
ImageTColor,
TDepthval - this
See Also