Implement video compression algorithm that supports:
Frame
资 源 简 介
Implement video compression algorithm that supports:
Frame-difference encoding
Motion Compensated Prediction (MCP)
Long-term memory MCP
Optimize MCP parameters for real-time cardiac MRI studies
Determine acceptable PSNR for diagnosis
Identify compression technique which yields lowest bit-rate at determined PSNR
文 件 列 表
Testing functions
encode.m
makeInitBuffer.m
Image reconstruction from error image and displacement vectors
decodeErr.m
General uniform quantization
quantData.m
uniformQuant.m
Function to read in MR image sequences
readFluoro.m
DCT error quantization
getBlockDCT.m
quantizeDCTrows.m
reconFromDCTinRows.m
Block matching function
blockMatch.m