Click or drag to resize

KeyPointsFilterRunByPixelsMask Method

Remove keypoints from some image by mask for pixels of this image.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static KeyPoint[] RunByPixelsMask(
	IEnumerable<KeyPoint> keypoints,
	Mat mask
)

Parameters

keypoints
Type: System.Collections.GenericIEnumerableKeyPoint
mask
Type: OpenCvSharpMat

Return Value

Type: KeyPoint
See Also