[This is preliminary documentation and is subject to change.]
Get the star keypoints from this image
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# | Visual Basic | Visual C++ |
public MCvStarKeypoint[] GetStarKeypoints( ref MCvStarDetectorParams param )
Public Function GetStarKeypoints ( _ ByRef param As MCvStarDetectorParams _ ) As MCvStarKeypoint()
public: array<MCvStarKeypoint>^ GetStarKeypoints( MCvStarDetectorParams% param )
Parameters
- param
-
MCvStarDetectorParams
%
The Star Detector parameters
Return Value
[Missing <returns> documentation for "M:Emgu.CV.Image`2.GetStarKeypoints(Emgu.CV.Structure.MCvStarDetectorParams@)"]