Searches for rectangular region using HOG features. More...
#include "mfpf_hog_box_finder.h"
#include <vsl/vsl_binary_loader.h>
#include <vcl_cmath.h>
#include <vcl_cassert.h>
#include <vil/vil_resample_bilin.h>
#include <vil/io/vil_io_image_view.h>
#include <vsl/vsl_vector_io.h>
#include <vsl/vsl_indent.h>
#include <vcl_algorithm.h>
#include <vnl/vnl_math.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>
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. |
Searches for rectangular region using HOG features.
Definition in file mfpf_hog_box_finder.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 25 of file mfpf_hog_box_finder.cxx.