搜索资源列表
image-denoising
- 基于FPGA的图像降噪处理,用vhdl实现,对校验噪声有良好的效果。顶层文件是sram_1024_top.vhd,综合连线文件在DIME文件夹中,与FPGA通信的文件在C文件夹-FPGA based image denoising by vhdl, works well when dealing with salt and pepper noise,top level is sram_1024_top.vhd
Median-Filtering-Alogrithm-on-FPGA
- 在该算法的FPGA实现过程中,充分利用FPGA硬件的并行性,并且采用流水线技术,提高了图像滤波的处理速度。FPGA硬件实现的结果表明,该算法与传统的快速滤波算法相比,不仅能够满足图像处理的实时性要求,而且还能在滤除图像椒盐噪声的同时,避免滤波后图像变得模糊的缺陷,达到了保护原始图像细节的目的。-In the implemention of this algorithm on FPGA,we can make full use of the property of hardware paralle