Skip to content
Snippets Groups Projects
Commit ce30eac9 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Reduce colour smoothing

parent 99e47e69
No related branches found
No related tags found
1 merge request!116Implements #133 point alignment
...@@ -61,7 +61,7 @@ __device__ inline float4 make_float4(const uchar4 &c) { ...@@ -61,7 +61,7 @@ __device__ inline float4 make_float4(const uchar4 &c) {
#define ENERGY_THRESHOLD 0.1f #define ENERGY_THRESHOLD 0.1f
#define SMOOTHING_MULTIPLIER_A 10.0f // For surface search #define SMOOTHING_MULTIPLIER_A 10.0f // For surface search
#define SMOOTHING_MULTIPLIER_B 4.0f // For z contribution #define SMOOTHING_MULTIPLIER_B 4.0f // For z contribution
#define SMOOTHING_MULTIPLIER_C 4.0f // For colour contribution #define SMOOTHING_MULTIPLIER_C 1.0f // For colour contribution
#define ACCUM_DIAMETER 8 #define ACCUM_DIAMETER 8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment