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/
引用格式
Santhana Raj (2024). Temporal Prediction of images (https://www.mathworks.com/matlabcentral/fileexchange/47789-temporal-prediction-of-images), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux类别
- Image Processing and Computer Vision > Image Processing Toolbox > Image Filtering and Enhancement > Morphological Operations >
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0.0 |