ImageTColor, TDepthAdd Method (TColor) |
http://www.emgu.com Elementwise add a color val to the current image
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic Image<TColor, TDepth> Add(
TColor val
)
Public Function Add (
val As TColor
) As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ Add(
TColor val
)
member Add :
val : 'TColor -> Image<'TColor, 'TDepth>
Parameters
- val
- Type: TColor
The color value to be added to the current image
Return Value
Type:
ImageTColor,
TDepth The result of elementwise adding color
val from the current image
See Also