fichiers enregistrement after compression
4 ビュー (過去 30 日間)
古いコメントを表示
Good evening all
Please is that you can help me?
I need registration code file after the huffman coding.
I break my MRI medical image by DWT then I realized for LL with lossless jpeg and hl, lh, hh with DPCM then I apply the zigzag reading and huffman coding but still I want to save all this data in a file to obtient a compressed image.
thank you for you help
[merged information from duplicate question of 20 May 2012 at 0:30]
Hello every body;
my problem is i find the size of compressed image is very superior original image.
is that you can help me find a matlab code to save all this data to be compressed image size. Thank you in advance for helping me
is what my code is correct or not? please is what you can give me a registration code files to be compressed image
Mettre le code% Alog le 0101010 de ... de de Dans un Vecteur de 8 bits par l'élement de L2 = Erreur% length (CODEH);
LCDH = round (L2 / 8);
Si mod (L2, 8) <4
Si mod (L2, 8) ~ = 0
LCDH = LCDH +1;
nageoire
nageoire
LcdnH = (LCDH) * 8;
DIFLcdH = (LcdnH)-L2;
codnH = zeros (1, LcdnH);
k = 1; versez i = 1: L2; codnH (k) = CODEH (i);
k = k +1;
nageoire
Tcod8H = zeros (1, la LCDH);
k = 1;
versez i = 1: la LCDH
versez j = 00:07
Tcod8H (i) = (codnH (k + j)) * (2 ^ j) + Tcod8H (i);
nageoire;
k = k +8;
nageoire;
LTH = length (Tcod8H);
LXF = length (XfuH);
A = []; P = []; B = [];
k = 1, ii = 1; jj = 1;
versez i = 1: si LXF XfuH (i)> 255
temp = abais (XfuH (i));
P (ii) = i;
versez j = 1:2
A (k) = temp (j);
k = k +1;
nageoire;
ii = ii 1;
D'AUTRE
B (jj) = XfuH (i);
jj = jj +1;
nageoire;
nageoire;
l = longueur (A);
h01 = redimensionnement (LXF);
H03 =% redimensionnement (LT);
H02 = redimensionnement (l);
H04 redimensionnement% = (T);
% H05 = redimensionnement (LXfu);
Fichier = [ABP h01 H02 Tcod8H DIFLcdH taille taille1 taille2 taille3];
% Taux_de_compression = MX * NX / length (fichier);
Gain_de_compression% = 100 * (1-Taux_de_compression)
% Gain_de_compression = 100 * (1-1/Taux_de_compression);
f = fopen ('compressionnnnn irm avec prédiction.comp', 'w');
fwrite (f, Fichier, 'ubit8');
fclose (f);
0 件のコメント
回答 (3 件)
Walter Roberson
2012 年 5 月 21 日
Your questions are disappearing because I am deleting them. You have posted the same question a dozen times. Do not post duplicate questions. Use one question per topic, and edit that one question if you need to clarify it or rephrase it.
I have been deleting your extra questions and merging them together, but you posted a lot of them, and my network is slow today, so it is taking me time to get all the information in to one place.
It appears that your first language is French. Some of the French terms you have been using in your question are not the same words that would be used in English, and people do not understand your question. If you post a copy of your question written in French, then I will use Google Translate to figure out what the English terms are.
0 件のコメント
slama najla
2012 年 5 月 21 日
1 件のコメント
Walter Roberson
2012 年 5 月 21 日
You have asked about "registration" file. English uses some other term for the concept. If you post your original question in French, I will try to work out what you are asking.
参考
カテゴリ
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!