Gayatri B
Followers: 0 Following: 0
Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
145.808
of 295.486
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
66.67%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.236
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
what is the meaning of the following code ?
Following code is for retrieving image from stego image in image steganography. Can anyone please tell me meaning of it ? func...
alrededor de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
How to save an image from GUI ?
How to save an image which is generated in GUI and use it further in the same code ? I want to calculate MSE and PSNR values for...
alrededor de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
MSE and PSNR code for image
I'm calculating MSE and PSNR values for an image. Following is the code for it. Can you explain this code ? It seems quite compl...
alrededor de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Can we use l,k,z as global variables in GUI rather than using x,y,z ?
I'm working on image steganography code. Here I have used global l, global k, global z in the code. Is that fine or should I use...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to write MSE and PSNR values in table form ?
Following are the values of MSE and PSNR parameters which I want to represent in able form like The values are like this : MS...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to remove error 'matrix dimensions must agree' in XOR code ?
How to remove the error of 'matrix dimensions must agree' in the following code, a = imread('a.jpg'); b = imread('b.jpg'); ...
alrededor de 5 años hace | 1 respuesta | 0