代码搜索:motionComp
找到约 31 项符合「motionComp」的源代码
代码结果 31
www.eeworm.com/read/198140/7949866
m bdecoder.m
function layer= bDecoder(X,B,E,array,MatAC,MatDC,bufferImage,motionVect)
mbSize=16;
bufferImage=double(bufferImage);
sub=deRunLength(X,B,E,array,MatAC,MatDC);
imgComp = motionComp(bufferImage, mot
www.eeworm.com/read/198140/7950009
m bdecoder.m
function layer= bDecoder(X,B,array,MatAC,MatDC,bufferImage,motionVect)
mbSize=16;
bufferImage=double(bufferImage);
sub=deRunLength(X,B,array,MatAC,MatDC);
imgComp = motionComp(bufferImage, motionV
www.eeworm.com/read/392497/8339557
m bdecoder.m
function layer= bDecoder(X,B,E,array,MatAC,MatDC,bufferImage,motionVect)
mbSize=16;
bufferImage=double(bufferImage);
sub=deRunLength(X,B,E,array,MatAC,MatDC);
imgComp = motionComp(bufferImage, mot
www.eeworm.com/read/392497/8339747
m bdecoder.m
function layer= bDecoder(X,B,array,MatAC,MatDC,bufferImage,motionVect)
mbSize=16;
bufferImage=double(bufferImage);
sub=deRunLength(X,B,array,MatAC,MatDC);
imgComp = motionComp(bufferImage, motionV
www.eeworm.com/read/414748/11104300
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
www.eeworm.com/read/198140/7949926
m compensatedframe.m
function [bufferImageP,streamP,motionVect]=compensatedFrame(Im,bufferImage,mbSize,p,array)
motionVect = motionEstARPS(Im,bufferImage,mbSize,p);
imgComp = motionComp(bufferImage, motionVect, mbSize
www.eeworm.com/read/198140/7950053
m compensatedframe.m
function [bufferImageP,streamP,motionVect]=compensatedFrame(Im,bufferImage,mbSize,p,array)
motionVect = motionEstARPS(Im,bufferImage,mbSize,p);
imgComp = motionComp(bufferImage, motionVect, mbSize
www.eeworm.com/read/319567/13448668
m compensatedframe.m
function [bufferImageP,streamP,motionVect]=compensatedFrame(Im,bufferImage,mbSize,p,array)
motionVect = motionEstTSS(Im,bufferImage,mbSize,p);
imgComp = motionComp(bufferImage, motionVect, mbSize)
www.eeworm.com/read/392497/8339638
m compensatedframe.m
function [bufferImageP,streamP,motionVect]=compensatedFrame(Im,bufferImage,mbSize,p,array)
motionVect = motionEstARPS(Im,bufferImage,mbSize,p);
imgComp = motionComp(bufferImage, motionVect, mbSize
www.eeworm.com/read/392497/8339828
m compensatedframe.m
function [bufferImageP,streamP,motionVect]=compensatedFrame(Im,bufferImage,mbSize,p,array)
motionVect = motionEstARPS(Im,bufferImage,mbSize,p);
imgComp = motionComp(bufferImage, motionVect, mbSize