图像的时间预测:它从一帧中的两个连续图像中预测时间图像-matlab开发

时间:2024-06-21 03:08:14
【文件属性】:

文件名称:图像的时间预测:它从一帧中的两个连续图像中预测时间图像-matlab开发

文件大小:3KB

文件格式:ZIP

更新时间:2024-06-21 03:08:14

matlab

他的函数 TEMPORAL_PREDICT 获取旧图像和新图像,并找出运动向量(x_motion & y_motion)、时间预测帧(pf)和误差值(E_temporal)。 默认块大小为 8x8,搜索窗口为 16x16,首先计算运动矢量(x_motion 和 y_motion),然后计算预测帧和来自这样一个重构帧的误差(E_temporal)。 Plot_flag=1,绘制图形。 例子: [E,x_motion,y_motion,pf]=spatial_predict(image_old,image_new,1); 添加一名作者https://sites.google.com/site/santhanarajarunachalam/


【文件预览】:
temporal_predict.zip

网友评论