pdecoder.m
上传用户:cxsjwj
上传日期:2022-08-09
资源大小:34k
文件大小:0k
源码类别:

matlab例程

开发平台:

Matlab

  1. function [layer]= pdecoder(c,array,MatAC,MatDC,bufferImage,motionVect)
  2. mbSize=8;
  3. subP=deRunLength(c,array,MatAC,MatDC);
  4. imgComp = motionComp(bufferImage, motionVect,mbSize);
  5. layer=double(imadd(imgComp,subP));