Skip to content

Class vl::ImageGray#

ClassList > vl > ImageGray

Public Functions#

Type Name
ImageGray () = default
ImageGray (Image img)
ImageGray (size_t width, size_t height, MemoryResource * memoryResource=defaultHostMemoryResource())
const Image & asImage () const
uint8_t * data ()
const uint8_t * data () const
size_t height () const
MemoryResource * memoryResource ()
void setValue (size_t y, size_t x, uint8_t value)
size_t step () const
uint8_t value (size_t y, size_t x) const
size_t width () const

Public Functions Documentation#

function ImageGray [1/3]#

vl::ImageGray::ImageGray () = default

function ImageGray [2/3]#

vl::ImageGray::ImageGray (
    Image img
) 

function ImageGray [3/3]#

vl::ImageGray::ImageGray (
    size_t width,
    size_t height,
    MemoryResource * memoryResource=defaultHostMemoryResource()
) 

function asImage#

const  Image & vl::ImageGray::asImage () const

function data [1/2]#

uint8_t * vl::ImageGray::data () 

function data [2/2]#

const  uint8_t * vl::ImageGray::data () const

function height#

size_t vl::ImageGray::height () const

function memoryResource#

MemoryResource * vl::ImageGray::memoryResource () 

function setValue#

void vl::ImageGray::setValue (
    size_t y,
    size_t x,
    uint8_t value
) 

function step#

size_t vl::ImageGray::step () const

function value#

uint8_t vl::ImageGray::value (
    size_t y,
    size_t x
) const

function width#

size_t vl::ImageGray::width () const


The documentation for this class was generated from the following file docs/libvl/build/2.0.0/doxygen/source/vl/image.h