eos 1.4.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
eos::core::Image< PixelType > Class Template Reference

Class to represent images. More...

#include <Image.hpp>

Public Types

using pixel_type = PixelType
 

Public Member Functions

 Image (int height, int width)
 
int height () const noexcept
 
int width () const noexcept
 
PixelType & operator() (int y, int x) noexcept
 
const PixelType & operator() (int y, int x) const noexcept
 

Detailed Description

template<class PixelType>
class eos::core::Image< PixelType >

Class to represent images.

The class currently uses row-major storage order.

Some of the code is inspired by the Selene library (https://github.com/kmhofmann/selene, MIT license).


The documentation for this class was generated from the following file: