|
Algorithm 1 QIM-based watermark embedding procedure. |
-
1:
Input: curvelet coefficients over scale s and direction l
-
2:
Output: modified curvelet coefficients
-
3:
q: quantization step
-
4:
b: bit to be inserted
-
5:
-
6:
-
7:
if mod[round( = b
then
-
8:
-
9:
else
-
10:
if mod(
then
-
11:
-
12:
else if mod(
then
-
13:
-
14:
end if
-
15:
end if
-
16:
-
17:
|