Intra Prediction Construction of Image in a video frame

版本 1.0.0.0 (9.5 KB) 作者: Santhana Raj
To perform the Intra prediction when an image of a video frame is provided
834.0 次下载
更新时间 2014/9/10

查看许可证

This Function intra_cons does the function of Intra Prediction on a block. If Block Size is 4x4, then there are 9 modes defined and if Block size is either 8x8 or 16x16, then there are 4 modes defined by H.264 std. All the modes are implemented separately below, as functions. Mode selection is based on which mode results in smaller SAD (Sum of Absolute Difference).
I and J are pixel numbers, N is the block size
This function is used for H.264 video format encoding and decoding
Example:
[intra_image,intra_mode,blk_size]=intra_cons(image,1,1,8)

Author:Santhana Raj.A
https://sites.google.com/site/santhanarajarunachalam/

引用格式

Santhana Raj (2024). Intra Prediction Construction of Image in a video frame (https://www.mathworks.com/matlabcentral/fileexchange/47796-intra-prediction-construction-of-image-in-a-video-frame), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2012a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0