搜索资源列表
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
Sobel.rar
- 这是一个用VHDL实现SOBEL算子进行图像边缘算法的实现,This is a realization by VHDL Sobel edge operator algorithm
SEED401_SobelEdge_part
- CCS环境下图像的边缘检测 Sobel边缘检测算子-CCS environment Image Edge Detection Sobel Edge Detection Operator
sobel_fast
- BF561 Sobel Edge Detection
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
sobel
- verilog sobel FPGA edge detection-Adopted verilog language realizes sobel edge detection in image processing algorithm
IP401_SobelEdge
- 这是一个基于DM642的嵌入式开发系统的SOBEL边缘检测实验代码-This is a DM642-based embedded development system SOBEL edge detection test code
SobelEdgeOnDsp
- 在DSP平台上的索贝尔边缘检测,具有一定的参考价值-In the DSP platform Sobel edge detection, with some reference value
EDGELAP
- Based on this one-dimensional analysis, the theory can be carried over to two-dimensions as long as there is an accurate approximation to calculate the derivative of a two-dimensional image. The Sobel operator performs a 2-D spatial gradient measurem
sobel_verilog
- Based on this one-dimensional analysis, the theory can be carried over to two-dimensions as long as there is an accurate approximation to calculate the derivative of a two-dimensional image. The Sobel operator performs a 2-D spatial gradient measurem
Sobel
- Sobel,边缘检测,DSP优化,工业智能相机开发-Sobel, edge detection, DSP optimization, industrial smart camera development
sobel
- 多级流水线8位sobel图像处理边缘检测程序-sobel edge detection
IMG_processing_SOBEL
- video processing in DM6437: sobel edge detection using IMGLIB Texas Instruments library. Spits the ouput video singal: in left side there is video analog input from camera, and the right side this video with edge detection. Also is used OSD for blend
SobelEdge_all
- 图像边缘检测(Sobel边缘算子),基于TMS320DM643平台,采用RF5框架,3个任务模块-The image edge detection (Sobel edge operator), based on TMS320DM643 platform, the RF5 framework, three task modules
vhdl-program
- sobel edge detection using vhdl
DSP-sobel
- DM6446dsp上sobel边缘检测程序-DM6446dsp sobel edge detection on the program
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
