#include </build/pcl-a5akWP/pcl-1.8.0+dfsg1/cuda/io/include/pcl/cuda/io/kinect_smoothing.h>
|
| 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) |
|
Definition at line 215 of file kinect_smoothing.h.
pcl::cuda::DisparityHelperMap::DisparityHelperMap |
( |
float * |
data, |
|
|
int |
width, |
|
|
int |
height, |
|
|
int |
window_size, |
|
|
float |
baseline, |
|
|
float |
focal_length, |
|
|
float |
disp_thresh |
|
) |
| |
|
inline |
__host__ __device__ float pcl::cuda::DisparityHelperMap::depth2disparity |
( |
float |
depth | ) |
|
|
inline |
__host__ __device__ float pcl::cuda::DisparityHelperMap::disparity2depth |
( |
float |
disparity | ) |
|
|
inline |
__host__ __device__ float3 pcl::cuda::DisparityHelperMap::operator() |
( |
int |
idx | ) |
|
|
inline |
float pcl::cuda::DisparityHelperMap::baseline_ |
float* pcl::cuda::DisparityHelperMap::data_ |
float pcl::cuda::DisparityHelperMap::disp_thresh_ |
float pcl::cuda::DisparityHelperMap::focal_length_ |
int pcl::cuda::DisparityHelperMap::height_ |
int pcl::cuda::DisparityHelperMap::width_ |
int pcl::cuda::DisparityHelperMap::window_size_ |
The documentation for this struct was generated from the following file: