photo

megha prabhu


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
1 Answer

RANK
257,817
of 301,159

REPUTATION
0

CONTRIBUTIONS
6 Questions
1 Answer

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,182

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,105

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 0 answers | 0

0

answers

Answered
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 ago | 0

Question


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 ago | 3 answers | 0

3

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer