Implements #146 upsampling option
Compare changes
Files
2- Nicolas Pope authored
+ 54
− 8
@@ -67,7 +67,10 @@ __device__ inline bool isStable(const float3 &previous, const float3 &estimate,
@@ -94,6 +97,35 @@ __device__ inline bool isStable(const float3 &previous, const float3 &estimate,
@@ -406,6 +438,7 @@ __global__ void OLD_dibr_visibility_kernel(TextureObject<int> depth, int cam, Sp
@@ -625,20 +658,33 @@ void ftl::cuda::dibr(const TextureObject<int> &depth_out,