SlideShare a Scribd company logo
AN EFFICIENT VIDEO
WATERMARKING USING COLOR
HISTOGRAM ANALYSIS AND
BITPLANE IMAGE ARRAYS
SECOND REVIEW
GUIDED BY
Mr. R.MOTHI
ASSISSTANT PROFESSOR
BATCH NO.:-A04
PRESENTED BY
11EC05-P.AKSHAY
11EC12-ASHIF RAHIMAN
11EC38-V.MANJU
11EC47-M.NITHYA
BLOCK DIAGRAM
 Watermark embedding
Original
video
Frame
sepera
tion
Lumina
nce plane
extarction
Color
histogram
analysis
Water
mark
image
Bit plane
image
Embedd
ing
Performa
nce
measure
ment
Video
reconstru
ction
 Watermark extraction
Water
marked
video
Frame
seperation
Color
histogram
ananlysis
Extraction
Recovered
watermark
PROPOSED MODEL
Original
video
Color
histogram
analysis
Frame
sepera
tion
CODING
 clc;
 clear all;
 close all;
 warning off;

 cd Frames
 delete *.jpg;
 cd ..
 %%%%%%% To get the input video file
 cd Videos
 [file path] = uigetfile('*.avi','Pick an Input Video File');
 org_vid = aviread(file);
 %%%%%%% Frame Separation
 info = aviinfo(file);
 cd ..
 frm_cnt = info.NumFrames;
 Wd = info.Width;
 ht = info.Height;
 figure(1);
 C = ones(ht,Wd);
 imshow(C);
 title('Input Video');
 movie(org_vid);
 close('1');

 fmt = '.jpg';
 h11 = waitbar(0,'Please wait...');
 for i=1:frm_cnt
 cd Videos
 frm =aviread(file,i);
 cd ..
 frm_name=frame2im(frm);
 frm_name = imresize(frm_name,[240 320]);
 filename=strcat((num2str(i)),fmt);
 cd Frames
 imwrite(frm_name,filename);
 cd ..

 waitbar(i/frm_cnt,h11)
 end
 close(h11);

 helpdlg('Process Completed');

More Related Content

PDF
An Efficient Video Watermarking Using Color Histogram Analysis and Biplanes I...
DOCX
Histogram analysis of image using wavelet
PDF
watermarking
PPTX
Video Water Marking.pptx
PDF
Ba34321326
PPTX
Watermarkingppt
PPTX
Final PPT.pptx (1).pptx
PDF
Paper id 36201508
An Efficient Video Watermarking Using Color Histogram Analysis and Biplanes I...
Histogram analysis of image using wavelet
watermarking
Video Water Marking.pptx
Ba34321326
Watermarkingppt
Final PPT.pptx (1).pptx
Paper id 36201508

More from ssuser1ecccc (20)

PPTX
Biometrics and its applications in Medical
PDF
DIP-Introduction Lecture 13-10-14 image analysis
PDF
Chap_9_Representation_and_Description.pdf
PPTX
Biometrics and its applications for system Analysis
PPTX
Biometrics and its applications for system
PDF
Project formulation in image analysis in various methods
DOCX
Existing method used for analysis of images
DOCX
Structure_of_How_to_Write_a_Journal.docx
PPTX
pixelrelationships in image processing enhancement
PPTX
Knowledge representation and reasoning in AI
PPTX
Artificial Intelligence and Machine Learning
PPTX
Intro class. U1 M1.pptx
PPT
NGP BME Final.ppt
PPTX
ES.pptx
PPTX
TASK Sixth Sensor Technology.pptx
PPTX
4.-personal-productive-equipment.pptx
PPTX
5.-accident-causation-theories-accident-reporting.pptx
PPTX
unit-3-osha-hcs-dot.pptx
PPTX
unit-iv-facility-safety.pptx
PPTX
MWM Unit 3 (1).pptx
Biometrics and its applications in Medical
DIP-Introduction Lecture 13-10-14 image analysis
Chap_9_Representation_and_Description.pdf
Biometrics and its applications for system Analysis
Biometrics and its applications for system
Project formulation in image analysis in various methods
Existing method used for analysis of images
Structure_of_How_to_Write_a_Journal.docx
pixelrelationships in image processing enhancement
Knowledge representation and reasoning in AI
Artificial Intelligence and Machine Learning
Intro class. U1 M1.pptx
NGP BME Final.ppt
ES.pptx
TASK Sixth Sensor Technology.pptx
4.-personal-productive-equipment.pptx
5.-accident-causation-theories-accident-reporting.pptx
unit-3-osha-hcs-dot.pptx
unit-iv-facility-safety.pptx
MWM Unit 3 (1).pptx
Ad

Recently uploaded (20)

PPTX
master seminar digital applications in india
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
Microbial disease of the cardiovascular and lymphatic systems
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
Anesthesia in Laparoscopic Surgery in India
PPTX
Cell Types and Its function , kingdom of life
PDF
Sports Quiz easy sports quiz sports quiz
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
Pre independence Education in Inndia.pdf
PDF
Insiders guide to clinical Medicine.pdf
PDF
Complications of Minimal Access Surgery at WLH
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PPTX
GDM (1) (1).pptx small presentation for students
PDF
VCE English Exam - Section C Student Revision Booklet
PPTX
Institutional Correction lecture only . . .
master seminar digital applications in india
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
2.FourierTransform-ShortQuestionswithAnswers.pdf
human mycosis Human fungal infections are called human mycosis..pptx
Renaissance Architecture: A Journey from Faith to Humanism
PPH.pptx obstetrics and gynecology in nursing
Microbial disease of the cardiovascular and lymphatic systems
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Abdominal Access Techniques with Prof. Dr. R K Mishra
Anesthesia in Laparoscopic Surgery in India
Cell Types and Its function , kingdom of life
Sports Quiz easy sports quiz sports quiz
Module 4: Burden of Disease Tutorial Slides S2 2025
Pre independence Education in Inndia.pdf
Insiders guide to clinical Medicine.pdf
Complications of Minimal Access Surgery at WLH
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
GDM (1) (1).pptx small presentation for students
VCE English Exam - Section C Student Revision Booklet
Institutional Correction lecture only . . .
Ad

2 R ladder architecture analysis for image