Click or drag to resize

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
Syntax
public void FilterByPixelsMask(
	Image<Gray, byte> mask
)

Parameters

mask
Type: Emgu.CVImageGray, Byte
The mask
See Also