Point Cloud Library (PCL)
1.14.1-dev
|
#include </__w/1/s/cuda/io/include/pcl/cuda/io/kinect_smoothing.h>
Public Member Functions | |
DisparityHelperMap (float *data, int width, int height, int window_size, float baseline, float focal_length, float disp_thresh) | |
__host__ __device__ float | disparity2depth (float disparity) |
__host__ __device__ float | depth2disparity (float depth) |
__host__ __device__ float3 | operator() (int idx) |
Public Attributes | |
float * | data_ |
int | width_ |
int | height_ |
int | window_size_ |
float | baseline_ |
float | focal_length_ |
float | disp_thresh_ |
Definition at line 214 of file kinect_smoothing.h.
|
inline |
Definition at line 216 of file kinect_smoothing.h.
|
inline |
Definition at line 237 of file kinect_smoothing.h.
References baseline_, and focal_length_.
Referenced by operator()().
|
inline |
Definition at line 230 of file kinect_smoothing.h.
References baseline_, and focal_length_.
Referenced by operator()().
|
inline |
Definition at line 243 of file kinect_smoothing.h.
References data_, depth2disparity(), disp_thresh_, disparity2depth(), height_, width_, and window_size_.
float pcl::cuda::DisparityHelperMap::baseline_ |
Definition at line 224 of file kinect_smoothing.h.
Referenced by depth2disparity(), and disparity2depth().
float* pcl::cuda::DisparityHelperMap::data_ |
Definition at line 220 of file kinect_smoothing.h.
Referenced by operator()().
float pcl::cuda::DisparityHelperMap::disp_thresh_ |
Definition at line 226 of file kinect_smoothing.h.
Referenced by operator()().
float pcl::cuda::DisparityHelperMap::focal_length_ |
Definition at line 225 of file kinect_smoothing.h.
Referenced by depth2disparity(), and disparity2depth().
int pcl::cuda::DisparityHelperMap::height_ |
Definition at line 222 of file kinect_smoothing.h.
Referenced by operator()().
int pcl::cuda::DisparityHelperMap::width_ |
Definition at line 221 of file kinect_smoothing.h.
Referenced by operator()().
int pcl::cuda::DisparityHelperMap::window_size_ |
Definition at line 223 of file kinect_smoothing.h.
Referenced by operator()().