Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

histogram computations

Status
Not open for further replies.

yupina-chan

Member level 2
Member level 2
Joined
Nov 27, 2013
Messages
51
Helped
1
Reputation
2
Reaction score
1
Trophy points
8
Visit site
Activity points
397
hi. i need to get the histogram of an image and after which, i will perform histogram matching for detection. how can i compute for histogram in fpga? any references or sample computations for this? thanks in advance
 

You need a memory to store the histogram data. Then you simply do a read, +1 and write back into the appropriate bin.
 

what conditions am i going to look for in the image pixels to determine into which bin they are?
 

Usually you just do it on image intensity. So for a standard black and white image, you need 256 bins (256 grey levels). You may struggle with full colour (24bit) images, as that requires a large amount of memory. You're only usually interested in intensity anyway.

What is the system supposed to do?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top