Retrieves keypoints using the StarDetector algorithm.
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- img
- Type: OpenCvSharpCvArr
The input 8-bit grayscale image - storage
- Type: OpenCvSharpCvMemStorage
Memory storage where the keypoints will be stored
Return Value
Type: CvSeq[Missing <returns> documentation for "M:OpenCvSharp.Cv.GetStarKeypoints(OpenCvSharp.CvArr,OpenCvSharp.CvMemStorage)"]
See Also