| 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
)
Public Shared Function RunByPixelsMask (
keypoints As IEnumerable(Of KeyPoint),
mask As Mat
) As KeyPoint()
public:
static array<KeyPoint>^ RunByPixelsMask(
IEnumerable<KeyPoint>^ keypoints,
Mat^ mask
)
static member RunByPixelsMask :
keypoints : IEnumerable<KeyPoint> *
mask : Mat -> KeyPoint[]
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