SlideShare a Scribd company logo
1 of 4
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 281
REVIEW ON MOVING VEHICLE DETECTION IN AERIAL
SURVEILLANCE
Ramesh Sejpal1
,Mayur Charadva1
, Nisha Sarwade2
,
1
M.tech student, Electrical engineer department, Veermata Jijabai Tech. Inst, Maharashtra, India
2
Professor, Electrical engineer department, Veermata Jijabai Tech. Inst, Maharashtra, India
Abstract
Moving vehicle detection is a key technology for security purpose in urban area. Many researchers got the good results in
highway cases but in urban area still improvement in vehicle detection is needed. Cascade classifier method is strongly depending
on vehicle size and colour. Morphology is the study of Shape and form of objects. it process the image based on shapes. So it
would be the essential in particular method for achieving better detection rate. This paper is intended to present a review of very
recent developments to detect moving vehicles. The performance assessment of different methods is evaluated with respect to its
detection rate, false position rate and detection speed.
Keywords: Aerial surveillance, detection rate, erosion, false positive rate, urban area.
--------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUCTION
Florida Department of Transportation has started the project
named ATSS (Airborne Traffic Surveillance System) for
traffic surveillance to decrease the risk caused by collisions-
incidents in highways. Now aerial surveillance also started
in urban areas because increment of vehicle users, traffic
congestion and incidents in urban scene has become more
severe in recent years. So moving vehicle detection is
convenient and low-cost technology with easily compatible
on an airborne platform during aerial surveillance. Also
these technologies have a variety of applications, such as
military, police, and traffic management. Here vehicle only
include car and bus.
In urban area, there are some additional difficulties than
high way cases [1][2][3] like (1) The vehicles move even
slower than the camera, which may lead to a lot of false
alarm; (2) There are too many moving vehicles in a frame,
so two adjacent vehicles may easily be regarded as one and
therefore some vehicles may be miss-detected. Coif man, B.
et al. [1] proposed a simple but efficient subtraction method
for roadway traffic monitoring from an unmanned aerial
vehicle.Mirchandani P. et al. [2] proposed a two-frame
subtraction method to detect moving vehicles from aerial
image and got a high detection rate with low time
cost.Yalcin H et al. [3] proposed an optical flow-based
method to detect moving vehicles by segmenting the dense
optical flow fields into background and occlusion layers.
These methods could hardly work well in urban traffic
surveillance because they cannot solve the above
difficulties. For a traditional image subtraction-based
method, its performance is greatly determined by the speed
of vehicles. If a vehicle moves slowly, the corresponding
images in the consecutive frames will have little difference
and then the vehicle can hardly be detected by the image
subtraction method. Furthermore, objects such as buildings
around the road in moving camera platform will lead to a lot
of false alarm. Therefore, this method can only be adopted
directly for a stationary camera platform.
R.Lin [6] proposed a detection algorithm based on road-
detection. In urban area, most part of area is covered with
road so it can be consider as background. By subtracting
background vehicle regions would be obtain. After
consecutive frame subtraction, moving vehicles detected.
X.Cao [7] removes the problem of false positive rate by
cascade classifier but detection rate is still low in both
discussed methods. At last here proposed the morphological
operator [9], if combine with X.cao [7] proposed method
then the detection rate would be increase. Morphology is the
study of Shape and form of objects. They are useful for
object extraction and image segmentation operation.
In section 2, discussed the all-important and related methods
briefly. While section 3, compare them with performance
parameters. In section 4, .here Proposed morphological
analysis and at last concluded the paper.
2. METHODS OF VEHICLE DETECTION
Image subtraction is the important and base method of all
the techniques as subtracts all the pixels from first frame and
depending upon the threshold value it detects the vehicles. It
might be useful on highway but not useful for urban area
where vehicles speed may be slow. Now one by one discuss
the other techniques.
2.1 Image Subtraction with Vehicle Identification
This method is based upon traditional image subtraction
method. Now the advance technique is image subtraction
vehicle identification [5], in which vehicle size is added to
the traditional image subtraction. It has higher detection rate
than traditional method. But it strongly depend upon size of
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 282
vehicles and background of image and uses more area for
comparison which are the problems associated with it and
decreases the detection rate.
2.2 Moving Vehicle Detection with Road Detection
In MVD-RD [6] , there is also image subtraction method
used but before that Vehicles would be separated from
background. Because background cover the most part of
area in an image. So the disadvantages of Image subtraction
method would be easily overcome as there are less area for
comparision.So false alarm rate would be decrease. Here car
and bus are considered in vehicle. The Procedure of MVD-
RD method is given in fig.1
Fig.1 Procedure of MVD-RD
The important steps of MVD-RD method are given below.
1) Take two sequential frames from the video.
2) Frame no. 2 should be translated and rotate with
reference to frame-1 because to overcome the effect
of camera movement. This method is called Image
Registration.
3) For urban area, it is noticeable that road region
cover most part of whole frame, so it should be
consider as a back ground. By removing that it gets
vehicle regions.
4) Remove the regions which are small and larger
than vehicles.
5) After that subtracting both the frame it would get
the moving regions.
The moving vehicle detection result are shown in fig.2
Fig.2 Detected output
2.3 MVD-RD with Cascade Classifier
It is the advance method of MVD-RD with including
cascade classifier [7].Cascade classifier is made of the
feature of vehicles. By using this classifier, false detection is
reduced here.The method divide in two part (1) Pre-
processing stage (2) Classification stage. Pre-processing
stage is the same as MVD-RD. So same procedure is applied
here for detecting the moving vehicles and result of pre-
processing stage should be the input of Classification stage.
Architecture of system is shown in fig.(3).
Requirements for classification stage are:(1) output of pre-
processing stage (2) it should train the each classifier with
some negative and positive samples ,which will useful
during identify the each region. So positive samples must be
made of vehicles and negative samples must be without
vehicles Moreover, The performance of a classifier strongly
depends on the features adopted. To extract the efficient
feature, Viola and Jones [8] proposed an extremely effective
method, and here similar method is used to extract the
features.
This method also used MVD-RD so one problem may be
solves here to remove false detection but other problem is
also pending here that the vehicles which are not detected at
output of MVD-RD.
3. COMPARISON OF ALL METHODS
The performance of moving vehicle detection depends on
1. Detection rate
2. False positive rate
3. Detection speed
DR and FPR were defined as following:
DR=T/ (T+M) (1)
FPR=F/ (T+F) (2)
Where T is average number of detected regions that
corresponds to moving vehicles, F is of detected average
number regions that do not correspond to a moving vehicle
and M is average number of moving vehicles not detected.
The performance results of all the method are given in
Table.1
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 283
Fig.3 Architecture of System
Table.1 Performance of all the methods
Detection
Method
False
positive
Rate(FPR)
Detection
Speed
(fps)
Detection
Rate(DR)
Tradition
Image
Subtraction [1]
>75 % 8.84 75 to 100%
Image
Subtraction
with vehicle
identification
[5]
25 to 75 % 8.12 70 to 100%
Moving
Vehicle
detection based
on road
detection [6]
0 to 13 % 6.43 80 to 100%
Cascade
Classifier [7]
0 to 3 % 6.30 80 to 100%
As given in Table.1 Cascade classifier has good Detection
rate and low False Positive Rate because of road detection
two adjacent vehicles can be separate from each other. Due
to feature classification FPR is decreased. One point should
mark that both cascade classifier and MVD-RD has same
detection rate which should be further improve.
4. MORPHOLOGICAL ANALYSIS
Morphology is the study of Shape and form of objects [9].
Morphology image analysis can be used to perform
 Object extraction
 Image filtering operation such as removal of small
objects and noise from an image
 Image segmentation operation such as separating
connected objects
 Measurement operation such as texture analysis
and Shape description
Dilation and erosion are the most basic morphological
operations. Dilation is used to shrink the objects from the
image. There are also other useful operations such as
Opening (erosion followed by dilation) and closing (dilation
followed by erosion).Opening is used to remove the small
objects from the image. How morphological analysis is
useful for the vehicle detection it will be clear from this
example. In this example, here taken an image which was
used in MVD-RD method and done the morphological
erosion. For simulation, MATLAB R2013a software is used
here.
Fig.4 Input image
Fig.5 Eroded image
In fig.4 input image is given and after that morphological
erosion applied to input image which is given in fig.5. From
the figure 4&5, it is clear that vehicles are highlighted in the
image. So if erosion operator is apply before starting road
detection then it will be definitely increase the detection rate
of MVD-RD method and Cascade classifier method.
5. CONCLUSIONS
In the field of moving vehicle detection, many researches
have been done and it gradually improved the vehicle
detection rate but still this methods need to be improve.
Though cascade classifier method has better detection rate
80 % to 100 % but it would work well only when most of
the vehicles are dark. So it can be further improve by
combining with morphological operators as they figure out
the vehicles in the image which would help in removing non
vehicle regions.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 284
REFERENCES
[1] B. Coif man, M. McCord, R. G. Mishalani, M.
Iswalt,"Roadway traffic monitoring from an
unmanned aerial vehicle," IEEE Proc. Intell. Transp.
Syst vol. 153, no. I, pp: 11-20, 2006
[2] ] P. Sompoch and R. Shibasiki, “Vehicle Detection
from Ultra-high Resolution Aerial Image, Three Line
Scanner,” Geo information Forum Japan, Tokyo
Japan, 2003.
[3] H. Yalcin, R. Collins, M. Black, and M. Hebert, “A
flow-based Approach to Vehicle Detection and
Background Mosaicking in Airborne Video,” Proc.
IEEE, page1202-1216, 2005.
[4] J. Y. Choi and Y. K. Yang, “Vehicle detection from
aerial images using local shape information,” Adv.
Image Video Technol., vol. 5414, Lecture Notes in
Computer Science, pp. 227–236, Jan. 2009.
[5] P. Mirchandani, M. Hickman, A. Angle, and D.
Chandnani,”Application of Aerial video for Traffic
flow parameter and Management” Pecora 15/Land
Satellite Information on IV/ISPRS Commission
I/FIEOS 2002 Conference Proceedings.
[6] R. Lin, H. Qiao, Y. Xu, C.Wu, X. Cao and,
“Airborne moving vehicle detection for urban Traffic
surveillance, “in Proc. 11th Int. IEEE Conf.
Intell.Transp.Syst,pp. 163–167,Oct. 2008
[7] R. Lin, H. Qiao , Y. Xu, C.Wu, X. Cao, “Airborne
moving vehicle detection for video surveillance of
urban Traffic” in Proc. IEEE Intell. Veh.Symp., pp.
203–208, 2009
[8] P. Viola and M. jones, "Robust real-time face
detection", Int. j. Compute. Vis., vol. 57, no. 2, pp.
137-154, May 2004.
[9] Rafeal C. Gonzalez, “Digital Image Processing”,
thirdedition,pp. 649-698.
BIOGRAPHIES
Ramesh Sejpal is a M.tech student from the
Veer Mata Jijabai Technological Institute,
Mumbai. This paper is a part of his project
work.
Mayur Charadva is a M.tech student from the
Veer Mata Jijabai Technological Institute,
Mumbai. This paper is a part of his project
work.
Dr. Nisha Sarwade is a Professor from the Veer Mata Jijabai
Technological Institute, Mumbai.This paper is prepared
under her guidance She received the Ph.D. degree from IIT-
BOMBAY.

More Related Content

What's hot

Performance evaluation of different automatic seed point generation technique...
Performance evaluation of different automatic seed point generation technique...Performance evaluation of different automatic seed point generation technique...
Performance evaluation of different automatic seed point generation technique...IAEME Publication
 
COMPARATIVE STUDY ON VEHICLE DETECTION TECHNIQUES IN AERIAL SURVEILLANCE
COMPARATIVE STUDY ON VEHICLE DETECTION TECHNIQUES IN AERIAL SURVEILLANCECOMPARATIVE STUDY ON VEHICLE DETECTION TECHNIQUES IN AERIAL SURVEILLANCE
COMPARATIVE STUDY ON VEHICLE DETECTION TECHNIQUES IN AERIAL SURVEILLANCEIJCI JOURNAL
 
Lane Detection and Obstacle Aviodance
Lane Detection and Obstacle AviodanceLane Detection and Obstacle Aviodance
Lane Detection and Obstacle AviodanceNishanth Sriramoju
 
Lane Detection and Obstacle Aviodance Revised
Lane Detection and Obstacle Aviodance RevisedLane Detection and Obstacle Aviodance Revised
Lane Detection and Obstacle Aviodance RevisedPhanindra Amaradhi
 
IRJET- Estimation of Crowd Count in a Heavily Occulated Regions
IRJET-  	  Estimation of Crowd Count in a Heavily Occulated RegionsIRJET-  	  Estimation of Crowd Count in a Heavily Occulated Regions
IRJET- Estimation of Crowd Count in a Heavily Occulated RegionsIRJET Journal
 
Obstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance SystemObstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance SystemIRJET Journal
 
IRJET- Reckoning the Vehicle using MATLAB
IRJET- Reckoning the Vehicle using MATLABIRJET- Reckoning the Vehicle using MATLAB
IRJET- Reckoning the Vehicle using MATLABIRJET Journal
 
IRJET- Intelligent Queue Management System at Airports using Image Processing...
IRJET- Intelligent Queue Management System at Airports using Image Processing...IRJET- Intelligent Queue Management System at Airports using Image Processing...
IRJET- Intelligent Queue Management System at Airports using Image Processing...IRJET Journal
 
IRJET- Self-Driving Cars: Automation Testing using Udacity Simulator
IRJET- Self-Driving Cars: Automation Testing using Udacity SimulatorIRJET- Self-Driving Cars: Automation Testing using Udacity Simulator
IRJET- Self-Driving Cars: Automation Testing using Udacity SimulatorIRJET Journal
 
Reduced Dimension Lane Detection Method
Reduced Dimension Lane Detection MethodReduced Dimension Lane Detection Method
Reduced Dimension Lane Detection Methodijtsrd
 
Ijarcet vol-2-issue-4-1309-1313
Ijarcet vol-2-issue-4-1309-1313Ijarcet vol-2-issue-4-1309-1313
Ijarcet vol-2-issue-4-1309-1313Editor IJARCET
 
A participatory urban traffic monitoring system
A participatory urban traffic monitoring systemA participatory urban traffic monitoring system
A participatory urban traffic monitoring systemKang Yen
 
Forecasting electricity usage in industrial applications with gpu acceleratio...
Forecasting electricity usage in industrial applications with gpu acceleratio...Forecasting electricity usage in industrial applications with gpu acceleratio...
Forecasting electricity usage in industrial applications with gpu acceleratio...Conference Papers
 
MODEL BASED TECHNIQUE FOR VEHICLE TRACKING IN TRAFFIC VIDEO USING SPATIAL LOC...
MODEL BASED TECHNIQUE FOR VEHICLE TRACKING IN TRAFFIC VIDEO USING SPATIAL LOC...MODEL BASED TECHNIQUE FOR VEHICLE TRACKING IN TRAFFIC VIDEO USING SPATIAL LOC...
MODEL BASED TECHNIQUE FOR VEHICLE TRACKING IN TRAFFIC VIDEO USING SPATIAL LOC...mlaij
 
Leader follower formation control of ground vehicles using camshift based gui...
Leader follower formation control of ground vehicles using camshift based gui...Leader follower formation control of ground vehicles using camshift based gui...
Leader follower formation control of ground vehicles using camshift based gui...ijma
 
Content based indexing and retrieval from vehicle surveillance videos
Content based indexing and retrieval from vehicle surveillance videosContent based indexing and retrieval from vehicle surveillance videos
Content based indexing and retrieval from vehicle surveillance videosIAEME Publication
 
A Parametric Approach to Gait Signature Extraction for Human Motion Identific...
A Parametric Approach to Gait Signature Extraction for Human Motion Identific...A Parametric Approach to Gait Signature Extraction for Human Motion Identific...
A Parametric Approach to Gait Signature Extraction for Human Motion Identific...CSCJournals
 
1 s2.0-s1110982317300820-main
1 s2.0-s1110982317300820-main1 s2.0-s1110982317300820-main
1 s2.0-s1110982317300820-mainahmadahmad237
 
OpenCVand Matlab based Car Parking System Module for Smart City using Circle ...
OpenCVand Matlab based Car Parking System Module for Smart City using Circle ...OpenCVand Matlab based Car Parking System Module for Smart City using Circle ...
OpenCVand Matlab based Car Parking System Module for Smart City using Circle ...JANAK TRIVEDI
 

What's hot (20)

Performance evaluation of different automatic seed point generation technique...
Performance evaluation of different automatic seed point generation technique...Performance evaluation of different automatic seed point generation technique...
Performance evaluation of different automatic seed point generation technique...
 
COMPARATIVE STUDY ON VEHICLE DETECTION TECHNIQUES IN AERIAL SURVEILLANCE
COMPARATIVE STUDY ON VEHICLE DETECTION TECHNIQUES IN AERIAL SURVEILLANCECOMPARATIVE STUDY ON VEHICLE DETECTION TECHNIQUES IN AERIAL SURVEILLANCE
COMPARATIVE STUDY ON VEHICLE DETECTION TECHNIQUES IN AERIAL SURVEILLANCE
 
Lane Detection and Obstacle Aviodance
Lane Detection and Obstacle AviodanceLane Detection and Obstacle Aviodance
Lane Detection and Obstacle Aviodance
 
Lane Detection and Obstacle Aviodance Revised
Lane Detection and Obstacle Aviodance RevisedLane Detection and Obstacle Aviodance Revised
Lane Detection and Obstacle Aviodance Revised
 
IRJET- Estimation of Crowd Count in a Heavily Occulated Regions
IRJET-  	  Estimation of Crowd Count in a Heavily Occulated RegionsIRJET-  	  Estimation of Crowd Count in a Heavily Occulated Regions
IRJET- Estimation of Crowd Count in a Heavily Occulated Regions
 
Obstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance SystemObstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance System
 
proceedings of PSG NCIICT
proceedings of PSG NCIICTproceedings of PSG NCIICT
proceedings of PSG NCIICT
 
IRJET- Reckoning the Vehicle using MATLAB
IRJET- Reckoning the Vehicle using MATLABIRJET- Reckoning the Vehicle using MATLAB
IRJET- Reckoning the Vehicle using MATLAB
 
IRJET- Intelligent Queue Management System at Airports using Image Processing...
IRJET- Intelligent Queue Management System at Airports using Image Processing...IRJET- Intelligent Queue Management System at Airports using Image Processing...
IRJET- Intelligent Queue Management System at Airports using Image Processing...
 
IRJET- Self-Driving Cars: Automation Testing using Udacity Simulator
IRJET- Self-Driving Cars: Automation Testing using Udacity SimulatorIRJET- Self-Driving Cars: Automation Testing using Udacity Simulator
IRJET- Self-Driving Cars: Automation Testing using Udacity Simulator
 
Reduced Dimension Lane Detection Method
Reduced Dimension Lane Detection MethodReduced Dimension Lane Detection Method
Reduced Dimension Lane Detection Method
 
Ijarcet vol-2-issue-4-1309-1313
Ijarcet vol-2-issue-4-1309-1313Ijarcet vol-2-issue-4-1309-1313
Ijarcet vol-2-issue-4-1309-1313
 
A participatory urban traffic monitoring system
A participatory urban traffic monitoring systemA participatory urban traffic monitoring system
A participatory urban traffic monitoring system
 
Forecasting electricity usage in industrial applications with gpu acceleratio...
Forecasting electricity usage in industrial applications with gpu acceleratio...Forecasting electricity usage in industrial applications with gpu acceleratio...
Forecasting electricity usage in industrial applications with gpu acceleratio...
 
MODEL BASED TECHNIQUE FOR VEHICLE TRACKING IN TRAFFIC VIDEO USING SPATIAL LOC...
MODEL BASED TECHNIQUE FOR VEHICLE TRACKING IN TRAFFIC VIDEO USING SPATIAL LOC...MODEL BASED TECHNIQUE FOR VEHICLE TRACKING IN TRAFFIC VIDEO USING SPATIAL LOC...
MODEL BASED TECHNIQUE FOR VEHICLE TRACKING IN TRAFFIC VIDEO USING SPATIAL LOC...
 
Leader follower formation control of ground vehicles using camshift based gui...
Leader follower formation control of ground vehicles using camshift based gui...Leader follower formation control of ground vehicles using camshift based gui...
Leader follower formation control of ground vehicles using camshift based gui...
 
Content based indexing and retrieval from vehicle surveillance videos
Content based indexing and retrieval from vehicle surveillance videosContent based indexing and retrieval from vehicle surveillance videos
Content based indexing and retrieval from vehicle surveillance videos
 
A Parametric Approach to Gait Signature Extraction for Human Motion Identific...
A Parametric Approach to Gait Signature Extraction for Human Motion Identific...A Parametric Approach to Gait Signature Extraction for Human Motion Identific...
A Parametric Approach to Gait Signature Extraction for Human Motion Identific...
 
1 s2.0-s1110982317300820-main
1 s2.0-s1110982317300820-main1 s2.0-s1110982317300820-main
1 s2.0-s1110982317300820-main
 
OpenCVand Matlab based Car Parking System Module for Smart City using Circle ...
OpenCVand Matlab based Car Parking System Module for Smart City using Circle ...OpenCVand Matlab based Car Parking System Module for Smart City using Circle ...
OpenCVand Matlab based Car Parking System Module for Smart City using Circle ...
 

Viewers also liked

Traffic detection system using android
Traffic detection system using androidTraffic detection system using android
Traffic detection system using androidEditor Jacotech
 
Best Practices for Lightning Protection on Automatic Transfer Switches
Best Practices for Lightning Protection on Automatic Transfer SwitchesBest Practices for Lightning Protection on Automatic Transfer Switches
Best Practices for Lightning Protection on Automatic Transfer SwitchesPetro Guardian
 
Nokia morph technology
Nokia morph technologyNokia morph technology
Nokia morph technologyeSAT Journals
 
Nano mercury power generation
Nano mercury power generationNano mercury power generation
Nano mercury power generationmkanth
 
Identification and classification of moving vehicles on road
Identification and classification of moving vehicles on roadIdentification and classification of moving vehicles on road
Identification and classification of moving vehicles on roadAlexander Decker
 
Osmotic power presentation ids xi december 2009 tcm9-7043
Osmotic power presentation ids xi december 2009 tcm9-7043Osmotic power presentation ids xi december 2009 tcm9-7043
Osmotic power presentation ids xi december 2009 tcm9-7043jinxxyd
 
Automatic transfer switch (ats)
Automatic transfer switch (ats)Automatic transfer switch (ats)
Automatic transfer switch (ats)Mark Anthony Enoy
 
Ocean Thermal Energy Conversion Systems
Ocean Thermal Energy Conversion SystemsOcean Thermal Energy Conversion Systems
Ocean Thermal Energy Conversion SystemsNaveen Kumar
 
Speed detection-of-moving-vehicle-using-speed-cameras
Speed detection-of-moving-vehicle-using-speed-camerasSpeed detection-of-moving-vehicle-using-speed-cameras
Speed detection-of-moving-vehicle-using-speed-camerasVIKAS SINGH BHADOURIA
 
Ocean Thermal energy conversion (OTEC)
Ocean Thermal energy conversion (OTEC)Ocean Thermal energy conversion (OTEC)
Ocean Thermal energy conversion (OTEC)Patnam Shruthi
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A new non symmetric information divergence of
A new non symmetric information divergence ofA new non symmetric information divergence of
A new non symmetric information divergence ofeSAT Publishing House
 
Comparative study on tax compliance software
Comparative study on tax compliance softwareComparative study on tax compliance software
Comparative study on tax compliance softwareeSAT Publishing House
 
Design of v slotted microstrip patch antenna for yielding improved gain bandw...
Design of v slotted microstrip patch antenna for yielding improved gain bandw...Design of v slotted microstrip patch antenna for yielding improved gain bandw...
Design of v slotted microstrip patch antenna for yielding improved gain bandw...eSAT Publishing House
 
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...eSAT Publishing House
 
Effects of aging time on mechanical properties of sand cast al 4.5 cu alloy
Effects of aging time on mechanical properties of sand cast al 4.5 cu alloyEffects of aging time on mechanical properties of sand cast al 4.5 cu alloy
Effects of aging time on mechanical properties of sand cast al 4.5 cu alloyeSAT Publishing House
 
Transient stability analysis of distributed generation
Transient stability analysis of distributed generationTransient stability analysis of distributed generation
Transient stability analysis of distributed generationeSAT Publishing House
 

Viewers also liked (20)

Traffic detection system using android
Traffic detection system using androidTraffic detection system using android
Traffic detection system using android
 
Best Practices for Lightning Protection on Automatic Transfer Switches
Best Practices for Lightning Protection on Automatic Transfer SwitchesBest Practices for Lightning Protection on Automatic Transfer Switches
Best Practices for Lightning Protection on Automatic Transfer Switches
 
Nokia morph technology
Nokia morph technologyNokia morph technology
Nokia morph technology
 
Nokia morph
Nokia morphNokia morph
Nokia morph
 
Nokia Morph
Nokia MorphNokia Morph
Nokia Morph
 
Nano mercury power generation
Nano mercury power generationNano mercury power generation
Nano mercury power generation
 
Identification and classification of moving vehicles on road
Identification and classification of moving vehicles on roadIdentification and classification of moving vehicles on road
Identification and classification of moving vehicles on road
 
Osmotic power presentation ids xi december 2009 tcm9-7043
Osmotic power presentation ids xi december 2009 tcm9-7043Osmotic power presentation ids xi december 2009 tcm9-7043
Osmotic power presentation ids xi december 2009 tcm9-7043
 
Nokia morph
Nokia morphNokia morph
Nokia morph
 
Automatic transfer switch (ats)
Automatic transfer switch (ats)Automatic transfer switch (ats)
Automatic transfer switch (ats)
 
Ocean Thermal Energy Conversion Systems
Ocean Thermal Energy Conversion SystemsOcean Thermal Energy Conversion Systems
Ocean Thermal Energy Conversion Systems
 
Speed detection-of-moving-vehicle-using-speed-cameras
Speed detection-of-moving-vehicle-using-speed-camerasSpeed detection-of-moving-vehicle-using-speed-cameras
Speed detection-of-moving-vehicle-using-speed-cameras
 
Ocean Thermal energy conversion (OTEC)
Ocean Thermal energy conversion (OTEC)Ocean Thermal energy conversion (OTEC)
Ocean Thermal energy conversion (OTEC)
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A new non symmetric information divergence of
A new non symmetric information divergence ofA new non symmetric information divergence of
A new non symmetric information divergence of
 
Comparative study on tax compliance software
Comparative study on tax compliance softwareComparative study on tax compliance software
Comparative study on tax compliance software
 
Design of v slotted microstrip patch antenna for yielding improved gain bandw...
Design of v slotted microstrip patch antenna for yielding improved gain bandw...Design of v slotted microstrip patch antenna for yielding improved gain bandw...
Design of v slotted microstrip patch antenna for yielding improved gain bandw...
 
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
 
Effects of aging time on mechanical properties of sand cast al 4.5 cu alloy
Effects of aging time on mechanical properties of sand cast al 4.5 cu alloyEffects of aging time on mechanical properties of sand cast al 4.5 cu alloy
Effects of aging time on mechanical properties of sand cast al 4.5 cu alloy
 
Transient stability analysis of distributed generation
Transient stability analysis of distributed generationTransient stability analysis of distributed generation
Transient stability analysis of distributed generation
 

Similar to Review on moving vehicle detection in aerial surveillance

Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...IRJET Journal
 
A comparative study on road traffic management systems
A comparative study on road traffic management systemsA comparative study on road traffic management systems
A comparative study on road traffic management systemseSAT Publishing House
 
IRJET- A Survey of Approaches for Vehicle Traffic Analysis
IRJET- A Survey of Approaches for Vehicle Traffic AnalysisIRJET- A Survey of Approaches for Vehicle Traffic Analysis
IRJET- A Survey of Approaches for Vehicle Traffic AnalysisIRJET Journal
 
A Review: Machine vision and its Applications
A Review: Machine vision and its ApplicationsA Review: Machine vision and its Applications
A Review: Machine vision and its ApplicationsIOSR Journals
 
Vehicle Traffic Analysis using CNN Algorithm
Vehicle Traffic Analysis using CNN AlgorithmVehicle Traffic Analysis using CNN Algorithm
Vehicle Traffic Analysis using CNN AlgorithmIRJET Journal
 
Sensor Based Detection & Classification of Actionable & Non-Actionable Condit...
Sensor Based Detection & Classification of Actionable & Non-Actionable Condit...Sensor Based Detection & Classification of Actionable & Non-Actionable Condit...
Sensor Based Detection & Classification of Actionable & Non-Actionable Condit...IRJET Journal
 
Realtime Road Lane Detection
Realtime Road Lane DetectionRealtime Road Lane Detection
Realtime Road Lane DetectionIRJET Journal
 
Automatic vision based inspection of railway track
Automatic vision based inspection of railway trackAutomatic vision based inspection of railway track
Automatic vision based inspection of railway trackeSAT Journals
 
Automatic vision based inspection of railway track
Automatic vision based inspection of railway trackAutomatic vision based inspection of railway track
Automatic vision based inspection of railway trackeSAT Publishing House
 
VEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSIS
VEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSISVEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSIS
VEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSISIRJET Journal
 
IRJET- A Review Paper on Existing Pothole Detection Methods
IRJET- A Review Paper on Existing Pothole Detection MethodsIRJET- A Review Paper on Existing Pothole Detection Methods
IRJET- A Review Paper on Existing Pothole Detection MethodsIRJET Journal
 
A Much Advanced and Efficient Lane Detection Algorithm for Intelligent Highwa...
A Much Advanced and Efficient Lane Detection Algorithm for Intelligent Highwa...A Much Advanced and Efficient Lane Detection Algorithm for Intelligent Highwa...
A Much Advanced and Efficient Lane Detection Algorithm for Intelligent Highwa...cscpconf
 
IRJET - Pothole Detection System
IRJET -  	  Pothole Detection SystemIRJET -  	  Pothole Detection System
IRJET - Pothole Detection SystemIRJET Journal
 
VEHICLE DETECTION, CLASSIFICATION, COUNTING, AND DETECTION OF VEHICLE DIRECTI...
VEHICLE DETECTION, CLASSIFICATION, COUNTING, AND DETECTION OF VEHICLE DIRECTI...VEHICLE DETECTION, CLASSIFICATION, COUNTING, AND DETECTION OF VEHICLE DIRECTI...
VEHICLE DETECTION, CLASSIFICATION, COUNTING, AND DETECTION OF VEHICLE DIRECTI...IRJET Journal
 
Dynamic vehicle traffic management system
Dynamic vehicle traffic management systemDynamic vehicle traffic management system
Dynamic vehicle traffic management systemeSAT Journals
 
Automatic Detection of Unexpected Accidents Monitoring Conditions in Tunnels
Automatic Detection of Unexpected Accidents Monitoring Conditions in TunnelsAutomatic Detection of Unexpected Accidents Monitoring Conditions in Tunnels
Automatic Detection of Unexpected Accidents Monitoring Conditions in TunnelsIRJET Journal
 
IRJET - Road Condition Improvement in Smart Cities using IoT
IRJET - Road Condition Improvement in Smart Cities using IoTIRJET - Road Condition Improvement in Smart Cities using IoT
IRJET - Road Condition Improvement in Smart Cities using IoTIRJET Journal
 
Motion compensation for hand held camera devices
Motion compensation for hand held camera devicesMotion compensation for hand held camera devices
Motion compensation for hand held camera deviceseSAT Journals
 
A survey on using wireless signals for road traffic
A survey on using wireless signals for road trafficA survey on using wireless signals for road traffic
A survey on using wireless signals for road trafficeSAT Publishing House
 
IRJET - An Intelligent Pothole Detection System using Deep Learning
IRJET -  	  An Intelligent Pothole Detection System using Deep LearningIRJET -  	  An Intelligent Pothole Detection System using Deep Learning
IRJET - An Intelligent Pothole Detection System using Deep LearningIRJET Journal
 

Similar to Review on moving vehicle detection in aerial surveillance (20)

Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
 
A comparative study on road traffic management systems
A comparative study on road traffic management systemsA comparative study on road traffic management systems
A comparative study on road traffic management systems
 
IRJET- A Survey of Approaches for Vehicle Traffic Analysis
IRJET- A Survey of Approaches for Vehicle Traffic AnalysisIRJET- A Survey of Approaches for Vehicle Traffic Analysis
IRJET- A Survey of Approaches for Vehicle Traffic Analysis
 
A Review: Machine vision and its Applications
A Review: Machine vision and its ApplicationsA Review: Machine vision and its Applications
A Review: Machine vision and its Applications
 
Vehicle Traffic Analysis using CNN Algorithm
Vehicle Traffic Analysis using CNN AlgorithmVehicle Traffic Analysis using CNN Algorithm
Vehicle Traffic Analysis using CNN Algorithm
 
Sensor Based Detection & Classification of Actionable & Non-Actionable Condit...
Sensor Based Detection & Classification of Actionable & Non-Actionable Condit...Sensor Based Detection & Classification of Actionable & Non-Actionable Condit...
Sensor Based Detection & Classification of Actionable & Non-Actionable Condit...
 
Realtime Road Lane Detection
Realtime Road Lane DetectionRealtime Road Lane Detection
Realtime Road Lane Detection
 
Automatic vision based inspection of railway track
Automatic vision based inspection of railway trackAutomatic vision based inspection of railway track
Automatic vision based inspection of railway track
 
Automatic vision based inspection of railway track
Automatic vision based inspection of railway trackAutomatic vision based inspection of railway track
Automatic vision based inspection of railway track
 
VEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSIS
VEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSISVEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSIS
VEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSIS
 
IRJET- A Review Paper on Existing Pothole Detection Methods
IRJET- A Review Paper on Existing Pothole Detection MethodsIRJET- A Review Paper on Existing Pothole Detection Methods
IRJET- A Review Paper on Existing Pothole Detection Methods
 
A Much Advanced and Efficient Lane Detection Algorithm for Intelligent Highwa...
A Much Advanced and Efficient Lane Detection Algorithm for Intelligent Highwa...A Much Advanced and Efficient Lane Detection Algorithm for Intelligent Highwa...
A Much Advanced and Efficient Lane Detection Algorithm for Intelligent Highwa...
 
IRJET - Pothole Detection System
IRJET -  	  Pothole Detection SystemIRJET -  	  Pothole Detection System
IRJET - Pothole Detection System
 
VEHICLE DETECTION, CLASSIFICATION, COUNTING, AND DETECTION OF VEHICLE DIRECTI...
VEHICLE DETECTION, CLASSIFICATION, COUNTING, AND DETECTION OF VEHICLE DIRECTI...VEHICLE DETECTION, CLASSIFICATION, COUNTING, AND DETECTION OF VEHICLE DIRECTI...
VEHICLE DETECTION, CLASSIFICATION, COUNTING, AND DETECTION OF VEHICLE DIRECTI...
 
Dynamic vehicle traffic management system
Dynamic vehicle traffic management systemDynamic vehicle traffic management system
Dynamic vehicle traffic management system
 
Automatic Detection of Unexpected Accidents Monitoring Conditions in Tunnels
Automatic Detection of Unexpected Accidents Monitoring Conditions in TunnelsAutomatic Detection of Unexpected Accidents Monitoring Conditions in Tunnels
Automatic Detection of Unexpected Accidents Monitoring Conditions in Tunnels
 
IRJET - Road Condition Improvement in Smart Cities using IoT
IRJET - Road Condition Improvement in Smart Cities using IoTIRJET - Road Condition Improvement in Smart Cities using IoT
IRJET - Road Condition Improvement in Smart Cities using IoT
 
Motion compensation for hand held camera devices
Motion compensation for hand held camera devicesMotion compensation for hand held camera devices
Motion compensation for hand held camera devices
 
A survey on using wireless signals for road traffic
A survey on using wireless signals for road trafficA survey on using wireless signals for road traffic
A survey on using wireless signals for road traffic
 
IRJET - An Intelligent Pothole Detection System using Deep Learning
IRJET -  	  An Intelligent Pothole Detection System using Deep LearningIRJET -  	  An Intelligent Pothole Detection System using Deep Learning
IRJET - An Intelligent Pothole Detection System using Deep Learning
 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 
Disaster recovery sustainable housing
Disaster recovery sustainable housingDisaster recovery sustainable housing
Disaster recovery sustainable housingeSAT Publishing House
 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 
Disaster recovery sustainable housing
Disaster recovery sustainable housingDisaster recovery sustainable housing
Disaster recovery sustainable housing
 

Recently uploaded

Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 

Recently uploaded (20)

Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 

Review on moving vehicle detection in aerial surveillance

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 281 REVIEW ON MOVING VEHICLE DETECTION IN AERIAL SURVEILLANCE Ramesh Sejpal1 ,Mayur Charadva1 , Nisha Sarwade2 , 1 M.tech student, Electrical engineer department, Veermata Jijabai Tech. Inst, Maharashtra, India 2 Professor, Electrical engineer department, Veermata Jijabai Tech. Inst, Maharashtra, India Abstract Moving vehicle detection is a key technology for security purpose in urban area. Many researchers got the good results in highway cases but in urban area still improvement in vehicle detection is needed. Cascade classifier method is strongly depending on vehicle size and colour. Morphology is the study of Shape and form of objects. it process the image based on shapes. So it would be the essential in particular method for achieving better detection rate. This paper is intended to present a review of very recent developments to detect moving vehicles. The performance assessment of different methods is evaluated with respect to its detection rate, false position rate and detection speed. Keywords: Aerial surveillance, detection rate, erosion, false positive rate, urban area. --------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION Florida Department of Transportation has started the project named ATSS (Airborne Traffic Surveillance System) for traffic surveillance to decrease the risk caused by collisions- incidents in highways. Now aerial surveillance also started in urban areas because increment of vehicle users, traffic congestion and incidents in urban scene has become more severe in recent years. So moving vehicle detection is convenient and low-cost technology with easily compatible on an airborne platform during aerial surveillance. Also these technologies have a variety of applications, such as military, police, and traffic management. Here vehicle only include car and bus. In urban area, there are some additional difficulties than high way cases [1][2][3] like (1) The vehicles move even slower than the camera, which may lead to a lot of false alarm; (2) There are too many moving vehicles in a frame, so two adjacent vehicles may easily be regarded as one and therefore some vehicles may be miss-detected. Coif man, B. et al. [1] proposed a simple but efficient subtraction method for roadway traffic monitoring from an unmanned aerial vehicle.Mirchandani P. et al. [2] proposed a two-frame subtraction method to detect moving vehicles from aerial image and got a high detection rate with low time cost.Yalcin H et al. [3] proposed an optical flow-based method to detect moving vehicles by segmenting the dense optical flow fields into background and occlusion layers. These methods could hardly work well in urban traffic surveillance because they cannot solve the above difficulties. For a traditional image subtraction-based method, its performance is greatly determined by the speed of vehicles. If a vehicle moves slowly, the corresponding images in the consecutive frames will have little difference and then the vehicle can hardly be detected by the image subtraction method. Furthermore, objects such as buildings around the road in moving camera platform will lead to a lot of false alarm. Therefore, this method can only be adopted directly for a stationary camera platform. R.Lin [6] proposed a detection algorithm based on road- detection. In urban area, most part of area is covered with road so it can be consider as background. By subtracting background vehicle regions would be obtain. After consecutive frame subtraction, moving vehicles detected. X.Cao [7] removes the problem of false positive rate by cascade classifier but detection rate is still low in both discussed methods. At last here proposed the morphological operator [9], if combine with X.cao [7] proposed method then the detection rate would be increase. Morphology is the study of Shape and form of objects. They are useful for object extraction and image segmentation operation. In section 2, discussed the all-important and related methods briefly. While section 3, compare them with performance parameters. In section 4, .here Proposed morphological analysis and at last concluded the paper. 2. METHODS OF VEHICLE DETECTION Image subtraction is the important and base method of all the techniques as subtracts all the pixels from first frame and depending upon the threshold value it detects the vehicles. It might be useful on highway but not useful for urban area where vehicles speed may be slow. Now one by one discuss the other techniques. 2.1 Image Subtraction with Vehicle Identification This method is based upon traditional image subtraction method. Now the advance technique is image subtraction vehicle identification [5], in which vehicle size is added to the traditional image subtraction. It has higher detection rate than traditional method. But it strongly depend upon size of
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 282 vehicles and background of image and uses more area for comparison which are the problems associated with it and decreases the detection rate. 2.2 Moving Vehicle Detection with Road Detection In MVD-RD [6] , there is also image subtraction method used but before that Vehicles would be separated from background. Because background cover the most part of area in an image. So the disadvantages of Image subtraction method would be easily overcome as there are less area for comparision.So false alarm rate would be decrease. Here car and bus are considered in vehicle. The Procedure of MVD- RD method is given in fig.1 Fig.1 Procedure of MVD-RD The important steps of MVD-RD method are given below. 1) Take two sequential frames from the video. 2) Frame no. 2 should be translated and rotate with reference to frame-1 because to overcome the effect of camera movement. This method is called Image Registration. 3) For urban area, it is noticeable that road region cover most part of whole frame, so it should be consider as a back ground. By removing that it gets vehicle regions. 4) Remove the regions which are small and larger than vehicles. 5) After that subtracting both the frame it would get the moving regions. The moving vehicle detection result are shown in fig.2 Fig.2 Detected output 2.3 MVD-RD with Cascade Classifier It is the advance method of MVD-RD with including cascade classifier [7].Cascade classifier is made of the feature of vehicles. By using this classifier, false detection is reduced here.The method divide in two part (1) Pre- processing stage (2) Classification stage. Pre-processing stage is the same as MVD-RD. So same procedure is applied here for detecting the moving vehicles and result of pre- processing stage should be the input of Classification stage. Architecture of system is shown in fig.(3). Requirements for classification stage are:(1) output of pre- processing stage (2) it should train the each classifier with some negative and positive samples ,which will useful during identify the each region. So positive samples must be made of vehicles and negative samples must be without vehicles Moreover, The performance of a classifier strongly depends on the features adopted. To extract the efficient feature, Viola and Jones [8] proposed an extremely effective method, and here similar method is used to extract the features. This method also used MVD-RD so one problem may be solves here to remove false detection but other problem is also pending here that the vehicles which are not detected at output of MVD-RD. 3. COMPARISON OF ALL METHODS The performance of moving vehicle detection depends on 1. Detection rate 2. False positive rate 3. Detection speed DR and FPR were defined as following: DR=T/ (T+M) (1) FPR=F/ (T+F) (2) Where T is average number of detected regions that corresponds to moving vehicles, F is of detected average number regions that do not correspond to a moving vehicle and M is average number of moving vehicles not detected. The performance results of all the method are given in Table.1
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 283 Fig.3 Architecture of System Table.1 Performance of all the methods Detection Method False positive Rate(FPR) Detection Speed (fps) Detection Rate(DR) Tradition Image Subtraction [1] >75 % 8.84 75 to 100% Image Subtraction with vehicle identification [5] 25 to 75 % 8.12 70 to 100% Moving Vehicle detection based on road detection [6] 0 to 13 % 6.43 80 to 100% Cascade Classifier [7] 0 to 3 % 6.30 80 to 100% As given in Table.1 Cascade classifier has good Detection rate and low False Positive Rate because of road detection two adjacent vehicles can be separate from each other. Due to feature classification FPR is decreased. One point should mark that both cascade classifier and MVD-RD has same detection rate which should be further improve. 4. MORPHOLOGICAL ANALYSIS Morphology is the study of Shape and form of objects [9]. Morphology image analysis can be used to perform  Object extraction  Image filtering operation such as removal of small objects and noise from an image  Image segmentation operation such as separating connected objects  Measurement operation such as texture analysis and Shape description Dilation and erosion are the most basic morphological operations. Dilation is used to shrink the objects from the image. There are also other useful operations such as Opening (erosion followed by dilation) and closing (dilation followed by erosion).Opening is used to remove the small objects from the image. How morphological analysis is useful for the vehicle detection it will be clear from this example. In this example, here taken an image which was used in MVD-RD method and done the morphological erosion. For simulation, MATLAB R2013a software is used here. Fig.4 Input image Fig.5 Eroded image In fig.4 input image is given and after that morphological erosion applied to input image which is given in fig.5. From the figure 4&5, it is clear that vehicles are highlighted in the image. So if erosion operator is apply before starting road detection then it will be definitely increase the detection rate of MVD-RD method and Cascade classifier method. 5. CONCLUSIONS In the field of moving vehicle detection, many researches have been done and it gradually improved the vehicle detection rate but still this methods need to be improve. Though cascade classifier method has better detection rate 80 % to 100 % but it would work well only when most of the vehicles are dark. So it can be further improve by combining with morphological operators as they figure out the vehicles in the image which would help in removing non vehicle regions.
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 284 REFERENCES [1] B. Coif man, M. McCord, R. G. Mishalani, M. Iswalt,"Roadway traffic monitoring from an unmanned aerial vehicle," IEEE Proc. Intell. Transp. Syst vol. 153, no. I, pp: 11-20, 2006 [2] ] P. Sompoch and R. Shibasiki, “Vehicle Detection from Ultra-high Resolution Aerial Image, Three Line Scanner,” Geo information Forum Japan, Tokyo Japan, 2003. [3] H. Yalcin, R. Collins, M. Black, and M. Hebert, “A flow-based Approach to Vehicle Detection and Background Mosaicking in Airborne Video,” Proc. IEEE, page1202-1216, 2005. [4] J. Y. Choi and Y. K. Yang, “Vehicle detection from aerial images using local shape information,” Adv. Image Video Technol., vol. 5414, Lecture Notes in Computer Science, pp. 227–236, Jan. 2009. [5] P. Mirchandani, M. Hickman, A. Angle, and D. Chandnani,”Application of Aerial video for Traffic flow parameter and Management” Pecora 15/Land Satellite Information on IV/ISPRS Commission I/FIEOS 2002 Conference Proceedings. [6] R. Lin, H. Qiao, Y. Xu, C.Wu, X. Cao and, “Airborne moving vehicle detection for urban Traffic surveillance, “in Proc. 11th Int. IEEE Conf. Intell.Transp.Syst,pp. 163–167,Oct. 2008 [7] R. Lin, H. Qiao , Y. Xu, C.Wu, X. Cao, “Airborne moving vehicle detection for video surveillance of urban Traffic” in Proc. IEEE Intell. Veh.Symp., pp. 203–208, 2009 [8] P. Viola and M. jones, "Robust real-time face detection", Int. j. Compute. Vis., vol. 57, no. 2, pp. 137-154, May 2004. [9] Rafeal C. Gonzalez, “Digital Image Processing”, thirdedition,pp. 649-698. BIOGRAPHIES Ramesh Sejpal is a M.tech student from the Veer Mata Jijabai Technological Institute, Mumbai. This paper is a part of his project work. Mayur Charadva is a M.tech student from the Veer Mata Jijabai Technological Institute, Mumbai. This paper is a part of his project work. Dr. Nisha Sarwade is a Professor from the Veer Mata Jijabai Technological Institute, Mumbai.This paper is prepared under her guidance She received the Ph.D. degree from IIT- BOMBAY.