Interprediction Construction of Image in a video frame

버전 1.0.0.0 (2.1 KB) 작성자: Santhana Raj
To perform the Inter prediction when an image of a video frame is provided
다운로드 수: 295
업데이트 날짜: 2014/9/10

라이선스 보기

This Function INTER_CONS preforms the Inter Prediction/Construction, also known as Temporal Prediction, in image "im_new"'s current block,(i,j) of size N. The function calculated the motion vector for the specified block The search window is 2*N. It motion vector points the block displayed which has the less SAD. Prediction error is calculated by the difference of the original image and the image plotted by the motion vector.
I and J are pixel numbers, N is the block size
This function is used for H.264 video format encoding and decoding
Example:
[motion,pred_err]=inter_cons(imag_old,imag_new,1,1,8)

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

인용 양식

Santhana Raj (2025). Interprediction Construction of Image in a video frame (https://kr.mathworks.com/matlabcentral/fileexchange/47794-interprediction-construction-of-image-in-a-video-frame), 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