Method RunByPixelsMask
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
RunByPixelsMask(IEnumerable<KeyPoint>, InputArray)
Remove keypoints from some image by mask for pixels of this image.
public static KeyPoint[] RunByPixelsMask(IEnumerable<KeyPoint> keypoints, InputArray mask)
Parameters
keypointsIEnumerable<KeyPoint>maskInputArray
Returns
- KeyPoint[]