Point Cloud Library (PCL)
1.14.1-dev
|
#include </__w/1/s/cuda/io/include/pcl/cuda/io/kinect_smoothing.h>
Public Member Functions | |
DisparityBoundSmoothing (int width, int height, int window_size, float focal_length, float baseline, float disparity_threshold, float *data, float *raw_data) | |
__host__ __device__ float | disparity2depth (float disparity) |
__host__ __device__ float | depth2disparity (float depth) |
__host__ __device__ float | clampToDisparityBounds (float avg_depth, float depth) |
__host__ __device__ float | operator() (int idx) |
Public Attributes | |
int | width_ |
int | height_ |
int | window_size_ |
float | focal_length_ |
float | baseline_ |
float | disparity_threshold_ |
float * | data_ |
float * | raw_data_ |
Definition at line 49 of file kinect_smoothing.h.
|
inline |
Definition at line 51 of file kinect_smoothing.h.
|
inline |
Definition at line 81 of file kinect_smoothing.h.
References depth2disparity(), disparity2depth(), and disparity_threshold_.
Referenced by operator()().
|
inline |
Definition at line 74 of file kinect_smoothing.h.
References baseline_, and focal_length_.
Referenced by clampToDisparityBounds().
|
inline |
Definition at line 67 of file kinect_smoothing.h.
References baseline_, and focal_length_.
Referenced by clampToDisparityBounds().
|
inline |
Definition at line 98 of file kinect_smoothing.h.
References clampToDisparityBounds(), data_, height_, raw_data_, width_, and window_size_.
float pcl::cuda::DisparityBoundSmoothing::baseline_ |
Definition at line 60 of file kinect_smoothing.h.
Referenced by depth2disparity(), and disparity2depth().
float* pcl::cuda::DisparityBoundSmoothing::data_ |
Definition at line 62 of file kinect_smoothing.h.
Referenced by operator()().
float pcl::cuda::DisparityBoundSmoothing::disparity_threshold_ |
Definition at line 61 of file kinect_smoothing.h.
Referenced by clampToDisparityBounds().
float pcl::cuda::DisparityBoundSmoothing::focal_length_ |
Definition at line 59 of file kinect_smoothing.h.
Referenced by depth2disparity(), and disparity2depth().
int pcl::cuda::DisparityBoundSmoothing::height_ |
Definition at line 57 of file kinect_smoothing.h.
Referenced by operator()().
float* pcl::cuda::DisparityBoundSmoothing::raw_data_ |
Definition at line 63 of file kinect_smoothing.h.
Referenced by operator()().
int pcl::cuda::DisparityBoundSmoothing::width_ |
Definition at line 57 of file kinect_smoothing.h.
Referenced by operator()().
int pcl::cuda::DisparityBoundSmoothing::window_size_ |
Definition at line 58 of file kinect_smoothing.h.
Referenced by operator()().