![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/29440020_1678267889874_DEF.jpg)
dhivya
Followers: 0 Following: 0
Statistiques
RANG
130 910
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 687
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
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 ...
presque 2 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 2 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 2 ans il y a | 1 réponse | 0
1
réponseI 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 ...
presque 2 ans il y a | 0