Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • sobel_filter.rar implementation of SOBEL filter using FPGA board RC200 in handle-c
  • main.rar sobel、prewitt、robot、LOG、canny 运行main文件,该程序用以上五种算子对图像进行边缘检测
  • sobel_final.rar sobel edge detection
  • tuxiangchulishiyang.rar 使用edge函数,分别采用‘roberts’‘sobel’‘log’算子,对图像MRIBrain_10.bmp进行锐化,比较各个算子的效果并说明其原因。
  • ImageTest.rar 图像处理系列之5--边缘检测篇 涵盖内容: 1>Roberts算子 2>Prewitt算子 3>Sobel算子 4>Laplacian算子 由于本程序使用了VFW组件,所以在Project--Setting中--Object/libray modules中添加vfw32.lib。 实验环境: Win+VC6.0
  • SobelKirsch.rar 实现了Sobel边缘检测和Kirsch边缘检测方法。
  • projectmainDF.rar program for bitmap withc sobel algoritm and algoritm dijkstra . easy implementation,program for bitmap withc sobel algoritm and algoritm dijkstra . easy implementation,
  • ImageProgram.rar Matlab编程,可用于对二维图像进行处理,得到相应的轮廓图、Sobel边界图、柱状图等,可以进行灰度调整
  • CannyEdgeDetector.rar canny edge detector is the best edge detection in the image processing field.in the first guassian blur in the image and then use sobel filter to get magnitude image
  • CannyEdgeDetection.rar vs2005下用opencv写的sobel,canny,prewitt边缘检测程序。