pyramid_texture_filtering
                                
                                 pyramid_texture_filtering copied to clipboard
                                
                                    pyramid_texture_filtering copied to clipboard
                            
                            
                            
                        pyramid texture filtering
Pyramid Texture Filtering
This MATLAB code is the implementation of SIGGRAPH 2023 paper "Pyramid Texture Filtering".
[Paper] [Project]
Usage:
- Put test images into the inputfolder and setimg_name,sigma_sandsigma_rindemo.m.
- Run demo.m, the results will be saved in theoutputfolder.
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}
}