FAST/Data/Image.hpp file

Contents

Namespaces

namespace fast
FAST namespace - All FAST code lives in this namespace.

Classes

class fast::Image
Image data.

Typedefs

using pixel_deleter_t = std::function<void(void*)>
using unique_pixel_ptr = std::unique_ptr<void, pixel_deleter_t>

Functions

template<typename T>
auto pixel_deleter(void const* data) -> void -> auto
template<typename T>
auto make_unique_pixel(T* ptr) -> unique_pixel_ptr -> auto
auto allocatePixelArray(std::size_t size, DataType type) -> unique_pixel_ptr