Visual Servoing Platform version 3.7.0
Loading...
Searching...
No Matches
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< vpHSV< ArithmeticType, useFullScale > > &Ihsv)vpCannyEdgeDetectioninline
detect(const vpImage< unsigned char > &I)vpCannyEdgeDetection
from_json(const nlohmann::json &j, vpCannyEdgeDetection &detector)vpCannyEdgeDetectionfriend
getEdgeMap() constvpCannyEdgeDetectioninline
getEdgePointsList() constvpCannyEdgeDetectioninline
getGIx() constvpCannyEdgeDetectioninline
getGIy() constvpCannyEdgeDetectioninline
getMinimumStackSize() constvpCannyEdgeDetectioninline
initFromJSON(const std::string &jsonPath)vpCannyEdgeDetection
reinit()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
setMinimumStackSize(const rlim_t &requiredStackSize)vpCannyEdgeDetectioninline
setNbThread(const int &maxNbThread)vpCannyEdgeDetectioninline
setStoreEdgePoints(const bool &storeEdgePoints)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, const bool &storeEdgePoints=false, const int &nbThread=-1)vpCannyEdgeDetection
vpCannyEdgeDetection(const std::string &jsonPath)vpCannyEdgeDetection