Paper: | WA-P2.11 |
Session: | Image and Video Filtering II |
Time: | Wednesday, September 19, 09:50 - 12:30 |
Presentation: |
Poster
|
Title: |
FAST 8-BIT MEDIAN FILTERING BASED ON SEPARABILITY |
Authors: |
David Cline; Brigham Young University | | |
| Kenric White; Brigham Young University | | |
| Parris Egbert; Brigham Young University | | |
Abstract: |
We present a fast 8-bit median filter implementation based on a separability argument. Our strategy is to start with a naive separable implementation of the median filter which displays O(1) time complexity per pixel, and then optimize this implementation to reduce the time constant. The optimizations that we employ include (a) lowering the histogram memory requirements by using unsigned shorts or bytes as histogram elements, (b) consolidating operations by performing multiple short additions with a single integer addition, (c) employing SSE instructions to further speed up the histogram updates, and (d) updating only the part of the histogram that contains the median. We show that by employing these rather straightforward optimizations, we can achieve filter speeds that approach the performance of the fastest proprietary median filters currently in use. |