Get the model points stored in this detector

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

Syntax

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

Return Value

The model points stored in this detector

See Also