Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 735 Bytes

File metadata and controls

23 lines (19 loc) · 735 Bytes

gaussian-side-window-filtering-pytorch

An pytorch re-implementation of CVPR2019 paper "Side Window Filtering" using gaussian kernel.

Original Image Original Image with 3 times noising
Noise image after gaussian filtering Noise image after side window gaussian filtering

If you find this work is helpful, please cite the original paper.

@misc{yin2019window,
    title={Side Window Filtering},
    author={Hui Yin and Yuanhao Gong and Guoping Qiu},
    year={2019},
    eprint={1905.07177},
    archivePrefix={arXiv},
    primaryClass={cs.CV}
}