필터 지우기
필터 지우기

Lossless compression in MATLAB

조회 수: 8 (최근 30일)
Jawad
Jawad 2014년 11월 14일
댓글: Walter Roberson 2019년 3월 19일
I have A 65kb image (Dimension 256 X 256), uncompressed in BMP format. i want to compress that image using LZW algorithm (lossless) using MATLAB and then recover the original image (uncompressed). I want to maintain the same 256 X 256 dimension after compression. I am not sure is it possible or not in MATLAB. if yes, how? Is there any other lossless image compression command exist on MATLAB (other than LZW)?
  댓글 수: 2
ngs sdfgh
ngs sdfgh 2019년 3월 19일
i think no; can you help me how to get LZW code?
Walter Roberson
Walter Roberson 2019년 3월 19일
Look in the File Exchange.

댓글을 달려면 로그인하십시오.

답변 (1개)

ngs sdfgh
ngs sdfgh 2019년 3월 19일
편집: ngs sdfgh 2019년 3월 19일
Am working my MSc thesis paper with Improving LZW image compression to include more images in encoding/decoding. can you send me the original codes please? ngstds@hotmail.com
  댓글 수: 1
Walter Roberson
Walter Roberson 2019년 3월 19일
Look in the File Exchange.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Image Data에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by