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,
17  const rs2::depth_frame& depth_frame) override;
18  };
19 }
const float3 * depth_to_points(rs2::points output, const rs2_intrinsics &depth_intrinsics, const rs2::depth_frame &depth_frame) override
Video stream intrinsics.
Definition: rs_types.h:58


librealsense2
Author(s): LibRealSense ROS Team
autogenerated on Thu Dec 22 2022 03:43:16