搜索资源列表
sobel
- 图像处理中得sobel算法,很经典,大家可以下来看看,
sobel+hough
- 该源代码首先使用sobel算法对图像进行边缘提取,后利用hough变换提取圆形。
sobel边缘检测
sobel边缘检测算法,采用全方向的边缘检测矩阵
图像边缘检测sobel算法
- 图像边缘检测sobel算法
ADSP BF561 soble算法处理图像及显示
- 采用ADSP BF561采集P制式图像,经过sobel算法处理下半幅图像后输出处理完成后的图像,达到实时
sobel算子边缘检测算法
- 用sobel算法 进行8位位图的边缘检测
sobel
- sobel 图像算子算法-image segmentation algorithm Operator
Sobel-Kirsch
- Sobel和Kirsch的边缘检测算法-Sobel Edge Detection Algorithm
HistDemoA_Sobel
- 图象分割类的 sobel算法 可以分割彩色图象 (转换成灰度的)-kind of image segmentation algorithm can be divided pixel color images (conversion to gray)
proceIV
- 图象二直化 ,SOBEL 算法 ....BORLAND C + + BUILDER 编写,非常有趣的程序-images of two straight, SOBEL algorithm .... BORLAND C BUILDER preparation, very interesting process
fdfdf
- 用C++语言实现的SOBEL算法,简单易用。-using the C language SOBEL algorithm, easy to use.
sobel
- 这是本人自己编写的可用于256*256大小的图像进行sobel边缘检测的vhd文件,可在QuartusII或MaxplisII下综合和仿真,并在FPGA上测试过。可以进行修改支持其他大小图像的sobel边缘检测,同时还可以实现其它的图像模块化处理算法,例如高斯滤波,平滑等。-this is my own preparation for the 256* 256 size of the image segmentation Edge De
sobel
- 图像处理中得sobel算法,很经典,大家可以下来看看,-Image processing in a sobel algorithm, very classic, we can look down,
EdgeDetect_matlabcode
- 读入图像TestImage1.jpg,并转换为灰度图像gray_im;使用Sobel算法对灰度图像gray_im进行边缘检测;结果图像保存为out_im.jpg。-Read into the image TestImage1.jpg, and converted to gray image gray_im using Sobel algorithm for gray image gray_im edge detection the
sobeledge
- sobel算法的源码,应用2个3x3的掩模中心像素(mask)检测图像的边缘。一个是检测水平边沿的 ;另一个是检测垂直平边沿的。可以自己测试和修改参数,从而得到最佳的算法值。-sobel algorithm source code, the application of two 3x3 pixel mask center (mask) image edge detection. One is the detection level of
FunCarlP
- 基于sobel算法的汽车牌照定位 本算法用matlab实现-Sobel algorithm based on the vehicle license positioning realize this algorithm by matlab
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 算法 本程序实现了Sobel算法,利用Sobel算法可以实现图像的边缘提取-Sobel algorithm implements the procedure Sobel algorithm, using Sobel algorithm for image edge detection
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