Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
proc
cuda
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
:
12
pointcloud_cuda
();
13
private
:
14
const
float3
*
depth_to_points
(
15
rs2::points
output,
16
const
rs2_intrinsics
&
depth_intrinsics
,
17
const
rs2::depth_frame
&
depth_frame
,
18
float
depth_scale
)
override
;
19
};
20
}
librealsense::pointcloud
Definition:
pointcloud.h:11
librealsense::pointcloud_cuda::pointcloud_cuda
pointcloud_cuda()
Definition:
cuda-pointcloud.cpp:11
rs2::points
Definition:
rs_frame.hpp:735
opencv_pointcloud_viewer.depth_intrinsics
depth_intrinsics
Definition:
opencv_pointcloud_viewer.py:79
librealsense::depth_frame
Definition:
archive.h:298
librealsense
Definition:
calibration-model.h:6
librealsense::pointcloud_cuda::depth_to_points
const float3 * depth_to_points(rs2::points output, const rs2_intrinsics &depth_intrinsics, const rs2::depth_frame &depth_frame, float depth_scale) override
Definition:
cuda-pointcloud.cpp:13
librealsense::float3
Definition:
src/types.h:573
align-depth2color.depth_scale
depth_scale
Definition:
align-depth2color.py:40
rs2_intrinsics
Video stream intrinsics.
Definition:
rs_types.h:58
librealsense::pointcloud_cuda
Definition:
cuda-pointcloud.h:9
rs2::depth_frame
Definition:
rs_frame.hpp:809
librealsense2
Author(s): Sergey Dorodnicov
, Doron Hirshberg
, Mark Horn
, Reagan Lopez
, Itay Carpis
autogenerated on Mon May 3 2021 02:47:12