搜索资源列表
Edge-detection
- 多个边缘检测sobel算子的verilog程序模块。-Multiple edge detection sobel operator verilog program modules
sobel
- verilog sobel FPGA edge detection-Adopted verilog language realizes sobel edge detection in image processing algorithm
sobel-with-verilog-language
- 用verilog实现sobel边缘检测算法-sobel edge detection with verilog language
MDL_SLX
- sobel edge detection using verilog code
edge-detection1
- 基于FPGA开发环境,根据Sobel model算法,关于边缘检测的verilog代码。-the code of edge detection based on verilog.
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