Home
last modified time | relevance | path

Searched refs:theta_interval (Results 1 – 8 of 8) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/brip/
H A Dbrip_filter_bank.h43 float lambda1, float theta_interval, float cuttoff_ratio);
47 float lambda1, float theta_interval, float cuttoff_ratio,
60 float theta_interval() const {return theta_interval_;} in theta_interval() function
73 …ed n_levels, double scale_range, float lambda0, float lambda1, float theta_interval, float cuttoff…
H A Dbrip_filter_bank.cxx26 float lambda1, float theta_interval, in brip_filter_bank() argument
29 theta_interval_(theta_interval), cutoff_ratio_(cutoff_ratio) in brip_filter_bank()
41 …ed n_levels, double scale_range, float lambda0, float lambda1, float theta_interval, float cutoff_… in set_params() argument
45 theta_interval_ = theta_interval; cutoff_ratio_ = cutoff_ratio; in set_params()
58 float lambda1, float theta_interval, in brip_filter_bank() argument
62 theta_interval_(theta_interval), cutoff_ratio_(cutoff_ratio) in brip_filter_bank()
214 << " theta_interval:" << r.theta_interval() << '\n'; in operator <<()
H A Dbrip_ms_blob_detection.cxx63 float theta_interval = 5.0f; in brip_blob_connect_comp_bb() local
67 lambda0, lambda1, theta_interval, in brip_blob_connect_comp_bb()
192 float theta_interval = 5.0f; in brip_blob_local_max_bb() local
196 lambda0, lambda1, theta_interval, in brip_blob_local_max_bb()
H A Dbrip_vil_float_ops.h228 float theta_interval,
261 float theta_interval,
H A Dbrip_vil_float_ops.cxx4103 float lambda1, float theta_interval, bool bright, in extrema_rotational() argument
4141 if (theta_interval < std::numeric_limits<float>::epsilon()) { in extrema_rotational()
4152 for (float theta = 0.0f; theta < 180.0f; theta += theta_interval) { angles.push_back(theta); } in extrema_rotational()
4158 for ( ; theta < 180; theta += theta_interval, theta_i++) in extrema_rotational()
4581 float theta_interval, in fast_extrema_rotational() argument
4592 for (; theta < theta_end; theta += theta_interval, theta_i++) in fast_extrema_rotational()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bpro/core/brip_pro/processes/
H A Dbrip_extrema_process.cxx54 auto theta_interval = pro.get_input<float>(i++); in brip_extrema_process() local
94 …out = brip_vil_float_ops::fast_extrema_rotational(gimage, lambda0, lambda1, theta_interval, bright, in brip_extrema_process()
99 out = brip_vil_float_ops::extrema_rotational(gimage, lambda0, lambda1, theta_interval, bright, in brip_extrema_process()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/brip/tests/
H A Dtest_filter_bank.cxx25 float lambda0 = 3.0f, lambda1 = 1.2f, theta_interval = 30.0f; in test_filter_bank() local
27 brip_filter_bank bnk(n_levels, scale_range, lambda0, lambda1, theta_interval, in test_filter_bank()
/dports/biology/mapm3/mapm3-3.0_1/quant/
H A Dqctm.c915 real guess_pos(expected_recs,i,theta_interval) in guess_pos() argument
918 real theta_interval;
935 cm_pos = haldane_cm(theta_interval) * (left_cm /(left_cm +right_cm));