• Stars
    star
    275
  • Rank 149,796 (Top 3 %)
  • Language
    MATLAB
  • Created over 5 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Side window is better than Full window

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}, }