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