Welcome![Sign In][Sign Up]
Location:
Search - sobel算法

Search list

[Graph programsobel

Description: 图像处理中得sobel算法,很经典,大家可以下来看看,
Platform: | Size: 3813 | Author: zhou | Hits:

[Special Effectssobel+hough

Description: 该源代码首先使用sobel算法对图像进行边缘提取,后利用hough变换提取圆形。
Platform: | Size: 40695 | Author: blueroger | Hits:

[Special Effectssobel边缘检测

Description:

sobel边缘检测算法,采用全方向的边缘检测矩阵


Platform: | Size: 667 | Author: thinkwell12 | Hits:

[GDI-Bitmap图像边缘检测sobel算法

Description: 图像边缘检测sobel算法
Platform: | Size: 1175233 | Author: _CEO_Bitch | Hits:

[DSP programADSP BF561 soble算法处理图像及显示

Description: 采用ADSP BF561采集P制式图像,经过sobel算法处理下半幅图像后输出处理完成后的图像,达到实时
Platform: | Size: 369362 | Author: sectect | Hits:

[SourceCodesobel算子边缘检测算法

Description: 用sobel算法 进行8位位图的边缘检测
Platform: | Size: 214240 | Author: zy_8816@163.com | Hits:

[Graph programsobel

Description: sobel 图像算子算法-image segmentation algorithm Operator
Platform: | Size: 81920 | Author: 梁亮 | Hits:

[Graph programSobel-Kirsch

Description: Sobel和Kirsch的边缘检测算法-Sobel Edge Detection Algorithm
Platform: | Size: 566272 | Author: 陈琦 | Hits:

[Special EffectsHistDemoA_Sobel

Description: 图象分割类的 sobel算法 可以分割彩色图象 (转换成灰度的)-kind of image segmentation algorithm can be divided pixel color images (conversion to gray)
Platform: | Size: 1650688 | Author: bob | Hits:

[Special EffectsproceIV

Description: 图象二直化 ,SOBEL 算法 ....BORLAND C + + BUILDER 编写,非常有趣的程序-images of two straight, SOBEL algorithm .... BORLAND C BUILDER preparation, very interesting process
Platform: | Size: 722944 | Author: ll | Hits:

[Special Effectsfdfdf

Description: 用C++语言实现的SOBEL算法,简单易用。-using the C language SOBEL algorithm, easy to use.
Platform: | Size: 1024 | Author: 计算机 | Hits:

[VHDL-FPGA-Verilogsobel

Description: 这是本人自己编写的可用于256*256大小的图像进行sobel边缘检测的vhd文件,可在QuartusII或MaxplisII下综合和仿真,并在FPGA上测试过。可以进行修改支持其他大小图像的sobel边缘检测,同时还可以实现其它的图像模块化处理算法,例如高斯滤波,平滑等。-this is my own preparation for the 256* 256 size of the image segmentation Edge Detection vhd document in the next QuartusII or MaxplisII integrated and simulation, and the FPGA tested. Can be adapted to support other size image segmentation edge detection, It can also achieve other modular image processing algorithms, such as Gaussian filtering, smoothing and so on.
Platform: | Size: 3072 | Author: 刘洋 | Hits:

[Graph programsobel

Description: 图像处理中得sobel算法,很经典,大家可以下来看看,-Image processing in a sobel algorithm, very classic, we can look down,
Platform: | Size: 3072 | Author: zhou | Hits:

[Special EffectsEdgeDetect_matlabcode

Description: 读入图像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 results of the image saved as out_im.jpg.
Platform: | Size: 21504 | Author: Ashtray | Hits:

[Special Effectssobeledge

Description: 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 the edge the other is the detection of vertical edges of the ping. Able to test and modify the parameters of the algorithm in order to get the best value.
Platform: | Size: 2048 | Author: rex2042 | Hits:

[Graph programFunCarlP

Description: 基于sobel算法的汽车牌照定位 本算法用matlab实现-Sobel algorithm based on the vehicle license positioning realize this algorithm by matlab
Platform: | Size: 129024 | Author: 王强 | Hits:

[File Formatsobel

Description: 这些都是关于sobel算法的一些文章,比较先进,希望能为图像处理的朋友带来方便。电路处理方面的。-These are the sobel algorithm on a number of articles, more advanced image processing is hoped that the convenience of friends.
Platform: | Size: 2766848 | Author: | Hits:

[Windows Developsobel

Description: Sobel 算法 本程序实现了Sobel算法,利用Sobel算法可以实现图像的边缘提取-Sobel algorithm implements the procedure Sobel algorithm, using Sobel algorithm for image edge detection
Platform: | Size: 1024 | Author: sqqs | Hits:

[Graph programsobel

Description: sobel算子的vhdl实现,顶层用verilog(vhdl implement on sobel)
Platform: | Size: 8192 | Author: 西风吹牛 | Hits:

[VHDL-FPGA-Verilogsobel

Description: 由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 Verilog in the FPGA implementation sobel algorithm applied to the edge detection of the image, the project file can be opened in the quartus13.1 or later project use ram, fifo, pll three ip kernel, design folder contains ram, fifo, vga control and Serial port transceiver and sobel algorithm module, sim and doc folder, respectively, include modelsim simulation module and simulation results test will be 200* 200 resolution picture matlab folder under the matlab script compression, binarization, and then generated Data in the file with the serial port to the FPGA, edge detection results will be output through the VGA.)
Platform: | Size: 10222592 | Author: 丶大娱乐家 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 17 »

CodeBus www.codebus.net