搜索资源列表
sobel
- 图像处理中得sobel算法,很经典,大家可以下来看看,
sobel+hough
- 该源代码首先使用sobel算法对图像进行边缘提取,后利用hough变换提取圆形。
sobel边缘检测
- sobel边缘检测算法,采用全方向的边缘检测矩阵
图像边缘检测sobel算法
- 图像边缘检测sobel算法
ADSP BF561 soble算法处理图像及显示
- 采用ADSP BF561采集P制式图像,经过sobel算法处理下半幅图像后输出处理完成后的图像,达到实时
sobel算子边缘检测算法
- 用sobel算法 进行8位位图的边缘检测
Sobel.rar
- 这是一个用VHDL实现SOBEL算子进行图像边缘算法的实现,This is a realization by VHDL Sobel edge operator algorithm
fdfdf
- 用C++语言实现的SOBEL算法,简单易用。-using the C language SOBEL algorithm, easy to use.
sobel
- matlab sobel , 对图像文件进行去噪声处理的算法-matlab sobel, document image processing algorithms to noise
Sobel
- 非常好用的算法 里面的例子编译后可以直接使用 他的效果很明显-Algorithm is very useful examples of which can be directly compiled to use his obvious effect
sobel
- 这些都是关于sobel算法的一些文章,比较先进,希望能为图像处理的朋友带来方便。电路处理方面的。-These are the sobel algorithm on a number of articles, more advanced image processing is hoped that the convenience of friends.
sobel
- sobel算法的实现,很好的,大家可以看看,C++的开发环境-sobel suan fa de shixian fangfa ,hen hao de,da jia ke yi kan kan
Sobel
- 数字图案象处理, Sobel算法,对256x256的黑白图像进行处理。-Digital Image Processing, Sobel algorithm, deal with 256x256 black white image.
sobel
- Sobel 算法 本程序实现了Sobel算法,利用Sobel算法可以实现图像的边缘提取-Sobel algorithm implements the procedure Sobel algorithm, using Sobel algorithm for image edge detection
Sobel
- 用SOBEL算法处理bmp等图片文件,属于图形图像处理-Bmp and so on with SOBEL algorithm processing image files, are graphic image processing
SobelTest
- opencv Sobel 算法处理 演示(图片显示处理结果)-Opencv Sobel algorithm demo (pictures showed handling results)
sobel
- sobel算子程序,一种经典的边缘检测算法。一个是检测水平边沿的 ;另一个是检测垂直平边沿的 。Sobel算子对于象素的位置的影响做了加权,因此效果更好。 -sobel operator subroutine, a classical edge detection algorithm. One is the edge detection level the other is to detect vertical flat edge. Sobel operator for pixel posit
sobel
- sobel算子的vhdl实现,顶层用verilog(vhdl implement on sobel)
sobel
- 由Verilog编写在FPGA实现sobel算法应用于图像边缘检测,工程文件可在quartus13.1以上版本打开;工程使用到ram、fifo、pll三种ip核,design文件夹下包含ram、fifo、vga控制以及串口收发和sobel算法模块,sim和doc文件夹下分别包含modelsim的仿真模块和仿真结果;测试时将200*200分辨率的图片用matlab文件夹下的matlab脚本压缩、二值化,再将生成文件中数据用串口发给FPGA,边缘检测结果会通过VGA输出。(Written by Ve
sobel算法verilog实现
- 使用sobel算法完成了在FPGA平台上对图像的边缘化处理,并且可以将边缘处理的结果通过引脚输出,通过vga接口显示在电脑显示器上。