Visual Servoing Platform
version 3.6.1 under development (2024-12-03)
|
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 float &thresholdCanny, const unsigned int &apertureSobel) | vpImageFilter | static |
canny(const vpImage< unsigned char > &I, vpImage< unsigned char > &Ic, const unsigned int &gaussianFilterSize, const float &lowerThresholdCanny, const float &higherThresholdCanny, const unsigned int &apertureSobel) | vpImageFilter | static |
canny(const vpImage< unsigned char > &I, vpImage< unsigned char > &Ic, const unsigned int &gaussianFilterSize, const float &lowerThresholdCanny, const float &higherThresholdCanny, const unsigned int &apertureSobel, const float &gaussianStdev, const float &lowerThresholdRatio, const float &upperThresholdRatio, const bool &normalizeGradients, const vpCannyBackendType &cannyBackend, const vpCannyFilteringAndGradientType &cannyFilteringSteps, const vpImage< bool > *p_mask=nullptr) | vpImageFilter | static |
CANNY_COUNT_BACKEND enum value | vpImageFilter | |
CANNY_COUNT_FILTERING enum value | vpImageFilter | |
CANNY_GBLUR_SCHARR_FILTERING enum value | vpImageFilter | |
CANNY_GBLUR_SOBEL_FILTERING enum value | vpImageFilter | |
CANNY_OPENCV_BACKEND enum value | vpImageFilter | |
CANNY_VISP_BACKEND enum value | vpImageFilter | |
computeCannyThreshold(const cv::Mat &cv_I, const cv::Mat *p_cv_dIx, const cv::Mat *p_cv_dIy, float &lowerThresh, const unsigned int &gaussianKernelSize=5, const float &gaussianStdev=2.f, const unsigned int &apertureGradient=3, const float &lowerThresholdRatio=0.6, const float &upperThresholdRatio=0.8, const vpCannyFilteringAndGradientType &filteringType=CANNY_GBLUR_SOBEL_FILTERING) | vpImageFilter | static |
computeCannyThreshold(const vpImage< unsigned char > &I, float &lowerThresh, const vpImage< OutType > *p_dIx=nullptr, const vpImage< OutType > *p_dIy=nullptr, const unsigned int &gaussianKernelSize=5, const OutType &gaussianStdev=2.f, const unsigned int &apertureGradient=3, const float &lowerThresholdRatio=0.6f, const float &upperThresholdRatio=0.8f, const vpCannyFilteringAndGradientType &filteringType=CANNY_GBLUR_SOBEL_FILTERING, const vpImage< bool > *p_mask=nullptr) | vpImageFilter | inlinestatic |
computePartialDerivatives(const cv::Mat &cv_I, cv::Mat &cv_dIx, cv::Mat &cv_dIy, const bool &computeDx=true, const bool &computeDy=true, const bool &normalize=true, const unsigned int &gaussianKernelSize=5, const float &gaussianStdev=2.f, const unsigned int &apertureGradient=3, const vpCannyFilteringAndGradientType &filteringType=CANNY_GBLUR_SOBEL_FILTERING) | vpImageFilter | static |
computePartialDerivatives(const vpImage< ImageType > &I, vpImage< FilterType > &dIx, vpImage< FilterType > &dIy, const bool &computeDx=true, const bool &computeDy=true, const bool &normalize=true, const unsigned int &gaussianKernelSize=5, const FilterType &gaussianStdev=2.f, const unsigned int &apertureGradient=3, const vpCannyFilteringAndGradientType &filteringType=CANNY_GBLUR_SOBEL_FILTERING, const vpCannyBackendType &backend=CANNY_VISP_BACKEND, const vpImage< bool > *p_mask=nullptr) | vpImageFilter | inlinestatic |
computePartialDerivatives(const vpImage< vpRGBa > &I, vpImage< FilterType > &dIx, vpImage< FilterType > &dIy, const bool &computeDx=true, const bool &computeDy=true, const bool &normalize=true, const unsigned int &gaussianKernelSize=5, const FilterType &gaussianStdev=2.f, const unsigned int &apertureGradient=3, const vpCannyFilteringAndGradientType &filteringType=CANNY_GBLUR_SOBEL_FILTERING, const vpCannyBackendType &backend=CANNY_VISP_BACKEND, const vpImage< bool > *p_mask=nullptr) | vpImageFilter | inlinestatic |
computePartialDerivatives(const vpImage< ImageType > &I, vpImage< unsigned char > &dIx, vpImage< unsigned char > &dIy, const bool &computeDx=true, const bool &computeDy=true, const bool &normalize=true, const unsigned int &gaussianKernelSize=5, const unsigned char &gaussianStdev=2.f, const unsigned int &apertureGradient=3, const vpCannyFilteringAndGradientType &filteringType=CANNY_GBLUR_SOBEL_FILTERING, const vpCannyBackendType &backend=CANNY_VISP_BACKEND, const vpImage< bool > *p_mask=nullptr) | vpImageFilter | inlinestatic |
computePartialDerivatives(const vpImage< ImageType > &I, vpImage< vpRGBa > &dIx, vpImage< vpRGBa > &dIy, const bool &computeDx=true, const bool &computeDy=true, const bool &normalize=true, const unsigned int gaussianKernelSize=5, const vpRGBa gaussianStdev=vpRGBa(), const unsigned int apertureGradient=3, const vpCannyFilteringAndGradientType &filteringType=CANNY_GBLUR_SOBEL_FILTERING, const vpCannyBackendType &backend=CANNY_VISP_BACKEND, const vpImage< bool > *p_mask=nullptr) | vpImageFilter | inlinestatic |
derivativeFilterX(const vpImage< ImageType > &I, unsigned int r, unsigned int c) | vpImageFilter | inlinestatic |
derivativeFilterX(const vpImage< ImageType > &I, unsigned int r, unsigned int c, const FilterType *filter, unsigned int size) | vpImageFilter | inlinestatic |
derivativeFilterY(const vpImage< ImageType > &I, unsigned int r, unsigned int c) | vpImageFilter | inlinestatic |
derivativeFilterY(const vpImage< ImageType > &I, unsigned int r, unsigned int c, const FilterType *filter, unsigned int size) | vpImageFilter | inlinestatic |
filter(const vpImage< ImageType > &I, vpImage< FilterType > &If, const vpArray2D< FilterType > &M, bool convolve=false, const vpImage< bool > *p_mask=nullptr) | vpImageFilter | inlinestatic |
filter(const vpImage< FilterType > &I, const vpArray2D< FilterType > &M, unsigned int row, unsigned int col) | vpImageFilter | inlinestatic |
filter(const vpImage< vpRGBa > &I, vpImage< FilterType > &If, const vpArray2D< FilterType > &M, bool convolve=false) | vpImageFilter | static |
filter(const vpImage< ImageType > &I, vpImage< FilterType > &Iu, vpImage< FilterType > &Iv, const vpArray2D< FilterType > &M, bool convolve=false, const vpImage< bool > *p_mask=nullptr) | vpImageFilter | inlinestatic |
filter(const vpImage< vpRGBa > &I, vpImage< FilterType > &Iu, vpImage< FilterType > &Iv, const vpArray2D< FilterType > &M, bool convolve) | vpImageFilter | static |
filter(const vpImage< ImageType > &I, vpImage< ImageType > &Iu, vpImage< ImageType > &Iv, const vpArray2D< vpRGBa > &M, bool convolve) | vpImageFilter | static |
filter(const vpImage< ImageType > &I, vpImage< FilterType > &GI, const FilterType *filter, unsigned int size, const vpImage< bool > *p_mask=nullptr) | vpImageFilter | inlinestatic |
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< ImageType > &I, vpImage< FilterType > &dIx, const FilterType *filter, unsigned int size, const vpImage< bool > *p_mask=nullptr) | vpImageFilter | inlinestatic |
filterX(const vpImage< vpRGBa > &I, vpImage< vpRGBa > &dIx, const double *filter, unsigned int size, const vpImage< bool > *p_mask=nullptr) | vpImageFilter | static |
filterX(const vpImage< ImageType > &I, unsigned int r, unsigned int c, const FilterType *filter, unsigned int size) | vpImageFilter | inlinestatic |
filterY(const vpImage< vpRGBa > &I, vpImage< vpRGBa > &dIx, const double *filter, unsigned int size, const vpImage< bool > *p_mask=nullptr) | vpImageFilter | static |
filterY(const vpImage< ImageType > &I, vpImage< FilterType > &dIy, const FilterType *filter, unsigned int size, const vpImage< bool > *p_mask=nullptr) | vpImageFilter | inlinestatic |
filterY(const vpImage< ImageType > &I, unsigned int r, unsigned int c, const FilterType *filter, unsigned int size) | vpImageFilter | inlinestatic |
gaussianBlur(const vpImage< ImageType > &I, vpImage< FilterType > &GI, unsigned int size=7, FilterType sigma=0., bool normalize=true, const vpImage< bool > *p_mask=nullptr) | vpImageFilter | inlinestatic |
gaussianBlur(const vpImage< vpRGBa > &I, vpImage< vpRGBa > &GI, unsigned int size=7, double sigma=0., bool normalize=true, const vpImage< bool > *p_mask=nullptr) | vpImageFilter | static |
gaussianFilter(const vpImage< T > &fr, unsigned int r, unsigned int c) | vpImageFilter | inlinestatic |
getGaussianDerivativeKernel(FilterType *filter, unsigned int size, FilterType sigma=0., bool normalize=true) | vpImageFilter | inlinestatic |
getGaussianKernel(FilterType *filter, unsigned int size, FilterType sigma=0., bool normalize=true) | vpImageFilter | inlinestatic |
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< FilterType > &dIx, const vpImage< bool > *p_mask=nullptr) | vpImageFilter | inlinestatic |
getGradX(const vpImage< ImageType > &I, vpImage< FilterType > &dIx, const FilterType *filter, unsigned int size, const vpImage< bool > *p_mask=nullptr) | vpImageFilter | inlinestatic |
getGradXGauss2D(const vpImage< ImageType > &I, vpImage< FilterType > &dIx, const FilterType *gaussianKernel, const FilterType *gaussianDerivativeKernel, unsigned int size, const vpImage< bool > *p_mask=nullptr) | vpImageFilter | inlinestatic |
getGradY(const vpImage< unsigned char > &I, vpImage< FilterType > &dIy, const vpImage< bool > *p_mask=nullptr) | vpImageFilter | inlinestatic |
getGradY(const vpImage< ImageType > &I, vpImage< FilterType > &dIy, const FilterType *filter, unsigned int size, const vpImage< bool > *p_mask=nullptr) | vpImageFilter | inlinestatic |
getGradYGauss2D(const vpImage< ImageType > &I, vpImage< FilterType > &dIy, const FilterType *gaussianKernel, const FilterType *gaussianDerivativeKernel, unsigned int size, const vpImage< bool > *p_mask=nullptr) | vpImageFilter | inlinestatic |
getScharrKernelX(FilterType *filter, unsigned int size) | vpImageFilter | inlinestatic |
getScharrKernelY(FilterType *filter, unsigned int size) | vpImageFilter | inlinestatic |
getSobelKernelX(FilterType *filter, unsigned int size) | vpImageFilter | inlinestatic |
getSobelKernelY(FilterType *filter, unsigned int size) | vpImageFilter | inlinestatic |
median(const cv::Mat &cv_I) | vpImageFilter | static |
median(const vpImage< unsigned char > &Isrc) | vpImageFilter | static |
median(const vpImage< vpRGBa > &Isrc) | vpImageFilter | static |
sepFilter(const vpImage< unsigned char > &I, vpImage< double > &If, const vpColVector &kernelH, const vpColVector &kernelV) | vpImageFilter | static |
vpCannyBackendType enum name | vpImageFilter | |
vpCannyBackendType typedef | vpImageFilter | |
vpCannyBackendTypeFromString(const std::string &name) | vpImageFilter | static |
vpCannyBackendTypeList(const std::string &pref="<", const std::string &sep=" , ", const std::string &suf=">") | vpImageFilter | static |
vpCannyBackendTypeToString(const vpCannyBackendType &type) | vpImageFilter | static |
vpCannyFiltAndGradTypeFromStr(const std::string &name) | vpImageFilter | static |
vpCannyFiltAndGradTypeToStr(const vpCannyFilteringAndGradientType &type) | vpImageFilter | static |
vpCannyFilteringAndGradientType enum name | vpImageFilter | |
vpCannyFilteringAndGradientType typedef | vpImageFilter | |
vpGetCannyFiltAndGradTypes(const std::string &pref="<", const std::string &sep=" , ", const std::string &suf=">") | vpImageFilter | static |