[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Emgu.CV.CvInvoke.cvGetStarKeypoints(System.IntPtr,System.IntPtr,Emgu.CV.Structure.MCvStarDetectorParams)"]

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static IntPtr cvGetStarKeypoints(
	IntPtr img,
	IntPtr storage,
	MCvStarDetectorParams param
)
Public Shared Function cvGetStarKeypoints ( _
	img As IntPtr, _
	storage As IntPtr, _
	param As MCvStarDetectorParams _
) As IntPtr
public:
static IntPtr cvGetStarKeypoints(
	IntPtr img, 
	IntPtr storage, 
	MCvStarDetectorParams param
)

Parameters

img
IntPtr
The image to detect start keypoints
storage
IntPtr
The storage for the returned sequence
param
MCvStarDetectorParams
The star detector parameters

Return Value

[Missing <returns> documentation for "M:Emgu.CV.CvInvoke.cvGetStarKeypoints(System.IntPtr,System.IntPtr,Emgu.CV.Structure.MCvStarDetectorParams)"]

See Also