Revathi sri
Anna University Chennai
Followers: 0 Following: 0
Statistiques
5 Questions
0 Réponses
RANG
276 589
of 301 811
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 21 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 176 692
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
how to solve the error by using arithenco in the code?
clc; clear all; close all; % define constants BITPLANE_NUMBER = 4; %4 % specifies the bitplane number to embed...
plus de 13 ans il y a | 2 réponses | 0
2
réponsesQuestion
how to use the arithenco in this code for each block in image?
clc; clear all; close all; I1=imread('u1.jpg'); I=imresize(I1,[256 256]); [r c]=size(I); bs=32; % Block Size...
plus de 13 ans il y a | 1 réponse | 0
0
réponseQuestion
please can you help , how to solve and apply the image compression for embedded image using arithmetic encoding in matlab?
clc; clear all; close all; I1=imread('u1.jpg'); I=imresize(I1,[256 256]); [r c]=size(I); bs=32; % Block Size...
plus de 13 ans il y a | 1 réponse | 0
0
réponseQuestion
how to use the arithenco command for each block in embedding process
clc; clear all; close all; I1=imread('u1.jpg'); I=imresize(I1,[256 256]); [r c]=size(I); bs=32; % Block Size...
plus de 13 ans il y a | 1 réponse | 0
1
réponseQuestion
how to use the while loop iteration in threshold mapping?
i want to find the threshold map for input image Here is the algorithm for threshold map: The proposed method divides t...
plus de 13 ans il y a | 1 réponse | 0