Method RunByPixelsMask2VectorPoint
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
RunByPixelsMask2VectorPoint(IEnumerable<KeyPoint>, IEnumerable<IEnumerable<Point>>, InputArray)
Remove objects from some image and a vector of points by mask for pixels of this image.
public static (KeyPoint[] Keypoints, Point[][] RemoveFrom) RunByPixelsMask2VectorPoint(IEnumerable<KeyPoint> keypoints, IEnumerable<IEnumerable<Point>> removeFrom, InputArray mask)
Parameters
keypointsIEnumerable<KeyPoint>removeFromIEnumerable<IEnumerable<Point>>maskInputArray
Returns
- (KeyPoint[] Keypoints, Point[][] RemoveFrom)