Iterative updating of a mixture of Gaussians. More...
#include <vpdl/vpdt/vpdt_field_traits.h>
#include <vpdl/vpdt/vpdt_gaussian.h>
#include <vpdl/vpdt/vpdt_mixture_of.h>
#include <vpdl/vpdt/vpdt_update_gaussian.h>
#include <vpdl/vpdt/vpdt_mog_fitness.h>
#include <vpdl/vpdt/vpdt_num_obs.h>
#include <vcl_utility.h>
#include <vcl_cassert.h>
Go to the source code of this file.
Classes | |
class | vpdt_mog_updater< mog_type > |
A mixture of Gaussians updater. More... | |
class | vpdt_mog_sg_updater< mog_type > |
A mixture of Gaussians adaptive updater based on Stauffer-Grimson. More... | |
class | vpdt_mog_lee_updater< mog_type > |
A mixture of Gaussians adaptive updater based on D. More... | |
class | vpdt_mog_lm_updater< mog_type > |
A mixture of Gaussians adaptive updater base on Leotta-Mundy. More... |
Iterative updating of a mixture of Gaussians.
Definition in file vpdt_update_mog.h.