Visual Servoing Platform
version 3.5.0 under development (2022-02-15)
|
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 |
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 |
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 |
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 |
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 |
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 |
writePPM(const vpImage< unsigned char > &I, const std::string &filename) | vpImageIo | static |
writePPM(const vpImage< vpRGBa > &I, const std::string &filename) | vpImageIo | static |