#include "rotation-transform.h"
#include "../include/librealsense2/hpp/rs_sensor.hpp"
#include "../include/librealsense2/hpp/rs_processing.hpp"
#include "context.h"
#include "image.h"
#include "stream.h"
Go to the source code of this file.
|
void | librealsense::rotate_confidence (byte *const dest[], const byte *source, int width, int height, int actual_size) |
|
template<size_t SIZE> |
void | librealsense::rotate_image (byte *const dest[], const byte *source, int width, int height, int actual_size) |
|
template<size_t SIZE> |
void | librealsense::rotate_image_optimized (byte *const dest[], const byte *source, int width, int height, int actual_size) |
|