搜索资源列表
EdgeCounterSobel
- 基于ti dsp图象处理专用芯片dm642上的sobel边缘检测算法,通过仿真器调试成功,保证能用-ti dsp-based image processing ASIC dm642 the pixel edge detection algorithm simulation to debug the success of guarantee can use
SEEDVPM642_sobel_3
- 基于VPM642开发板的sobel边缘检测程序,经过存储优化。-VPM642 development board based on the segmentation edge detection procedure, through optimizing storage.
sobel
- 这是本人自己编写的可用于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 n
CCS
- 这个是基于在CCS开发环境下,用DM642-B-ICETEK-5100USB仿真器,实现的sobel边缘检测算法的程序。
SobelEdge_all
- DM643sobel边缘检测程序,包括视频采集、sobel边缘检测、视频输出。采用最新版DSP/BIOS,开发环境为CCS3.3。
SEED401_SobelEdge_part
- CCS环境下图像的边缘检测 Sobel边缘检测算子-CCS environment Image Edge Detection Sobel Edge Detection Operator
edge
- 图像处理中边缘检测的VHDL源代码,所用的算法是garbor变换-Image processing edge detection of VHDL source code, the algorithms used are garbor transform
sobel
- 使用ADSP-21535实现图像边缘检测 算法的Sobel算子的汇编代码-Using the ADSP-21535 to achieve the Sobel edge detection algorithm is operator of the assembly code
IP401_SobelEdge
- 这是一个基于DM642的嵌入式开发系统的SOBEL边缘检测实验代码-This is a DM642-based embedded development system SOBEL edge detection test code
Sobel
- Sobel,边缘检测,DSP优化,工业智能相机开发-Sobel, edge detection, DSP optimization, industrial smart camera development
sobel
- 多级流水线8位sobel图像处理边缘检测程序-sobel edge detection
DM642_SobelEdge
- TI DSP DM642下对图像做Sobel边缘检测的使用实例,有很强的参考价值 -TI s DSP the DM642 image example of the use of the Sobel edge detection, there is a strong reference value
IP401_SobelEdge
- DM642开发平台的SOBEL边缘检测程序例子,程序可以直接使用.-DM642 development platform SOBEL edge detection program example, the program can be used directly.
Sobel
- Sobel算子边缘检测,在CCS中队图像进行边缘检测,适于6713-Sobel operator edge detection
obelEdge
- dm642采集连续图像 并进行sobel边缘检测 显示图像-dm642 continuous image acquisition and display an image for sobel edge detection
DSP-sobel
- DM6446dsp上sobel边缘检测程序-DM6446dsp sobel edge detection on the program
CANNY
- 对特定图片进行canny边缘检测。首先是高斯模糊,然后sobel算子处理,再局部极大值确定,最后阈值判断。(Canny edge detection for a particular picture. The first is the Gauss fuzzy, and then the Sobel operator is processed, and then the local maximum is determined, and finally the threshold is judged
soble
- 基于FPGA的Sobel边缘检测算法的实现与仿真。此程序提供算法的verliog实现。(Implementation and Simulation of Sobel edge detection algorithm based on FPGA. This program provides the verliog implementation of the algorithm.)
SOBEL
- 基于VHDL图像边缘检测,可在在仿真波形上看出其边界值(Based on VHDL image edge detection, the boundary value can be seen on the simulation waveform)
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