Nidhi Kumari
Followers: 0 Following: 0
Statistiques
17 Questions
0 Réponses
RANG
117 869
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
17 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
23.53%
VOTES REÇUS
0
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Decode image using huffmandeco()
I have encoded my image using huffmanenco() but now how can i get the decode image?/
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Getting a thin vertical line as output image.
I have applied Huffman encoding to compress an image but the output image is a thin vertical line. I guess it is because it is s...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Confusion whether the calculated compression ratio is correct or not.
I am applying compression on an image of 40KB(350x500x3 uint8) to get new image of 18KB(348x500x3 uint8) .I have used the follow...
environ 6 ans il y a | 1 réponse | 0
0
réponseQuestion
huffman encoding for image
for the code- A=imread('xyz.jpg'); A1=rgb2gray(A); A = A1(:); [symbols,p]=hist(A,double(unique(A))) p=p/sum(p) symbols...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
huffman encoding for image compression
i am using the following code for huffman encoding- img = imread('xyz.jpg'); Image = rgb2gray(img); Image = Image(:); [N...
environ 6 ans il y a | 3 réponses | 0
3
réponsesQuestion
Difficulty in applying huffman encoding for image compression
I got the given code to apply Huffman Encoding for image compression. But i am getting the error- Error using huffmandict (...
environ 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
Can anyone provide me with the matab code for Huffman encoding to compress an image?
I am new to matab and have to write the code for Huffman encoding. I found many functions to apply Huffman encoding but i am not...
plus de 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
can anyone provide me with a research paper along with its code on image summarization?
i need it ASAP for my project work.
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Does anyone know about .cic file?
I found some code related to my project which takes .bmp file as input and gives .cic as output as compressing that image. But i...
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
can anyone help in finding the adjacent frame differences?
I have already extracted frames from a video. Now i have to find the difference between the adjacent frames and compare that dif...
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
matlab code for frame difference method
can anyone provide me with the frame difference method code for matlab? i am using is to summarize the video.
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
Does VideoWriter make only .avi files?
I used .mp4 video to form frames by using VideoReader and then i combined them again to form a new video by using VideoWriter ,b...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Temporal Collaborative Representation code
Can someone provide the matlab code for Temporal Collaborative Representation model? I am using it for video summarization.
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
matlab code for a research paper on video summarization
I have been studying one research paper by the name "VIDEO SUMMARIZATION VIA TEMPORAL COLLABORATIVE REPRESENTATION OF ADJACENT F...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
forming video from frames
I have used the following code to form a video from 287 frames but the 'baseFileName' is formed in the order - frame1,frame10,fr...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
combine frames to form a video
i am having 100 frames/images which i want to combine and form a video, so please help me in the code
plus de 6 ans il y a | 2 réponses | 0