SlideShare a Scribd company logo
1 of 4
Download to read offline
P M Sanath Jain et al Int. Journal of Engineering Research and Applications
ISSN : 2248-9622, Vol. 4, Issue 2( Version 1), February 2014, pp.601-604

RESEARCH ARTICLE

www.ijera.com

OPEN ACCESS

Detection of Static Obstacles for Railways
Swati Dilip Bhondwe, Padmashree M Sanath Jain, Mitali Gulab Gore, Shreya
Vikas Shirodkar,Prachi Kshirsagar
B.E. (I.T.) P.V.P.P.C.O.E. Mumbai
B.E. (I.T) P.V.P.P.C.O.E Mumbai
B.E. (I.T.) P.V.P.P.C.O.E. Mumbai
B.E. (I.T.) P.V.P.P.C.O.E. Mumbai
Assistant Professor(I.T),P.V.P.P.C.O.E,Mumbai
Abstract
In the current railway systems, it has become a necessity to have safety measures in order to avoid accidents.
One of the major causes that can lead to serious accidents is the existence of obstacles on the railway tracks.
This paper presents an intelligent system which is based on image processing. Video surveillance is used to take
snapshots at regular intervals which are compared for change detection. The obstacle is detected based on the
analysis performed on the output of this comparison. This system is expected to enhance the efficiency and
accuracy of the Safety management system for railways to a great extent.
luminance conditions and geometry settings. A
comparison between the observed image and an
1.
INTRODUCTION
estimation of the image that contains no object of the
Detecting static objects in video sequences has
image is performed. The position where a significant
several applications in surveillance systems such as
difference between the observed and the estimated
the detection of boulders on railway tracks in public
image is encountered is an indication of object of
safety systems and has attracted the attention of vast
interest or an obstacle present. Background
research in the field of video surveillance. Proposed
subtraction thus comes into existence from a simple
techniques aiming to detect static objects are
technique of subtracting the observed image from the
achieved by the means of background subtraction
estimated image and performing threshold operation
succeeded by some kind of tracking. Background
the result to detect objects of interest.
subtraction is a technique for segmentation of
NaĂŻve description of the approach [4]: Detecting the
foreground regions in video sequences taken from a
static obstacle as the difference between the current
static camera. It basically detects the static objects by
frame and the selected background model:
taking the difference between the current frame and
│framei – backgroundi│ > Th
(1)
the background model. In order to achieve good
Where Th is recalculated threshold value.
segmentation results, the background model must be
The background subtraction method uses
regularly updated in accordance to the varying
subtraction or the difference of current image and
lightning conditions and some stationary changes in
background image in order to detect static objects,
the scene.
with simple algorithm but sensitive to changes in
2.
LITERATURE SURVEY
external environment and with poor non-interference
ability [4]. In a simple static camera condition we
2.1
Background subtraction
combine dynamic background modeling with
threshold selection method based on background
Background subtraction techniques are a commonly
subtraction and update background on basis of exact
used class of techniques used for identification of
detection of objects. [5]
objects of interest in a scene for applications such as
Any static obstacle detection system based on the
surveillance [3]. It is a frequently used method for
subtraction of background images needs to handle a
detecting static and moving objects in videos from
number of critical situations such as:
static cameras. The difference between the current
 Presence of noise in image
frame and the reference frame, often called the
 Changes due to lighting conditions in the
background image or background model is performed
scene
to detect static objects. The background must be a
 Movement of non-static objects like
clear presentation of the scene with no objects that
leaves on the tree
might prove to be an unwanted obstacle and must go
 Changes in light conditions (e.g. rainfall),
through regular updating so as to adapt the varying
www.ijera.com

601 | P a g e
P M Sanath Jain et al Int. Journal of Engineering Research and Applications
ISSN : 2248-9622, Vol. 4, Issue 2( Version 1), February 2014, pp.
abrupt change from daylight to dusky
light in the evening
2.1.1 Types of Background subtraction

Techniques
The following are the techniques used for
background image subtraction:
i. W4
ii. LOTS
iii. Heikkila and Olli
iv. Halevy
v. Cutler.
Brief description of the two techniques is as follows:
a. Heikkila and Olli:
Any pixel [2] in image is marked as foreground in the
object sensitive region if
|It –Bt| >T
(2)
Where It is the current frame, Bt is the background
frame and T is the pre-calculated threshold value. If
the pixel is marked as foreground in last M frames,
then the pixel represents the detected static object.
The background is updated as follows:
Bt+1=αIt + (1-α)Bt
(3)
Where α is kept minimal in order to avoid artificial
tails forming behind moving objects.
Following Background corrections are applied:
 If a pixel is marked as foreground in last N
frames, in object insensitive region then it is
updated
as Bt+1=It. This correction
compensates for sudden illumination
changes.
 If a pixel changes state from foreground to
background frequently in object insensitive
region then it is updated as the above case.
This correction compensates for fluctuating
illumination, such as swinging branches.
b. W4:
In this technique [1], a pixel is marked as
foreground if

|M-It| >D or |N-It| >D

(4)

Where M, N, D represents observable minimum,
maximum and largest inter-frame absolute difference
in the background scene. These parameters are
estimated initially and then periodically updated for
object insensitive region in the image. The resulting
foreground image is eroded to eliminate 1-pixel thick
noise and small regions are rejected.
2.2 Existing System
In the existing technique for detecting the obstacles
at landslide prone areas, CCTV cameras have been
used for video surveillance. The main objective of
video monitoring is to identify the suspicious
www.ijera.com

www.ijera.com

obstacle such as stones and prevent the losses by land
sliding. The main disadvantage of the CCTV system
is that it involves high manual interaction. It becomes
very tedious for a person to watch a static scene a
monitor for more than 20 minutes. It is difficult to
maintain the heavy amount of raw data captured
since a large storage space is required. Also the raw
data when transmitted requires a higher bandwidth.
One of the systems implemented by „Konkan
Railways‟ is the ‟Anti-Collision Device Network‟
(ACD) [6] is an on-board collision prevention
system. This system consists of mobile ACDs for
locomotives and guard vans, track-side ACD‟s for
stations, level-crossing ACD‟s, loco-shed ACD‟s,
sensor-based ACD‟s and ACD repeaters. Mobile
ACDs take inputs from GPS satellite system for
position updates and network with track-side ACDs
located within a radius of three kms using UHF
radio modems to activate brakes with the help of onboard Loco ACD(s) through their Automatic
Braking Units (ABUs), whenever a collision-like
situation is perceived. ACD Network is likely to
prevent head-on and rear-end collisions, collisions at
high speed near stations. In addition, collision with
road-vehicles at level crossings. However some of
the limitations of this system are as follows:





3.

This system uses radio based communication.
Thus adverse weather conditions and failure
in
communication may result in
malfunctioning of the system.
Collision at level crossing is possible if the
train and the level crossings are not fitted
with ACD‟s.
Availability of GPS data is cumbersome in
shadow zones.

PROPOSED SYSTEM

In this paper we present a system that uses image
processing techniques for autonomous surveillance.
Obstacles present on railway tracks can be detected
by acquiring snapshots of the regions at
predetermined regular intervals. Significant changes
in the snapshots represent the supposed obstacles.
The system is capable of sending alerts to the
concerned authorities in order to take further actions.
The system works in the following three important
phases:
1) Snapshot acquisition and storage:
This system uses CCTV cameras positioned
at most of the accident prone areas. Initially a
background snapshot is acquired which ideally
contains of no such accident causing objects.
Furthermore the CCTV cameras take snapshots at
predetermined regular intervals of time such as every
15 seconds. Relevant background snapshots and

602 | P a g e
P M Sanath Jain et al Int. Journal of Engineering Research and Applications
ISSN : 2248-9622, Vol. 4, Issue 2( Version 1), February 2014, pp.

www.ijera.com

current frame snapshots are stored in reliable
database for easy retrieval.

2) Image processing:
The input snapshots (background snapshot
and current frame snapshots) are then subjected to
various image processing techniques. It is first
converted to a gray scale image in order to reduce the
execution time. Gray scale is a range of
monochromatic shades from black to white.
Therefore, a gray scale image contains only shades of
gray and no color.
After converting image to gray scale, it will
further pass through processes for detecting gradual
variations of the lighting conditions in the image,
small movements of objects such as tree branches,
birds, animals and bushes blowing in the wind and
sudden changes in environmental conditions, (e.g.
sudden raining), etc. by regularly updating the
reference image using the Heikkila and Olli
background updating technique.

Figure2. Flow diagram of the system

3.1 Algorithms

Figure1. System Architecture
Background subtraction technique is performed on
the processed input snapshots. However, certain pixel
region is selected as object sensitive region which is
subjected to the subtraction technique. In case, if
there is difference between two images then the
system will return 1 else it will return 0. The instant
at which output is 1, the next M snapshots are
acquired within minimal time interval. If the output
persists to be 1 in all snapshots obstacle is considered
to be detected.
3) Alert Message Generation:
The instant at which the system returns
output as 1, the GSM system is activated. The SMS is
sent to the concerned authorities in order to take
further action. The SMS includes the location,
camera number, time stamp of the detected obstacle.

www.ijera.com

 Gray Scale Conversion:
The input image is first converted to a gray
scale image. All gray scale algorithms utilize
the same basic three-step process:
a. Get the red, green, and blue values of a pixel
b. Use math functions to turn those numbers
into a single gray value
c. Replace the original red, green, and blue
values with the new gray value
For Each Pixel in
Image
{
Red = Pixel.Red
Green = Pixel.Green
Blue = Pixel.Blue
Gray = (Red + Green + Blue) / 3
Pixel.Red = Gray Pixel.Green = Gray
Pixel.Blue = Gray
}
 Background Subtraction:
The processed input images are subtracted
using the following algorithm.
Background subtraction Algorithm:
Dk (l, m) = 1 if Fk (l, m)-Bk (l, m) > T
=0
Otherwise
Fk (l, m): Current Frame
Bk (l, m): Background Image
Dk (l, m): Difference Image
T : Set threshold

4.

EXPERIMENTAL RESULTS

In the proposed method experiments are performed
using MATLAB. The fig .3 represents the snapshot
captured by the CCTV cameras. The fig .4 is image
obtained after grayscale conversion using MATLAB.
[7]

603 | P a g e
P M Sanath Jain et al Int. Journal of Engineering Research and Applications
ISSN : 2248-9622, Vol. 4, Issue 2( Version 1), February 2014, pp.

www.ijera.com

5. CONCLUSION

Figure 3.Original image

In this paper, we have presented a robust system to
effectively detect obstacles on railway tracks that
might prove fatal if not detected. The approach
proposed is an autonomous system that uses image
processing techniques. Changes in the inter frame
images are identified and analyzed for presence of a
static object. The proposed system integrates well
with the GSM network so that alerts are sent in a
timely manner. The experimental results reflect that
the system is efficient, accurate and flexible in terms
of operation and under different environmental
conditions. Also system is more cost efficient than
the existing system.

6. FUTURE SCOPE

Figure 4 .Gray scale image

This system can be further enhanced for detection of
moving objects such as animals sitting along railway
tracks that might not prove as a static obstacle.
.

REFERENCES
Journal Papers:
[1] I.Haritaoglu, R. Cutler, D. Harwood and L. S.

Figure 5 .Background image

Figure 6 .Current Frame image
Background subtraction technique is performed on
fig .5 representing the background image and fig .6
representing the current image. The difference image
obtained from above technique is represented by
fig .7.

Davis: Backpack: Detection
of people carrying
o b j e c t s using silhouette in: International
Conference on Computer Vision (1999) pp. 102–107.
[2] J. Heikkila and O .Silven: A real-time system
for monitoring o f cyclists and pedestrians in:
Second IEEE W o r k s h o p on Visual Surveillance
Fort Collins, Colorado ( Jun.1999) pp. 74–81.
[3]Massimo Piccardi :”Background subtraction
techniques: a review” 2004 IEEE International
Conference on Systems, Man and Cybernetics
[4]Rupali.S.Rabikke,Bharti.D.Patil:”Background
Subtraction Algorithm Based Human Motion
Detection: International Journal of Scientific and
Research Publications, Volume 3, Issue 5, May 2013
1 ISSN 2250-3153
[5] Marwa abdel Azeem Marzouk: “Modified
Background subtraction Algorithm for motion
detection in surveillance systems”: AMARABAC,
Journal of American Arabic Academy for Sciences and
Technology”
[6] Cost effective system for Railway level
crossing protection-Konkan Railways.

Books:
[7] S Jayaraman, S Esakkirajan, T
Veerakumar,Digital Image Processing

Figure 7.Difference Image
www.ijera.com

604 | P a g e

More Related Content

What's hot

Fuzzy based hyperspectral image
Fuzzy based hyperspectral imageFuzzy based hyperspectral image
Fuzzy based hyperspectral imageijistjournal
 
A Novel Approach for Moving Object Detection from Dynamic Background
A Novel Approach for Moving Object Detection from Dynamic BackgroundA Novel Approach for Moving Object Detection from Dynamic Background
A Novel Approach for Moving Object Detection from Dynamic BackgroundIJERA Editor
 
Recognition and tracking moving objects using moving camera in complex scenes
Recognition and tracking moving objects using moving camera in complex scenesRecognition and tracking moving objects using moving camera in complex scenes
Recognition and tracking moving objects using moving camera in complex scenesIJCSEA Journal
 
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
 
A Novel Approach for Tracking with Implicit Video Shot Detection
A Novel Approach for Tracking with Implicit Video Shot DetectionA Novel Approach for Tracking with Implicit Video Shot Detection
A Novel Approach for Tracking with Implicit Video Shot DetectionIOSR Journals
 
Background subtraction
Background subtractionBackground subtraction
Background subtractionShashank Dhariwal
 
Review on vibration analysis with digital image processing
Review on vibration analysis with digital image processingReview on vibration analysis with digital image processing
Review on vibration analysis with digital image processingIAEME Publication
 
IRJET-Motion Segmentation
IRJET-Motion SegmentationIRJET-Motion Segmentation
IRJET-Motion SegmentationIRJET Journal
 
Image Classification For SAR Images using Modified ANN
Image Classification For SAR Images using Modified ANNImage Classification For SAR Images using Modified ANN
Image Classification For SAR Images using Modified ANNIRJET Journal
 
Energy efficient sensor selection in visual sensor networks based on multi ob...
Energy efficient sensor selection in visual sensor networks based on multi ob...Energy efficient sensor selection in visual sensor networks based on multi ob...
Energy efficient sensor selection in visual sensor networks based on multi ob...ijcsa
 
Automatic target detection in
Automatic target detection inAutomatic target detection in
Automatic target detection inijistjournal
 
NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...
NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...
NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...csandit
 
IRJET- Image Fusion using Lifting Wavelet Transform with Neural Networks for ...
IRJET- Image Fusion using Lifting Wavelet Transform with Neural Networks for ...IRJET- Image Fusion using Lifting Wavelet Transform with Neural Networks for ...
IRJET- Image Fusion using Lifting Wavelet Transform with Neural Networks for ...IRJET Journal
 
OBSERVATIONAL DISCRETE LINES FOR THE DETECTION OF MOVING VEHICLES IN ROAD TRA...
OBSERVATIONAL DISCRETE LINES FOR THE DETECTION OF MOVING VEHICLES IN ROAD TRA...OBSERVATIONAL DISCRETE LINES FOR THE DETECTION OF MOVING VEHICLES IN ROAD TRA...
OBSERVATIONAL DISCRETE LINES FOR THE DETECTION OF MOVING VEHICLES IN ROAD TRA...ijcseit
 
Mumma_Radar_Lab_Posters
Mumma_Radar_Lab_PostersMumma_Radar_Lab_Posters
Mumma_Radar_Lab_PostersDr. Ali Nassib
 
Infrared image enhancement using wavelet transform
Infrared image enhancement using wavelet transformInfrared image enhancement using wavelet transform
Infrared image enhancement using wavelet transformAlexander Decker
 
DECENTRALIZED SUPERVISION OF MOBILE SENSOR NETWORKS USING PETRI NET
DECENTRALIZED SUPERVISION OF MOBILE SENSOR NETWORKS USING PETRI NETDECENTRALIZED SUPERVISION OF MOBILE SENSOR NETWORKS USING PETRI NET
DECENTRALIZED SUPERVISION OF MOBILE SENSOR NETWORKS USING PETRI NETijcseit
 

What's hot (19)

Fuzzy based hyperspectral image
Fuzzy based hyperspectral imageFuzzy based hyperspectral image
Fuzzy based hyperspectral image
 
A Novel Approach for Moving Object Detection from Dynamic Background
A Novel Approach for Moving Object Detection from Dynamic BackgroundA Novel Approach for Moving Object Detection from Dynamic Background
A Novel Approach for Moving Object Detection from Dynamic Background
 
Recognition and tracking moving objects using moving camera in complex scenes
Recognition and tracking moving objects using moving camera in complex scenesRecognition and tracking moving objects using moving camera in complex scenes
Recognition and tracking moving objects using moving camera in complex scenes
 
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
 
A Novel Approach for Tracking with Implicit Video Shot Detection
A Novel Approach for Tracking with Implicit Video Shot DetectionA Novel Approach for Tracking with Implicit Video Shot Detection
A Novel Approach for Tracking with Implicit Video Shot Detection
 
Background subtraction
Background subtractionBackground subtraction
Background subtraction
 
Review on vibration analysis with digital image processing
Review on vibration analysis with digital image processingReview on vibration analysis with digital image processing
Review on vibration analysis with digital image processing
 
IRJET-Motion Segmentation
IRJET-Motion SegmentationIRJET-Motion Segmentation
IRJET-Motion Segmentation
 
X ray tomography
X ray tomographyX ray tomography
X ray tomography
 
Image Classification For SAR Images using Modified ANN
Image Classification For SAR Images using Modified ANNImage Classification For SAR Images using Modified ANN
Image Classification For SAR Images using Modified ANN
 
Energy efficient sensor selection in visual sensor networks based on multi ob...
Energy efficient sensor selection in visual sensor networks based on multi ob...Energy efficient sensor selection in visual sensor networks based on multi ob...
Energy efficient sensor selection in visual sensor networks based on multi ob...
 
Automatic target detection in
Automatic target detection inAutomatic target detection in
Automatic target detection in
 
NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...
NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...
NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...
 
IRJET- Image Fusion using Lifting Wavelet Transform with Neural Networks for ...
IRJET- Image Fusion using Lifting Wavelet Transform with Neural Networks for ...IRJET- Image Fusion using Lifting Wavelet Transform with Neural Networks for ...
IRJET- Image Fusion using Lifting Wavelet Transform with Neural Networks for ...
 
CH5
CH5CH5
CH5
 
OBSERVATIONAL DISCRETE LINES FOR THE DETECTION OF MOVING VEHICLES IN ROAD TRA...
OBSERVATIONAL DISCRETE LINES FOR THE DETECTION OF MOVING VEHICLES IN ROAD TRA...OBSERVATIONAL DISCRETE LINES FOR THE DETECTION OF MOVING VEHICLES IN ROAD TRA...
OBSERVATIONAL DISCRETE LINES FOR THE DETECTION OF MOVING VEHICLES IN ROAD TRA...
 
Mumma_Radar_Lab_Posters
Mumma_Radar_Lab_PostersMumma_Radar_Lab_Posters
Mumma_Radar_Lab_Posters
 
Infrared image enhancement using wavelet transform
Infrared image enhancement using wavelet transformInfrared image enhancement using wavelet transform
Infrared image enhancement using wavelet transform
 
DECENTRALIZED SUPERVISION OF MOBILE SENSOR NETWORKS USING PETRI NET
DECENTRALIZED SUPERVISION OF MOBILE SENSOR NETWORKS USING PETRI NETDECENTRALIZED SUPERVISION OF MOBILE SENSOR NETWORKS USING PETRI NET
DECENTRALIZED SUPERVISION OF MOBILE SENSOR NETWORKS USING PETRI NET
 

Viewers also liked

Scalable and Robust Hierarchical Group of Data in Wireless Sensor Networks
Scalable and Robust Hierarchical Group of Data in Wireless Sensor NetworksScalable and Robust Hierarchical Group of Data in Wireless Sensor Networks
Scalable and Robust Hierarchical Group of Data in Wireless Sensor NetworksIJERA Editor
 
Ch4301475486
Ch4301475486Ch4301475486
Ch4301475486IJERA Editor
 
A Survey Ondecision Tree Learning Algorithms for Knowledge Discovery
A Survey Ondecision Tree Learning Algorithms for Knowledge DiscoveryA Survey Ondecision Tree Learning Algorithms for Knowledge Discovery
A Survey Ondecision Tree Learning Algorithms for Knowledge DiscoveryIJERA Editor
 
MoO3 Nanoparticles: Synthesis, Characterization and Its Hindering Effect on G...
MoO3 Nanoparticles: Synthesis, Characterization and Its Hindering Effect on G...MoO3 Nanoparticles: Synthesis, Characterization and Its Hindering Effect on G...
MoO3 Nanoparticles: Synthesis, Characterization and Its Hindering Effect on G...IJERA Editor
 
Ak4301197200
Ak4301197200Ak4301197200
Ak4301197200IJERA Editor
 
Af4301172180
Af4301172180Af4301172180
Af4301172180IJERA Editor
 
U50202126129
U50202126129U50202126129
U50202126129IJERA Editor
 
U04504127132
U04504127132U04504127132
U04504127132IJERA Editor
 
W04405127131
W04405127131W04405127131
W04405127131IJERA Editor
 
T04506110115
T04506110115T04506110115
T04506110115IJERA Editor
 
Survey on Krishi-Mitra: Expert System for Farmers
Survey on Krishi-Mitra: Expert System for FarmersSurvey on Krishi-Mitra: Expert System for Farmers
Survey on Krishi-Mitra: Expert System for FarmersIJERA Editor
 
MHD convection flow of viscous incompressible fluid over a stretched vertical...
MHD convection flow of viscous incompressible fluid over a stretched vertical...MHD convection flow of viscous incompressible fluid over a stretched vertical...
MHD convection flow of viscous incompressible fluid over a stretched vertical...IJERA Editor
 
Z04507148152
Z04507148152Z04507148152
Z04507148152IJERA Editor
 
Ae04602212216
Ae04602212216Ae04602212216
Ae04602212216IJERA Editor
 
Design of Three Phase Matrix Converter AC-AC Utility Power Supply using SPWM ...
Design of Three Phase Matrix Converter AC-AC Utility Power Supply using SPWM ...Design of Three Phase Matrix Converter AC-AC Utility Power Supply using SPWM ...
Design of Three Phase Matrix Converter AC-AC Utility Power Supply using SPWM ...IJERA Editor
 

Viewers also liked (20)

Scalable and Robust Hierarchical Group of Data in Wireless Sensor Networks
Scalable and Robust Hierarchical Group of Data in Wireless Sensor NetworksScalable and Robust Hierarchical Group of Data in Wireless Sensor Networks
Scalable and Robust Hierarchical Group of Data in Wireless Sensor Networks
 
O045039194
O045039194O045039194
O045039194
 
Ch4301475486
Ch4301475486Ch4301475486
Ch4301475486
 
A Survey Ondecision Tree Learning Algorithms for Knowledge Discovery
A Survey Ondecision Tree Learning Algorithms for Knowledge DiscoveryA Survey Ondecision Tree Learning Algorithms for Knowledge Discovery
A Survey Ondecision Tree Learning Algorithms for Knowledge Discovery
 
MoO3 Nanoparticles: Synthesis, Characterization and Its Hindering Effect on G...
MoO3 Nanoparticles: Synthesis, Characterization and Its Hindering Effect on G...MoO3 Nanoparticles: Synthesis, Characterization and Its Hindering Effect on G...
MoO3 Nanoparticles: Synthesis, Characterization and Its Hindering Effect on G...
 
Ak4301197200
Ak4301197200Ak4301197200
Ak4301197200
 
B42060609
B42060609B42060609
B42060609
 
Af4301172180
Af4301172180Af4301172180
Af4301172180
 
U50202126129
U50202126129U50202126129
U50202126129
 
U04504127132
U04504127132U04504127132
U04504127132
 
W04405127131
W04405127131W04405127131
W04405127131
 
T04506110115
T04506110115T04506110115
T04506110115
 
E502024047
E502024047E502024047
E502024047
 
Survey on Krishi-Mitra: Expert System for Farmers
Survey on Krishi-Mitra: Expert System for FarmersSurvey on Krishi-Mitra: Expert System for Farmers
Survey on Krishi-Mitra: Expert System for Farmers
 
MHD convection flow of viscous incompressible fluid over a stretched vertical...
MHD convection flow of viscous incompressible fluid over a stretched vertical...MHD convection flow of viscous incompressible fluid over a stretched vertical...
MHD convection flow of viscous incompressible fluid over a stretched vertical...
 
Z04507148152
Z04507148152Z04507148152
Z04507148152
 
G42054044
G42054044G42054044
G42054044
 
S4501105108
S4501105108S4501105108
S4501105108
 
Ae04602212216
Ae04602212216Ae04602212216
Ae04602212216
 
Design of Three Phase Matrix Converter AC-AC Utility Power Supply using SPWM ...
Design of Three Phase Matrix Converter AC-AC Utility Power Supply using SPWM ...Design of Three Phase Matrix Converter AC-AC Utility Power Supply using SPWM ...
Design of Three Phase Matrix Converter AC-AC Utility Power Supply using SPWM ...
 

Similar to Cn4201601604

Motion Object Detection Using BGS Technique
Motion Object Detection Using BGS TechniqueMotion Object Detection Using BGS Technique
Motion Object Detection Using BGS TechniqueMangaiK4
 
Motion Object Detection Using BGS Technique
Motion Object Detection Using BGS TechniqueMotion Object Detection Using BGS Technique
Motion Object Detection Using BGS TechniqueMangaiK4
 
IRJET- A Review Analysis to Detect an Object in Video Surveillance System
IRJET- A Review Analysis to Detect an Object in Video Surveillance SystemIRJET- A Review Analysis to Detect an Object in Video Surveillance System
IRJET- A Review Analysis to Detect an Object in Video Surveillance SystemIRJET Journal
 
Moving Object Detection for Video Surveillance
Moving Object Detection for Video SurveillanceMoving Object Detection for Video Surveillance
Moving Object Detection for Video SurveillanceIJMER
 
Tracking-based Visual Surveillance System
Tracking-based Visual Surveillance SystemTracking-based Visual Surveillance System
Tracking-based Visual Surveillance SystemIRJET Journal
 
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
 
A Robust Method for Moving Object Detection Using Modified Statistical Mean M...
A Robust Method for Moving Object Detection Using Modified Statistical Mean M...A Robust Method for Moving Object Detection Using Modified Statistical Mean M...
A Robust Method for Moving Object Detection Using Modified Statistical Mean M...ijait
 
Object Tracking System Using Motion Detection and Sound Detection
Object Tracking System Using Motion Detection and Sound DetectionObject Tracking System Using Motion Detection and Sound Detection
Object Tracking System Using Motion Detection and Sound DetectionAM Publications,India
 
Implementation and performance evaluation of
Implementation and performance evaluation ofImplementation and performance evaluation of
Implementation and performance evaluation ofijcsa
 
A Video Processing based System for Counting Vehicles
A Video Processing based System for Counting VehiclesA Video Processing based System for Counting Vehicles
A Video Processing based System for Counting VehiclesIRJET Journal
 
Development of Human Tracking in Video Surveillance System for Activity Anal...
Development of Human Tracking in Video Surveillance System  for Activity Anal...Development of Human Tracking in Video Surveillance System  for Activity Anal...
Development of Human Tracking in Video Surveillance System for Activity Anal...IOSR Journals
 
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 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- Moving Object Detection with Shadow Compression using Foreground Segme...
IRJET- Moving Object Detection with Shadow Compression using Foreground Segme...IRJET- Moving Object Detection with Shadow Compression using Foreground Segme...
IRJET- Moving Object Detection with Shadow Compression using Foreground Segme...IRJET 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
 
Authentication Using Hand Vein Pattern
Authentication Using Hand Vein PatternAuthentication Using Hand Vein Pattern
Authentication Using Hand Vein PatternIJTET Journal
 
DETECTION OF MOVING OBJECT USING FOREGROUND EXTRACTION ALGORITHM BY PTZ CAMERA
DETECTION OF MOVING OBJECT USING FOREGROUND EXTRACTION ALGORITHM BY PTZ CAMERADETECTION OF MOVING OBJECT USING FOREGROUND EXTRACTION ALGORITHM BY PTZ CAMERA
DETECTION OF MOVING OBJECT USING FOREGROUND EXTRACTION ALGORITHM BY PTZ CAMERAijistjournal
 

Similar to Cn4201601604 (20)

Motion Object Detection Using BGS Technique
Motion Object Detection Using BGS TechniqueMotion Object Detection Using BGS Technique
Motion Object Detection Using BGS Technique
 
Motion Object Detection Using BGS Technique
Motion Object Detection Using BGS TechniqueMotion Object Detection Using BGS Technique
Motion Object Detection Using BGS Technique
 
IRJET- A Review Analysis to Detect an Object in Video Surveillance System
IRJET- A Review Analysis to Detect an Object in Video Surveillance SystemIRJET- A Review Analysis to Detect an Object in Video Surveillance System
IRJET- A Review Analysis to Detect an Object in Video Surveillance System
 
Moving Object Detection for Video Surveillance
Moving Object Detection for Video SurveillanceMoving Object Detection for Video Surveillance
Moving Object Detection for Video Surveillance
 
Tracking-based Visual Surveillance System
Tracking-based Visual Surveillance SystemTracking-based Visual Surveillance System
Tracking-based Visual Surveillance System
 
X36141145
X36141145X36141145
X36141145
 
F011113741
F011113741F011113741
F011113741
 
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
 
A Robust Method for Moving Object Detection Using Modified Statistical Mean M...
A Robust Method for Moving Object Detection Using Modified Statistical Mean M...A Robust Method for Moving Object Detection Using Modified Statistical Mean M...
A Robust Method for Moving Object Detection Using Modified Statistical Mean M...
 
Object Tracking System Using Motion Detection and Sound Detection
Object Tracking System Using Motion Detection and Sound DetectionObject Tracking System Using Motion Detection and Sound Detection
Object Tracking System Using Motion Detection and Sound Detection
 
Implementation and performance evaluation of
Implementation and performance evaluation ofImplementation and performance evaluation of
Implementation and performance evaluation of
 
A Video Processing based System for Counting Vehicles
A Video Processing based System for Counting VehiclesA Video Processing based System for Counting Vehicles
A Video Processing based System for Counting Vehicles
 
H028038042
H028038042H028038042
H028038042
 
Development of Human Tracking in Video Surveillance System for Activity Anal...
Development of Human Tracking in Video Surveillance System  for Activity Anal...Development of Human Tracking in Video Surveillance System  for Activity Anal...
Development of Human Tracking in Video Surveillance System for Activity Anal...
 
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 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- Moving Object Detection with Shadow Compression using Foreground Segme...
IRJET- Moving Object Detection with Shadow Compression using Foreground Segme...IRJET- Moving Object Detection with Shadow Compression using Foreground Segme...
IRJET- Moving Object Detection with Shadow Compression using Foreground Segme...
 
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
 
Authentication Using Hand Vein Pattern
Authentication Using Hand Vein PatternAuthentication Using Hand Vein Pattern
Authentication Using Hand Vein Pattern
 
DETECTION OF MOVING OBJECT USING FOREGROUND EXTRACTION ALGORITHM BY PTZ CAMERA
DETECTION OF MOVING OBJECT USING FOREGROUND EXTRACTION ALGORITHM BY PTZ CAMERADETECTION OF MOVING OBJECT USING FOREGROUND EXTRACTION ALGORITHM BY PTZ CAMERA
DETECTION OF MOVING OBJECT USING FOREGROUND EXTRACTION ALGORITHM BY PTZ CAMERA
 

Recently uploaded

🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 

Recently uploaded (20)

🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 

Cn4201601604

  • 1. P M Sanath Jain et al Int. Journal of Engineering Research and Applications ISSN : 2248-9622, Vol. 4, Issue 2( Version 1), February 2014, pp.601-604 RESEARCH ARTICLE www.ijera.com OPEN ACCESS Detection of Static Obstacles for Railways Swati Dilip Bhondwe, Padmashree M Sanath Jain, Mitali Gulab Gore, Shreya Vikas Shirodkar,Prachi Kshirsagar B.E. (I.T.) P.V.P.P.C.O.E. Mumbai B.E. (I.T) P.V.P.P.C.O.E Mumbai B.E. (I.T.) P.V.P.P.C.O.E. Mumbai B.E. (I.T.) P.V.P.P.C.O.E. Mumbai Assistant Professor(I.T),P.V.P.P.C.O.E,Mumbai Abstract In the current railway systems, it has become a necessity to have safety measures in order to avoid accidents. One of the major causes that can lead to serious accidents is the existence of obstacles on the railway tracks. This paper presents an intelligent system which is based on image processing. Video surveillance is used to take snapshots at regular intervals which are compared for change detection. The obstacle is detected based on the analysis performed on the output of this comparison. This system is expected to enhance the efficiency and accuracy of the Safety management system for railways to a great extent. luminance conditions and geometry settings. A comparison between the observed image and an 1. INTRODUCTION estimation of the image that contains no object of the Detecting static objects in video sequences has image is performed. The position where a significant several applications in surveillance systems such as difference between the observed and the estimated the detection of boulders on railway tracks in public image is encountered is an indication of object of safety systems and has attracted the attention of vast interest or an obstacle present. Background research in the field of video surveillance. Proposed subtraction thus comes into existence from a simple techniques aiming to detect static objects are technique of subtracting the observed image from the achieved by the means of background subtraction estimated image and performing threshold operation succeeded by some kind of tracking. Background the result to detect objects of interest. subtraction is a technique for segmentation of NaĂŻve description of the approach [4]: Detecting the foreground regions in video sequences taken from a static obstacle as the difference between the current static camera. It basically detects the static objects by frame and the selected background model: taking the difference between the current frame and │framei – backgroundi│ > Th (1) the background model. In order to achieve good Where Th is recalculated threshold value. segmentation results, the background model must be The background subtraction method uses regularly updated in accordance to the varying subtraction or the difference of current image and lightning conditions and some stationary changes in background image in order to detect static objects, the scene. with simple algorithm but sensitive to changes in 2. LITERATURE SURVEY external environment and with poor non-interference ability [4]. In a simple static camera condition we 2.1 Background subtraction combine dynamic background modeling with threshold selection method based on background Background subtraction techniques are a commonly subtraction and update background on basis of exact used class of techniques used for identification of detection of objects. [5] objects of interest in a scene for applications such as Any static obstacle detection system based on the surveillance [3]. It is a frequently used method for subtraction of background images needs to handle a detecting static and moving objects in videos from number of critical situations such as: static cameras. The difference between the current  Presence of noise in image frame and the reference frame, often called the  Changes due to lighting conditions in the background image or background model is performed scene to detect static objects. The background must be a  Movement of non-static objects like clear presentation of the scene with no objects that leaves on the tree might prove to be an unwanted obstacle and must go  Changes in light conditions (e.g. rainfall), through regular updating so as to adapt the varying www.ijera.com 601 | P a g e
  • 2. P M Sanath Jain et al Int. Journal of Engineering Research and Applications ISSN : 2248-9622, Vol. 4, Issue 2( Version 1), February 2014, pp. abrupt change from daylight to dusky light in the evening 2.1.1 Types of Background subtraction Techniques The following are the techniques used for background image subtraction: i. W4 ii. LOTS iii. Heikkila and Olli iv. Halevy v. Cutler. Brief description of the two techniques is as follows: a. Heikkila and Olli: Any pixel [2] in image is marked as foreground in the object sensitive region if |It –Bt| >T (2) Where It is the current frame, Bt is the background frame and T is the pre-calculated threshold value. If the pixel is marked as foreground in last M frames, then the pixel represents the detected static object. The background is updated as follows: Bt+1=αIt + (1-α)Bt (3) Where α is kept minimal in order to avoid artificial tails forming behind moving objects. Following Background corrections are applied:  If a pixel is marked as foreground in last N frames, in object insensitive region then it is updated as Bt+1=It. This correction compensates for sudden illumination changes.  If a pixel changes state from foreground to background frequently in object insensitive region then it is updated as the above case. This correction compensates for fluctuating illumination, such as swinging branches. b. W4: In this technique [1], a pixel is marked as foreground if |M-It| >D or |N-It| >D (4) Where M, N, D represents observable minimum, maximum and largest inter-frame absolute difference in the background scene. These parameters are estimated initially and then periodically updated for object insensitive region in the image. The resulting foreground image is eroded to eliminate 1-pixel thick noise and small regions are rejected. 2.2 Existing System In the existing technique for detecting the obstacles at landslide prone areas, CCTV cameras have been used for video surveillance. The main objective of video monitoring is to identify the suspicious www.ijera.com www.ijera.com obstacle such as stones and prevent the losses by land sliding. The main disadvantage of the CCTV system is that it involves high manual interaction. It becomes very tedious for a person to watch a static scene a monitor for more than 20 minutes. It is difficult to maintain the heavy amount of raw data captured since a large storage space is required. Also the raw data when transmitted requires a higher bandwidth. One of the systems implemented by „Konkan Railways‟ is the ‟Anti-Collision Device Network‟ (ACD) [6] is an on-board collision prevention system. This system consists of mobile ACDs for locomotives and guard vans, track-side ACD‟s for stations, level-crossing ACD‟s, loco-shed ACD‟s, sensor-based ACD‟s and ACD repeaters. Mobile ACDs take inputs from GPS satellite system for position updates and network with track-side ACDs located within a radius of three kms using UHF radio modems to activate brakes with the help of onboard Loco ACD(s) through their Automatic Braking Units (ABUs), whenever a collision-like situation is perceived. ACD Network is likely to prevent head-on and rear-end collisions, collisions at high speed near stations. In addition, collision with road-vehicles at level crossings. However some of the limitations of this system are as follows:    3. This system uses radio based communication. Thus adverse weather conditions and failure in communication may result in malfunctioning of the system. Collision at level crossing is possible if the train and the level crossings are not fitted with ACD‟s. Availability of GPS data is cumbersome in shadow zones. PROPOSED SYSTEM In this paper we present a system that uses image processing techniques for autonomous surveillance. Obstacles present on railway tracks can be detected by acquiring snapshots of the regions at predetermined regular intervals. Significant changes in the snapshots represent the supposed obstacles. The system is capable of sending alerts to the concerned authorities in order to take further actions. The system works in the following three important phases: 1) Snapshot acquisition and storage: This system uses CCTV cameras positioned at most of the accident prone areas. Initially a background snapshot is acquired which ideally contains of no such accident causing objects. Furthermore the CCTV cameras take snapshots at predetermined regular intervals of time such as every 15 seconds. Relevant background snapshots and 602 | P a g e
  • 3. P M Sanath Jain et al Int. Journal of Engineering Research and Applications ISSN : 2248-9622, Vol. 4, Issue 2( Version 1), February 2014, pp. www.ijera.com current frame snapshots are stored in reliable database for easy retrieval. 2) Image processing: The input snapshots (background snapshot and current frame snapshots) are then subjected to various image processing techniques. It is first converted to a gray scale image in order to reduce the execution time. Gray scale is a range of monochromatic shades from black to white. Therefore, a gray scale image contains only shades of gray and no color. After converting image to gray scale, it will further pass through processes for detecting gradual variations of the lighting conditions in the image, small movements of objects such as tree branches, birds, animals and bushes blowing in the wind and sudden changes in environmental conditions, (e.g. sudden raining), etc. by regularly updating the reference image using the Heikkila and Olli background updating technique. Figure2. Flow diagram of the system 3.1 Algorithms Figure1. System Architecture Background subtraction technique is performed on the processed input snapshots. However, certain pixel region is selected as object sensitive region which is subjected to the subtraction technique. In case, if there is difference between two images then the system will return 1 else it will return 0. The instant at which output is 1, the next M snapshots are acquired within minimal time interval. If the output persists to be 1 in all snapshots obstacle is considered to be detected. 3) Alert Message Generation: The instant at which the system returns output as 1, the GSM system is activated. The SMS is sent to the concerned authorities in order to take further action. The SMS includes the location, camera number, time stamp of the detected obstacle. www.ijera.com  Gray Scale Conversion: The input image is first converted to a gray scale image. All gray scale algorithms utilize the same basic three-step process: a. Get the red, green, and blue values of a pixel b. Use math functions to turn those numbers into a single gray value c. Replace the original red, green, and blue values with the new gray value For Each Pixel in Image { Red = Pixel.Red Green = Pixel.Green Blue = Pixel.Blue Gray = (Red + Green + Blue) / 3 Pixel.Red = Gray Pixel.Green = Gray Pixel.Blue = Gray }  Background Subtraction: The processed input images are subtracted using the following algorithm. Background subtraction Algorithm: Dk (l, m) = 1 if Fk (l, m)-Bk (l, m) > T =0 Otherwise Fk (l, m): Current Frame Bk (l, m): Background Image Dk (l, m): Difference Image T : Set threshold 4. EXPERIMENTAL RESULTS In the proposed method experiments are performed using MATLAB. The fig .3 represents the snapshot captured by the CCTV cameras. The fig .4 is image obtained after grayscale conversion using MATLAB. [7] 603 | P a g e
  • 4. P M Sanath Jain et al Int. Journal of Engineering Research and Applications ISSN : 2248-9622, Vol. 4, Issue 2( Version 1), February 2014, pp. www.ijera.com 5. CONCLUSION Figure 3.Original image In this paper, we have presented a robust system to effectively detect obstacles on railway tracks that might prove fatal if not detected. The approach proposed is an autonomous system that uses image processing techniques. Changes in the inter frame images are identified and analyzed for presence of a static object. The proposed system integrates well with the GSM network so that alerts are sent in a timely manner. The experimental results reflect that the system is efficient, accurate and flexible in terms of operation and under different environmental conditions. Also system is more cost efficient than the existing system. 6. FUTURE SCOPE Figure 4 .Gray scale image This system can be further enhanced for detection of moving objects such as animals sitting along railway tracks that might not prove as a static obstacle. . REFERENCES Journal Papers: [1] I.Haritaoglu, R. Cutler, D. Harwood and L. S. Figure 5 .Background image Figure 6 .Current Frame image Background subtraction technique is performed on fig .5 representing the background image and fig .6 representing the current image. The difference image obtained from above technique is represented by fig .7. Davis: Backpack: Detection of people carrying o b j e c t s using silhouette in: International Conference on Computer Vision (1999) pp. 102–107. [2] J. Heikkila and O .Silven: A real-time system for monitoring o f cyclists and pedestrians in: Second IEEE W o r k s h o p on Visual Surveillance Fort Collins, Colorado ( Jun.1999) pp. 74–81. [3]Massimo Piccardi :”Background subtraction techniques: a review” 2004 IEEE International Conference on Systems, Man and Cybernetics [4]Rupali.S.Rabikke,Bharti.D.Patil:”Background Subtraction Algorithm Based Human Motion Detection: International Journal of Scientific and Research Publications, Volume 3, Issue 5, May 2013 1 ISSN 2250-3153 [5] Marwa abdel Azeem Marzouk: “Modified Background subtraction Algorithm for motion detection in surveillance systems”: AMARABAC, Journal of American Arabic Academy for Sciences and Technology” [6] Cost effective system for Railway level crossing protection-Konkan Railways. Books: [7] S Jayaraman, S Esakkirajan, T Veerakumar,Digital Image Processing Figure 7.Difference Image www.ijera.com 604 | P a g e