Home
last modified time | relevance | path

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

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/
H A Dboxm2_feature_vector.cxx19 float d_square = 0.0; in prob_correspondence() local
22 d_square += dif*dif; in prob_correspondence()
24 d_square *= surface_prob1*surface_prob2; in prob_correspondence()
26 …nl_math::one_over_sqrt2pi/std::sqrt(feature_sim_variance)*std::exp(-0.5*d_square/feature_sim_varia… in prob_correspondence()
/dports/net/echoping/echoping-ccf3c95d9249d3065db3853486f41c852d20101e/SRC/
H A Dutil.c110 double d_offset, d_square, d_variance = 0; local
132 d_square = d_offset * d_offset;
133 d_variance += d_square;
/dports/math/py-seaborn/seaborn-0.11.0/seaborn/
H A Dcategorical.py1221 d_square = d ** 2
1235 good_candidate = np.all(sq_distances >= d_square)