![]() |
Visual Servoing Platform version 3.7.0
|
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) | vpCannyEdgeDetection | inline |
| detect(const vpImage< unsigned char > &I) | vpCannyEdgeDetection | |
| from_json(const nlohmann::json &j, vpCannyEdgeDetection &detector) | vpCannyEdgeDetection | friend |
| getEdgeMap() const | vpCannyEdgeDetection | inline |
| getEdgePointsList() const | vpCannyEdgeDetection | inline |
| getGIx() const | vpCannyEdgeDetection | inline |
| getGIy() const | vpCannyEdgeDetection | inline |
| getMinimumStackSize() const | vpCannyEdgeDetection | inline |
| initFromJSON(const std::string &jsonPath) | vpCannyEdgeDetection | |
| reinit() | 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 rlim_t &requiredStackSize) | vpCannyEdgeDetection | inline |
| setNbThread(const int &maxNbThread) | 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, const int &nbThread=-1) | vpCannyEdgeDetection | |
| vpCannyEdgeDetection(const std::string &jsonPath) | vpCannyEdgeDetection |