搜索资源列表
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
- SOBEL FILTER IN VHDL
sobel_filter
- implementation of SOBEL filter using FPGA board RC200 in handle-c
sobel
- verilog sobel FPGA edge detection-Adopted verilog language realizes sobel edge detection in image processing algorithm
DE2_CCD_sobel
- verilog编写的适用于fpga的3x3模板sobel滤波-verilog fpga prepared for the 3x3 template sobel filter
Grayscale-Conversion-IP
- Sobel Edge Detection IP for FPGA using LABVIEW
tsobbellh
- 这是我本人自己开发的可用于256*256大小的图像进行sobel边缘检测的vhd文件,可在QuartusII或MaxplisII下综合与与仿真,并在FPGA上测试过。能进行修改支持其他大小图像的sobeel边缘检测,同时还能实现其它的图像模块化处理算法,例如高斯滤波,平滑等。 -This is my own development vhd file, can be used for 256* 256 size image sobel edge detection under QuartusI
sobel2
- 新的sobel算子的FPGA实现。使用verilog语言,并调试通过~-The sobel operator new FPGA implementation. Verilog language, and debugging through to
VHDLproject-by-Qian-Yu
- 创建一个实时的视频处理器采用了FPGA技术的系统设计与VHDL。在这个项目中,我们实现滑动窗口滤波器,Sobel算子,一系列传感器和数字显示器VGA模块。-create a real-time video processor using FPGA technology in the course System Design with VHDL. In the project we implement modules for sliding window, sobel lter, a ran
sobel
- 在FPGA中,采用verilog HDL语言实现图像处理算法sobel,仿真实验通过-In the FPGA using verilog HDL language image processing algorithms sobel, simulation experiment
sobel
- 这是一个基于sobel算子的FPGA实现的解决方案-Implementation of FPGA based on Sobel operator
sobel
- 基于FPGA的sobel滤波。使用vivado 2014.2实现的YUV图像的sobel滤波。-Sobel filter based on FPGA. YUV image Sobel filtering using vivado to achieve the 2014.2.
sobel_edge_detect
- sobel边缘检测,用于图像处理。实现了该算法在FPGA上的实现代码。-Sobel edge detection for image processing.Implementation of the algorithm to achieve the FPGA code.
edge-detection1
- 基于FPGA开发环境,根据Sobel model算法,关于边缘检测的verilog代码。-the code of edge detection based on verilog.
soble
- 基于FPGA的Sobel边缘检测算法的实现与仿真。此程序提供算法的verliog实现。(Implementation and Simulation of Sobel edge detection algorithm based on FPGA. This program provides the verliog implementation of the algorithm.)
DE2_70_D5M_LTM_sobel
- SOBEL TO DETECT IMAGE EDGE
ece5760-final-cwf38-mao65-as889
- BALL GAME + EDGE DETECTION FOR FPGA
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
CNN-FPGA-master
- 用FPGA实现CNN算法,实现CNN加速(Realization of CNN Algorithms with FPGA)
sobel算法verilog实现
- 使用sobel算法完成了在FPGA平台上对图像的边缘化处理,并且可以将边缘处理的结果通过引脚输出,通过vga接口显示在电脑显示器上。