dhivya
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
221.418
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
3 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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 ...
más de 1 año hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 1 año hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 1 año hace | 1 respuesta | 0
1
respuestaI 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 ...
más de 1 año hace | 0