|
ViSP
|
This is the complete list of members for vpImageConvert, including all inherited members.
| BGRToGrey(unsigned char *bgr, unsigned char *grey, unsigned int width, unsigned int height, bool flip) | vpImageConvert | static |
| BGRToRGBa(unsigned char *bgr, unsigned char *rgba, unsigned int width, unsigned int height, bool flip) | vpImageConvert | static |
| convert(const vpImage< unsigned char > &src, vpImage< vpRGBa > &dest) | vpImageConvert | static |
| convert(const vpImage< vpRGBa > &src, vpImage< unsigned char > &dest) | vpImageConvert | static |
| convert(const vpImage< float > &src, vpImage< unsigned char > &dest) | vpImageConvert | static |
| convert(const vpImage< unsigned char > &src, vpImage< float > &dest) | vpImageConvert | static |
| convert(const vpImage< double > &src, vpImage< unsigned char > &dest) | vpImageConvert | static |
| convert(const vpImage< unsigned char > &src, vpImage< double > &dest) | vpImageConvert | static |
| convert(const IplImage *src, vpImage< vpRGBa > &dest, bool flip=false) | vpImageConvert | static |
| convert(const IplImage *src, vpImage< unsigned char > &dest, bool flip=false) | vpImageConvert | static |
| convert(const vpImage< vpRGBa > &src, IplImage *&dest) | vpImageConvert | static |
| convert(const vpImage< unsigned char > &src, IplImage *&dest) | vpImageConvert | static |
| convert(const cv::Mat &src, vpImage< vpRGBa > &dest, const bool flip=false) | vpImageConvert | static |
| convert(const cv::Mat &src, vpImage< unsigned char > &dest, const bool flip=false) | vpImageConvert | static |
| convert(const vpImage< vpRGBa > &src, cv::Mat &dest) | vpImageConvert | static |
| convert(const vpImage< unsigned char > &src, cv::Mat &dest, const bool copyData=true) | vpImageConvert | static |
| convert(const vpImage< unsigned char > &src, yarp::sig::ImageOf< yarp::sig::PixelMono > *dest, const bool copyData=true) | vpImageConvert | static |
| convert(const yarp::sig::ImageOf< yarp::sig::PixelMono > *src, vpImage< unsigned char > &dest, const bool copyData=true) | vpImageConvert | static |
| convert(const vpImage< vpRGBa > &src, yarp::sig::ImageOf< yarp::sig::PixelRgba > *dest, const bool copyData=true) | vpImageConvert | static |
| convert(const yarp::sig::ImageOf< yarp::sig::PixelRgba > *src, vpImage< vpRGBa > &dest, const bool copyData=true) | vpImageConvert | static |
| convert(const vpImage< vpRGBa > &src, yarp::sig::ImageOf< yarp::sig::PixelRgb > *dest) | vpImageConvert | static |
| convert(const yarp::sig::ImageOf< yarp::sig::PixelRgb > *src, vpImage< vpRGBa > &dest) | vpImageConvert | static |
| GreyToRGB(unsigned char *grey, unsigned char *rgb, unsigned int size) | vpImageConvert | static |
| GreyToRGBa(unsigned char *grey, unsigned char *rgba, unsigned int size) | vpImageConvert | static |
| MONO16ToGrey(unsigned char *grey16, unsigned char *grey, unsigned int size) | vpImageConvert | static |
| MONO16ToRGBa(unsigned char *grey16, unsigned char *rgba, unsigned int size) | vpImageConvert | static |
| RGBaToGrey(unsigned char *rgba, unsigned char *grey, unsigned int size) | vpImageConvert | static |
| RGBaToRGB(unsigned char *rgba, unsigned char *rgb, unsigned int size) | vpImageConvert | static |
| RGBToGrey(unsigned char *rgb, unsigned char *grey, unsigned int size) | vpImageConvert | static |
| RGBToGrey(unsigned char *bgr, unsigned char *grey, unsigned int width, unsigned int height, bool flip=false) | vpImageConvert | static |
| RGBToRGBa(unsigned char *rgb, unsigned char *rgba, unsigned int size) | vpImageConvert | static |
| RGBToRGBa(unsigned char *bgr, unsigned char *rgba, unsigned int width, unsigned int height, bool flip=false) | vpImageConvert | static |
| split(const vpImage< vpRGBa > &src, vpImage< unsigned char > *pR, vpImage< unsigned char > *pG, vpImage< unsigned char > *pB, vpImage< unsigned char > *pa=NULL) | vpImageConvert | static |
| YCbCrToGrey(unsigned char *ycbcr, unsigned char *grey, unsigned int size) | vpImageConvert | static |
| YCbCrToRGB(unsigned char *ycbcr, unsigned char *rgb, unsigned int size) | vpImageConvert | static |
| YCbCrToRGBa(unsigned char *ycbcr, unsigned char *rgb, unsigned int size) | vpImageConvert | static |
| YCrCbToRGB(unsigned char *ycbcr, unsigned char *rgb, unsigned int size) | vpImageConvert | static |
| YCrCbToRGBa(unsigned char *ycbcr, unsigned char *rgb, unsigned int size) | vpImageConvert | static |
| YUV411ToGrey(unsigned char *yuv, unsigned char *grey, unsigned int size) | vpImageConvert | static |
| YUV411ToRGB(unsigned char *yuv, unsigned char *rgb, unsigned int size) | vpImageConvert | static |
| YUV411ToRGBa(unsigned char *yuv, unsigned char *rgba, unsigned int size) | vpImageConvert | static |
| YUV420ToGrey(unsigned char *yuv, unsigned char *grey, unsigned int size) | vpImageConvert | static |
| YUV420ToRGB(unsigned char *yuv, unsigned char *rgb, unsigned int width, unsigned int height) | vpImageConvert | static |
| YUV420ToRGBa(unsigned char *yuv, unsigned char *rgba, unsigned int width, unsigned int height) | vpImageConvert | static |
| YUV422ToGrey(unsigned char *yuv, unsigned char *grey, unsigned int size) | vpImageConvert | static |
| YUV422ToRGB(unsigned char *yuv, unsigned char *rgb, unsigned int size) | vpImageConvert | static |
| YUV422ToRGBa(unsigned char *yuv, unsigned char *rgba, unsigned int size) | vpImageConvert | static |
| YUV444ToGrey(unsigned char *yuv, unsigned char *grey, unsigned int size) | vpImageConvert | static |
| YUV444ToRGB(unsigned char *yuv, unsigned char *rgb, unsigned int size) | vpImageConvert | static |
| YUV444ToRGBa(unsigned char *yuv, unsigned char *rgba, unsigned int size) | vpImageConvert | static |
| YUVToRGB(unsigned char y, unsigned char u, unsigned char v, unsigned char &r, unsigned char &g, unsigned char &b) | vpImageConvert | inlinestatic |
| YUYVToGrey(unsigned char *yuyv, unsigned char *grey, unsigned int size) | vpImageConvert | static |
| YUYVToRGB(unsigned char *yuyv, unsigned char *rgb, unsigned int width, unsigned int height) | vpImageConvert | static |
| YUYVToRGBa(unsigned char *yuyv, unsigned char *rgba, unsigned int width, unsigned int height) | vpImageConvert | static |
| YV12ToRGB(unsigned char *yuv, unsigned char *rgb, unsigned int width, unsigned int height) | vpImageConvert | static |
| YV12ToRGBa(unsigned char *yuv, unsigned char *rgba, unsigned int width, unsigned int height) | vpImageConvert | static |
| YVU9ToRGB(unsigned char *yuv, unsigned char *rgb, unsigned int width, unsigned int height) | vpImageConvert | static |
| YVU9ToRGBa(unsigned char *yuv, unsigned char *rgba, unsigned int width, unsigned int height) | vpImageConvert | static |