Public Member Functions | |
| ColorGMM (const ColorGMM &other) | |
| ColorGMM (std::size_t nOfGauss, std::size_t dim=2) | |
| virtual int | dimension () const |
| void | initSkinDistribution () |
| virtual ColorGMM & | operator= (const opentl::core::cvdata::ColorGMM &other) |
| virtual | ~ColorGMM () |
Public Attributes | |
| std::vector< GmPtr > | mixture |
| Vector with the gaussian mixtures. | |
| double | p_th |
| p threshold | |
| opentl::core::cvdata::ColorGMM::ColorGMM | ( | std::size_t | nOfGauss, | |
| std::size_t | dim = 2 | |||
| ) |
| virtual opentl::core::cvdata::ColorGMM::~ColorGMM | ( | ) | [virtual] |
| opentl::core::cvdata::ColorGMM::ColorGMM | ( | const ColorGMM & | other | ) |
| virtual int opentl::core::cvdata::ColorGMM::dimension | ( | ) | const [virtual] |
| void opentl::core::cvdata::ColorGMM::initSkinDistribution | ( | ) |
| virtual ColorGMM& opentl::core::cvdata::ColorGMM::operator= | ( | const opentl::core::cvdata::ColorGMM & | other | ) | [virtual] |
| std::vector<GmPtr> opentl::core::cvdata::ColorGMM::mixture |
Vector with the gaussian mixtures.
p threshold
1.5.8