Go Back   Velocity Reviews > Newsgroups > VHDL
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

VHDL - Implementation of parallel 2D median filtering

 
Thread Tools Search this Thread
Old 12-02-2003, 10:43 AM   #1
Default Implementation of parallel 2D median filtering


Hi!

I'm working on implementing an image co-processor in hardware, and I
wonder if anyone here knows where to look for a hardware
implementation of the median filter algorithm.

I work with 3x3 and 5x5 filter kernels, on 8 bit unsigned (gray)
images. The problem is that I'm always working with four pixels in
parallel (four sequential pixels in the image) and that I always read
out four sequential pixels from the memory.

I found something at google groups that looks like what's follow, but
I don't know how to read out any information from this. Where can I
find the publication mentioned below?


*From: Mr W E Denton (AD) <>
For a fast histogram based median filter try:

@ARTICLE{huang79,
author = {Thomas S. Huang and George J. Yang and Gregory Y. Tang},
title = {A Fast Two-Dimensional Median Filtering Algorithm},
year = 1979,
journal = assp,
volume = 27,
pages = {13-18},
abstract = {We present a fast algorithm for two-dimensional median
filtering. It is based on storing and updating the gray
level
histogram of the picture elements in the window. The
algorithm
is much faster than conventional sorting methods. For a
window
size of m x n, the computer time required is o(n).},
number = 1,
month = feb
}
@STRING{assp = "IEEE Trans. on Acoustics, Speech, and Signal
Processing"}

* From: Roger Koenker <>
You might look at the following paper:

%AUTHOR = Rousseeuw, Peter J.
%AUTHOR = Bassett, Gilbert W., Jr
%TITLE = The remedian: A robust averaging method for large data
sets
%JOURNAL = Journal of the American Statistical Association
%VOLUME = 85
%PAGES = 97-104
%YEAR = 1990
%KEYWORDS = Recursive estimation


best regards,
Andreas Lundgren

(PS. I will also post this message at comp.lang.verilog and sci.image.processing)


Andreas
  Reply With Quote
Old 12-02-2003, 11:19 AM   #2
Tuukka Toivonen
 
Posts: n/a
Default Re: Implementation of parallel 2D median filtering
In article <>, Andreas wrote:
> @STRING{assp = "IEEE Trans. on Acoustics, Speech, and Signal
> Processing"}


Many IEEE publications are available at
http://ieeexplore.ieee.org/Xplore/DynWel.jsp
But you must have account there which is expensive
(some universities etc. might have account for all
personnel including students).

Otherwise, go to university library, either they have
it or can order (may cost again).


Tuukka Toivonen
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Network Security - Content Filtering HELP!!! SNZLuffy Hardware 0 10-10-2007 09:35 AM
SafeSquid: Content Filtering Internet Proxy - free 20 user edition released Sachinpurohit Software 0 06-23-2007 04:34 PM
Altera Soft Core parallel tasking? Possible bbiandov Hardware 0 12-02-2006 06:00 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46