필터 지우기
필터 지우기

Performance analysis ofImage compression

조회 수: 2 (최근 30일)
Jitesh Bhanushali
Jitesh Bhanushali 2014년 3월 20일
댓글: Jitesh Bhanushali 2014년 3월 20일
i m doing project on image compression named " Performance analysis of image compression using DCT, DFT and DWT in Matlab". in which i am compressing the image size using 3 transforms and at last i ll compare the MSE, PSNR of all 3. how do i start this project what are different steps, please help

채택된 답변

Walter Roberson
Walter Roberson 2014년 3월 20일
The first step is a Requirements Analysis. What kind of images need to be handled? Is there a size limit beyond which your code is permitted to reject the image? What mechanism is to be used to indicate which images are to be used? Are there restrictions on the number or style of the graphic menus? Is there a limit on execution time of the analysis? If the images are to be displayed, then what should be done if the images are too large for the screen? Which algorithms are required to be implemented? For each of the algorithms, if there is a choice of parameters, then are there restrictions on the parameter values that are permitted to be used? What are the required outputs? Is there a need for a printed report? Is there a need for saving the output as images? Is there a need to be able to submit the output to a print queue? Back for choosing the images, is there a need to remember "recently used" selections so that the next time the user uses the program they can easily work with the same images (or same directory) again? And so on.
Until you know what the program has to do, you are going to have a difficult time writing a program that does it.
  댓글 수: 1
Jitesh Bhanushali
Jitesh Bhanushali 2014년 3월 20일
i got steps like get image» resize to 512*512 » divide into 8*8 blocks » apply dct » apply quantization » run length encoding » run length decoding » dequantization » inverse dct » combine blocks is this correct??

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

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by