Paper
22 March 2019 Fast median filter with various kernel sizes
Kouki Horiuchi, Wenbo Jiang, Shuichi Yamagishi, Xiaohua Zhang
Author Affiliations +
Proceedings Volume 11049, International Workshop on Advanced Image Technology (IWAIT) 2019; 1104903 (2019) https://doi.org/10.1117/12.2517912
Event: 2019 Joint International Workshop on Advanced Image Technology (IWAIT) and International Forum on Medical Imaging in Asia (IFMIA), 2019, Singapore, Singapore
Abstract
As a well known filter in the category of order statistic filters, median filter has been widely employed in the fields of image processing, computer graphics and computer vision etc. This paper proposes an approach for implementing the median filter with varying kernel sizes at each different pixels. The proposed algorithm consists of two kinds of histograms. One is column histograms for all columns, the other is a kernel histogram for kernel window. The column histograms are updated according to the scales when moving to the next row, while the kernel histogram is updated using column histograms when moving to the next pixel. Since the kernel sizes are varying at each pixel, the updating of column and kernel histograms uses operations of addition and subtraction depending on the scales. Compared with the brute-force implementation, the experiments show that the proposed algorithm is very fast and effective.
© (2019) COPYRIGHT Society of Photo-Optical Instrumentation Engineers (SPIE). Downloading of the abstract is permitted for personal use only.
Kouki Horiuchi, Wenbo Jiang, Shuichi Yamagishi, and Xiaohua Zhang "Fast median filter with various kernel sizes", Proc. SPIE 11049, International Workshop on Advanced Image Technology (IWAIT) 2019, 1104903 (22 March 2019); https://doi.org/10.1117/12.2517912
Advertisement
Advertisement
RIGHTS & PERMISSIONS
Get copyright permission  Get copyright permission on Copyright Marketplace
KEYWORDS
Digital filtering

Image filtering

Nonlinear filtering

Gaussian filters

Image processing

Computer graphics

Back to Top