Point Cloud Library (PCL)
1.14.1-dev
|
#include </__w/1/s/cuda/io/include/pcl/cuda/io/debayering.h>
Public Member Functions | |
DebayerBilinear (unsigned char *bayer_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 67 of file debayering.h.
pcl::cuda::DebayerBilinear< Storage >::DebayerBilinear | ( | unsigned char * | bayer_image, |
unsigned | width, | ||
unsigned | height | ||
) |
__inline__ __host__ __device__ OpenNIRGB pcl::cuda::DebayerBilinear< Storage >::operator() | ( | int | index | ) | const |
unsigned char* pcl::cuda::DebayerBilinear< Storage >::data |
Definition at line 74 of file debayering.h.
unsigned pcl::cuda::DebayerBilinear< Storage >::height |
Definition at line 70 of file debayering.h.
unsigned pcl::cuda::DebayerBilinear< Storage >::width |
Definition at line 69 of file debayering.h.