搜索资源列表
-
3下载:
自己写的用于边缘检测和图像处理的程序可用于SOBREL ROBEL 高斯拉普拉斯 canny 等算法检测-himself wrote for edge detection and image processing procedures can be used SOBREL ROBEL Gaussian algorithms such as Laplace canny Detection
-
-
0下载:
读取指定帧并灰度化并canny边缘提取及灰度直方图及RGB值,借用OPENCV-Reads the specified frame and the graying and the canny edge detection and histogram and RGB value, using OPENCV
-
-
0下载:
本程序实现了Canny边缘检测算法,效果很好。-This program implements Canny edge detection algorithm, the effect is very good.
-
-
0下载:
canny边缘检测将输出写入一个单通道图像-canny edge detection output is written to a single-channel image
-
-
0下载:
图像边缘检测,包括Canny算子和SUSAN特征检测算子等的边缘检测-The image edge detection, including edge detection Canny operator and SUSAN feature detection operator and other
-
-
0下载:
用于对图像的边缘检测(采用canny算法)。
image 输入图像,这个必须是单通道的,即灰度图
edges 输出的边缘图像 ,也是单通道的,但是是黑白的
threshold1 第一个阈值
threshold2 第二个阈值
aperture_size Sobel 算子内核大小
-Using canny algorithm for image edge detection (). image input image, this must be a singl
-