Table of Contents

Method GetData

Namespace
OpenCvSharp.Face
Assembly
OpenCvSharp.dll

GetData(out Point2f[])

Retrieves the mean shape (s0) of the trained AAM model.

public bool GetData(out Point2f[] s0)

Parameters

s0 Point2f[]

The mean shape points, or an empty array if the model has no data yet.

Returns

bool

true if the model had data to return.