Revathi sri


Anna University Chennai

自 2013 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: image processing

统计学

MATLAB Answers

5 个提问
0 个回答

排名
276,479
of 301,704

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,387

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 176,138

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


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

13 years 前 | 2 个回答 | 0

2

个回答

提问


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

13 years 前 | 0 个回答 | 0

0

个回答

提问


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

13 years 前 | 0 个回答 | 0

0

个回答

提问


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

13 years 前 | 1 个回答 | 0

1

个回答

提问


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

13 years 前 | 0 个回答 | 0

0

个回答