Skip to content
Snippets Groups Projects

Add full 3D MLS and carving

Merged Nicolas Pope requested to merge exp/rendcheck into master
8 files
+ 188
58
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -17,6 +17,15 @@ void mls_smooth(
const ftl::rgbd::Camera &camera,
cudaStream_t stream);
void mls_smooth(
ftl::cuda::TextureObject<half4> &normals_in,
ftl::cuda::TextureObject<half4> &normals_out,
ftl::cuda::TextureObject<float> &depth_in,
float smoothing,
int radius,
const ftl::rgbd::Camera &camera,
cudaStream_t stream);
void colour_mls_smooth(
ftl::cuda::TextureObject<half4> &normals_in,
ftl::cuda::TextureObject<half4> &normals_out,
Loading