http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Retrieve the star keypoint location from the specific image
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static IntPtr cvGetStarKeypoints( IntPtr img, IntPtr storage, MCvStarDetectorParams param ) |
Visual Basic |
---|
Public Shared Function cvGetStarKeypoints ( _ img As IntPtr, _ storage As IntPtr, _ param As MCvStarDetectorParams _ ) As IntPtr |
Visual C++ |
---|
public: static IntPtr cvGetStarKeypoints( IntPtr img, IntPtr storage, MCvStarDetectorParams param ) |
Parameters
- img
- Type: System..::..IntPtr
The image to detect start keypoints
- storage
- Type: System..::..IntPtr
The storage for the returned sequence
- param
- Type: Emgu.CV.Structure..::..MCvStarDetectorParams
The star detector parameters