dhivya
Followers: 0 Following: 0
Statistik
RANG
221.421
of 295.527
REPUTATION
0
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
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
Feeds
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 ein Jahr vor | 0 Antworten | 0
0
AntwortenFrage
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 ein Jahr vor | 0 Antworten | 0
0
AntwortenFrage
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 ein Jahr vor | 1 Antwort | 0
1
AntwortI 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 ein Jahr vor | 0