nur aqila
Followers: 0 Following: 0
Statistics
17 Questions
0 Answers
RANK
101,779
of 295,467
REPUTATION
0
CONTRIBUTIONS
17 Questions
0 Answers
ANSWER ACCEPTANCE
35.29%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
6 years ago | 0 answers | 0
0
answersQuestion
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...
6 years ago | 0 answers | 0
0
answersQuestion
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...
6 years ago | 1 answer | 0
1
answerQuestion
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...
6 years ago | 1 answer | 0
1
answerQuestion
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...
6 years ago | 1 answer | 0
1
answerQuestion
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...
6 years ago | 1 answer | 0
1
answerQuestion
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...
6 years ago | 0 answers | 0
0
answersQuestion
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...
6 years ago | 1 answer | 0
1
answerQuestion
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...
6 years ago | 1 answer | 0
1
answerQuestion
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 ...
6 years ago | 1 answer | 0
1
answerQuestion
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 ...
6 years ago | 1 answer | 0
1
answerQuestion
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...
6 years ago | 0 answers | 0
0
answersQuestion
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...
6 years ago | 1 answer | 0
1
answerQuestion
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...
7 years ago | 1 answer | 0
1
answerQuestion
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...
7 years ago | 0 answers | 0
0
answersQuestion
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)...
7 years ago | 0 answers | 0
0
answersQuestion
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...
7 years ago | 0 answers | 0