photo

megha prabhu


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
1 个回答

排名
266,867
of 301,533

声誉
0

贡献数
6 个提问
1 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 21,316

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 175,212

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • First Review
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Implementation of El-gamaal algorithm for images
I have tried implementing the elgamal algo for image but i m unable to find the logical error.How can i modify the algo for impl...

8 years 前 | 0 个回答 | 0

0

个回答

已回答
i have used the code to convert rgb image to binary , need to convert binary back to rgb
I tried using im2bw() it gives an error.how can I convert an an image to binary?

8 years 前 | 0

提问


i have used the code to convert rgb image to binary , need to convert binary back to rgb
RGBi=im2double(imread('autumn.tif')); imshow(RGBi) Ii = rgb2gray(RGBi); imshow(Ii) bi=imbinari...

8 years 前 | 3 个回答 | 0

3

个回答

提问


what is meant by intensity factor(alpha)
DCMm=DCM+(α*Em) where: DCMm = DC matrix after embedding message DCM = DC matrix of cover image α = the intensity fact...

8 years 前 | 1 个回答 | 0

1

个回答

提问


error in steganography using dct
Error in finding b and c...what is the error? please help I = imread('cameraman.tif'); I2=imread('F:\watermark.jpg'); sub...

8 years 前 | 0 个回答 | 0

0

个回答

提问


how to implement one time pad encryption for images?
One time pad is an interesting method i implemented it on alphabets .I need help in implementing it on images?

8 years 前 | 1 个回答 | 0

1

个回答