文件名称:Intra Prediction Construction of Image in a video frame:在提供视频帧的图像时执行帧内预测-matlab开发
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-19 03:33:06
matlab
这个函数intra_cons 执行块上的帧内预测功能。 如果“块大小”为4x4,则定义了9种模式,如果“块大小”为8x8或16x16,则由H.264 std定义了4种模式。 所有模式在下面分别实现,作为函数。 模式选择基于哪种模式会导致更小的 SAD(绝对差之和)。 I和J是像素数,N是块大小该函数用于H.264视频格式编解码例子: [intra_image,intra_mode,blk_size]=intra_cons(image,1,1,8) 添加一名作者https://sites.google.com/site/santhanarajarunachalam/
【文件预览】:
intra_cons.zip