|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[WM]: algorithm DCT need help
hi watermarkers!
Im trying implement DCT to my fragile image watermarking. Problem is that I can't/don't know how embedd watermark to image :(.
Im doing this:
matlab code:
[obraz,map] = imread('lena_256.bmp');
obraz = double(obraz);
A_dct = dct2(obraz);
and values of A_dct are '+' and '-' . If I think corectly I need all values of A_dct convert to binary and then modify some bits
with my watermark.
But I dont know what to do with negative values of A_dct? How to convert them to binary values? How and where im supposed
to embedd watermark then?
For ANY help Im really grateful.
Looking foreward your suggestions.
Great thanks
--
best regards,
Gomper
______________________________________________________________________________
Watermarking Mailing List - http://www.watermarkingworld.org/ml.html
To unsubscribe send email to "majordomo@watermarkingworld.org" with
"unsubscribe watermarking YOURMAIL" in the body.
______________________________________________________________________________
|