摘要: Sobel边缘检测 // sobel 算法 `timescale 1ns/1ns module sobel_top( clk , rst_n , pre_vs , pre_hs , pre_en , pre_img_Y , post_vs , post_hs , post_en , post_img 阅读全文
posted @ 2020-05-08 22:00 王林文思 阅读(531) 评论(0) 推荐(0) 编辑
摘要: Sobel边缘检测(2)-matlab clcclearclear all close all%%%对图像做均值滤波处理img = imread('1.png');figure(1)subplot(1,2,1),imshow(img),title('原始图像')%%%将彩色图像转灰度图像img_gr 阅读全文
posted @ 2020-05-08 17:19 王林文思 阅读(806) 评论(0) 推荐(0) 编辑
摘要: Sobel边缘检测 解释转载 https://blog.csdn.net/qq_29238153/article/details/80822267 索贝尔算子(Sobel operator)主要用作边缘检测,在技术上,它是一离散性差分算子,用来运算图像亮度函数的灰度之近似值。在图像的任何一点使用此算 阅读全文
posted @ 2020-05-08 15:46 王林文思 阅读(216) 评论(0) 推荐(0) 编辑