Set every pixel of the image to the specific color, using a mask
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public void SetValue( TColor color, Image<Gray, byte> mask ) |
Visual Basic (Declaration) |
---|
Public Sub SetValue ( _ color As TColor, _ mask As Image(Of Gray, Byte) _ ) |
Visual C++ |
---|
public: void SetValue( TColor color, Image<Gray, unsigned char>^ mask ) |
Parameters
- color
- Type: TColor
The color to be set
- mask
- Type: Emgu.CV..::.Image<(Of <(Gray, Byte>)>)
The mask for setting color