Temporal Prediction of images
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
Platform Compatibility
Windows macOS LinuxCategories
- Image Processing and Computer Vision > Image Processing Toolbox > Image Filtering and Enhancement > Morphological Operations >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |