Home
last modified time | relevance | path

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

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/brec/
H A Dbrec_part_hierarchy_learner.cxx112 … float adjusted_theta = theta > 90 ? -(180-theta) : theta; // operators work in [-pi, pi] range in initialize_layer0_as_gaussians() local
113 …_sptr p = new brec_part_gaussian(0.0f, 0.0f, 0.0f, lambda0, lambda1, adjusted_theta, true, type_cn… in initialize_layer0_as_gaussians()
135 …sptr pd = new brec_part_gaussian(0.0f, 0.0f, 0.0f, lambda0, lambda1, adjusted_theta, false, type_c… in initialize_layer0_as_gaussians()