Opencv学习——边缘检测 (Canny算子)_canny( inputarray image, outputarray edges, double-CSDN博客

网站介绍:文章浏览阅读174次。一、Canny边缘检测void Canny( InputArray image, OutputArray edges, double threshold1, double threshold2, int apertureSize = 3, bool L2gradient = false );..._canny( inputarray image, outputarray edges, double threshold1, double thres