VectorOfKeyPointFilterByPixelsMask Method |
http://www.emgu.com
Remove keypoints from some image by mask for pixels of this image.
Namespace:
Emgu.CV.Util
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic void FilterByPixelsMask(
Image<Gray, byte> mask
)
Public Sub FilterByPixelsMask (
mask As Image(Of Gray, Byte)
)
public:
void FilterByPixelsMask(
Image<Gray, unsigned char>^ mask
)
member FilterByPixelsMask :
mask : Image<Gray, byte> -> unit
Parameters
- mask
- Type: Emgu.CVImageGray, Byte
The mask
See Also