Get the star keypoints from this image

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

Syntax

C#
public MCvStarKeypoint[] GetStarKeypoints(
	ref StarDetector param
)
Visual Basic (Declaration)
Public Function GetStarKeypoints ( _
	ByRef param As StarDetector _
) As MCvStarKeypoint()
Visual C++
public:
array<MCvStarKeypoint>^ GetStarKeypoints(
	StarDetector% param
)

Parameters

param
Type: Emgu.CV..::.StarDetector %
The Star Detector parameters

Return Value

The Star keypoints in this image

See Also