Process the image to produce a hue mask
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public void Process( Image<Bgr, byte> image, Image<Bgr, byte> hueMask ) |
Visual Basic (Declaration) |
---|
Public Sub Process ( _ image As Image(Of Bgr, Byte), _ hueMask As Image(Of Bgr, Byte) _ ) |
Visual C++ |
---|
public: void Process( Image<Bgr, unsigned char>^ image, Image<Bgr, unsigned char>^ hueMask ) |
Parameters
- image
- Type: Emgu.CV..::.Image<(Of <(Bgr, Byte>)>)
The input image
- hueMask
- Type: Emgu.CV..::.Image<(Of <(Bgr, Byte>)>)
The resulting mask