Helper classes to make a vil_image_view from an image of distributions. More...
#include <vil/vil_image_view.h>#include <vbl/vbl_ref_count.h>#include <bbgm/bbgm_viewer.h>#include <bbgm/bbgm_apply.h>#include <vpdl/vpdt/vpdt_mixture_accessors.h>#include <vpdl/vpdt/vpdt_enable_if.h>#include <vil/vil_math.h>#include <vcl_cassert.h>Go to the source code of this file.
Classes | |
| class | bbgm_view_maker_base |
| base class for objects that extract the mean from an image of distribution. More... | |
| class | bbgm_view_maker< dist_type, func_type, Disambiguate > |
| base class for objects that extract the mean from an image of distribution. More... | |
| struct | bbgm_num_components< dist_type, class > |
| helper class to determine the maximum number of components in an image of mixtures. More... | |
| struct | bbgm_num_components< dist_type, typename dist_type::max_components > |
| helper class to determine the maximum number of components in an image of mixtures. More... | |
| class | bbgm_view_maker< dist_type, func_type, typename vpdt_enable_if< vpdt_is_mixture< dist_type > >::type > |
| base class for objects that extract the mean from an image of distribution. More... | |
Helper classes to make a vil_image_view from an image of distributions.
Modifications
<none yet>
Definition in file bbgm_view_maker.h.
1.7.5.1