Visual Servoing Platform  version 3.3.0 under development (2020-02-17)
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, bool useLUT=true)vpImageToolsinlinestatic
binarise(vpImage< unsigned char > &I, unsigned char threshold1, unsigned char threshold2, unsigned char value1, unsigned char value2, unsigned char value3, bool useLUT)vpImageToolsinline
changeLUT(vpImage< unsigned char > &I, unsigned char A, unsigned char newA, unsigned char B, unsigned char newB)vpImageToolsstatic
columnMean(const vpImage< double > &I, vpRowVector &result)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
extract(const vpImage< unsigned char > &Src, vpImage< unsigned char > &Dst, const vpRectOriented &r)vpImageToolsstatic
extract(const vpImage< unsigned char > &Src, vpImage< double > &Dst, const vpRectOriented &r)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, 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< double > &I1, const vpImage< double > &I2, vpImage< double > &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, bool saturate=false)vpImageToolsstatic
initUndistortMap(const vpCameraParameters &cam, unsigned int width, unsigned int height, vpArray2D< int > &mapU, vpArray2D< int > &mapV, vpArray2D< float > &mapDu, vpArray2D< float > &mapDv)vpImageToolsstatic
integralImage(const vpImage< unsigned char > &I, vpImage< double > &II, vpImage< double > &IIsq)vpImageToolsstatic
interpolate(const vpImage< unsigned char > &I, const vpImagePoint &point, const vpImageInterpolationType &method=INTERPOLATION_NEAREST)vpImageToolsstatic
INTERPOLATION_CUBIC enum valuevpImageTools
INTERPOLATION_LINEAR enum valuevpImageTools
INTERPOLATION_NEAREST enum valuevpImageTools
normalize(vpImage< double > &I)vpImageToolsstatic
normalizedCorrelation(const vpImage< double > &I1, const vpImage< double > &I2, bool useOptimized=true)vpImageToolsstatic
remap(const vpImage< unsigned char > &I, const vpArray2D< int > &mapU, const vpArray2D< int > &mapV, const vpArray2D< float > &mapDu, const vpArray2D< float > &mapDv, vpImage< unsigned char > &Iundist)vpImageToolsstatic
remap(const vpImage< vpRGBa > &I, const vpArray2D< int > &mapU, const vpArray2D< int > &mapV, const vpArray2D< float > &mapDu, const vpArray2D< float > &mapDv, vpImage< vpRGBa > &Iundist)vpImageToolsstatic
resize(const vpImage< Type > &I, vpImage< Type > &Ires, unsigned int width, unsigned int height, const vpImageInterpolationType &method=INTERPOLATION_NEAREST, unsigned int nThreads=0)vpImageToolsstatic
resize(const vpImage< Type > &I, vpImage< Type > &Ires, const vpImageInterpolationType &method=INTERPOLATION_NEAREST, unsigned int nThreads=0)vpImageToolsstatic
resize(const vpImage< unsigned char > &I, vpImage< unsigned char > &Ires, const vpImageInterpolationType &method, unsigned int)vpImageToolsinline
resize(const vpImage< vpRGBa > &I, vpImage< vpRGBa > &Ires, const vpImageInterpolationType &method, unsigned int)vpImageToolsinline
resizeBicubic(const vpImage< vpRGBa > &I, vpImage< vpRGBa > &Ires, unsigned int i, unsigned int j, float u, float v, float xFrac, float yFrac)vpImageToolsinline
resizeBilinear(const vpImage< vpRGBa > &I, vpImage< vpRGBa > &Ires, unsigned int i, unsigned int j, float u, float v, float xFrac, float yFrac)vpImageToolsinline
templateMatching(const vpImage< unsigned char > &I, const vpImage< unsigned char > &I_tpl, vpImage< double > &I_score, unsigned int step_u, unsigned int step_v, bool useOptimized=true)vpImageToolsstatic
undistort(const vpImage< Type > &I, const vpCameraParameters &cam, vpImage< Type > &newI, unsigned int nThreads=2)vpImageToolsstatic
vpImageInterpolationType enum namevpImageTools
warpImage(const vpImage< Type > &src, const vpMatrix &T, vpImage< Type > &dst, const vpImageInterpolationType &interpolation=INTERPOLATION_NEAREST, bool fixedPointArithmetic=true, bool pixelCenter=false)vpImageToolsstatic
warpLinear(const vpImage< vpRGBa > &src, const vpMatrix &T, vpImage< vpRGBa > &dst, bool affine, bool centerCorner, bool fixedPoint)vpImageToolsinline