Code or syntex for DFT to be used in video watermarking

1 view (last 30 days)
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.

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!