http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Remove keypoints from some image by mask for pixels of this image.
Namespace: Emgu.CV.UtilAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void FilterByPixelsMask( Image<Gray, byte> mask ) |
Visual Basic |
---|
Public Sub FilterByPixelsMask ( _ mask As Image(Of Gray, Byte) _ ) |
Visual C++ |
---|
public: void FilterByPixelsMask( Image<Gray, unsigned char>^ mask ) |
Parameters
- mask
- Type: Emgu.CV..::..Image<(Of <(<'Gray, Byte>)>)>
The mask