#include "../include/librealsense2/rs.hpp"
#include "../include/librealsense2/rsutil.h"
#include "proc/synthetic-stream.h"
#include "proc/occlusion-filter.h"
#include <vector>
#include <cmath>
Go to the source code of this file.
Namespaces | |
librealsense | |
Functions | |
int | librealsense::gcd (int a, int b) |
int | librealsense::maxDivisorRange (int a, int b, int lo, int hi) |
template<size_t SIZE> | |
void | librealsense::rotate_image_optimized (byte *dest[], const byte *source, int width, int height) |