Skip to content

Fast Edge Preserving 2D Smoothing Filter Using Indicator Function

Notifications You must be signed in to change notification settings

ryo-abiko/EPSIF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EPSIF

The code is associated with the following paper:

Ryo Abiko, and Masaaki Ikehara. "Fast Edge Preserving 2D Smoothing Filter Using Indicator Function." ICASSP 2019-2019 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP). IEEE, 2019.

Input image Smoothed image

Requirements

  • MATLAB
  • C, C++ compiler

Setup

Our code is based on MATLAB. Since we use mex file, you need to compile first.

run compile_mex.m to compile c++ files.

Usage

run demo.m

Citation

Please cite this paper if you use this code.

@inproceedings{abiko2019fast,
  title={Fast Edge Preserving 2D Smoothing Filter Using Indicator Function},
  author={Abiko, Ryo and Ikehara, Masaaki},
  booktitle={ICASSP 2019-2019 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
  pages={1877--1881},
  year={2019},
  organization={IEEE}
}

For further information, please contact: {abiko, ikehara}@tkhm.elec.keio.ac.jp

About

Fast Edge Preserving 2D Smoothing Filter Using Indicator Function

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published