photo

megha prabhu


2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
1 답변

순위
116,634
of 301,570

평판
0

참여
6 질문
1 답변

답변 채택
33.33%

획득한 표
0

순위
 of 21,333

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 175,498

참여
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

답변