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

Get the default star detector parameters

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static MCvStarDetectorParams GetDefaultParameter()
Public Shared Function GetDefaultParameter As MCvStarDetectorParams
public:
static MCvStarDetectorParams GetDefaultParameter()

Return Value

The default star detector parameters

See Also