Robust Window Operators
Abstract
It is a common practice in computer vision and image processing to convolve rectangular constant coefficient windows with digital images to perform local smoothing and derivative estimation for edge detection and other purposes. If all data points in each image window belong to the same statistical population, this practice is reasonable and fast. But, as is well known, constant coefficient window operators produce incorrect results if more than one statistical population is present within a window, for example, if a gray-level or gradient discontinuity is present. This paper shows one way to apply the theory of robust statistics to the data smoothing and derivative estimation problem. A robust window operator is demonstrated that preserves gray-level and gradient discontinuities in digital images as it smooths and estimates derivatives.
Cite
Text
Besl et al. "Robust Window Operators." IEEE/CVF International Conference on Computer Vision, 1988. doi:10.1109/CCV.1988.590039Markdown
[Besl et al. "Robust Window Operators." IEEE/CVF International Conference on Computer Vision, 1988.](https://mlanthology.org/iccv/1988/besl1988iccv-robust/) doi:10.1109/CCV.1988.590039BibTeX
@inproceedings{besl1988iccv-robust,
title = {{Robust Window Operators}},
author = {Besl, Paul J. and Birch, Jeffrey B. and Watson, Layne T.},
booktitle = {IEEE/CVF International Conference on Computer Vision},
year = {1988},
pages = {591-600},
doi = {10.1109/CCV.1988.590039},
url = {https://mlanthology.org/iccv/1988/besl1988iccv-robust/}
}