Which Dct Algorithm is used ?
Show older comments
Hello,
Can anyone tell me that which algo is used in this dct watermarking code or anyone who already used that code? Here is the link
Thanks in advance!
Answers (1)
Walter Roberson
on 9 Dec 2019
0 votes
https://www.mathworks.com/help/images/ref/dct2.html#d117e44015 describes the Discrete Cosine Transfer
dct2 does dct(), transposes the array, and does dct() again.
dct() that is invoked is a private function, not the public dct from the signal processing toolbox. However, the two use the same internal structure; fft() and multiply by weights.
1 Comment
marie lasz
on 10 Dec 2019
Categories
Find more on Image Transforms in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!