Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 845 Bytes

File metadata and controls

28 lines (21 loc) · 845 Bytes

Iterative Filtering Intra Prediction

By Haoming Chen, Tao Zhang, Ming-Ting Sun, Ankur Saxena and Madhukar Budagavi.

University of Washington and Samsung Research America

Citation

If you use this code, please cite:

@article{chen2016improving,
  title={Improving Intra Prediction in High-Efficiency Video Coding},
  author={Chen, Haoming and Zhang, Tao and Sun, Ming-Ting and Saxena, Ankur and Budagavi, Madhukar},
  journal={IEEE Transactions on Image Processing},
  volume={25},
  number={8},
  pages={3671--3682},
  year={2016},
  publisher={IEEE}
}

Code

matlab

Code for generating figures in the paper.

hm-14.0

Implementation in the HEVC reference software.

Turn on/off ITERATIVE_FILTERING_INTRA_PREDICTION to switch the proposed method and HM-14.0.