Gayatri B
Followers: 0 Following: 0
Statistiques
6 Questions
0 Réponses
RANG
145 808
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
66.67%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
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
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...
environ 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
environ 5 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 5 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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'); ...
environ 5 ans il y a | 1 réponse | 0