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: 1.0.0
Syntax
public static KeyPoint[] RunByPixelsMask(
	IEnumerable<KeyPoint> keypoints,
	Mat mask
)

Parameters

keypoints
Type: System.Collections.GenericIEnumerableKeyPoint

[Missing <param name="keypoints"/> documentation for "M:OpenCvSharp.KeyPointsFilter.RunByPixelsMask(System.Collections.Generic.IEnumerable{OpenCvSharp.KeyPoint},OpenCvSharp.Mat)"]

mask
Type: OpenCvSharpMat

[Missing <param name="mask"/> documentation for "M:OpenCvSharp.KeyPointsFilter.RunByPixelsMask(System.Collections.Generic.IEnumerable{OpenCvSharp.KeyPoint},OpenCvSharp.Mat)"]

Return Value

Type: KeyPoint

[Missing <returns> documentation for "M:OpenCvSharp.KeyPointsFilter.RunByPixelsMask(System.Collections.Generic.IEnumerable{OpenCvSharp.KeyPoint},OpenCvSharp.Mat)"]

See Also