Visual Servoing Platform
version 3.0.1
|
This is the complete list of members for vpImageFilter, including all inherited members.
canny(const vpImage< unsigned char > &I, vpImage< unsigned char > &Ic, const unsigned int gaussianFilterSize, const double thresholdCanny, const unsigned int apertureSobel) | vpImageFilter | static |
derivativeFilterX(const vpImage< T > &I, const unsigned int r, const unsigned int c) | vpImageFilter | inlinestatic |
derivativeFilterX(const vpImage< T > &I, const unsigned int r, const unsigned int c, const double *filter, const unsigned int size) | vpImageFilter | inlinestatic |
derivativeFilterY(const vpImage< T > &I, const unsigned int r, const unsigned int c) | vpImageFilter | inlinestatic |
derivativeFilterY(const vpImage< T > &I, const unsigned int r, const unsigned int c, const double *filter, const unsigned int size) | vpImageFilter | inlinestatic |
filter(const vpImage< double > &I, vpImage< double > &Iu, vpImage< double > &Iv, const vpMatrix &M, const bool convolve=false) | vpImageFilter | static |
filter(const vpImage< unsigned char > &I, vpImage< double > &If, const vpMatrix &M, const bool convolve=false) | vpImageFilter | static |
filter(const vpImage< unsigned char > &I, vpImage< double > &GI, const double *filter, unsigned int size) | vpImageFilter | static |
filter(const vpImage< double > &I, vpImage< double > &GI, const double *filter, unsigned int size) | vpImageFilter | static |
filterGaussXPyramidal(const vpImage< unsigned char > &I, unsigned int i, unsigned int j) | vpImageFilter | inlinestatic |
filterGaussYPyramidal(const vpImage< unsigned char > &I, unsigned int i, unsigned int j) | vpImageFilter | inlinestatic |
filterX(const vpImage< unsigned char > &I, vpImage< double > &dIx, const double *filter, unsigned int size) | vpImageFilter | static |
filterX(const vpImage< double > &I, vpImage< double > &dIx, const double *filter, unsigned int size) | vpImageFilter | static |
filterX(const vpImage< unsigned char > &I, unsigned int r, unsigned int c, const double *filter, unsigned int size) | vpImageFilter | inlinestatic |
filterX(const vpImage< double > &I, unsigned int r, unsigned int c, const double *filter, unsigned int size) | vpImageFilter | inlinestatic |
filterXLeftBorder(const vpImage< unsigned char > &I, unsigned int r, unsigned int c, const double *filter, unsigned int size) | vpImageFilter | inlinestatic |
filterXLeftBorder(const vpImage< double > &I, unsigned int r, unsigned int c, const double *filter, unsigned int size) | vpImageFilter | inlinestatic |
filterXRightBorder(const vpImage< unsigned char > &I, unsigned int r, unsigned int c, const double *filter, unsigned int size) | vpImageFilter | inlinestatic |
filterXRightBorder(const vpImage< double > &I, unsigned int r, unsigned int c, const double *filter, unsigned int size) | vpImageFilter | inlinestatic |
filterY(const vpImage< unsigned char > &I, vpImage< double > &dIx, const double *filter, unsigned int size) | vpImageFilter | static |
filterY(const vpImage< double > &I, vpImage< double > &dIx, const double *filter, unsigned int size) | vpImageFilter | static |
filterY(const vpImage< unsigned char > &I, unsigned int r, unsigned int c, const double *filter, unsigned int size) | vpImageFilter | inlinestatic |
filterY(const vpImage< double > &I, unsigned int r, unsigned int c, const double *filter, unsigned int size) | vpImageFilter | inlinestatic |
filterYBottomBorder(const vpImage< unsigned char > &I, unsigned int r, unsigned int c, const double *filter, unsigned int size) | vpImageFilter | inlinestatic |
filterYBottomBorder(const vpImage< double > &I, unsigned int r, unsigned int c, const double *filter, unsigned int size) | vpImageFilter | inlinestatic |
filterYTopBorder(const vpImage< unsigned char > &I, unsigned int r, unsigned int c, const double *filter, unsigned int size) | vpImageFilter | inlinestatic |
filterYTopBorder(const vpImage< double > &I, unsigned int r, unsigned int c, const double *filter, unsigned int size) | vpImageFilter | inlinestatic |
gaussianBlur(const vpImage< unsigned char > &I, vpImage< double > &GI, unsigned int size=7, double sigma=0., bool normalize=true) | vpImageFilter | static |
gaussianBlur(const vpImage< double > &I, vpImage< double > &GI, unsigned int size=7, double sigma=0., bool normalize=true) | vpImageFilter | static |
gaussianFilter(const vpImage< T > &fr, const unsigned int r, const unsigned int c) | vpImageFilter | inlinestatic |
getGaussianDerivativeKernel(double *filter, unsigned int size, double sigma=0., bool normalize=true) | vpImageFilter | static |
getGaussianKernel(double *filter, unsigned int size, double sigma=0., bool normalize=true) | vpImageFilter | static |
getGaussPyramidal(const vpImage< unsigned char > &I, vpImage< unsigned char > &GI) | vpImageFilter | static |
getGaussXPyramidal(const vpImage< unsigned char > &I, vpImage< unsigned char > &GI) | vpImageFilter | static |
getGaussYPyramidal(const vpImage< unsigned char > &I, vpImage< unsigned char > &GI) | vpImageFilter | static |
getGradX(const vpImage< unsigned char > &I, vpImage< double > &dIx) | vpImageFilter | static |
getGradX(const vpImage< unsigned char > &I, vpImage< double > &dIx, const double *filter, unsigned int size) | vpImageFilter | static |
getGradX(const vpImage< double > &I, vpImage< double > &dIx, const double *filter, unsigned int size) | vpImageFilter | static |
getGradXGauss2D(const vpImage< unsigned char > &I, vpImage< double > &dIx, const double *gaussianKernel, const double *gaussianDerivativeKernel, unsigned int size) | vpImageFilter | static |
getGradY(const vpImage< unsigned char > &I, vpImage< double > &dIy) | vpImageFilter | static |
getGradY(const vpImage< unsigned char > &I, vpImage< double > &dIy, const double *filter, unsigned int size) | vpImageFilter | static |
getGradY(const vpImage< double > &I, vpImage< double > &dIy, const double *filter, unsigned int size) | vpImageFilter | static |
getGradYGauss2D(const vpImage< unsigned char > &I, vpImage< double > &dIy, const double *gaussianKernel, const double *gaussianDerivativeKernel, unsigned int size) | vpImageFilter | static |
sepFilter(const vpImage< unsigned char > &I, vpImage< double > &If, const vpColVector &kernelH, const vpColVector &kernelV) | vpImageFilter | static |