Fix (copy/paste error)

This commit is contained in:
Ílker Yaz 2012-08-23 13:37:51 +00:00
parent 83d5a268c8
commit d6f1d70ebe
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ public:
neighbor_values.begin() + half_neighbor_count);
median_sdf /= 2;
}
smoothed_values.push_back(total_sdf_value / total_weight);
smoothed_values.push_back(median_sdf);
}
// put smoothed values back again to values pmap.
std::size_t index = 0;