![]() |
Visual Servoing Platform
version 3.1.0
|
This is the complete list of members for vpImageTools, including all inherited members.
| binarise(vpImage< Type > &I, Type threshold1, Type threshold2, Type value1, Type value2, Type value3, const bool useLUT=true) | vpImageTools | inlinestatic |
| binarise(vpImage< unsigned char > &I, unsigned char threshold1, unsigned char threshold2, unsigned char value1, unsigned char value2, unsigned char value3, const bool useLUT) | vpImageTools | inline |
| changeLUT(vpImage< unsigned char > &I, unsigned char A, unsigned char newA, unsigned char B, unsigned char newB) | vpImageTools | static |
| createSubImage(const vpImage< Type > &I, unsigned int i_sub, unsigned int j_sub, unsigned int nrow_sub, unsigned int ncol_sub, vpImage< Type > &S) | vpImageTools | static |
| createSubImage(const vpImage< Type > &I, const vpRect &rect, vpImage< Type > &S) | vpImageTools | static |
| createSubImage(const vpImage< Type > &I, unsigned int roi_top, unsigned int roi_left, unsigned int roi_height, unsigned int roi_width, vpImage< Type > &crop) | vpImageTools | |
| createSubImage(const vpImage< Type > &I, const vpRect &roi, vpImage< Type > &crop) | vpImageTools | |
| crop(const vpImage< Type > &I, double roi_top, double roi_left, unsigned int roi_height, unsigned int roi_width, vpImage< Type > &crop, unsigned int v_scale=1, unsigned int h_scale=1) | vpImageTools | static |
| crop(const vpImage< Type > &I, const vpImagePoint &topLeft, unsigned int roi_height, unsigned int roi_width, vpImage< Type > &crop, unsigned int v_scale=1, unsigned int h_scale=1) | vpImageTools | static |
| crop(const vpImage< Type > &I, const vpRect &roi, vpImage< Type > &crop, unsigned int v_scale=1, unsigned int h_scale=1) | vpImageTools | static |
| crop(const unsigned char *bitmap, unsigned int width, unsigned int height, const vpRect &roi, vpImage< Type > &crop, unsigned int v_scale=1, unsigned int h_scale=1) | vpImageTools | static |
| flip(const vpImage< Type > &I, vpImage< Type > &newI) | vpImageTools | static |
| flip(vpImage< Type > &I) | vpImageTools | static |
| imageAdd(const vpImage< unsigned char > &I1, const vpImage< unsigned char > &I2, vpImage< unsigned char > &Ires, const bool saturate=false) | vpImageTools | static |
| imageDifference(const vpImage< unsigned char > &I1, const vpImage< unsigned char > &I2, vpImage< unsigned char > &Idiff) | vpImageTools | static |
| imageDifference(const vpImage< vpRGBa > &I1, const vpImage< vpRGBa > &I2, vpImage< vpRGBa > &Idiff) | vpImageTools | static |
| imageDifferenceAbsolute(const vpImage< unsigned char > &I1, const vpImage< unsigned char > &I2, vpImage< unsigned char > &Idiff) | vpImageTools | static |
| imageDifferenceAbsolute(const vpImage< vpRGBa > &I1, const vpImage< vpRGBa > &I2, vpImage< vpRGBa > &Idiff) | vpImageTools | static |
| imageSubtract(const vpImage< unsigned char > &I1, const vpImage< unsigned char > &I2, vpImage< unsigned char > &Ires, const bool saturate=false) | vpImageTools | static |
| INTERPOLATION_CUBIC enum value | vpImageTools | |
| INTERPOLATION_LINEAR enum value | vpImageTools | |
| INTERPOLATION_NEAREST enum value | vpImageTools | |
| resize(const vpImage< Type > &I, vpImage< Type > &Ires, const unsigned int width, const unsigned int height, const vpImageInterpolationType &method=INTERPOLATION_NEAREST) | vpImageTools | static |
| resize(const vpImage< Type > &I, vpImage< Type > &Ires, const vpImageInterpolationType &method=INTERPOLATION_NEAREST) | vpImageTools | static |
| resizeBicubic(const vpImage< vpRGBa > &I, vpImage< vpRGBa > &Ires, const unsigned int i, const unsigned int j, const float u, const float v, const float xFrac, const float yFrac) | vpImageTools | inline |
| resizeBilinear(const vpImage< vpRGBa > &I, vpImage< vpRGBa > &Ires, const unsigned int i, const unsigned int j, const float u, const float v, const float xFrac, const float yFrac) | vpImageTools | inline |
| undistort(const vpImage< Type > &I, const vpCameraParameters &cam, vpImage< Type > &newI) | vpImageTools | static |
| vpImageInterpolationType enum name | vpImageTools |