Ordering functions for sorting mixtures of Gaussian components. More...
#include <vpdl/vpdt/vpdt_field_traits.h>
#include <vpdl/vpdt/vpdt_gaussian.h>
#include <vcl_cassert.h>
Go to the source code of this file.
Classes | |
struct | vpdt_mog_fitness< gaussian_type, Disambiguate > |
The Stauffer-Grimson ordering function of mixture component fitness. More... | |
struct | vpdt_is_equal< T, T > |
helper class to check that two types are equal. More... | |
struct | vpdt_mog_fitness< gaussian_type, typename vpdt_is_equal< typename vpdt_dist_traits< gaussian_type >::scalar_type, typename gaussian_type::covar_type >::type > |
The Stauffer-Grimson ordering function of mixture component fitness. More... |
Ordering functions for sorting mixtures of Gaussian components.
Definition in file vpdt_mog_fitness.h.