Visual Servoing Platform  version 3.1.0
vpImageTools Member List

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)vpImageToolsinlinestatic
binarise(vpImage< unsigned char > &I, unsigned char threshold1, unsigned char threshold2, unsigned char value1, unsigned char value2, unsigned char value3, const bool useLUT)vpImageToolsinline
changeLUT(vpImage< unsigned char > &I, unsigned char A, unsigned char newA, unsigned char B, unsigned char newB)vpImageToolsstatic
createSubImage(const vpImage< Type > &I, unsigned int i_sub, unsigned int j_sub, unsigned int nrow_sub, unsigned int ncol_sub, vpImage< Type > &S)vpImageToolsstatic
createSubImage(const vpImage< Type > &I, const vpRect &rect, vpImage< Type > &S)vpImageToolsstatic
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)vpImageToolsstatic
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)vpImageToolsstatic
crop(const vpImage< Type > &I, const vpRect &roi, vpImage< Type > &crop, unsigned int v_scale=1, unsigned int h_scale=1)vpImageToolsstatic
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)vpImageToolsstatic
flip(const vpImage< Type > &I, vpImage< Type > &newI)vpImageToolsstatic
flip(vpImage< Type > &I)vpImageToolsstatic
imageAdd(const vpImage< unsigned char > &I1, const vpImage< unsigned char > &I2, vpImage< unsigned char > &Ires, const bool saturate=false)vpImageToolsstatic
imageDifference(const vpImage< unsigned char > &I1, const vpImage< unsigned char > &I2, vpImage< unsigned char > &Idiff)vpImageToolsstatic
imageDifference(const vpImage< vpRGBa > &I1, const vpImage< vpRGBa > &I2, vpImage< vpRGBa > &Idiff)vpImageToolsstatic
imageDifferenceAbsolute(const vpImage< unsigned char > &I1, const vpImage< unsigned char > &I2, vpImage< unsigned char > &Idiff)vpImageToolsstatic
imageDifferenceAbsolute(const vpImage< vpRGBa > &I1, const vpImage< vpRGBa > &I2, vpImage< vpRGBa > &Idiff)vpImageToolsstatic
imageSubtract(const vpImage< unsigned char > &I1, const vpImage< unsigned char > &I2, vpImage< unsigned char > &Ires, const bool saturate=false)vpImageToolsstatic
INTERPOLATION_CUBIC enum valuevpImageTools
INTERPOLATION_LINEAR enum valuevpImageTools
INTERPOLATION_NEAREST enum valuevpImageTools
resize(const vpImage< Type > &I, vpImage< Type > &Ires, const unsigned int width, const unsigned int height, const vpImageInterpolationType &method=INTERPOLATION_NEAREST)vpImageToolsstatic
resize(const vpImage< Type > &I, vpImage< Type > &Ires, const vpImageInterpolationType &method=INTERPOLATION_NEAREST)vpImageToolsstatic
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)vpImageToolsinline
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)vpImageToolsinline
undistort(const vpImage< Type > &I, const vpCameraParameters &cam, vpImage< Type > &newI)vpImageToolsstatic
vpImageInterpolationType enum namevpImageTools