Home | History | Annotate | Download | only in src

Lines Matching refs:edges

196             hysteresis (add weak edges if they are connected with strong edges)
216 // get edges
532 // now track the edges (hysteresis thresholding)
675 // now track the edges (hysteresis thresholding)
926 // now track the edges (hysteresis thresholding)
963 void cvCanny( const CvArr* image, CvArr* edges, double threshold1,
966 cv::Mat src = cv::cvarrToMat(image), dst = cv::cvarrToMat(edges);