|
Point Cloud Library (PCL)
1.15.1-dev
|
#include </__w/1/s/cuda/io/include/pcl/cuda/io/debayering.h>
Public Member Functions | |
| YUV2RGBKernel (unsigned char *yuv_image, unsigned width, unsigned height) | |
| __inline__ __host__ __device__ OpenNIRGB | operator() (int index) const |
Public Attributes | |
| unsigned | width |
| unsigned | height |
| unsigned char * | data |
Definition at line 104 of file debayering.h.
| pcl::cuda::YUV2RGBKernel< Storage >::YUV2RGBKernel | ( | unsigned char * | yuv_image, |
| unsigned | width, | ||
| unsigned | height | ||
| ) |
| __inline__ __host__ __device__ OpenNIRGB pcl::cuda::YUV2RGBKernel< Storage >::operator() | ( | int | index | ) | const |
| unsigned char* pcl::cuda::YUV2RGBKernel< Storage >::data |
Definition at line 108 of file debayering.h.
| unsigned pcl::cuda::YUV2RGBKernel< Storage >::height |
Definition at line 107 of file debayering.h.
| unsigned pcl::cuda::YUV2RGBKernel< Storage >::width |
Definition at line 106 of file debayering.h.