搜索资源列表
canny函数用法
- canny边缘检测 先滤波 转化成灰度图 再进行边缘检测(edge detection using canny function)
边缘检测综合示例
- canny边缘检测+sobel边缘检测+scharr滤波器的使用(Canny edge detection, +sobel edge detection, +scharr filter)
Laplacian函数用法示例
- 基于拉普拉斯变换的laplacian函数,进行边缘检测(Edge detection based on Laplacian function of Laplasse transform)
sobel函数用法示例
- 调用sobel函数 进行边缘检测 结合了高斯平滑和微分求导 是一种经典的边缘检测算子(Calling Sobel function for edge detection)
霍夫线变换综合示例
- 利用霍夫变换快速检测直线或圆,但是首先对图像进行边缘检测,霍夫变换输入为边缘二值图像(Hough transform is used to detect straight lines or circles, but first, edge detection is carried out, and Hough transform is used as edge two valued image)