Thursday, May 7, 2020

Object Tracking Automatic Camera


coinpayu


Chapter 1

Introduction

Because of the advance in surveillance systems, object tracking has been an active research topic in the computer vision community over the last two decades as it is an essential prerequisite for analyzing and understanding video data. Tracking is usually performed in the context of higher-level applications, which in turn require the location or shape or color of the object in every captured frame. Accordingly, several assumptions should be considered to constrain the tracking problem for a particular application.

A great deal of interest in the field of object tracking has been generated due to (i) the recent evolution of high-speed computers, (ii) the availability of high quality and inexpensive sensors (video cameras), and (iii) the increasing demand for an automated real-time video analysis. Tracking an object is to get its spatial-tempo information by estimating its trajectory in the image plane as it moves around a scene, which in turn helps to study and predict its future behavior. There are three main steps in video analysis: detection of interesting moving objects, tracking those objects from frame to frame, and analysis of the recognized object tracks to detect their behavior. Some examples for object tracking include the tracking of anomalies movements of people in security systems, tracking of rockets in a military defense system, customers in a market, monitoring child or patient from remote location, players in a sport game, lane detection and obstacles detection systems in semi-automated vehicles and cars in a street. Tracking these objects helps in military defense, goods arranging, sport strategies, security field and traffic control, respectively. Basically, tracking can be done by one or multiple types of sensors. Radar, sonar, infrared, laser radar, and video cameras are the common used tracking sensors.

Enhancement of object tracking systems is building up a pan tilt moving cameras based on the movements of the detected object by combining the object tracking and computer vision technologies with microcontrollers. These systems are capable of continue the tracking even though the object runs away from the boundaries of the normal still camera. Most of modern surveillance systems use pan tilt moving tracking cameras to keep eye on specific object to a wide range. Basically these systems are capable of track a specific object along X axis from 0 degrees to 180 degrees and also along Y axis from 0 degrees to 180 degrees. This is a huge range when comparing to a still tracking camera system.

1.1. Background

Manufacturing of object tracking pan tilt cameras are the biggest technology revolution in surveillance systems. Most of existing systems are designed with advanced hardware technologies, and use complex computer vision software solution. So these systems are much expensive and too complex to handle. Most of the designers use static video camera for the manufacturing of surveillance systems, because of the high cost for the technology and the complexity. The goal of Object Tracking Automatic Camera is to introduce a low cost, more efficient and accurate solution for existing object tracking systems.

1.2. Motivation

Object tracking pan tilt camera is one of the most highlighted research areas in the last two decades. So I need to do my final year research project with interesting new topic that there are no exactly low cost solutions, which combine computer vision object tracking with hardware controlling, in the world. The reason is then I should not be in the frame because there is no international standard for the research. I could be able to develop my own algorithms for control the hardware by using the signals passing from the PC, which are generated by processing the input video from the video camera.

1.3. Goals

An Object Tracking Automatic Camera introduces a regular object tracking system with an enhancement of, making the camera to rotate along X and Y axis. It is a low cost solution for costly pan tilt moving object tracking systems. This system is designed to improve the current object tracking systems in the following ways.

  1. Track the object which is pointed by user by color
  2. Always place the moving object at the center of the screen, by rotating the camera to the direction where the object moves
  3. Save the video for future analysis

Achievement in brief

This dissertation presents a pan tilt moving object tracking camera system. This system takes a video input from the camera. Desktop application shows the captured video to the user. Then he/she can point any object in the video. Then application processes the video and isolates the pointed object. It calculates the position of the object. Send the position to the Microcontroller. Microcontroller rotates the servo motor mechanism, which the camera is attached to keep the pointed object at the center of the display screen. These all steps in project successfully completed.

1.5. Structure of the dissertation

The main purpose of this dissertation is presenting the overall description on the topic of “Object Tracking Automatic camera”. It is organized in the following chapters

  • Chapter 1 - Introduction gives the general overview of the proposed Object Tracking Automatic camera. And it includes the project background, motivation, goals and achievement in brief.
  • Chapter 2 - Literature survey. There are some researches and project done on the topic object tracking and object tracking with single pan tilt camera. This chapter gives a summary of those projects.
  • Chapter3 - The purpose of the chapter three is giving a description of methodology that used to develop the system
  • Chapter 4 - The design of the object tracking automatic camera.
  • Chapter 5 - Description of the implementation of the object tracking automatic camera.
  • Chapter 6 - Results of the system by presenting by the experiment. And also discuss the limitation of final developed system
  • Chapter 7 - Includes Conclusions and discusses the improvement could be achieved in the future research.

Chapters : 1 2 3 4 5 6 7

3 comments:

Featured Post

Data recovery of CCTV DVR systems which have Proprietary OS and Proprietary file systems - Literature Review

Abstract The purpose of this study is to explore some different ways of extracting data from closed-circuit television (CCTV) Digital video...

Popular Posts