Code or syntex for DFT to be used in video watermarking
1 回表示 (過去 30 日間)
古いコメントを表示
As this is used for DWT [cA1,cH1,cV1,cD1] = dwt2(cover_object,'haar');
IDWT watermarked_image = idwt2(cA1,cH1,cV1,cD1,'haar',[Mc,Nc]);
Here Mc is height of image and Nc is width.
Similarly i need DFT code.
0 件のコメント
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!