Statistics
RANK
188,069
of 295,569
REPUTATION
0
CONTRIBUTIONS
4 Questions
3 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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
answersQuestion
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
answersQuestion
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
answersHi, 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
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
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