Detect keypoints in an image set.
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- images
- Type: System.Collections.GenericIEnumerableMat
Image collection. - masks (Optional)
- Type: System.Collections.GenericIEnumerableMat
Masks for image set. masks[i] is a mask for images[i].
Return Value
Type: KeyPointCollection of keypoints detected in an input images. keypoints[i] is a set of keypoints detected in an images[i].
See Also