Commit d1be5d00 authored by Andrey Filippov's avatar Andrey Filippov

moe on connection costs, adding parameters

parent c44613be
This diff is collapsed.
......@@ -4594,7 +4594,7 @@ public class TilePlanes {
}
// Raise weight of the center part of the histogram - there can be originally distinct parallel planes
// alternatively - use planes_mod or star* and no histograms at all?
final double initial_trust_sigma = 0.3*disp_tolerance; // TODO: use dispNorm !
final double initial_trust_sigma = 0.3 * disp_tolerance; // TODO: use dispNorm !
for (int np = 0; np < num_planes; np++) {
double k_sigma = 0.5/(initial_trust_sigma*initial_trust_sigma);
for (int nb = 0; nb < steps; nb++) {
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment