photo

dhivya


Last seen: meer dan 2 jaar ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
227.655
of 300.343

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20.926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.172

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review
  • First Answer

View badges

Feeds

View by

Question


suggest me a idea
hello all...i'm doing project on visual cryptography.In my project i take one binary image and generatre two pixel shares after ...

meer dan 2 jaar ago | 0 answers | 0

0

answers

Question


i want to restore the original binary image S by xor the two shares R1,R2
S = imread('binary.png'); C = imread('text input.png'); [m, n] = size(S); no = 2; beta = 1; R1 = zeros(m, n); R2 = zeros(m...

meer dan 2 jaar ago | 0 answers | 0

0

answers

Question


call one code as a function in another code
S=imread('text input.png'); meven=[0 0 0; 0 1 1; 1 0 1; 1 1 0]; modd=[0 0 1; 0 1 0; 1 0 0; 1 1 1...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Answered
I can't receive output using imshow() after imbinarize() function in my Image Processing job.
hello,everyone i want 2 shares from this code and at the last line i use xor oprtion to reteive the original binary image.But i ...

meer dan 2 jaar ago | 0