35 #ifndef HISTOGRAM_HXX_
36 #define HISTOGRAM_HXX_
42 smoothout_orientation_histogram(
double * orientation,
43 const unsigned int & bins,
44 const unsigned int iterations = 3);
50 isolate_orientation_histogram_peaks(
double * histogram,
51 const unsigned int & bins,
52 const bool normalize =
false);
58 calc_histogram_donations(
const unsigned int & bins,
62 unsigned int * donation_bin,
69 calc_orientation_histogram_donations(
const unsigned int & bins,
71 unsigned int * donation_bin,
78 update_orientation_histogram(
double * orientation,
79 const unsigned int & bins,
81 const double & value);
84 #endif // HISTOGRAM_HXX_