Implements builder for a mixture model PDF. More...
#include "vpdfl_mixture_builder.h"#include <vcl_sstream.h>#include <vcl_cassert.h>#include <vcl_cmath.h>#include <vcl_cstdlib.h>#include <vsl/vsl_indent.h>#include <vsl/vsl_vector_io.h>#include <vsl/vsl_binary_loader.h>#include <vpdfl/vpdfl_mixture.h>#include <mbl/mbl_data_wrapper.h>#include <mbl/mbl_data_array_wrapper.h>#include <vnl/vnl_math.h>#include <mbl/mbl_parse_block.h>#include <mbl/mbl_read_props.h>#include <vul/vul_string.h>#include <mbl/mbl_exception.h>Go to the source code of this file.
Variables | |
| const double | min_wt = 1e-8 |
Implements builder for a mixture model PDF.
Modifications
IMS Converted to VXL 14 May 2000, with redesign
Definition in file vpdfl_mixture_builder.cxx.
| const double min_wt = 1e-8 |
Definition at line 37 of file vpdfl_mixture_builder.cxx.
1.7.5.1