Skip to content
Snippets Groups Projects

Implements #222 simple mesh merge

Merged Nicolas Pope requested to merge feature/222/meshmerge into master
3 files
+ 73
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -21,6 +21,13 @@ namespace cuda {
ftl::cuda::TextureObject<short2> &screen,
const ftl::render::SplatParams &params,
cudaStream_t stream);
void mesh_blender(
ftl::cuda::TextureObject<int> &depth_in,
ftl::cuda::TextureObject<int> &depth_out,
const ftl::rgbd::Camera &camera,
float alpha,
cudaStream_t stream);
void dibr_merge(
ftl::cuda::TextureObject<float4> &points,
Loading