필터 지우기
필터 지우기

Which Dct Algorithm is used ?

조회 수: 2 (최근 30일)
marie lasz
marie lasz 2019년 12월 9일
댓글: marie lasz 2019년 12월 10일
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!

답변 (1개)

Walter Roberson
Walter Roberson 2019년 12월 9일
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
marie lasz
marie lasz 2019년 12월 10일
Thanks for your response and I know that watermarking is performed here in dct domain but I don't know the complete algorithm? Or which research paper is followed?

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by