SlideShare a Scribd company logo
1 of 6
Download to read offline
International Journal of Innovative Research in Information Security (IJIRIS) ISSN: 2349-7017(O)
Volume 1 Issue 2 (August 2014) ISSN: 2349-7009 (P)
http://ijiris.com
______________________________________________________________________________________________________
© 2014, IJIRIS- All Rights Reserved Page - 53
Object Tracking System Using Motion Detection and Sound
Detection
Prashansha Jain Dr. C.S. Satsangi
Computer Science department Head of Department, information technology
Medicaps Institute of Technology and Management, Medicaps Institute of Technology and Management
Indore, MP, India Indore, MP, India
Abstract-Visual monitoring activities using cameras automatically without human intervention is a big and challenging
problem so we need automatic object tracker system. This paper presents a new object tracking system in Real time that
systematically combines both motion detection and sound detection. In this system detect motion as well as sound in a real
time and if lack of security it is also give alert message through alarm. The proposed method is excellent in real-time
performance because it detect the moving objects efficiently and accurately form the video recorded by a shaking camera
with changing background and noises.
Keywords - Object detection, Motion detection, Object tracking, Background Subtraction and Sound detection
I. INTRODUCTION
Intelligent vision analysis has been one of the most important technologies in intelligent environment, security monitoring and
human computer interaction. A real time visual surveillance system detecting and tracking multiple people and monitoring
their activities in an outdoor environment [1].
There are many Applications that could be realized with reliable motion detection and tracking:
1. Automated surveillance for security-many places such as airports, casinos, museums, and government installations:
Intelligent software is used to monitor security cameras and detect suspicious behaviour. So automated surveillance are
increases the productivity of the human operator and increases coverage of the surveillance.
2. Human interaction for mobile robotics: Autonomous mobile robots in the workplace or home could interact with the
humans and their environment, if they could reliably detect their Presence.
3. Safety devices for pedestrian detection on motor vehicles: There are many intelligent software on a Camera-equipped car
could detect pedestrians and warn the driver.
4. Automatic motion capture for film and television: Producing computer-generated imagery of accurate motion currently
requires the use of a motion-capture System that stores exact 2-D or 3- motion of a human body.
Difficulties in object tracking:
1. Abrupt object motion.
2. Changing appearance patterns of both the object and the scene.
3. Non rigid object structures.
4. Object-to-object and object-to-scene occlusions.
5. Camera motion Tracking.
A method for real-time segmentation of moving regions in image sequences involves “background subtraction“, or
“thresholding”find error between an estimate of the image without moving objects and the current image. Due to its complex
computation and the poor anti-noise performance, use the special hardware is needed in real time processing. The frame
difference, or time difference are use to extracts the motion regions by the threshold of time difference in adjacent frames’
pixels. The advantages of this method are the insensitive to the change of light, fast background update and good adaptive
performance [1].
1.1 Motion Detection-
Motion detection is the process use change in position of an object related to its surrounding or the change in the surrounding
relative to an object [2]
1.2 Background Subtraction-
Background Subtraction is a process used for Object detection and it can be achieved by building a representation of the scene
called the background model and then it is finding deviations from the model for each incoming frame and change in an image
region from the background model signifies a moving object. The pixels for each frame in regions marked for further
processing. This process is called the background subtraction.
Another way of general background subtraction is to subtract the gray-level value of the present frame from correspondent
background. So the little change of background luminance, if the correspondent pixel’s gray-level value is lower than the
thresholding, the object is considered to be static. Otherwise, the region is considered to be dynamic and marked. The location
International Journal of Innovative Research in Information Security (IJIRIS) ISSN: 2349-7017(O)
Volume 1 Issue 2 (August 2014) ISSN: 2349-7009 (P)
http://ijiris.com
______________________________________________________________________________________________________
© 2014, IJIRIS- All Rights Reserved Page - 54
of the moving object can be obtained based on the marked regions. The general background subtraction uses the pixel
dependent time difference and fixed threshold in present frame and background frame to extract the motion region.
II. PROPOSED MODEL FOR REAL TIME OBJECT TRACKING
In any Real Time Object Tracking system using motion detection, one of the most important problems is the video recorded by
a shaking camera with changing background and noises.The basic block Diagram for the proposed Model is shown below:
This is the model which is adapted in this research Work for the purpose of Object Tracking using Motion Detection and
Sound Detection in Real Time.
Fig. 1 Proposed Model Diagram
Table 1. MATLAB specifications
Methodology Adopted: Tool/Software used Version
MATLAB MatlabR2010a
2.1 Problem Statement-
Real time object tracking in shaking camera with changing background and noises, it’s a big problem because many time
camera is not detect the object efficiently and accurately form the video recorded by a shaking camera with changing
background and noises. This system is detecting the real time object with motion as well as sound. As object is detected,
through motion and sound and lack of the security, start the alarm.
2.2 Steps of Implemented Algorithm-
A) For motion detection-
1. Capture the live video frames through webcam.
2. Frames acquired are stored in the Matlab directory as matrix in which each element of the matrix contains information
about the pixel value of the image at a particular location.
3. Compare every single pixel of each frame being acquired by the device with the previously acquired Frame and checks for
the difference between the total values of each frame.
4. If difference is greater than the threshold value (T), start storing video until motion will be stopped otherwise delete the
previous frame.
5. As motion is detected, start the alarm.
6. The video and audio files which will be in media player format will be made and stored in the particular desired folder.
Object detection
tracker
Motion detection
Or
Sound detection
Alarm alert
Sound detectionMotion detection
International Journal of Innovative Research in Information Security (IJIRIS) ISSN: 2349-7017(O)
Volume 1 Issue 2 (August 2014) ISSN: 2349-7009 (P)
http://ijiris.com
______________________________________________________________________________________________________
© 2014, IJIRIS- All Rights Reserved Page - 55
B) For sound detection-
1. Create an analog input object for input sound.
2. Set the trigger type as manual.
3. Repeat the trigger configuration.
4. Set the sample to record i per sample.
5. Now set the analog output object for alarm.
6. Set fs=11025 HZ.
7. Start recording.
8. Play the recording voice.
9. Now write the wave file of hard disk.
10. Now read the wave file.
11. Set the sound thresholding 0.08.
12. Now compute the lowest sound by finding average value and its deviation for mean.
13. Now show the sound and maximum value graph.
14. Now check the value of sound max with these sounds.
15. If sound max > sound thresholding
Them set noise =true
Wave play for alarm data
Otherwise false
16. End.
2.3 Flow chart of proposed algorithm-
Fig. 2 Flow chart of proposed algorithm
Start
Input the frame i
Calculate the pixel
variant for pair of
frame i
Threshold pair of
frame i
Is pixel
variant?
I > T
Track the
movement
in the
frame
No
motion
detected
Stop
Motion
detected
International Journal of Innovative Research in Information Security (IJIRIS) ISSN: 2349-7017(O)
Volume 1 Issue 2 (August 2014) ISSN: 2349-7009 (P)
http://ijiris.com
______________________________________________________________________________________________________
© 2014, IJIRIS- All Rights Reserved Page - 56
III. RESULTS
A) Difference between same images-
a.
Fig. 3 Take two same images.
b. c.
Fig. 4 Histogram of same image
d.
Fig. 5 Detect motion of same images
e.
Fig. 6 Difference between same images
International Journal of Innovative Research in Information Security (IJIRIS) ISSN: 2349-7017(O)
Volume 1 Issue 2 (August 2014) ISSN: 2349-7009 (P)
http://ijiris.com
______________________________________________________________________________________________________
© 2014, IJIRIS- All Rights Reserved Page - 57
The detected motion is shown by Fig. 5 and difference between same images as shown in Fig. 6 and the difference is zero,
there is no motion.
B) Difference between two different images-
f.
Fig. 7 Take two different images
g. h.
Fig.8 Histogram of image
i.
Fig. 9 Detected motion between two images
j.
International Journal of Innovative Research in Information Security (IJIRIS) ISSN: 2349-7017(O)
Volume 1 Issue 2 (August 2014) ISSN: 2349-7009 (P)
http://ijiris.com
______________________________________________________________________________________________________
© 2014, IJIRIS- All Rights Reserved Page - 58
Fig.10 Difference between two images
The detected motion is shown by Fig. 9 and difference between two images is shown in Fig.10. Difference between two
images is not zero so there is some motion.
IV. CONCLUSION
It is a real time object detection system, detect motion as well sound .it is a enhance system as CCTV.CCTV camera only
monitor and recorded the area. but this system monitor and recorded the area and also detect object in real time sound or
motion detection, if camera sometime not detect motion of a object in changing background, so through sound detection, it is
detect sound of a object in a real time and object is detected so it is also play the alarm for lack of security in real time sound or
motion detection.
ACKNOWLEDGEMENT
We would like to sincerely thankful to respected Dr. C.S.Satsangi, (Head of Department Information Technology) for his
contribution and help in writing this Paper. We would also thankful to our team-mates and all my friends who involved in the
discussions and Deliberations during the implementation and Development aspect.
REFERENCES
[1] Jin-Bin yang, Min shi, Qing-Ming yi “A New Method for Motion Target Detection by Background Subtraction and
Update”, International Conference on Medical Physics and Biomedical Engineering, 1875-3892 © 2012 Published by
Elsevier B.V. Selection.
[2] Harsha K. Ingle and Prof. Dr. D.S. Borma, “Object Tracking System Using MotioDetection”, International Journal
ScientificResearchEngineering &Technology (IJSRET) Volume 1, Issue2 pp, 021-026 May 2012.
[3] Alper Yilmaz and Mubarak Shah,” Object Tracking: A Survey”, ACM Computing Surveys, Vol. 38, No. 4, Article 13,
Publication date: December 2006.
[4] Zhen Yu, Yanping Chen,” A real-time motion detection algorithm for traffic monitoring systems based on consecutive
temporal difference”, Proceedings of the 7th Asian Control Conference, Hong Kong, China, August 27-29, 2009.
[5] Shui-gen Wei, Lei Yang, Zhen Chen, Zhen-feng Liu, “Motion Detection Based on Optical Flow and Self-adaptive
Threshold Segmentation”© 2011 Published by Elsevier Ltd.
[6] Gonzalez, Rafael C. “Digital Image Processing” Includes bibliographical references ISBN 0-201-18075-8.
[7] RafaelC.Gonzalez, Richard E. Woods, Steven L. Eddins,” Digital Image processing using matlab”.
[8] Haritaoglu, Harwood, and Davis “Real-time surveillance of people and their activities”IEEE trans. patt. Analy. Mach.
intell. 22, 8, 809–830, l 2000.
[9] Cai, and Aggarwal, J. 1999. “Tracking human motion in structured environments using a distributed camera system”, IEEE
Trans. Patt. Analy. Mach. Intell. 2, 11, 1241–1247.
[10] Kang, Cohen, Andmedioni, 2003. “Continuous tracking within and across camera streams”, In IEEE Conference on
Computer Vision and Pattern Recognition (CVPR). 267–272.

More Related Content

What's hot

Human Motion Detection in Video Surveillance using Computer Vision Technique
Human Motion Detection in Video Surveillance using Computer Vision TechniqueHuman Motion Detection in Video Surveillance using Computer Vision Technique
Human Motion Detection in Video Surveillance using Computer Vision TechniqueIRJET Journal
 
A Robot Collision Avoidance Method Using Kinect and Global Vision
A Robot Collision Avoidance Method Using Kinect and Global VisionA Robot Collision Avoidance Method Using Kinect and Global Vision
A Robot Collision Avoidance Method Using Kinect and Global VisionTELKOMNIKA JOURNAL
 
Control of a Movable Robot Head Using Vision-Based Object Tracking
Control of a Movable Robot Head Using Vision-Based Object TrackingControl of a Movable Robot Head Using Vision-Based Object Tracking
Control of a Movable Robot Head Using Vision-Based Object TrackingIJECEIAES
 
Interactive Full-Body Motion Capture Using Infrared Sensor Network
Interactive Full-Body Motion Capture Using Infrared Sensor Network  Interactive Full-Body Motion Capture Using Infrared Sensor Network
Interactive Full-Body Motion Capture Using Infrared Sensor Network ijcga
 
Real Time Detection of Moving Object Based on Fpga
Real Time Detection of Moving Object Based on FpgaReal Time Detection of Moving Object Based on Fpga
Real Time Detection of Moving Object Based on Fpgaiosrjce
 
C0365025029
C0365025029C0365025029
C0365025029theijes
 
IRJET - Real-Time Analysis of Video Surveillance using Machine Learning a...
IRJET -  	  Real-Time Analysis of Video Surveillance using Machine Learning a...IRJET -  	  Real-Time Analysis of Video Surveillance using Machine Learning a...
IRJET - Real-Time Analysis of Video Surveillance using Machine Learning a...IRJET Journal
 
IRJET- Behavior Analysis from Videos using Motion based Feature Extraction
IRJET-  	  Behavior Analysis from Videos using Motion based Feature ExtractionIRJET-  	  Behavior Analysis from Videos using Motion based Feature Extraction
IRJET- Behavior Analysis from Videos using Motion based Feature ExtractionIRJET Journal
 
IRJET - Accident Intimation System using Image Processing
IRJET - Accident Intimation System using Image ProcessingIRJET - Accident Intimation System using Image Processing
IRJET - Accident Intimation System using Image ProcessingIRJET Journal
 
Fast Human Detection in Surveillance Video
Fast Human Detection in Surveillance VideoFast Human Detection in Surveillance Video
Fast Human Detection in Surveillance VideoIOSR Journals
 
Interactive full body motion capture using infrared sensor network
Interactive full body motion capture using infrared sensor networkInteractive full body motion capture using infrared sensor network
Interactive full body motion capture using infrared sensor networkijcga
 
A NOVEL BACKGROUND SUBTRACTION ALGORITHM FOR PERSON TRACKING BASED ON K-NN
A NOVEL BACKGROUND SUBTRACTION ALGORITHM FOR PERSON TRACKING BASED ON K-NN A NOVEL BACKGROUND SUBTRACTION ALGORITHM FOR PERSON TRACKING BASED ON K-NN
A NOVEL BACKGROUND SUBTRACTION ALGORITHM FOR PERSON TRACKING BASED ON K-NN csandit
 
Abnormal activity detection in surveillance video scenes
Abnormal activity detection in surveillance video scenesAbnormal activity detection in surveillance video scenes
Abnormal activity detection in surveillance video scenesTELKOMNIKA JOURNAL
 
A NOVEL METHOD FOR PERSON TRACKING BASED K-NN : COMPARISON WITH SIFT AND MEAN...
A NOVEL METHOD FOR PERSON TRACKING BASED K-NN : COMPARISON WITH SIFT AND MEAN...A NOVEL METHOD FOR PERSON TRACKING BASED K-NN : COMPARISON WITH SIFT AND MEAN...
A NOVEL METHOD FOR PERSON TRACKING BASED K-NN : COMPARISON WITH SIFT AND MEAN...sipij
 
PREPROCESSING ALGORITHM FOR DIGITAL FINGERPRINT IMAGE RECOGNITION
PREPROCESSING ALGORITHM FOR DIGITAL FINGERPRINT IMAGE RECOGNITION PREPROCESSING ALGORITHM FOR DIGITAL FINGERPRINT IMAGE RECOGNITION
PREPROCESSING ALGORITHM FOR DIGITAL FINGERPRINT IMAGE RECOGNITION ijcsity
 
AUTO LANDING PROCESS FOR AUTONOMOUS FLYING ROBOT BY USING IMAGE PROCESSING BA...
AUTO LANDING PROCESS FOR AUTONOMOUS FLYING ROBOT BY USING IMAGE PROCESSING BA...AUTO LANDING PROCESS FOR AUTONOMOUS FLYING ROBOT BY USING IMAGE PROCESSING BA...
AUTO LANDING PROCESS FOR AUTONOMOUS FLYING ROBOT BY USING IMAGE PROCESSING BA...csandit
 

What's hot (17)

Human Motion Detection in Video Surveillance using Computer Vision Technique
Human Motion Detection in Video Surveillance using Computer Vision TechniqueHuman Motion Detection in Video Surveillance using Computer Vision Technique
Human Motion Detection in Video Surveillance using Computer Vision Technique
 
A Robot Collision Avoidance Method Using Kinect and Global Vision
A Robot Collision Avoidance Method Using Kinect and Global VisionA Robot Collision Avoidance Method Using Kinect and Global Vision
A Robot Collision Avoidance Method Using Kinect and Global Vision
 
30120140506012 2
30120140506012 230120140506012 2
30120140506012 2
 
Control of a Movable Robot Head Using Vision-Based Object Tracking
Control of a Movable Robot Head Using Vision-Based Object TrackingControl of a Movable Robot Head Using Vision-Based Object Tracking
Control of a Movable Robot Head Using Vision-Based Object Tracking
 
Interactive Full-Body Motion Capture Using Infrared Sensor Network
Interactive Full-Body Motion Capture Using Infrared Sensor Network  Interactive Full-Body Motion Capture Using Infrared Sensor Network
Interactive Full-Body Motion Capture Using Infrared Sensor Network
 
Real Time Detection of Moving Object Based on Fpga
Real Time Detection of Moving Object Based on FpgaReal Time Detection of Moving Object Based on Fpga
Real Time Detection of Moving Object Based on Fpga
 
C0365025029
C0365025029C0365025029
C0365025029
 
IRJET - Real-Time Analysis of Video Surveillance using Machine Learning a...
IRJET -  	  Real-Time Analysis of Video Surveillance using Machine Learning a...IRJET -  	  Real-Time Analysis of Video Surveillance using Machine Learning a...
IRJET - Real-Time Analysis of Video Surveillance using Machine Learning a...
 
IRJET- Behavior Analysis from Videos using Motion based Feature Extraction
IRJET-  	  Behavior Analysis from Videos using Motion based Feature ExtractionIRJET-  	  Behavior Analysis from Videos using Motion based Feature Extraction
IRJET- Behavior Analysis from Videos using Motion based Feature Extraction
 
IRJET - Accident Intimation System using Image Processing
IRJET - Accident Intimation System using Image ProcessingIRJET - Accident Intimation System using Image Processing
IRJET - Accident Intimation System using Image Processing
 
Fast Human Detection in Surveillance Video
Fast Human Detection in Surveillance VideoFast Human Detection in Surveillance Video
Fast Human Detection in Surveillance Video
 
Interactive full body motion capture using infrared sensor network
Interactive full body motion capture using infrared sensor networkInteractive full body motion capture using infrared sensor network
Interactive full body motion capture using infrared sensor network
 
A NOVEL BACKGROUND SUBTRACTION ALGORITHM FOR PERSON TRACKING BASED ON K-NN
A NOVEL BACKGROUND SUBTRACTION ALGORITHM FOR PERSON TRACKING BASED ON K-NN A NOVEL BACKGROUND SUBTRACTION ALGORITHM FOR PERSON TRACKING BASED ON K-NN
A NOVEL BACKGROUND SUBTRACTION ALGORITHM FOR PERSON TRACKING BASED ON K-NN
 
Abnormal activity detection in surveillance video scenes
Abnormal activity detection in surveillance video scenesAbnormal activity detection in surveillance video scenes
Abnormal activity detection in surveillance video scenes
 
A NOVEL METHOD FOR PERSON TRACKING BASED K-NN : COMPARISON WITH SIFT AND MEAN...
A NOVEL METHOD FOR PERSON TRACKING BASED K-NN : COMPARISON WITH SIFT AND MEAN...A NOVEL METHOD FOR PERSON TRACKING BASED K-NN : COMPARISON WITH SIFT AND MEAN...
A NOVEL METHOD FOR PERSON TRACKING BASED K-NN : COMPARISON WITH SIFT AND MEAN...
 
PREPROCESSING ALGORITHM FOR DIGITAL FINGERPRINT IMAGE RECOGNITION
PREPROCESSING ALGORITHM FOR DIGITAL FINGERPRINT IMAGE RECOGNITION PREPROCESSING ALGORITHM FOR DIGITAL FINGERPRINT IMAGE RECOGNITION
PREPROCESSING ALGORITHM FOR DIGITAL FINGERPRINT IMAGE RECOGNITION
 
AUTO LANDING PROCESS FOR AUTONOMOUS FLYING ROBOT BY USING IMAGE PROCESSING BA...
AUTO LANDING PROCESS FOR AUTONOMOUS FLYING ROBOT BY USING IMAGE PROCESSING BA...AUTO LANDING PROCESS FOR AUTONOMOUS FLYING ROBOT BY USING IMAGE PROCESSING BA...
AUTO LANDING PROCESS FOR AUTONOMOUS FLYING ROBOT BY USING IMAGE PROCESSING BA...
 

Similar to Object Tracking System Using Motion Detection and Sound Detection

IRJET - Automatic Gun Control using Motion Detection System
IRJET - Automatic Gun Control using Motion Detection SystemIRJET - Automatic Gun Control using Motion Detection System
IRJET - Automatic Gun Control using Motion Detection SystemIRJET Journal
 
A Study of Motion Detection Method for Smart Home System
A Study of Motion Detection Method for Smart Home SystemA Study of Motion Detection Method for Smart Home System
A Study of Motion Detection Method for Smart Home SystemAM Publications
 
IRJET- Review: Autonomous Detection and Shooting of Moving Objects at Borders...
IRJET- Review: Autonomous Detection and Shooting of Moving Objects at Borders...IRJET- Review: Autonomous Detection and Shooting of Moving Objects at Borders...
IRJET- Review: Autonomous Detection and Shooting of Moving Objects at Borders...IRJET Journal
 
IRJET- Intruder Detection System using Camera with Alert Management
IRJET- Intruder Detection System using Camera with Alert ManagementIRJET- Intruder Detection System using Camera with Alert Management
IRJET- Intruder Detection System using Camera with Alert ManagementIRJET Journal
 
Event-Handling Based Smart Video Surveillance System
Event-Handling Based Smart Video Surveillance SystemEvent-Handling Based Smart Video Surveillance System
Event-Handling Based Smart Video Surveillance SystemCSCJournals
 
Motion Detection System for Security Using IoT- Survey
Motion Detection System for Security Using IoT- SurveyMotion Detection System for Security Using IoT- Survey
Motion Detection System for Security Using IoT- SurveyIRJET Journal
 
Moving object detection using background subtraction algorithm using simulink
Moving object detection using background subtraction algorithm using simulinkMoving object detection using background subtraction algorithm using simulink
Moving object detection using background subtraction algorithm using simulinkeSAT Publishing House
 
Overview Of Video Object Tracking System
Overview Of Video Object Tracking SystemOverview Of Video Object Tracking System
Overview Of Video Object Tracking SystemEditor IJMTER
 
A Review on Motion Detection Techniques
A Review on Motion Detection TechniquesA Review on Motion Detection Techniques
A Review on Motion Detection Techniquesijtsrd
 
A Novel Background Subtraction Algorithm for Person Tracking Based on K-NN
A Novel Background Subtraction Algorithm for Person Tracking Based on K-NN A Novel Background Subtraction Algorithm for Person Tracking Based on K-NN
A Novel Background Subtraction Algorithm for Person Tracking Based on K-NN cscpconf
 
IRJET- Development of Surveillance System for Indian Military
IRJET- Development of Surveillance System for Indian MilitaryIRJET- Development of Surveillance System for Indian Military
IRJET- Development of Surveillance System for Indian MilitaryIRJET Journal
 
IRJET- Applications of Object Detection System
IRJET-  	  Applications of Object Detection SystemIRJET-  	  Applications of Object Detection System
IRJET- Applications of Object Detection SystemIRJET Journal
 
IRJET- Moving Object Detection using Foreground Detection for Video Surveil...
IRJET- 	 Moving Object Detection using Foreground Detection for Video Surveil...IRJET- 	 Moving Object Detection using Foreground Detection for Video Surveil...
IRJET- Moving Object Detection using Foreground Detection for Video Surveil...IRJET Journal
 
Sanjaya: A Blind Assistance System
Sanjaya: A Blind Assistance SystemSanjaya: A Blind Assistance System
Sanjaya: A Blind Assistance SystemIRJET Journal
 
IRJET- Threat Detection in Hostile Environment with Deep Learning based on Dr...
IRJET- Threat Detection in Hostile Environment with Deep Learning based on Dr...IRJET- Threat Detection in Hostile Environment with Deep Learning based on Dr...
IRJET- Threat Detection in Hostile Environment with Deep Learning based on Dr...IRJET Journal
 
Bibliometric Analysis on Computer Vision based Anomaly Detection using Deep L...
Bibliometric Analysis on Computer Vision based Anomaly Detection using Deep L...Bibliometric Analysis on Computer Vision based Anomaly Detection using Deep L...
Bibliometric Analysis on Computer Vision based Anomaly Detection using Deep L...IRJET Journal
 
Real time object tracking and learning using template matching
Real time object tracking and learning using template matchingReal time object tracking and learning using template matching
Real time object tracking and learning using template matchingeSAT Publishing House
 

Similar to Object Tracking System Using Motion Detection and Sound Detection (20)

IRJET - Automatic Gun Control using Motion Detection System
IRJET - Automatic Gun Control using Motion Detection SystemIRJET - Automatic Gun Control using Motion Detection System
IRJET - Automatic Gun Control using Motion Detection System
 
A Study of Motion Detection Method for Smart Home System
A Study of Motion Detection Method for Smart Home SystemA Study of Motion Detection Method for Smart Home System
A Study of Motion Detection Method for Smart Home System
 
IRJET- Review: Autonomous Detection and Shooting of Moving Objects at Borders...
IRJET- Review: Autonomous Detection and Shooting of Moving Objects at Borders...IRJET- Review: Autonomous Detection and Shooting of Moving Objects at Borders...
IRJET- Review: Autonomous Detection and Shooting of Moving Objects at Borders...
 
IRJET- Intruder Detection System using Camera with Alert Management
IRJET- Intruder Detection System using Camera with Alert ManagementIRJET- Intruder Detection System using Camera with Alert Management
IRJET- Intruder Detection System using Camera with Alert Management
 
[IJET-V1I6P15] Authors : Sadhana Raut, Poonam Rohani,Sumera Shaikh, Tehesin S...
[IJET-V1I6P15] Authors : Sadhana Raut, Poonam Rohani,Sumera Shaikh, Tehesin S...[IJET-V1I6P15] Authors : Sadhana Raut, Poonam Rohani,Sumera Shaikh, Tehesin S...
[IJET-V1I6P15] Authors : Sadhana Raut, Poonam Rohani,Sumera Shaikh, Tehesin S...
 
Event-Handling Based Smart Video Surveillance System
Event-Handling Based Smart Video Surveillance SystemEvent-Handling Based Smart Video Surveillance System
Event-Handling Based Smart Video Surveillance System
 
Motion Detection System for Security Using IoT- Survey
Motion Detection System for Security Using IoT- SurveyMotion Detection System for Security Using IoT- Survey
Motion Detection System for Security Using IoT- Survey
 
Moving object detection using background subtraction algorithm using simulink
Moving object detection using background subtraction algorithm using simulinkMoving object detection using background subtraction algorithm using simulink
Moving object detection using background subtraction algorithm using simulink
 
F011113741
F011113741F011113741
F011113741
 
Overview Of Video Object Tracking System
Overview Of Video Object Tracking SystemOverview Of Video Object Tracking System
Overview Of Video Object Tracking System
 
A Review on Motion Detection Techniques
A Review on Motion Detection TechniquesA Review on Motion Detection Techniques
A Review on Motion Detection Techniques
 
H028038042
H028038042H028038042
H028038042
 
A Novel Background Subtraction Algorithm for Person Tracking Based on K-NN
A Novel Background Subtraction Algorithm for Person Tracking Based on K-NN A Novel Background Subtraction Algorithm for Person Tracking Based on K-NN
A Novel Background Subtraction Algorithm for Person Tracking Based on K-NN
 
IRJET- Development of Surveillance System for Indian Military
IRJET- Development of Surveillance System for Indian MilitaryIRJET- Development of Surveillance System for Indian Military
IRJET- Development of Surveillance System for Indian Military
 
IRJET- Applications of Object Detection System
IRJET-  	  Applications of Object Detection SystemIRJET-  	  Applications of Object Detection System
IRJET- Applications of Object Detection System
 
IRJET- Moving Object Detection using Foreground Detection for Video Surveil...
IRJET- 	 Moving Object Detection using Foreground Detection for Video Surveil...IRJET- 	 Moving Object Detection using Foreground Detection for Video Surveil...
IRJET- Moving Object Detection using Foreground Detection for Video Surveil...
 
Sanjaya: A Blind Assistance System
Sanjaya: A Blind Assistance SystemSanjaya: A Blind Assistance System
Sanjaya: A Blind Assistance System
 
IRJET- Threat Detection in Hostile Environment with Deep Learning based on Dr...
IRJET- Threat Detection in Hostile Environment with Deep Learning based on Dr...IRJET- Threat Detection in Hostile Environment with Deep Learning based on Dr...
IRJET- Threat Detection in Hostile Environment with Deep Learning based on Dr...
 
Bibliometric Analysis on Computer Vision based Anomaly Detection using Deep L...
Bibliometric Analysis on Computer Vision based Anomaly Detection using Deep L...Bibliometric Analysis on Computer Vision based Anomaly Detection using Deep L...
Bibliometric Analysis on Computer Vision based Anomaly Detection using Deep L...
 
Real time object tracking and learning using template matching
Real time object tracking and learning using template matchingReal time object tracking and learning using template matching
Real time object tracking and learning using template matching
 

Recently uploaded

(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiSuhani Kapoor
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptxthyngster
 
Digi Khata Problem along complete plan.pptx
Digi Khata Problem along complete plan.pptxDigi Khata Problem along complete plan.pptx
Digi Khata Problem along complete plan.pptxTanveerAhmed817946
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfSocial Samosa
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...soniya singh
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiSuhani Kapoor
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Callshivangimorya083
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfLars Albertsson
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubaihf8803863
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...
Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...
Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...shivangimorya083
 
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...Pooja Nehwal
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Ukraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSUkraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSAishani27
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfMarinCaroMartnezBerg
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998YohFuh
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPramod Kumar Srivastava
 
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改atducpo
 

Recently uploaded (20)

(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
 
Digi Khata Problem along complete plan.pptx
Digi Khata Problem along complete plan.pptxDigi Khata Problem along complete plan.pptx
Digi Khata Problem along complete plan.pptx
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
 
E-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptxE-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptx
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdf
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...
Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...
Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...
 
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Ukraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSUkraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICS
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
 
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
 

Object Tracking System Using Motion Detection and Sound Detection

  • 1. International Journal of Innovative Research in Information Security (IJIRIS) ISSN: 2349-7017(O) Volume 1 Issue 2 (August 2014) ISSN: 2349-7009 (P) http://ijiris.com ______________________________________________________________________________________________________ © 2014, IJIRIS- All Rights Reserved Page - 53 Object Tracking System Using Motion Detection and Sound Detection Prashansha Jain Dr. C.S. Satsangi Computer Science department Head of Department, information technology Medicaps Institute of Technology and Management, Medicaps Institute of Technology and Management Indore, MP, India Indore, MP, India Abstract-Visual monitoring activities using cameras automatically without human intervention is a big and challenging problem so we need automatic object tracker system. This paper presents a new object tracking system in Real time that systematically combines both motion detection and sound detection. In this system detect motion as well as sound in a real time and if lack of security it is also give alert message through alarm. The proposed method is excellent in real-time performance because it detect the moving objects efficiently and accurately form the video recorded by a shaking camera with changing background and noises. Keywords - Object detection, Motion detection, Object tracking, Background Subtraction and Sound detection I. INTRODUCTION Intelligent vision analysis has been one of the most important technologies in intelligent environment, security monitoring and human computer interaction. A real time visual surveillance system detecting and tracking multiple people and monitoring their activities in an outdoor environment [1]. There are many Applications that could be realized with reliable motion detection and tracking: 1. Automated surveillance for security-many places such as airports, casinos, museums, and government installations: Intelligent software is used to monitor security cameras and detect suspicious behaviour. So automated surveillance are increases the productivity of the human operator and increases coverage of the surveillance. 2. Human interaction for mobile robotics: Autonomous mobile robots in the workplace or home could interact with the humans and their environment, if they could reliably detect their Presence. 3. Safety devices for pedestrian detection on motor vehicles: There are many intelligent software on a Camera-equipped car could detect pedestrians and warn the driver. 4. Automatic motion capture for film and television: Producing computer-generated imagery of accurate motion currently requires the use of a motion-capture System that stores exact 2-D or 3- motion of a human body. Difficulties in object tracking: 1. Abrupt object motion. 2. Changing appearance patterns of both the object and the scene. 3. Non rigid object structures. 4. Object-to-object and object-to-scene occlusions. 5. Camera motion Tracking. A method for real-time segmentation of moving regions in image sequences involves “background subtraction“, or “thresholding”find error between an estimate of the image without moving objects and the current image. Due to its complex computation and the poor anti-noise performance, use the special hardware is needed in real time processing. The frame difference, or time difference are use to extracts the motion regions by the threshold of time difference in adjacent frames’ pixels. The advantages of this method are the insensitive to the change of light, fast background update and good adaptive performance [1]. 1.1 Motion Detection- Motion detection is the process use change in position of an object related to its surrounding or the change in the surrounding relative to an object [2] 1.2 Background Subtraction- Background Subtraction is a process used for Object detection and it can be achieved by building a representation of the scene called the background model and then it is finding deviations from the model for each incoming frame and change in an image region from the background model signifies a moving object. The pixels for each frame in regions marked for further processing. This process is called the background subtraction. Another way of general background subtraction is to subtract the gray-level value of the present frame from correspondent background. So the little change of background luminance, if the correspondent pixel’s gray-level value is lower than the thresholding, the object is considered to be static. Otherwise, the region is considered to be dynamic and marked. The location
  • 2. International Journal of Innovative Research in Information Security (IJIRIS) ISSN: 2349-7017(O) Volume 1 Issue 2 (August 2014) ISSN: 2349-7009 (P) http://ijiris.com ______________________________________________________________________________________________________ © 2014, IJIRIS- All Rights Reserved Page - 54 of the moving object can be obtained based on the marked regions. The general background subtraction uses the pixel dependent time difference and fixed threshold in present frame and background frame to extract the motion region. II. PROPOSED MODEL FOR REAL TIME OBJECT TRACKING In any Real Time Object Tracking system using motion detection, one of the most important problems is the video recorded by a shaking camera with changing background and noises.The basic block Diagram for the proposed Model is shown below: This is the model which is adapted in this research Work for the purpose of Object Tracking using Motion Detection and Sound Detection in Real Time. Fig. 1 Proposed Model Diagram Table 1. MATLAB specifications Methodology Adopted: Tool/Software used Version MATLAB MatlabR2010a 2.1 Problem Statement- Real time object tracking in shaking camera with changing background and noises, it’s a big problem because many time camera is not detect the object efficiently and accurately form the video recorded by a shaking camera with changing background and noises. This system is detecting the real time object with motion as well as sound. As object is detected, through motion and sound and lack of the security, start the alarm. 2.2 Steps of Implemented Algorithm- A) For motion detection- 1. Capture the live video frames through webcam. 2. Frames acquired are stored in the Matlab directory as matrix in which each element of the matrix contains information about the pixel value of the image at a particular location. 3. Compare every single pixel of each frame being acquired by the device with the previously acquired Frame and checks for the difference between the total values of each frame. 4. If difference is greater than the threshold value (T), start storing video until motion will be stopped otherwise delete the previous frame. 5. As motion is detected, start the alarm. 6. The video and audio files which will be in media player format will be made and stored in the particular desired folder. Object detection tracker Motion detection Or Sound detection Alarm alert Sound detectionMotion detection
  • 3. International Journal of Innovative Research in Information Security (IJIRIS) ISSN: 2349-7017(O) Volume 1 Issue 2 (August 2014) ISSN: 2349-7009 (P) http://ijiris.com ______________________________________________________________________________________________________ © 2014, IJIRIS- All Rights Reserved Page - 55 B) For sound detection- 1. Create an analog input object for input sound. 2. Set the trigger type as manual. 3. Repeat the trigger configuration. 4. Set the sample to record i per sample. 5. Now set the analog output object for alarm. 6. Set fs=11025 HZ. 7. Start recording. 8. Play the recording voice. 9. Now write the wave file of hard disk. 10. Now read the wave file. 11. Set the sound thresholding 0.08. 12. Now compute the lowest sound by finding average value and its deviation for mean. 13. Now show the sound and maximum value graph. 14. Now check the value of sound max with these sounds. 15. If sound max > sound thresholding Them set noise =true Wave play for alarm data Otherwise false 16. End. 2.3 Flow chart of proposed algorithm- Fig. 2 Flow chart of proposed algorithm Start Input the frame i Calculate the pixel variant for pair of frame i Threshold pair of frame i Is pixel variant? I > T Track the movement in the frame No motion detected Stop Motion detected
  • 4. International Journal of Innovative Research in Information Security (IJIRIS) ISSN: 2349-7017(O) Volume 1 Issue 2 (August 2014) ISSN: 2349-7009 (P) http://ijiris.com ______________________________________________________________________________________________________ © 2014, IJIRIS- All Rights Reserved Page - 56 III. RESULTS A) Difference between same images- a. Fig. 3 Take two same images. b. c. Fig. 4 Histogram of same image d. Fig. 5 Detect motion of same images e. Fig. 6 Difference between same images
  • 5. International Journal of Innovative Research in Information Security (IJIRIS) ISSN: 2349-7017(O) Volume 1 Issue 2 (August 2014) ISSN: 2349-7009 (P) http://ijiris.com ______________________________________________________________________________________________________ © 2014, IJIRIS- All Rights Reserved Page - 57 The detected motion is shown by Fig. 5 and difference between same images as shown in Fig. 6 and the difference is zero, there is no motion. B) Difference between two different images- f. Fig. 7 Take two different images g. h. Fig.8 Histogram of image i. Fig. 9 Detected motion between two images j.
  • 6. International Journal of Innovative Research in Information Security (IJIRIS) ISSN: 2349-7017(O) Volume 1 Issue 2 (August 2014) ISSN: 2349-7009 (P) http://ijiris.com ______________________________________________________________________________________________________ © 2014, IJIRIS- All Rights Reserved Page - 58 Fig.10 Difference between two images The detected motion is shown by Fig. 9 and difference between two images is shown in Fig.10. Difference between two images is not zero so there is some motion. IV. CONCLUSION It is a real time object detection system, detect motion as well sound .it is a enhance system as CCTV.CCTV camera only monitor and recorded the area. but this system monitor and recorded the area and also detect object in real time sound or motion detection, if camera sometime not detect motion of a object in changing background, so through sound detection, it is detect sound of a object in a real time and object is detected so it is also play the alarm for lack of security in real time sound or motion detection. ACKNOWLEDGEMENT We would like to sincerely thankful to respected Dr. C.S.Satsangi, (Head of Department Information Technology) for his contribution and help in writing this Paper. We would also thankful to our team-mates and all my friends who involved in the discussions and Deliberations during the implementation and Development aspect. REFERENCES [1] Jin-Bin yang, Min shi, Qing-Ming yi “A New Method for Motion Target Detection by Background Subtraction and Update”, International Conference on Medical Physics and Biomedical Engineering, 1875-3892 © 2012 Published by Elsevier B.V. Selection. [2] Harsha K. Ingle and Prof. Dr. D.S. Borma, “Object Tracking System Using MotioDetection”, International Journal ScientificResearchEngineering &Technology (IJSRET) Volume 1, Issue2 pp, 021-026 May 2012. [3] Alper Yilmaz and Mubarak Shah,” Object Tracking: A Survey”, ACM Computing Surveys, Vol. 38, No. 4, Article 13, Publication date: December 2006. [4] Zhen Yu, Yanping Chen,” A real-time motion detection algorithm for traffic monitoring systems based on consecutive temporal difference”, Proceedings of the 7th Asian Control Conference, Hong Kong, China, August 27-29, 2009. [5] Shui-gen Wei, Lei Yang, Zhen Chen, Zhen-feng Liu, “Motion Detection Based on Optical Flow and Self-adaptive Threshold Segmentation”© 2011 Published by Elsevier Ltd. [6] Gonzalez, Rafael C. “Digital Image Processing” Includes bibliographical references ISBN 0-201-18075-8. [7] RafaelC.Gonzalez, Richard E. Woods, Steven L. Eddins,” Digital Image processing using matlab”. [8] Haritaoglu, Harwood, and Davis “Real-time surveillance of people and their activities”IEEE trans. patt. Analy. Mach. intell. 22, 8, 809–830, l 2000. [9] Cai, and Aggarwal, J. 1999. “Tracking human motion in structured environments using a distributed camera system”, IEEE Trans. Patt. Analy. Mach. Intell. 2, 11, 1241–1247. [10] Kang, Cohen, Andmedioni, 2003. “Continuous tracking within and across camera streams”, In IEEE Conference on Computer Vision and Pattern Recognition (CVPR). 267–272.