photo

dhivya


Last seen: mehr als 2 Jahre vor Aktiv seit 2023

Followers: 0   Following: 0

Statistik

MATLAB Answers

3 Fragen
1 Antwort

RANG
227.655
of 300.343

REPUTATION
0

BEITRÄGE
3 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
 of 20.926

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.172

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • First Review
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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 ...

mehr als 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
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 ...

mehr als 2 Jahre vor | 0