Temporal Prediction of images

It predicts the temporal image from two successive images in a frame
608 Downloads
Updated 10 Sep 2014

View License

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/

Cite As

Santhana Raj (2024). Temporal Prediction of images (https://www.mathworks.com/matlabcentral/fileexchange/47789-temporal-prediction-of-images), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0