代码搜索:motionComp
找到约 31 项符合「motionComp」的源代码
代码结果 31
www.eeworm.com/read/430318/8756714
m motioncomp.m
% Computes motion compensated image using the given motion vectors
%
% Input
% imgI : The reference image
% motionVect : The motion vectors
% mbSize : Size of the macroblock
%
% Ouput
% imgCo
www.eeworm.com/read/198140/7949906
m motioncomp.m
% Computes motion compensated image using the given motion vectors
%
% Input
% imgI : The reference image
% motionVect : The motion vectors
% mbSize : Size of the macroblock
%
% Ouput
% imgCo
www.eeworm.com/read/198140/7950040
m motioncomp.m
% Computes motion compensated image using the given motion vectors
%
% Input
% imgI : The reference image
% motionVect : The motion vectors
% mbSize : Size of the macroblock
%
% Ouput
% imgCo
www.eeworm.com/read/319567/13448661
m motioncomp.m
% Computes motion compensated image using the given motion vectors
%
% Input
% imgI : The reference image
% motionVect : The motion vectors
% mbSize : Size of the macroblock
%
% Ouput
% imgCo
www.eeworm.com/read/479088/6699298
m motioncomp.m
function matcomp = motioncomp(data,parameter,tt,bc)
%
% Motion compensation algorithm using given data and
% motion parameter estimates. Returns motion compensated
% matrix.
%
parasize=length(
www.eeworm.com/read/472302/6875501
m motioncomp.m
% Computes motion compensated image using the given motion vectors
%
% Input
% imgI : The reference image
% motionVect : The motion vectors
% mbSize : Size of the macroblock
%
% Ouput
% imgCo
www.eeworm.com/read/392497/8339603
m motioncomp.m
% Computes motion compensated image using the given motion vectors
%
% Input
% imgI : The reference image
% motionVect : The motion vectors
% mbSize : Size of the macroblock
%
% Ouput
% imgCo
www.eeworm.com/read/392497/8339797
m motioncomp.m
% Computes motion compensated image using the given motion vectors
%
% Input
% imgI : The reference image
% motionVect : The motion vectors
% mbSize : Size of the macroblock
%
% Ouput
% imgCo
www.eeworm.com/read/414748/11104309
m motioncomp.m
% Computes motion compensated image using the given motion vectors
%
% Input
% imgI : The reference image
% motionVect : The motion vectors
% mbSize : Size of the macroblock
%
% Ouput
% imgCo
www.eeworm.com/read/430318/8756704
m motionestanalysis.m
% This script uses all the Motion Estimation algorithms written for the
% final project and save their results.
% The algorithms being used are Exhaustive Search, Three Step Search, New
% Three Step S