Temporal Prediction of images

版本 1.0.0.0 (4.4 KB) 作者: Santhana Raj
It predicts the temporal image from two successive images in a frame
609.0 次下载
更新时间 2014/9/10

查看许可证

his function TEMPORAL_PREDICT takes old image and new image and finds out the motion vectors(x_motion & y_motion), temporal predicted frame (pf) and the error value (E_temporal). The default block size is taken as 8x8 and the search window as 16x16 first the motion vector(x_motion and y_motion) is calculated and then the predicted frame and the error(E_temporal) from such an reconstructed frame is also calculated. Plot_flag=1, plots the figures.
Example:
[E,x_motion,y_motion,pf]=spatial_predict(image_old,image_new,1);

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

引用格式

Santhana Raj (2024). Temporal Prediction of images (https://www.mathworks.com/matlabcentral/fileexchange/47789-temporal-prediction-of-images), 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