cuda-pointcloud.h
Go to the documentation of this file.
1 // License: Apache 2.0. See LICENSE file in root directory.
2 // Copyright(c) 2017 Intel Corporation. All Rights Reserved.
3 
4 #pragma once
5 #include "../pointcloud.h"
6 
7 namespace librealsense
8 {
9  class pointcloud_cuda : public pointcloud
10  {
11  public:
13  private:
14  const float3 * depth_to_points(
15  rs2::points output,
18  float depth_scale) override;
19  };
20 }
const float3 * depth_to_points(rs2::points output, const rs2_intrinsics &depth_intrinsics, const rs2::depth_frame &depth_frame, float depth_scale) override
Video stream intrinsics.
Definition: rs_types.h:58


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:47:12