Home | History | Annotate | Download | only in src

Lines Matching full:threshold1

963 void cvCanny( const CvArr* image, CvArr* edges, double threshold1,
969 cv::Canny(src, dst, threshold1, threshold2, aperture_size & 255,