#include <bprb/bprb_func_process.h>#include <vcl_iostream.h>#include <bbgm/bbgm_image_of.h>#include <bbgm/bbgm_image_sptr.h>#include <bbgm/bbgm_update.h>#include <bsta/bsta_attributes.h>#include <bsta/bsta_gauss_if3.h>#include <bsta/bsta_gauss_sf1.h>#include <bsta/bsta_mixture.h>#include <bsta/bsta_basic_functors.h>#include <bsta/algo/bsta_adaptive_updater.h>#include <brdb/brdb_value.h>#include <vbl/io/vbl_io_smart_ptr.h>#include <vil/vil_image_view.h>#include <vil/vil_convert.h>#include <vil/vil_math.h>#include <bbgm/bbgm_viewer.h>#include <bbgm/bbgm_viewer_sptr.h>Go to the source code of this file.
Namespaces | |
| namespace | type_definitions |
Typedefs | |
| typedef bsta_num_obs < bsta_mixture< bsta_num_obs < bsta_gauss_if3 > > > | type_definitions::mix_gauss_type_if3 |
| mixture of independent gaussian's of 3 dimensions. | |
| typedef bsta_num_obs < bsta_mixture_fixed < bsta_num_obs< bsta_gauss_sf1 >, 3 > > | type_definitions::mix_fixed_gauss_type_sf1 |
| typedef bsta_num_obs < bsta_mixture< bsta_num_obs < bsta_gauss_sf1 > > > | type_definitions::mix_gauss_type_sf1 |
Functions | |
| void | register_mean_viewers () |
| if the application needs to display different types than the ones already registered, then add them to this function. | |
| void | register_variance_viewers () |
| void | register_weight_viewers () |
| bool | bbgm_display_dist_image_process_cons (bprb_func_process &pro) |
| bool | bbgm_display_dist_image_process (bprb_func_process &pro) |
| Execute the process function. | |
Definition in file bbgm_display_dist_image_process.cxx.
| bool bbgm_display_dist_image_process | ( | bprb_func_process & | pro | ) |
Execute the process function.
Definition at line 76 of file bbgm_display_dist_image_process.cxx.
| bool bbgm_display_dist_image_process_cons | ( | bprb_func_process & | pro | ) |
Definition at line 59 of file bbgm_display_dist_image_process.cxx.
| void register_mean_viewers | ( | ) |
if the application needs to display different types than the ones already registered, then add them to this function.
Definition at line 33 of file bbgm_display_dist_image_process.cxx.
| void register_variance_viewers | ( | ) |
Definition at line 41 of file bbgm_display_dist_image_process.cxx.
| void register_weight_viewers | ( | ) |
Definition at line 49 of file bbgm_display_dist_image_process.cxx.
1.7.5.1