Visual Servoing Platform
version 3.6.1 under development (2024-12-17)
|
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) | vpImageTools | inlinestatic |
binarise(vpImage< unsigned char > &I, unsigned char threshold1, unsigned char threshold2, unsigned char value1, unsigned char value2, unsigned char value3, bool useLUT) | vpImageTools | inline |
changeLUT(vpImage< unsigned char > &I, unsigned char A, unsigned char newA, unsigned char B, unsigned char newB) | vpImageTools | static |
columnMean(const vpImage< double > &I, vpRowVector &result) | vpImageTools | static |
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 |
extract(const vpImage< unsigned char > &src, vpImage< unsigned char > &dst, const vpRectOriented &r) | vpImageTools | static |
extract(const vpImage< unsigned char > &src, vpImage< double > &dst, const vpRectOriented &r) | 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, 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< double > &I1, const vpImage< double > &I2, vpImage< double > &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, bool saturate=false) | vpImageTools | static |
initUndistortMap(const vpCameraParameters &cam, unsigned int width, unsigned int height, vpArray2D< int > &mapU, vpArray2D< int > &mapV, vpArray2D< float > &mapDu, vpArray2D< float > &mapDv) | vpImageTools | static |
inMask(const vpImage< unsigned char > &I, const vpImage< unsigned char > &mask, vpImage< unsigned char > &I_mask) | vpImageTools | static |
inMask(const vpImage< vpRGBa > &I, const vpImage< unsigned char > &mask, vpImage< vpRGBa > &I_mask) | vpImageTools | static |
inRange(const unsigned char *hue, const unsigned char *saturation, const unsigned char *value, const vpColVector &hsv_range, unsigned char *mask, unsigned int size) | vpImageTools | static |
inRange(const unsigned char *hue, const unsigned char *saturation, const unsigned char *value, const std::vector< int > &hsv_range, unsigned char *mask, unsigned int size) | vpImageTools | static |
integralImage(const vpImage< unsigned char > &I, vpImage< double > &II, vpImage< double > &IIsq) | vpImageTools | static |
interpolate(const vpImage< unsigned char > &I, const vpImagePoint &point, const vpImageInterpolationType &method=INTERPOLATION_NEAREST) | vpImageTools | static |
INTERPOLATION_AREA enum value | vpImageTools | |
INTERPOLATION_CUBIC enum value | vpImageTools | |
INTERPOLATION_LINEAR enum value | vpImageTools | |
INTERPOLATION_NEAREST enum value | vpImageTools | |
normalize(vpImage< double > &I) | vpImageTools | static |
normalizedCorrelation(const vpImage< double > &I1, const vpImage< double > &I2, bool useOptimized=true) | vpImageTools | static |
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) | vpImageTools | static |
remap(const vpImage< vpRGBa > &I, const vpArray2D< int > &mapU, const vpArray2D< int > &mapV, const vpArray2D< float > &mapDu, const vpArray2D< float > &mapDv, vpImage< vpRGBa > &Iundist) | vpImageTools | static |
resize(const vpImage< Type > &I, vpImage< Type > &Ires, unsigned int width, unsigned int height, const vpImageInterpolationType &method=INTERPOLATION_NEAREST, unsigned int nThreads=0) | vpImageTools | static |
resize(const vpImage< Type > &I, vpImage< Type > &Ires, const vpImageInterpolationType &method=INTERPOLATION_NEAREST, unsigned int nThreads=0) | vpImageTools | static |
resize(const vpImage< unsigned char > &I, vpImage< unsigned char > &Ires, const vpImageInterpolationType &method, unsigned int) | vpImageTools | inline |
resize(const vpImage< vpRGBa > &I, vpImage< vpRGBa > &Ires, const vpImageInterpolationType &method, unsigned int) | vpImageTools | inline |
resizeBicubic(const vpImage< vpRGBa > &I, vpImage< vpRGBa > &Ires, unsigned int i, unsigned int j, float u, float v, float xFrac, float yFrac) | vpImageTools | inline |
resizeBilinear(const vpImage< vpRGBa > &I, vpImage< vpRGBa > &Ires, unsigned int i, unsigned int j, float u, float v, float xFrac, float yFrac) | vpImageTools | inline |
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) | vpImageTools | static |
undistort(const vpImage< Type > &I, const vpCameraParameters &cam, vpImage< Type > &newI, unsigned int nThreads=2) | vpImageTools | static |
undistort(const vpImage< Type > &I, vpArray2D< int > mapU, vpArray2D< int > mapV, vpArray2D< float > mapDu, vpArray2D< float > mapDv, vpImage< Type > &newI) | vpImageTools | static |
vpImageInterpolationType enum name | vpImageTools | |
warpImage(const vpImage< Type > &src, const vpMatrix &T, vpImage< Type > &dst, const vpImageInterpolationType &interpolation=INTERPOLATION_NEAREST, bool fixedPointArithmetic=true, bool pixelCenter=false) | vpImageTools | static |
warpLinear(const vpImage< vpRGBa > &src, const vpMatrix &T, vpImage< vpRGBa > &dst, bool affine, bool centerCorner, bool fixedPoint) | vpImageTools | inline |