Visual Servoing Platform  version 3.6.1 under development (2024-04-27)
vpImageIo Member List

This is the complete list of members for vpImageIo, including all inherited members.

IO_DEFAULT_BACKEND enum valuevpImageIo
IO_OPENCV_BACKEND enum valuevpImageIo
IO_SIMDLIB_BACKEND enum valuevpImageIo
IO_STB_IMAGE_BACKEND enum valuevpImageIo
IO_SYSTEM_LIB_BACKEND enum valuevpImageIo
read(vpImage< unsigned char > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND)vpImageIostatic
read(vpImage< vpRGBa > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND)vpImageIostatic
readEXR(vpImage< float > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND)vpImageIostatic
readEXR(vpImage< vpRGBf > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND)vpImageIostatic
readJPEG(vpImage< unsigned char > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND)vpImageIostatic
readJPEG(vpImage< vpRGBa > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND)vpImageIostatic
readPFM(vpImage< float > &I, const std::string &filename)vpImageIostatic
readPFM_HDR(vpImage< float > &I, const std::string &filename)vpImageIostatic
readPFM_HDR(vpImage< vpRGBf > &I, const std::string &filename)vpImageIostatic
readPGM(vpImage< unsigned char > &I, const std::string &filename)vpImageIostatic
readPGM(vpImage< vpRGBa > &I, const std::string &filename)vpImageIostatic
readPNG(vpImage< unsigned char > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND)vpImageIostatic
readPNG(vpImage< vpRGBa > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND)vpImageIostatic
readPNGfromMem(const std::vector< unsigned char > &buffer, vpImage< unsigned char > &I, int backend=IO_DEFAULT_BACKEND)vpImageIostatic
readPNGfromMem(const std::vector< unsigned char > &buffer, vpImage< vpRGBa > &I, int backend=IO_DEFAULT_BACKEND)vpImageIostatic
readPPM(vpImage< unsigned char > &I, const std::string &filename)vpImageIostatic
readPPM(vpImage< vpRGBa > &I, const std::string &filename)vpImageIostatic
vpImageIoBackendType enum namevpImageIo
write(const vpImage< unsigned char > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND)vpImageIostatic
write(const vpImage< vpRGBa > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND)vpImageIostatic
writeEXR(const vpImage< float > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND)vpImageIostatic
writeEXR(const vpImage< vpRGBf > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND)vpImageIostatic
writeJPEG(const vpImage< unsigned char > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND, int quality=90)vpImageIostatic
writeJPEG(const vpImage< vpRGBa > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND, int quality=90)vpImageIostatic
writePFM(const vpImage< float > &I, const std::string &filename)vpImageIostatic
writePFM_HDR(const vpImage< float > &I, const std::string &filename)vpImageIostatic
writePFM_HDR(const vpImage< vpRGBf > &I, const std::string &filename)vpImageIostatic
writePGM(const vpImage< unsigned char > &I, const std::string &filename)vpImageIostatic
writePGM(const vpImage< short > &I, const std::string &filename)vpImageIostatic
writePGM(const vpImage< vpRGBa > &I, const std::string &filename)vpImageIostatic
writePNG(const vpImage< unsigned char > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND)vpImageIostatic
writePNG(const vpImage< vpRGBa > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND)vpImageIostatic
writePNGtoMem(const vpImage< unsigned char > &I, std::vector< unsigned char > &buffer, int backend=IO_DEFAULT_BACKEND)vpImageIostatic
writePNGtoMem(const vpImage< vpRGBa > &I, std::vector< unsigned char > &buffer, int backend=IO_DEFAULT_BACKEND, bool saveAlpha=false)vpImageIostatic
writePPM(const vpImage< unsigned char > &I, const std::string &filename)vpImageIostatic
writePPM(const vpImage< vpRGBa > &I, const std::string &filename)vpImageIostatic