asmlib-opencv
an ASM(Active Shape Model) implementation by C++ & OpenCV
StatModel::FitResult Struct Reference

Base class for ASM/AAM fitting result. More...

#include <shapemodel.h>

Inheritance diagram for StatModel::FitResult:
StatModel::ASMFitResult

List of all members.

Public Attributes

Mat_< double > params
 Parameters for the model.
SimilarityTrans transformation
 The similarity transformation needed to recover shape.

Detailed Description

Base class for ASM/AAM fitting result.


Member Data Documentation

Parameters for the model.

The similarity transformation needed to recover shape.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Defines