Get the model points stored in this detector

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

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