Performance analysis ofImage compression
1 回表示 (過去 30 日間)
古いコメントを表示
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
0 件のコメント
採用された回答
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.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Denoising and Compression についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!