supereight
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
image.hpp File Reference
#include <cassert>
#include <memory>
#include <se/common/colour_utils.hpp>
#include "impl/image_impl.hpp"
Include dependency graph for image.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  se::Image< T >
 

Namespaces

namespace  se
 Helper wrapper to allocate and de-allocate octants in the octree.
 
namespace  se::image
 

Functions

static void se::convert_to_output_depth_img (const se::Image< float > &input_depth_img, RGBA *output_depth_img_data)
 
static void se::convert_to_output_depth_img (const se::Image< float > &input_depth_img, const float min_depth, const float max_depth, RGBA *output_depth_img_data)