http://www.emgu.com
StarDetector

Namespace: Emgu.CV.Features2D
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)

Syntax

C#
public class StarDetector : DisposableObject, 
	IKeyPointDetector
Visual Basic
Public Class StarDetector _
	Inherits DisposableObject _
	Implements IKeyPointDetector
Visual C++
public ref class StarDetector : public DisposableObject, 
	IKeyPointDetector

Inheritance Hierarchy

System..::..Object
  Emgu.Util..::..DisposableObject
    Emgu.CV.Features2D..::..StarDetector

See Also