Temporal Prediction of images

It predicts the temporal image from two successive images in a frame
612 Downloads
Aktualisiert 10. Sep 2014

Lizenz anzeigen

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/

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2012a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0