Searched refs:n_bins (Results 1 – 2 of 2) sorted by relevance
108 unsigned int n_bins, unsigned int *bins) in bitset_percent_histogram_print() argument114 for (i = 0; i < n_bins; i++) in bitset_percent_histogram_print()121 for (i = 0; i < n_bins; i++) in bitset_percent_histogram_print()123 i * 100.0 / n_bins, in bitset_percent_histogram_print()124 (i + 1) * 100.0 / n_bins, bins[i], in bitset_percent_histogram_print()132 unsigned int n_bins, unsigned int *bins) in bitset_log_histogram_print() argument139 for (i = 0; i < n_bins; i++) in bitset_log_histogram_print()146 for (i = n_bins; i > 3 && ! bins[i - 1]; i--) in bitset_log_histogram_print()148 n_bins = i; in bitset_log_histogram_print()151 max_width = 2 * (unsigned int) (0.30103 * (n_bins - 1) + 0.9999) + 1; in bitset_log_histogram_print()[all …]
312 void ll_angle(const double& threshold, const unsigned int& n_bins, std::vector<coorlist>& list);537 const unsigned int& n_bins, in ll_angle() argument588 std::vector<coorlist*> range_s(n_bins); in ll_angle()589 std::vector<coorlist*> range_e(n_bins); in ll_angle()591 …double bin_coef = (max_grad > 0) ? double(n_bins - 1) / max_grad : 0; // If all image is smooth, m… in ll_angle()617 int idx = n_bins - 1; in ll_angle()