Skip to content
Snippets Groups Projects

Implements #183 depth ray correspondences

Merged Nicolas Pope requested to merge feature/183/depthray into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -182,7 +182,7 @@ __global__ void correspondence_energy_vector_kernel(
}
}
const float avgweight = contrib/count;
const float avgweight = contrib/(float)count;
const float confidence = bestweight - avgweight;
if (contrib > 0.0f) {
Loading