Statistik
6 Fragen
0 Antworten
RANG
62.074
of 300.365
REPUTATION
0
BEITRÄGE
6 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
0
RANG
of 20.933
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 168.262
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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
mehr als 12 Jahre vor | 4 Antworten | 0
4
AntwortenFrage
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...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
??? 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...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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, ...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
fast 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 13 Jahre vor | 0 Antworten | 0
