photo

megha prabhu


2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
1 回答

ランク
266,863
of 301,529

評判
0

コントリビューション
6 質問
1 回答

回答採用率
33.33%

獲得投票数
0

ランク
 of 21,315

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 175,175

コントリビューション
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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年以上 前 | 1 件の回答 | 0

1

回答