All Projects → YuanhaoGong → Sidewindowfilter

YuanhaoGong / Sidewindowfilter

Side window is better than Full window

Programming Languages

matlab
3953 projects

Side Window Filtering (CVPR2019 oral, #5176)

Side Window Box Filter is online. This code is implemented by Yuanhao Gong.

Side Window Box Filter

A typical example to show the side window filter is the side window box filter. The original box filter does not preserve edges. But with side window technique, side window box filter can preserve edges and corners, as shown in following figure. The MATLAB code is provided. image

@ARTICLE{gong:cf, 
    author={Yuanhao Gong and Ivo F. Sbalzarini}, 
    journal={IEEE Transactions on Image Processing}, 
    title={Curvature filters efficiently reduce certain variational energies}, 
    year={2017}, 
    volume={26}, 
    number={4}, 
    pages={1786-1798}, 
    doi={10.1109/TIP.2017.2658954}, 
    ISSN={1057-7149}, 
    month={April},}
    
@INPROCEEDINGS{gong:swf, 
author={Y. {Gong} and B. {Liu} and X. {Hou} and G. {Qiu}}, 
booktitle={2018 IEEE Visual Communications and Image Processing (VCIP)}, 
title={Sub-window Box Filter}, 
year={2018}, 
pages={1-4}, 
doi={10.1109/VCIP.2018.8698682}, 
ISSN={1018-8770}, 
month={Dec},}

@inproceedings{swfilter, 
    author={Hui Yin and Yuanhao Gong and Guoping Qiu}, 
    Booktitle = {CVPR}, 
    title={Side Window Filtering}, 
    year={2019}, }
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].