Skip to content
Snippets Groups Projects

Implements #184 weight colours by normal

Merged Nicolas Pope requested to merge feature/184/weightcol into master
6 files
+ 54
50
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -10,7 +10,9 @@ namespace cuda {
void normals(ftl::cuda::TextureObject<float4> &output,
ftl::cuda::TextureObject<float4> &temp,
ftl::cuda::TextureObject<float4> &input, cudaStream_t stream);
ftl::cuda::TextureObject<float4> &input,
const ftl::rgbd::Camera &camera,
const float3x3 &pose, cudaStream_t stream);
void normal_visualise(ftl::cuda::TextureObject<float4> &norm,
ftl::cuda::TextureObject<uchar4> &output,
Loading