![]() |
ViSP
3.0.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=false) | 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 |
| flip(const vpImage< Type > &I, vpImage< Type > &newI) | vpImageTools | static |
| flip(vpImage< Type > &I) | vpImageTools | static |
| imageDifference(const vpImage< unsigned char > &I1, const vpImage< unsigned char > &I2, vpImage< unsigned char > &Idiff) | vpImageTools | static |
| imageDifferenceAbsolute(const vpImage< unsigned char > &I1, const vpImage< unsigned char > &I2, vpImage< unsigned char > &Idiff) | vpImageTools | static |
| undistort(const vpImage< Type > &I, const vpCameraParameters &cam, vpImage< Type > &newI) | vpImageTools | static |