Code or syntex for DFT to be used in video watermarking

2 次查看(过去 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 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by