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

matlab例程

开发平台:

Matlab

  1. function layer= bdecoder(c,array,MatAC,MatDC,bufferImage,motionVect)
  2. mbSize=8;
  3. bufferImage=double(bufferImage);
  4. sub=deRunLength(c,array,MatAC,MatDC);
  5. imgComp = motionComp(bufferImage, motionVect,mbSize);
  6. layer=imadd((imadd(imgComp,sub)),128);