Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • OpenCVBorderDetect.rar 本程序是基于OpenCV进行的图像边缘检测,canny,sobel,laplace等算法的应用
  • edge.rar 用MATLAB实现的边缘提取函数,实现了sobel算子、canny算子,Robert算子、prewitt算子、marr算子
  • EdgeDetection.rar 分别用Roberts、Prewitt、Sobel、Marr、Canny算子进行图像的边缘检测
  • sobel1.rar sobel算子对图像在垂直和平行两种处理
  • Image.rar 遥感图像的打开处理程序,能够打开单波段,多波段图像,几何图像变换,线性拉伸变换,平滑 处理包括并行和串行,锐化处理包括梯度锐化、Roberts锐化、laplace锐化、sobel锐化等,还 有用绝对距离和马氏距离算法进行的监督分类算法等,包括了RAW格式数据资源
  • edgecontour.rar 通过sobel算子对图像进行边缘提取的模板,非常有用
  • Linedetection.zip This is the implementation of Sobel to Delphi and shows the easy way to detect lines of objects
  • data.rar Smooth Linear filter Median filter Laplacian Unsharp masking Sobel filter
  • edgeDetection.rar 本程序实现边缘检测,并可通过设置阀值t二值化输出图像,选择类型设置检测算子(Roberts , sobel , sobel_diagonal ,sobel算子, Prewit ,canny , LoG )。
  • bianyuan.rar 个人的经典收藏图像处理的边缘检测算法里面有roberts,sobel,拉普拉斯,prewitt,robinson,kirsch,smoothed等几种算法