Visual Servoing Platform
version 3.6.1 under development (2024-11-21)
|
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) | vpCannyEdgeDetection | friend |
getEdgePointsList() const | vpCannyEdgeDetection | inline |
getMinimumStackSize() const | vpCannyEdgeDetection | inline |
initFromJSON(const std::string &jsonPath) | vpCannyEdgeDetection | |
setCannyThresholds(const float &lowerThresh, const float &upperThresh) | vpCannyEdgeDetection | inline |
setCannyThresholdsRatio(const float &lowerThreshRatio, const float &upperThreshRatio) | vpCannyEdgeDetection | inline |
setFilteringAndGradientType(const vpImageFilter::vpCannyFilteringAndGradientType &type) | vpCannyEdgeDetection | inline |
setGaussianFilterParameters(const int &kernelSize, const float &stdev) | vpCannyEdgeDetection | inline |
setGradientFilterAperture(const unsigned int &apertureSize) | vpCannyEdgeDetection | inline |
setGradients(const vpImage< float > &dIx, const vpImage< float > &dIy) | vpCannyEdgeDetection | inline |
setMask(const vpImage< bool > *p_mask) | vpCannyEdgeDetection | inline |
setMinimumStackSize(const unsigned int &requiredStackSize) | vpCannyEdgeDetection | inline |
setStoreEdgePoints(const bool &storeEdgePoints) | vpCannyEdgeDetection | inline |
to_json(nlohmann::json &j, const vpCannyEdgeDetection &detector) | vpCannyEdgeDetection | friend |
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, const bool &storeEdgePoints=false) | vpCannyEdgeDetection | |
vpCannyEdgeDetection(const std::string &jsonPath) | vpCannyEdgeDetection |