Statistiques
6 Questions
0 Réponses
RANG
264 927
of 300 343
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 20 926
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 168 172
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
Is it wrong if PSNR is coming IN range of 128 - 170
PSNR value coming above 100 I m not sure, if it is fine or something is wrong with the code
plus de 12 ans il y a | 4 réponses | 0
4
réponsesQuestion
How to save image , in the image type it is being fetched.
In my work, I have provided a GUI interface to select a image to be watermarked and after watermarking process i have to save th...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
??? Error using ==> times Matrix dimensions must agree.
I am doing lsb watermarking, in which when i am calculating Normalized correlation, I m getting the above error. NC = sum(s...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I find the n smallest numbers in a two-dimensional array of m numbers?
For example, with this 2x5 matrix (m=10 and n=4), the expected answer is (2,9), (1,5), (1,3), (2,10) 111 , 112, 145, ...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
Problem with data class when working in GUI...... plz help....
I am working in image watermarking, I m embedding a BMP image in Blue component of color image, for ii=1:Mm for ...
presque 13 ans il y a | 2 réponses | 0
2
réponsesQuestion
I have implemented image watermarking, changing the LSB of cover image, I m able to insert bits using bitset, now i have an problem, how to maintain the record of cover image original lsb so that they can be inserted back in it on decryption?
a= bitget(cover_image(ii,jj),1) watermarked_image = bitset(cover_image(ii,jj),1,share1(ii,jj) when i run it .... i get...
presque 13 ans il y a | 1 réponse | 0
