CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - edge detection fpga
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - edge detection fpga - List
[
Other resource
]
sobel
DL : 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 next QuartusII or MaxplisII integrated and simulation, and the FPGA tested. Can be adapted to support other size image segmentation edge detection, It can also achieve other modular image processing algorithms, such as Gaussian filtering, smoothing and so on.
Update
: 2008-10-13
Size
: 3.06kb
Publisher
:
刘洋
[
Communication
]
曼彻斯特码
DL : 0
今天看了一下从fpga上下的曼彻斯特编解码的程序,感觉不是很清楚,仿真了一下,更迷茫了,大家看看为啥这程序要这么编呢? 程序比较长,不过写的应该还是不错的,看了后应该有收获。 总的思路是这样: 1 通过一个高频的时钟检测wrn信号,如果检测到上升沿,则表明开始编码,将输入的8位数据转为串行,并编码,然后输出。 2 定时信号是从高频时钟16分频后得到的,在wrn上升沿后16分频使能,在编码结束后禁止分频输出。 3 no_bits_sent记录串行输出的位数,应该是从0010到1001输出串行信号,到1010时编码结束,输出tbre表明编码完成。 问题是no_bits_sent在到了1010后还是会继续增加,直到1111,然后clk1x_enable 就为0,无法分频,clk1x就为一直流信号。这样当clk1x_enable再次为1的时候,no_bits_sent也不会增加,在1111上不变,clk1x_enable又会回到0了。 -today they simply watched from across the Manchester encoding and decoding process, not feeling very well, simulation a bit more confused, we look at procedures to be ready this series so? Procedures longer, but should still write good, it should have read harvest. The thinking is this : one by a high-frequency clock signal detection international, if detected rising edge, it indicates the beginning of coding will be entered into the eight to serial data and coding, and then output. Two timing signals from the high-frequency clock frequency 16 hours after the the international rising edge after 16 minutes frequency to enable the coding after the end of Prohibition-frequency output. 3 no_bits_sent record median serial output, it should be from 0010 to 1001 serial output signal to the end of
Update
: 2025-02-17
Size
: 5kb
Publisher
:
游畅
[
VHDL-FPGA-Verilog
]
sobel
DL : 2
这是本人自己编写的可用于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 next QuartusII or MaxplisII integrated and simulation, and the FPGA tested. Can be adapted to support other size image segmentation edge detection, It can also achieve other modular image processing algorithms, such as Gaussian filtering, smoothing and so on.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
刘洋
[
Graph Recognize
]
paper
DL : 0
火灾图像边缘检测和轮廓提取算法研究.pdf 基于火焰图像动态特征的火灾识别算法.pdf-Fire image edge detection and contour extraction algorithm. Pdf flame image based on the dynamic characteristics of the fire recognition algorithms. Pdf
Update
: 2025-02-17
Size
: 771kb
Publisher
:
明明
[
Software Engineering
]
Digital_Filter_implementation_by_FPGA
DL : 0
1.an fpga implementation of the image space reconstruction algorithm for hyperspectral imaging analysis 2. fpga implemention of a median filter 3. fpga implementation of digital filters 4.hardware acceleration of edge detection algorithm on fpgas 5.implementation and evaluation of image processing algorithms on reconfigurable architecture using C-based hardware descriptive languages 6. implementing 2D median filter in fpgas 7.视频图像处理与分析的网络资源
Update
: 2025-02-17
Size
: 1.88mb
Publisher
:
carol
[
VHDL-FPGA-Verilog
]
TIMEFACEDETECTIONANDLIPFEATUREEXTRACTIONUSINGFPGA
DL : 0
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 Bayes classifier that classifies an edge-extracted representation of an image. Using edge representation significantly reduces the model’s size to only 5184 B, which is 2417 times smaller than a comparable statistical modeling technique, while achieving an 86.6 correct detection rate under various lighting conditions. Lip feature extraction uses the contrast around the lip contour to extract the height and width of the mouth, metrics that are useful for speech filtering. The proposed FPGA system occupies only 15 050 logic cells, or about six times less than a current comparable FPGA face detection system.-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 Bayes classifier that classifies an edge-extracted representation of an image. Using edge representation significantly reduces the model’s size to only 5184 B, which is 2417 times smaller than a comparable statistical modeling technique, while achieving an 86.6 correct detection rate under various lighting conditions. Lip feature extraction uses the contrast around the lip contour to extract the height and width of the mouth, metrics that are useful for speech filtering. The proposed FPGA system occupies only 15 050 logic cells, or about six times less than a current comparable FPGA face detection system.
Update
: 2025-02-17
Size
: 27.09mb
Publisher
:
ramanaidu
[
VHDL-FPGA-Verilog
]
sobel
DL : 0
verilog sobel FPGA edge detection-Adopted verilog language realizes sobel edge detection in image processing algorithm
Update
: 2025-02-17
Size
: 10kb
Publisher
:
wkd
[
VHDL-FPGA-Verilog
]
Code_for_MedianFilter33
DL : 0
包含边缘探测的中值滤波FPGA工程,分辨率1024x16-Contains the edge detection filter in the value of the FPGA project
Update
: 2025-02-17
Size
: 53kb
Publisher
:
[
VHDL-FPGA-Verilog
]
orcad_tutor
DL : 0
A CODE FOR EDGE DETECTION IN FPGA
Update
: 2025-02-17
Size
: 1.43mb
Publisher
:
seher
[
VHDL-FPGA-Verilog
]
edge_tech_design
DL : 0
verilog的边沿检测技术,在fpga信号处理中应用相当的大,这也是一门艺术-the the verilog edge detection technology, in fpga signal processing is quite large, and this is an art
Update
: 2025-02-17
Size
: 37kb
Publisher
:
磨国钰
[
VHDL-FPGA-Verilog
]
key_scan
DL : 0
这个是学习FPGA时候自己写的键盘扫描的代码。采用的是边沿检测的方法,并且进行了滤波处理,本人测试仿真成功!-This is when the FPGA write their own learning keyboard scan code. Use is edge detection method, and its filtering processing, I test simulation success!
Update
: 2025-02-17
Size
: 359kb
Publisher
:
xie hao
[
VHDL-FPGA-Verilog
]
Grayscale-Conversion-IP
DL : 0
Sobel Edge Detection IP for FPGA using LABVIEW
Update
: 2025-02-17
Size
: 26kb
Publisher
:
refaat
[
Windows Develop
]
tsobbellh
DL : 0
这是我本人自己开发的可用于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 QuartusII or MaxplisII synthesis and with simulation, and tested on FPGA. Can be modified to support other sobeel size image edge detection, while still achieving other image the modular processing algorithms, such as Gaussian filtering and smoothing.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
兴奋
[
VHDL-FPGA-Verilog
]
edge-detection1
DL : 0
基于FPGA开发环境,根据Sobel model算法,关于边缘检测的verilog代码。-the code of edge detection based on verilog.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
Oscar
[
VHDL-FPGA-Verilog
]
Extras_Edge_Detection
DL : 0
Altera Edge Detection for FPGA
Update
: 2025-02-17
Size
: 1.07mb
Publisher
:
frozeus
[
VHDL-FPGA-Verilog
]
Edge_Detection
DL : 0
FPGA code for Image Edge Detection
Update
: 2025-02-17
Size
: 177kb
Publisher
:
huythuong
[
VHDL-FPGA-Verilog
]
soble
DL : 0
基于FPGA的Sobel边缘检测算法的实现与仿真。此程序提供算法的verliog实现。(Implementation and Simulation of Sobel edge detection algorithm based on FPGA. This program provides the verliog implementation of the algorithm.)
Update
: 2025-02-17
Size
: 5.6mb
Publisher
:
我是陌陌同学
[
VHDL-FPGA-Verilog
]
ece5760-final-cwf38-mao65-as889
DL : 0
BALL GAME + EDGE DETECTION FOR FPGA
Update
: 2025-02-17
Size
: 13.72mb
Publisher
:
chun354
[
Other
]
edge
DL : 0
FPGA实现下降沿边沿检测源代码,包含工程(FPGA implements edge detection source code, including engineering)
Update
: 2025-02-17
Size
: 283kb
Publisher
:
任小刀
[
VHDL-FPGA-Verilog
]
sobel
DL : 0
由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 Verilog in the FPGA implementation sobel algorithm applied to the edge detection of the image, the project file can be opened in the quartus13.1 or later project use ram, fifo, pll three ip kernel, design folder contains ram, fifo, vga control and Serial port transceiver and sobel algorithm module, sim and doc folder, respectively, include modelsim simulation module and simulation results test will be 200* 200 resolution picture matlab folder under the matlab script compression, binarization, and then generated Data in the file with the serial port to the FPGA, edge detection results will be output through the VGA.)
Update
: 2025-02-17
Size
: 9.75mb
Publisher
:
丶大娱乐家
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.