#include "types.h"
Go to the source code of this file.
Namespaces | |
librealsense | |
Macros | |
#define | LIBREALSENSE_IMAGE_H |
Functions | |
int | librealsense::get_image_bpp (rs2_format format) |
size_t | librealsense::get_image_size (int width, int height, rs2_format format) |
resolution | librealsense::l500_confidence_resolution (resolution res) |
resolution | librealsense::rotate_resolution (resolution res) |
template<class SOURCE , class SPLIT_A , class SPLIT_B > | |
void | librealsense::split_frame (byte *const dest[], int count, const SOURCE *source, SPLIT_A split_a, SPLIT_B split_b) |