Skip to content

RewindL/pyramid_texture_filtering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyramid Texture Filtering

This MATLAB code is the implementation of SIGGRAPH 2023 paper "Pyramid Texture Filtering".

Usage:

  • Put test images into the input folder and set img_name , sigma_s and sigma_r in demo.m.
  • Run demo.m, the results will be saved in the output folder.

Notes:

  • To achieve best visual results, we do not apply any approximated acceleration algorithm for bilateral filter.
  • If you use the code, please cite our paper.
@article{zhang2023pyramid,
    title   = {Pyramid Texture Filtering},
    author  = {Zhang, Qing and Jiang, Hao and Nie, Yongwei and Zheng, Wei-Shi},
    journal = {ACM Transactions on Graphics (Proceedings of ACM SIGGRAPH 2023)},
    year    = {2023},
    volume  = {42},
    number  = {4},
    pages   = {1-11}
}