Visual Servoing Platform  version 3.6.1 under development (2024-05-16)
vpCannyEdgeDetection Member List

This is the complete list of members for vpCannyEdgeDetection, including all inherited members.

detect(const vpImage< vpRGBa > &I_color)vpCannyEdgeDetection
detect(const vpImage< unsigned char > &I)vpCannyEdgeDetection
from_json(const nlohmann::json &j, vpCannyEdgeDetection &detector)vpCannyEdgeDetectionfriend
initFromJSON(const std::string &jsonPath)vpCannyEdgeDetection
setCannyThresholds(const float &lowerThresh, const float &upperThresh)vpCannyEdgeDetectioninline
setCannyThresholdsRatio(const float &lowerThreshRatio, const float &upperThreshRatio)vpCannyEdgeDetectioninline
setFilteringAndGradientType(const vpImageFilter::vpCannyFilteringAndGradientType &type)vpCannyEdgeDetectioninline
setGaussianFilterParameters(const int &kernelSize, const float &stdev)vpCannyEdgeDetectioninline
setGradientFilterAperture(const unsigned int &apertureSize)vpCannyEdgeDetectioninline
setGradients(const vpImage< float > &dIx, const vpImage< float > &dIy)vpCannyEdgeDetectioninline
setMask(const vpImage< bool > *p_mask)vpCannyEdgeDetectioninline
to_json(nlohmann::json &j, const vpCannyEdgeDetection &detector)vpCannyEdgeDetectionfriend
vpCannyEdgeDetection()vpCannyEdgeDetection
vpCannyEdgeDetection(const int &gaussianKernelSize, const float &gaussianStdev, const unsigned int &sobelAperture, const float &lowerThreshold=-1.f, const float &upperThreshold=-1.f, const float &lowerThresholdRatio=0.6f, const float &upperThresholdRatio=0.8f, const vpImageFilter::vpCannyFilteringAndGradientType &filteringType=vpImageFilter::CANNY_GBLUR_SOBEL_FILTERING)vpCannyEdgeDetection
vpCannyEdgeDetection(const std::string &jsonPath)vpCannyEdgeDetection