vrcore  0.45
visuReal Messkern
 All Classes Files Functions Variables
nms.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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)