nur aqila
Followers: 0 Following: 0
Statistik
17 Fragen
0 Antworten
RANG
101.794
of 295.569
REPUTATION
0
BEITRÄGE
17 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
35.29%
ERHALTENE STIMMEN
0
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
How to save code for each block ?
Hi, I have constructed a huffman coding. supposedly the coding should read the pixel number block by block and then save the huf...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
what is the function of predictive coding ?
Hi, I want to ask regarding lossless image compression. what is the function of performing predictive coding before using Huffma...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to write a program that read block by block ?
I am having a matrix of size 512x512. Now I have to extract 16x16 blocks from the matrix and encode each of the blocks. Now ther...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to calculate entropy for 1D?
Hi, I have 1D data which I got after encoding an image, the data only have value 0 and 1. How can I calculate the entropy of the...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I convert 1D array into 2D array ?
Hi, I have 512x512 image size and I want to convert the pixel to 1D matric. How can I convert from 2D into 1D without changing t...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to transform 16-bit pixels into 8-bit pixels ?
Hi, I want to ask. I already constructed a coding which can only process 8-bit image(grayscale). But my problem right now some i...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to decode to get the symbol number ?
Hi, I'm currently constructing a code for truncated Huffman.I already encoded the program, but I don't know how to decode it bac...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to solve "Subscripted assignment dimension mismatch" error ?
Hi, I have 3 input which is 1 7 6 and the output supposed to be 00 for input 1, 110000 for input 7 and 1011 for input 6. my outp...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to encode and decode negative pixel to positive pixel in matlab ?
hi, I want to ask. I have 512x512 image and I want to calculate the entropy. But, it has some error because the pixel contains n...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
what is the wcodemat should I used ?
Hi, I wanna use this command "image(wcodemat(H2,192))" . but I don't know what is the suitable NBCODES for 512x512 image. may I ...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to resolve the "Index exceeds matrix dimensions" error ?
Hi, I did some coding for lossless image compression and I want to calculate the entropy value. the error "Index exceeds matrix ...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to get rid of the error for predictive coding ?
hi, I want to perform hybrid lossless image compression where I combine dpcm and iwt for predictive coding. I already did combin...
fast 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to know how many number of symbol needed for huffman coding ?
hi, I want to perform Huffman coding for 512x512 image. I'm new to this. how do I know how many numbers of symbols (NOS) do I ne...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to calculate entropy in matlab for lossless image compression ?
hi, I already perform iwt coding for the lossless image compression with image size 512x512 but I don't know how to calculate th...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
HOW TO CALCULATE ENTROPY FOR IWT ?
hi, I already perform iwt coding. I have "case" command which allows me to choose at which level I want to perform image decompo...
fast 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to calculate entropy for IWT image decomposition ?
Hi, I wanna ask. If I already perform Integer wavelet transform and I did 9 level image decomposition (I use image size 512X512)...
fast 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to encode and decode IWT until 9 level
hi, I'm having a problem in performing IWT for 9 level. I already had matlab code for the first level, but I don't know how to d...
fast 7 Jahre vor | 0 Antworten | 0