Go to the source code of this file.
|
|
void | nonMaxSuppression (const cv::Mat &magnitude, const cv::Mat &gradientX, const cv::Mat &gradientY, cv::Mat &nms) |
| |
|
void | computeThresholds (const cv::Mat &magnitude, const cv::Mat &nmsMap, float tlow, float thigh, cv::Mat &edge, double *lowthreshold, double *highthreshold) |
| |