Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • Edge-Detection.rar vc++实现六种图像边缘检测算法对比。包括:kirsch,Laplacian,LOG,Prewitt,Robert,Sobel.
  • SobelTest.rar opencv Sobel 算法处理 演示(图片显示处理结果)
  • EDGELAP.zip ... approximation to calculate the derivative of a two-dimensional image. The Sobel operator performs a 2-D spatial gradient measurement on an ... magnitude at each point in an input grayscale image. The Sobel edge detector uses a pair of 3x3 convolution masks, ...
  • sobel_verilog.zip ... approximation to calculate the derivative of a two-dimensional image. The Sobel operator performs a 2-D spatial gradient measurement on an ... magnitude at each point in an input grayscale image. The Sobel edge detector uses a pair of 3x3 convolution masks, ...
  • cvThreshold_cvCanny.rar ... 像 threshold1 第一個閾值 threshold2 第二個閾值 aperture_size Sobel 運算元內核大小 (見 cvSobel).
  • ruihua.rar 图像的几种锐化处理,包括sobel算子,roberts梯度法和laplace算子锐化。并且将四种图像放在一起形成对比。
  • EdgeDetection.rar 利用MFC实现了一个边缘检测算法,本程序实现了Sobel边缘检测。
  • computer--vision.rar 主要是计算机专业研究生,图像处理方向的课程作业,实现图像处理,比如说用到的sobel算子,拉普拉斯算子的实现!
  • ImageTest5.rar Visual C/C++图形图像与游戏编程典型实例解析---图像边缘检测 涵盖内容: 1>Roberts算子 2>Prewitt算子 3>Sobel算子 4>Laplacian算子 由于本程序使用了VFW组件,所以在Project--Setting中--Object/libray modules中添加vfw32.lib。 实验环境: Win+VC6.0
  • vbedgeti.rar 实现彩图的Roberts、Prewitte、Sobel等边缘提取源代码,经测试可用.