Community Profile

photo

Naman


Active since 2014

Statistics

Content Feed

View by

Question


Getting error while embedding watermark in DWT watermarking
Code: clear all; % save start time start_time=cputime; k=2; % set the gain factor for embeding % read in th...

10 years ago | 0 answers | 0

0

answers

Question


Code or syntex for DFT to be used in video watermarking
As this is used for DWT [cA1,cH1,cV1,cD1] = dwt2(cover_object,'haar'); IDWT watermarked_image = idwt2(cA1,cH1,cV1,cD1,'haar...

10 years ago | 0 answers | 0

0

answers

Question


hey, Can anybody tell me what is the problem with this DWT video embedding code when i am replacing given video with another video then i am facing errors. Code is given below
clc; close all; clear all; % save start time start_time=cputime; k=2; % set the gain factor for embeding ...

10 years ago | 0 answers | 0

0

answers

Answered
Hi, i am trying to run this code and facing problem. So plz help.....!!!
Error has been fixed. Now i want to use it with MATLAB function block and i do not knw how to use it with this code.

10 years ago | 0

Answered
Hi, i am trying to run this code and facing problem. So plz help.....!!!
Thanks both of you for your reply.

10 years ago | 0

Answered
Hi, i am trying to run this code and facing problem. So plz help.....!!!
vipmen.avi is a small video. You can consider any video instead of this and rename it as vipmen.avi (.avi is a kind of video for...

10 years ago | 0

Question


Hi, i am trying to run this code and facing problem. So plz help.....!!!
clc; close all; clear all; % save start time start_time=cputime; k=2; % set the gain factor ...

10 years ago | 4 answers | 0

4

answers