Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • Edge_detect.rar a C implementation to do image processing, the function is use sobel to do edge detection, a good lib file been provided, and it has a lot of useful functions related to image processing
  • edgematlab.rar 边缘检测,sobel,canny,Roberts,等算子边缘检测matlab代码
  • thistogram.rar 实现图像的边缘提取,包括Robert算子,Sobel算子,Prewitt算子在内三种方法。
  • 6.rar 编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。 Sobel算子和拉普拉斯算子进行锐化,并比较结果。
  • sobeledge.zip SOBEL EDGE DETECTION for image segmentation
  • Sobel.rar 实用的vc++实现的soble边缘检测算子程序
  • Edge-detection.rar 多个边缘检测sobel算子的verilog程序模块。
  • Image-Edge-Detection.rar 提出一种在噪声条件下将中值滤波与Sobel、Canny算子相结合进行图像边缘检测的方法。首先,采用中值滤波对图像进 行平滑处理,再利用Sobel、Canny算子检测图像边缘。仿真实验表明。该方法对图像边缘检测精度较高,抗噪声性能强,可 提高图像边缘检测效果。
  • sobel_bilinear-interpolation.rar SOBEL以及bilinear interpolation的源碼支援,可以在使用的程式上加入即可使用該功能。
  • Hw3.rar 使用vs08编写的一个基于mfc的图像处理程序,功能包括 1.通过拉普拉斯边缘检测算子提取图像边缘 2.通过罗伯特交叉边缘检测算子提取图像边缘 3.通过Sobel边缘检测算子提取图像边缘