搜索资源列表
-
0下载:
这是本人自己编写的可用于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
-
-
0下载:
图像处理中边缘检测的VHDL源代码,所用的算法是garbor变换-Image processing edge detection of VHDL source code, the algorithms used are garbor transform
-
-
1下载:
Abstract—This paper proposes a new technique for face detection
and lip feature extraction. A real-time field-programmable
gate array (FPGA) implementation of the two proposed techniques
is also presented. Face detection is based on a naive Bay
-
-
0下载:
verilog sobel FPGA edge detection-Adopted verilog language realizes sobel edge detection in image processing algorithm
-
-
0下载:
数值图像处理:中值滤波设计,3*3方形窗,边缘检测的设计代码-Numerical image processing: the median filter design, the design code of 3* 3 square window, edge detection
-
-
0下载:
基于SystemGenerator的图像边缘检测,分别有三种检测模式Sobel,Laplace以及Gauss—Laplace算子方式。成功在XilinxFPGA上验证,附带网表。-Three detection modes Sobel, Laplace and Gauss-Laplace operator image edge detection based on SystemGenerator. Success in XilinxFPGA verify with netlist.
-
-
1下载:
sobel边缘检测,用于图像处理。实现了该算法在FPGA上的实现代码。-Sobel edge detection for image processing.Implementation of the algorithm to achieve the FPGA code.
-
-
0下载:
FPGA code for Image Edge Detection
-
-
0下载:
基于VHDL图像边缘检测,可在在仿真波形上看出其边界值(Based on VHDL image edge detection, the boundary value can be seen on the simulation waveform)
-
-
0下载:
通过纯HDL逻辑实现,对ov7725摄像头进行图像采集,存储,处理,包括中值滤波,边缘检测等经典图像算法实现(Through the realization of pure HDL logic, image acquisition, storage and processing of ov7725 camera, including median filtering, edge detection and other classic image algorithms.)
-
-
1下载:
由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
-