Visual Servoing Platform
version 3.6.1 under development (2024-12-03)
|
This is the complete list of members for vpImageIo, including all inherited members.
IO_DEFAULT_BACKEND enum value | vpImageIo | |
IO_OPENCV_BACKEND enum value | vpImageIo | |
IO_SIMDLIB_BACKEND enum value | vpImageIo | |
IO_STB_IMAGE_BACKEND enum value | vpImageIo | |
IO_SYSTEM_LIB_BACKEND enum value | vpImageIo | |
read(vpImage< unsigned char > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND) | vpImageIo | static |
read(vpImage< vpRGBa > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND) | vpImageIo | static |
readEXR(vpImage< float > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND) | vpImageIo | static |
readEXR(vpImage< vpRGBf > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND) | vpImageIo | static |
readJPEG(vpImage< unsigned char > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND) | vpImageIo | static |
readJPEG(vpImage< vpRGBa > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND) | vpImageIo | static |
readPFM(vpImage< float > &I, const std::string &filename) | vpImageIo | static |
readPFM_HDR(vpImage< float > &I, const std::string &filename) | vpImageIo | static |
readPFM_HDR(vpImage< vpRGBf > &I, const std::string &filename) | vpImageIo | static |
readPGM(vpImage< unsigned char > &I, const std::string &filename) | vpImageIo | static |
readPGM(vpImage< vpRGBa > &I, const std::string &filename) | vpImageIo | static |
readPNG(vpImage< unsigned char > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND) | vpImageIo | static |
readPNG(vpImage< vpRGBa > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND) | vpImageIo | static |
readPNGfromMem(const std::vector< unsigned char > &buffer, vpImage< unsigned char > &I, int backend=IO_DEFAULT_BACKEND) | vpImageIo | static |
readPNGfromMem(const std::vector< unsigned char > &buffer, vpImage< vpRGBa > &I, int backend=IO_DEFAULT_BACKEND) | vpImageIo | static |
readPPM(vpImage< unsigned char > &I, const std::string &filename) | vpImageIo | static |
readPPM(vpImage< vpRGBa > &I, const std::string &filename) | vpImageIo | static |
vpImageIoBackendType enum name | vpImageIo | |
write(const vpImage< unsigned char > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND) | vpImageIo | static |
write(const vpImage< vpRGBa > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND) | vpImageIo | static |
writeEXR(const vpImage< float > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND) | vpImageIo | static |
writeEXR(const vpImage< vpRGBf > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND) | vpImageIo | static |
writeJPEG(const vpImage< unsigned char > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND, int quality=90) | vpImageIo | static |
writeJPEG(const vpImage< vpRGBa > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND, int quality=90) | vpImageIo | static |
writePFM(const vpImage< float > &I, const std::string &filename) | vpImageIo | static |
writePFM_HDR(const vpImage< float > &I, const std::string &filename) | vpImageIo | static |
writePFM_HDR(const vpImage< vpRGBf > &I, const std::string &filename) | vpImageIo | static |
writePGM(const vpImage< unsigned char > &I, const std::string &filename) | vpImageIo | static |
writePGM(const vpImage< short > &I, const std::string &filename) | vpImageIo | static |
writePGM(const vpImage< vpRGBa > &I, const std::string &filename) | vpImageIo | static |
writePNG(const vpImage< unsigned char > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND) | vpImageIo | static |
writePNG(const vpImage< vpRGBa > &I, const std::string &filename, int backend=IO_DEFAULT_BACKEND) | vpImageIo | static |
writePNGtoMem(const vpImage< unsigned char > &I, std::vector< unsigned char > &buffer, int backend=IO_DEFAULT_BACKEND) | vpImageIo | static |
writePNGtoMem(const vpImage< vpRGBa > &I, std::vector< unsigned char > &buffer, int backend=IO_DEFAULT_BACKEND, bool saveAlpha=false) | vpImageIo | static |
writePPM(const vpImage< unsigned char > &I, const std::string &filename) | vpImageIo | static |
writePPM(const vpImage< vpRGBa > &I, const std::string &filename) | vpImageIo | static |