36 for (
auto tmp :
Range(img))
Abstract class for images.
ScalarRange< T > Range(T b, T e)
Creates a range [[b, e[[.
std::vector< pixel_type >::reference At(size_t x, size_t y) noexcept
Returns a reference to a pixel.
size_t GetHeight() const noexcept
Image< pixel::RGB< uint8_t >> ImageRGB
Color image class.
size_t GetWidth() const noexcept
ImageRGB ColorWheel(const ImageAngle &img)
Transforms an angle image into a RGB image.