38 #ifndef PCL_IO_DEBAYER_H 39 #define PCL_IO_DEBAYER_H 41 #include <pcl/pcl_exports.h> 58 const unsigned char *bayer_pixel,
unsigned char *rgb_buffer,
59 unsigned width,
unsigned height,
60 int bayer_line_step = 0,
61 int bayer_line_step2 = 0,
62 unsigned rgb_line_step = 0)
const;
66 const unsigned char *bayer_pixel,
unsigned char *rgb_buffer,
67 unsigned width,
unsigned height,
68 int bayer_line_step = 0,
69 int bayer_line_step2 = 0,
70 unsigned rgb_line_step = 0)
const;
73 debayerEdgeAwareWeighted (
74 const unsigned char *bayer_pixel,
unsigned char *rgb_buffer,
75 unsigned width,
unsigned height,
76 int bayer_line_step = 0,
77 int bayer_line_step2 = 0,
78 unsigned rgb_line_step = 0)
const;
83 #endif // PCL_IO_DEBAYER_H This file defines compatibility wrappers for low level I/O functions.
Various debayering methods.