Builder for mfpf_hog_box_finder objects. More...
#include "mfpf_hog_box_finder_builder.h"
#include <mfpf/mfpf_hog_box_finder.h>
#include <vsl/vsl_binary_loader.h>
#include <vul/vul_string.h>
#include <vcl_cmath.h>
#include <vcl_sstream.h>
#include <vcl_cassert.h>
#include <mbl/mbl_parse_block.h>
#include <mbl/mbl_read_props.h>
#include <vil/vil_resample_bilin.h>
#include <vil/vil_image_view.h>
#include <vsl/vsl_vector_io.h>
#include <vsl/vsl_indent.h>
#include <vcl_algorithm.h>
#include <mipa/mipa_orientation_histogram.h>
#include <mipa/mipa_sample_histo_boxes.h>
#include <mipa/mipa_identity_normaliser.h>
#include <mipa/mipa_block_normaliser.h>
#include <mipa/mipa_ms_block_normaliser.h>
Go to the source code of this file.
Functions | |
void | mfpf_norm_histo_vec (vnl_vector< double > &v, unsigned nA) |
Divide elements of v by sum of last nA elements. |
Builder for mfpf_hog_box_finder objects.
Definition in file mfpf_hog_box_finder_builder.cxx.
void mfpf_norm_histo_vec | ( | vnl_vector< double > & | v, |
unsigned | nA | ||
) | [inline] |
Divide elements of v by sum of last nA elements.
For histogram vectors these are the total sums
Definition at line 34 of file mfpf_hog_box_finder_builder.cxx.