This MATLAB code is the implementation of SIGGRAPH 2023 paper "Pyramid Texture Filtering".
- Put test images into the
input
folder and setimg_name
,sigma_s
andsigma_r
indemo.m
. - Run
demo.m
, the results will be saved in theoutput
folder.
- 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}
}