classic_yaw00_lev2_p14.mh 1.25 KB
// classic_yaw00_lev2_p14: machine generated classical descriptor model

#ifndef STASM_CLASSIC_YAW00_LEV2_P14_MH
#define STASM_CLASSIC_YAW00_LEV2_P14_MH

namespace stasm {

// Generated from muct77_w09.asm
// static const int EYAW = 1;
// static const int NORMALIZEDEYEMOUTHDIST = 100;
// static const double PYR_RATIO = 2;
// static const int FACE_SCALE_METHOD = 1;
// static const int PYR_SCALE_METHOD = 1;
// static const double SIGMOID_SCALE = 0;

static const double yaw00_prof_lev2_p14[9] =
{
    -0.54008, -0.5841, -0.69519, -0.81007, -0.89572, -0.90188, -0.9261, -0.8735, -0.76153
};

static const double yaw00_cov_lev2_p14[9*9] =
{
    6362, -866, -51, 687, 429, 559, 564, 498, 466,
    -866, 8483, -1707, 225, 666, 434, 545, 327, 467,
    -51, -1707, 10000, -1747, 431, 332, 662, 350, 540,
    687, 225, -1747, 8762, -1842, 287, 497, 706, 382,
    429, 666, 431, -1842, 7689, -1675, 242, 343, 567,
    559, 434, 332, 287, -1675, 6532, -1561, -60, 292,
    564, 545, 662, 497, 242, -1561, 6263, -1593, 106,
    498, 327, 350, 706, 343, -60, -1593, 5434, -1443,
    466, 467, 540, 382, 567, 292, 106, -1443, 3981
};

static const ClassicDescMod classic_yaw00_lev2_p14(9, yaw00_prof_lev2_p14, yaw00_cov_lev2_p14);

} // namespace stasm
#endif // STASM_CLASSIC_YAW00_LEV2_P14_MH