Revathi sri


Anna University Chennai

Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Professional Interests: image processing

Statistik

MATLAB Answers

5 Fragen
0 Antworten

RANG
175.412
of 301.681

REPUTATION
0

BEITRÄGE
5 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
 of 21.380

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 176.086

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 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

Feeds

Anzeigen nach

Frage


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...

etwa 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

etwa 13 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

etwa 13 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 13 Jahre vor | 0 Antworten | 0

0

Antworten