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.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public void FilterByPixelsMask(
	Image<Gray, byte> mask
)

Parameters

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