C语言极速边缘检测库fast-edge功能与应用解析
FAST-EDGE seeks to be the fastest edge detection implementation in C. Edge detection has
本专区汇聚了各类基于 边缘检测 开发的源码资源,共计 655 篇资源供开发者免费下载学习。
FAST-EDGE seeks to be the fastest edge detection implementation in C. Edge detection has
基于FPGA的 图像边缘检测 的相关代码和仿真图
MFC框架,实现图像的放大缩小功能,实现傅里叶装换,实现图像的边缘检测功能。-MFC framework to achieve image zoom function for th
VC编程实现数字图像的边缘检测-VC Programming Digital Image Edge Detection
画板素描源码程序,根据画板底色与图像的颜色差异判断,对图像进行轮廓的素描。
资源描述 采用了边缘检测法先检测出绘图图像的边缘,再hough直线拟合,拟合出图中的直线。由于这样查找到的直线非常多,所以先筛选掉角度明显有误的直线,在剩下的直线中保留最长的一
本程序主要实现对图像的分割,主要方法有并行边界分割,串行边界分割,并行区域分割,串行区域分割,并实现了Canny算子-The main achievement of this pr
图像处理的程序。是课程设计。希望大家多多指教。-Image processing procedures. Curriculum design. Hope that the exhi
中科院自动化研究所关于图像边缘检测的课件,介绍了几种主要方法以及粒子滤波的介绍,希望对大家有帮助-Chinese Academy of Sciences Institute of
openCV在visual studio2005下的canny检测-openCV in visual studio2005 under the canny detection
资源描述使用opencv库实现图像的边缘检测,在vs2013+opencv2.4.10中完美使用,只需要把代码中读入的图片换为自己的路径就可以了
8方向Prewitte算子提取图象边缘的VC实现-8 Prewitte Operator direction from the edge of the image VC