Get the model points stored in this detector

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

Syntax

C#
public MKeyPoint[] GetModelPoints()
Visual Basic (Declaration)
Public Function GetModelPoints As MKeyPoint()
Visual C++
public:
array<MKeyPoint>^ GetModelPoints()

Return Value

The model points stored in this detector

See Also