SlideShare a Scribd company logo
1 of 5
Download to read offline
34 International Journal for Modern Trends in Science and Technology
Volume: 2 | Issue: 02 | June 2016 | ISSN: 2455-3778IJMTST
A Real Time Image Processing Based Fire
Safety Intensive Automatic Assistance
System using Raspberry Pi
M. Malathi1
| Mrs. R. Geetha2
1PG Scholar, Department of EEE, Ganadipathy Tulsi‟s Jain Engineering College, Vellore, India.
2Associate Professor, Department of EEE, Ganadipathy Tulsi‟s Jain Engineering College, Vellore, India.
Fire usually cause serious disasters. Thus, fire detection has been an important issue to protect human life
and property. In this project, I propose a fast and practical real-time image-based fire flame detection method
based on colour pair analysis and intensity level algorithm. Then, based on the above fire flame colour
features model, regions with fire-like colours are roughly separated from each frame of the test videos.
Besides segmenting fire flame regions, background objects with similar fire colours or caused by colour shift
resulted from the reflection of fire flames are also extracted from the image during the above colour
separation process. To remove these spurious fire-like regions, the image difference method and the invented
colour masking technique are applied. The device can detect fire by using Artificial Neural Network (ANN).
Finally device automatically control the fire safety assistance. This method was tested with Raspberry pi B+
Board interface with camera module.
KEYWORDS: Fire flame detection method, Artificial Neural Network (ANN),Raspberry pi B+ Board.
Copyright © 2015 International Journal for Modern Trends in Science and Technology
All rights reserved.
I. INTRODUCTION
Fire is one of the most fateful threaten for
mankind. Fire can be determined by light, smoke
and temperature. We may resort to power failure,
water spraying for alarming. However, fire alarm is
still a difficult problem for large space. Because
there are many factors such as the height of the
space, the heat barrier, the coverage, the signal
transmission and so on, it is difficult to control. To
detect fire, only using color information may
produce false alarm, so color and temporal
variation information should be used to get a good
performance of a fire detection system. Some
researchers used RGB input and the simple and
effective procedure for real-time application.
Others adopted panoramic camera, wavelet
transform, neural networks, etc. for relatively
complicated fire detection systems. And some were
very specific purposed systems like tunnel fire,
ship compartment fire, forest fire, etc. So it is not
easy to compare the fire detection systems directly.
There are different methods for detecting fire in
different features and applications. Sensors are
used to measure the desired parameters in most of
the methods. Applying several sensors is essential
in order to cover all desired area while it is not
cost-effective. The sensors are contact sensors.
They should be install near the ceiling, thus it
causes delay until the smoke reach to them and
detect by them.
These restrictions lead to the image processing in
fire detection. The characteristics that are used in
image processing, are color and motion. If a motion
happens in background and the object is the same
color as fire, it is consider as fire object but these
features cannot produce the required performance.
For instance if a red car has a movement in a
garage, the system will assumes the motive object
as fire. Therefore, an image processing system uses
both color and motion characteristics for proposed
applications in different conditions. Moreover, the
other features such as dynamic movement and
disorder, in the shape of fire and smoke, should be
used for high performance detection. The color
feature is a static characteristic and it depends on
the fuel. The motion is a dynamic characteristic
and it highly depends on the airflow. The growth
and disorder features are also dynamic
characteristics and they depend on fuel and
ABSTRACT
35 International Journal for Modern Trends in Science and Technology
A Real Time Image Processing Based Fire Safety Intensive Automatic Assistance System using Raspberry Pi
airflow. The fire is judged by the one of the
Computational Intelligence techniques called
Advanced Neural Network (ANN) with the feature
parameters as input element which solves pattern
recognition problem and their parallel
architectures.
II. TERMINOLOGIES USED IN THE PROPOSED SYSTEM
A. Color Space:
Color space is used to represent every kind of
color in the real world to the computer. To produce
the color, we control the luminance value and the
chromatic value or by combining the color. RGB
can be said as the electronic color model where the
color is from the combination of the R, G and B
value so the combination of the three values is
unique one among the others. Color models have
five major categories, which are CIE, RGB, YUV,
HSL/HSV and CMYK.
B. Artificial Neural Networks:
Artificial Neural Networks (ANNs) area branch of
the artificial intelligence and non-linear mapping
structures based on the function of the human
brain.ANN possesses the abilities to recognize
patterns, manage data and learn like the brain. The
weights and the input-output function (transfer
function) that is specified for the units are used to
characterize the behavior of an ANN. The most
significant pros in using artificial neural networks
are solving the very complex problems of
conventional technologies, not formulating an
algorithmic solution or using the very complex
solution.It is a massively parallel distributed
processing system made up of highly
interconnected neural computing elements that
has the ability to learn and thereby acquire
knowledge and make it available for use. They are
powerful tools for modelling, especially when the
underlying data relationship is unknown. After
training, ANNs can be used to predict the outcome
of new independent input data. ANNs imitate the
learning process of the human brain and can
process problems involving non-linear and
complex data even if the data are imprecise and
noisy. Thus they are ideally suited for fire images
which are known to be complex and often
non-linear.
III. HARDWARE USED IN THE PROPOSED SYSTEM
RASPBERRY PI B+ BOARD
The Raspberry Pi is a basic embedded system
and being a low cost a single-board computer used
to reduce the complexity of systems in real time
applications.It has around the same computing
power as a smart phone.
Fig 1: Specifications of Raspberry Pi
The Raspberry Pi is manufactured in three board
configurations through licensed manufacturing
deals with Newark element14 (Premier Farnell), RS
Components and Egoman.
The Raspberry Pi has a Broadcom BCM2835
system on a chip (SoC), which includes an
ARM1176JZF-S 700 MHz processor, VideoCore IV
GPU and was originally shipped with 256
megabytes of RAM, later upgraded (Model B &
Model B+) to 512 MB. It does not include a built-in
hard disk or solid-state drive, but it uses an SD
card for booting and persistent storage, with the
Model B+ using a MicroSD.
The implementation of image processing
operations on Raspberry Pi is starts with
interfacing of raspberry pi camera in Camera slot
Interface (CSI). The camera module attaches to
Raspberry Pi by a 15 pin Ribbon Cable, to the
dedicated 15 pin MIPI Camera Serial Interface
(CSI), which was designed especially for interfacing
to cameras. The CSI bus is capable of extremely
high data rates, and it exclusively carries pixel data
to the BCM2835 processor.Here, the Dark and Low
contrast images captured by using the Raspberry
Pi camera module are enhanced in order to identify
the particular region of image.
IV. WORKING OF PROPOSED SYSTEM
A. Extraction of flame image:
Each color corresponds to the basic spectrum
factors of red R, green G, and blue B in the RGB
model. The color model is based on the Cartesian
coordinate system. The color subspace is a cube,
as shown in Fig. 2
36 International Journal for Modern Trends in Science and Technology
Volume: 2 | Issue: 02 | June 2016 | ISSN: 2455-3778IJMTST
Fig 2:RGB color cube
The RGB value consists of three vertexes, one
black point, and one white point, where black and
white arethe original point and the farthest vertex
point from the original point, respectively. The
grayscale color is spread along the line that
connects two white points from the black color in
this model, and the color is onthe cube space or the
inside point that is defined as the vector that is
extended from the original point. RGB color cube.
In this paper, the original RGB images are
applied as images converted to grayscale. The
following conversion (1) is a conceptual expression
as shown in Fig. 1. However, (2) is used in practical
applications.
In this paper, (2) is also applied to convert the
RGB color to grayscale.
For comparison, a value of each color in a pixel
(x,y) in the one-frame image fN is defined as fN (x Y)
[3,4] (Equation (3)). A value in thebackground
image is similarly defined as
B (x'Y) (Equation (4)), and these difference values
fout (x, Y) are calculated by formula (5).This the
threshold defined by considering noise. This
processingfor the all pixels extracts pixels
estimated to be flame.
The images captured by the Camera are
converted from RGB to XYZ color space. The XYZ
color space converted image is segmented using
anisotropic diffusion segmentation.
B. Fire detection by ANN:
The Artificial Neural Network (ANN) is trained
with the images of confined areas with the presence
of fires (i.e.) the space values of the pixels that
belong to fire regions. For a given XYZ color space
value of a pixel, the trained radial basis function
neural network will identify whether that pixel
corresponds to a fire region or not.
Input data is a total of Red, Green and Blue.
The middle class and output layers two units of a
fire output and a non-fire output.
Fig 3: Outline of ANN
The safety assistance actions are included with
the image processing code. Run the code with the
above process after enabling the camera settings
37 International Journal for Modern Trends in Science and Technology
A Real Time Image Processing Based Fire Safety Intensive Automatic Assistance System using Raspberry Pi
on the board to capture the image and save it on
the folder.
Fig 4: Proposed system block diagram
V. RESULTS
A. Simulation result:
Fire Detection program which analysis the given
image with fire or not, the MATLAB R2010a is
utilized. The following figure shows the simulation
results.
The fig 5 shows the input image which is the
contrast unenhanced truecolour composite.
Fig5: Truecolour image i.e. input image(unenhanced)
The fig 6 showsthe extraction of Red, Green and
Blue images respectively.
Fig6:Seperated Red, Blue and Green planes
The separated RGB images are converted into
binary scale images which is used for the fire
analysis by ANN. The fig 8 shows the Binary images
of the RGB image.
Fig 7:Binary image for RGB planes.
The fire image is detected by ANN which gives the
instructions to the Raspberry pi controller to start
the safety measures activity through by switch on
the Alarm, power off the electrical line and start the
motor connected to the water tank.
B. Hardware Results:
The python program is executed. The Executed
python program allow the camera capture the
image for a 2 second. From the captured image the
analysis of fire is carried out. If the image is
detected as a fire image through comparing the
thousands of possibilities, then the alarm is started
and motor is ON.
The fig 8 shows the full setup of the real time
fire detection device as per connection showed in
block diagram fig 4.
Fig 8: Fire Detection devicewith Raspberry Pi B+ Board
38 International Journal for Modern Trends in Science and Technology
Volume: 2 | Issue: 02 | June 2016 | ISSN: 2455-3778IJMTST
The fig 21 shows the GPIO 10 and GPIO 9 pin is
connected to the motor and buzzer to provide the
after fire actions
Fig 9: The connection to motor and alarm
The fig 10 shows the captured image by the
camera after execution which is the image used for
the analysis using ANN.
Fig 10: The captured output image
VI. CONCLUSION
The most important goals in fire surveillance are
Real time, quick and reliable detection and
localization of the fire is achieved by Artificial
Neural network with the help of Raspberry pi board
which provides the real time image processing.
Thus the proposed paper aims to detect fire
occurrence while it is in its early stages so that it is
much easier to suppress a fire and prevent loss of
property and invaluable human lives.
REFERENCES
[1] Anil K.Jain (2003), “Fundamentals of Digital Image
Processing”, Pearson Education.
[2] Ali Rafiee, Reza Dianat, MehreganJamshidi, Reza Ta
vakoli and Sara Abbaspour (2011), „Fire and Smoke
Detection Using Wavelet Analysis and Disorder
Characteristics‟,IEEE Conf.
[3] Bo-Ho Cho, Jong-Wook Bae, and Sung-Hwan Jung
(2008), „Image Processing-Based Fire Detection
System Using Statistic Color Model‟,IEEE Conf.
[4] C. Emmy Prema1 and S. S. Vinsley (2014), „Image
Processing Based Forest Fire Detection using YCbCr
Colour Model‟,IEEE Conf.
[5] Giovanni Laneve, Marco M. Castronuovo, and Enrico
G. Cadau (2006), „Continuous Monitoring Of Forest
Fires In The Mediterranean Area Using MSG‟,IEEE
Conf
[6] Guodong Li1, Gang Lu and Yong Yan(2014), „Fire
Detection using Stereoscopic Imaging and Image
Processing Techniques‟,IEEE Conf.
[7] Hideaki Yamagishi and Jun'ichi Yamaguchi (2000),
„A Contour Fluctuation Data Processing Method For
Fire Flame Detection Using A Color Camera‟, IEEE
Conf, Technical Research Laboratories, Sogo Keibi
Hosho Co., Ltd.
[8] JareeratSeebamrungsat, Suphachai Praising, and
PanomkhawnRiyamongkol (2014), „Fire Detection in
the Buildings Using Image Processing‟, IEEE Conf.
[9] Kenny KalVinToh, Haidi Ibrahim and Muhammad
NasiruddinMahyuddin (2008), „Salt-and-Pepper
Noise Detection and ReductionUsing Fuzzy
Switching Median Filter‟, IEEE Transactions on
Consumer Electronics.
[10]Kosmas Dimitropoulos, Panagiotis Barmpoutis and
Nikos Grammalidis (2014), „Spatio-Temporal Flame
Modeling and Dynamic Texture Analysis for
Automatic Video-Based Fire Detection‟,IEEE Conf.
[11]Li Jinghong, LvRiqing, Zou Xiaohui (2011), „Design
And Research Of Video Fire Detection System Based
On FPGA‟, IEEE Conf.
[12] Milan Sonka, ValclavHalavac and Roger Boyle
(2001), “Image Processing, Analysis and Machine
Vision”, 2nd Edition, Thomson Learning.
[13]Ping-He Huang, Jing-Yong Su, Zhe-Ming Lu and
Jeng-Shyang Pan (2005), „A Fire-Alarming Method
Based on Video Processing‟,IEEE Conf.
[14]Rafael C.Gonzalez and Richard E.Woods (2003),
“Digital Image Processing”, 2nd Edition, Pearson
Education.
[15]TjokordaAgung Budi W and IpingSuprianaSuwardi
(2011), „Fire Alarm System Based-on Video
Processing‟,IEEE Conf.
[16]Ti Nguyen-Ti, Thuan Nguyen-Phuc and Tuan
Do-Hong (2013), „Fire Detection Based on Video
Processing Method‟,IEEE Conf.
[17]TjokordaAgung Budi Wirayuda, FebryantiSthevanie
and Sri Widowati (2013), „Fire Color Detection using
Color Look Up and Histogram Analysis‟,IEEE Conf.
[18]Wang Yuanbin and Ma Xianmin (2011), „Fire
Detection Based on Image Processing in Coal
Mine‟,IEEE Conf.
[19]Walter Phillips 111 Mubarak Shah Niels da Vitoria
Lob (2000), „Flame Recognition in Video‟, IEEE Conf,
Computer Vision Laboratory, Department of
Computer Science, University of Central Florida.
[20]Ying Li, Anthony Vodacek, Robert L. Kremens,
Ambrose Ononye, and Chunqiang Tang (2005), „A
Hybrid Contextual Approach to Wild land Fire
Detection Using Multispectral Imagery‟, IEEE Conf.

More Related Content

What's hot

Color image steganography in YCbCr space
Color image steganography in YCbCr spaceColor image steganography in YCbCr space
Color image steganography in YCbCr spaceIJECEIAES
 
An Open Source solution for Three-Dimensional documentation: archaeological a...
An Open Source solution for Three-Dimensional documentation: archaeological a...An Open Source solution for Three-Dimensional documentation: archaeological a...
An Open Source solution for Three-Dimensional documentation: archaeological a...Giulio Bigliardi
 
A new approach of colour image encryption based on henon like chaotic map
A new approach of colour image encryption based on henon like chaotic mapA new approach of colour image encryption based on henon like chaotic map
A new approach of colour image encryption based on henon like chaotic mapAlexander Decker
 
mvitelli_ee367_final_report
mvitelli_ee367_final_reportmvitelli_ee367_final_report
mvitelli_ee367_final_reportMatt Vitelli
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
Noise Level Estimation for Digital Images Using Local Statistics and Its Appl...
Noise Level Estimation for Digital Images Using Local Statistics and Its Appl...Noise Level Estimation for Digital Images Using Local Statistics and Its Appl...
Noise Level Estimation for Digital Images Using Local Statistics and Its Appl...TELKOMNIKA JOURNAL
 
PIXEL SIZE REDUCTION LOSS-LESS IMAGE COMPRESSION ALGORITHM
PIXEL SIZE REDUCTION LOSS-LESS IMAGE COMPRESSION ALGORITHMPIXEL SIZE REDUCTION LOSS-LESS IMAGE COMPRESSION ALGORITHM
PIXEL SIZE REDUCTION LOSS-LESS IMAGE COMPRESSION ALGORITHMijcsit
 
Signal to-noise-ratio of signal acquisition in global navigation satellite sy...
Signal to-noise-ratio of signal acquisition in global navigation satellite sy...Signal to-noise-ratio of signal acquisition in global navigation satellite sy...
Signal to-noise-ratio of signal acquisition in global navigation satellite sy...Alexander Decker
 
AN ENHANCED CHAOTIC IMAGE ENCRYPTION
AN ENHANCED CHAOTIC IMAGE ENCRYPTIONAN ENHANCED CHAOTIC IMAGE ENCRYPTION
AN ENHANCED CHAOTIC IMAGE ENCRYPTIONijcseit
 
Steganography - Anup Palarapwar
Steganography - Anup PalarapwarSteganography - Anup Palarapwar
Steganography - Anup PalarapwarANUP PALARAPWAR
 
Development and Hardware Implementation of an Efficient Algorithm for Cloud D...
Development and Hardware Implementation of an Efficient Algorithm for Cloud D...Development and Hardware Implementation of an Efficient Algorithm for Cloud D...
Development and Hardware Implementation of an Efficient Algorithm for Cloud D...sipij
 
Digital image classification
Digital image classificationDigital image classification
Digital image classificationAleemuddin Abbasi
 
An enhanced fireworks algorithm to generate prime key for multiple users in f...
An enhanced fireworks algorithm to generate prime key for multiple users in f...An enhanced fireworks algorithm to generate prime key for multiple users in f...
An enhanced fireworks algorithm to generate prime key for multiple users in f...journalBEEI
 
APPLYING EDGE INFORMATION IN YCbCr COLOR SPACE ON THE IMAGE WATERMARKING
APPLYING EDGE INFORMATION IN YCbCr COLOR SPACE ON THE IMAGE WATERMARKINGAPPLYING EDGE INFORMATION IN YCbCr COLOR SPACE ON THE IMAGE WATERMARKING
APPLYING EDGE INFORMATION IN YCbCr COLOR SPACE ON THE IMAGE WATERMARKINGsipij
 

What's hot (19)

F010232834
F010232834F010232834
F010232834
 
Color image steganography in YCbCr space
Color image steganography in YCbCr spaceColor image steganography in YCbCr space
Color image steganography in YCbCr space
 
Depth estimation using deep learning
Depth estimation using deep learningDepth estimation using deep learning
Depth estimation using deep learning
 
An Open Source solution for Three-Dimensional documentation: archaeological a...
An Open Source solution for Three-Dimensional documentation: archaeological a...An Open Source solution for Three-Dimensional documentation: archaeological a...
An Open Source solution for Three-Dimensional documentation: archaeological a...
 
A new approach of colour image encryption based on henon like chaotic map
A new approach of colour image encryption based on henon like chaotic mapA new approach of colour image encryption based on henon like chaotic map
A new approach of colour image encryption based on henon like chaotic map
 
mvitelli_ee367_final_report
mvitelli_ee367_final_reportmvitelli_ee367_final_report
mvitelli_ee367_final_report
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
Noise Level Estimation for Digital Images Using Local Statistics and Its Appl...
Noise Level Estimation for Digital Images Using Local Statistics and Its Appl...Noise Level Estimation for Digital Images Using Local Statistics and Its Appl...
Noise Level Estimation for Digital Images Using Local Statistics and Its Appl...
 
PIXEL SIZE REDUCTION LOSS-LESS IMAGE COMPRESSION ALGORITHM
PIXEL SIZE REDUCTION LOSS-LESS IMAGE COMPRESSION ALGORITHMPIXEL SIZE REDUCTION LOSS-LESS IMAGE COMPRESSION ALGORITHM
PIXEL SIZE REDUCTION LOSS-LESS IMAGE COMPRESSION ALGORITHM
 
Signal to-noise-ratio of signal acquisition in global navigation satellite sy...
Signal to-noise-ratio of signal acquisition in global navigation satellite sy...Signal to-noise-ratio of signal acquisition in global navigation satellite sy...
Signal to-noise-ratio of signal acquisition in global navigation satellite sy...
 
AN ENHANCED CHAOTIC IMAGE ENCRYPTION
AN ENHANCED CHAOTIC IMAGE ENCRYPTIONAN ENHANCED CHAOTIC IMAGE ENCRYPTION
AN ENHANCED CHAOTIC IMAGE ENCRYPTION
 
Ay33292297
Ay33292297Ay33292297
Ay33292297
 
O045078588
O045078588O045078588
O045078588
 
Steganography - Anup Palarapwar
Steganography - Anup PalarapwarSteganography - Anup Palarapwar
Steganography - Anup Palarapwar
 
Development and Hardware Implementation of an Efficient Algorithm for Cloud D...
Development and Hardware Implementation of an Efficient Algorithm for Cloud D...Development and Hardware Implementation of an Efficient Algorithm for Cloud D...
Development and Hardware Implementation of an Efficient Algorithm for Cloud D...
 
Digital image classification
Digital image classificationDigital image classification
Digital image classification
 
N043020970100
N043020970100N043020970100
N043020970100
 
An enhanced fireworks algorithm to generate prime key for multiple users in f...
An enhanced fireworks algorithm to generate prime key for multiple users in f...An enhanced fireworks algorithm to generate prime key for multiple users in f...
An enhanced fireworks algorithm to generate prime key for multiple users in f...
 
APPLYING EDGE INFORMATION IN YCbCr COLOR SPACE ON THE IMAGE WATERMARKING
APPLYING EDGE INFORMATION IN YCbCr COLOR SPACE ON THE IMAGE WATERMARKINGAPPLYING EDGE INFORMATION IN YCbCr COLOR SPACE ON THE IMAGE WATERMARKING
APPLYING EDGE INFORMATION IN YCbCr COLOR SPACE ON THE IMAGE WATERMARKING
 

Viewers also liked

Vintage i have_aquestion_6.26.16
Vintage i have_aquestion_6.26.16Vintage i have_aquestion_6.26.16
Vintage i have_aquestion_6.26.16Vintage Church
 
William McQueen Revision _15 Jun 2016
William McQueen Revision _15 Jun 2016William McQueen Revision _15 Jun 2016
William McQueen Revision _15 Jun 2016William McQueen
 
Andrew TML006
Andrew TML006Andrew TML006
Andrew TML006savomir
 
Prezentacija 3 vracev gaj
Prezentacija 3 vracev gajPrezentacija 3 vracev gaj
Prezentacija 3 vracev gajZiva1990
 
Brochure de Servicios en Tecnologias Emergentes
Brochure de Servicios en Tecnologias EmergentesBrochure de Servicios en Tecnologias Emergentes
Brochure de Servicios en Tecnologias EmergentesEQ SOFT EIRL
 
Algoritmos programacion psm
Algoritmos   programacion psmAlgoritmos   programacion psm
Algoritmos programacion psmqwz123
 
Descubre los 7 canales para generacion de Leads B2B.
Descubre los 7 canales para generacion de Leads B2B.Descubre los 7 canales para generacion de Leads B2B.
Descubre los 7 canales para generacion de Leads B2B.Pragmativa
 
Bediüzzaman said nursi kendisinin mehdi olmadığını açıklamıştır kitapçık. tur...
Bediüzzaman said nursi kendisinin mehdi olmadığını açıklamıştır kitapçık. tur...Bediüzzaman said nursi kendisinin mehdi olmadığını açıklamıştır kitapçık. tur...
Bediüzzaman said nursi kendisinin mehdi olmadığını açıklamıştır kitapçık. tur...HarunyahyaTurkish
 
ASF_UG_ExtractiveSectorHRImplications
ASF_UG_ExtractiveSectorHRImplicationsASF_UG_ExtractiveSectorHRImplications
ASF_UG_ExtractiveSectorHRImplicationsBrenda Peace Amito
 

Viewers also liked (16)

Razonamiento verbal
Razonamiento verbalRazonamiento verbal
Razonamiento verbal
 
英国148
英国148英国148
英国148
 
Casp certification
Casp certificationCasp certification
Casp certification
 
Vintage i have_aquestion_6.26.16
Vintage i have_aquestion_6.26.16Vintage i have_aquestion_6.26.16
Vintage i have_aquestion_6.26.16
 
William McQueen Revision _15 Jun 2016
William McQueen Revision _15 Jun 2016William McQueen Revision _15 Jun 2016
William McQueen Revision _15 Jun 2016
 
Academic Evaluation Services doc
Academic Evaluation Services docAcademic Evaluation Services doc
Academic Evaluation Services doc
 
Resume_Vishal
Resume_VishalResume_Vishal
Resume_Vishal
 
Andrew TML006
Andrew TML006Andrew TML006
Andrew TML006
 
Prezentacija 3 vracev gaj
Prezentacija 3 vracev gajPrezentacija 3 vracev gaj
Prezentacija 3 vracev gaj
 
Brochure de Servicios en Tecnologias Emergentes
Brochure de Servicios en Tecnologias EmergentesBrochure de Servicios en Tecnologias Emergentes
Brochure de Servicios en Tecnologias Emergentes
 
authorreprints
authorreprintsauthorreprints
authorreprints
 
Algoritmos programacion psm
Algoritmos   programacion psmAlgoritmos   programacion psm
Algoritmos programacion psm
 
Descubre los 7 canales para generacion de Leads B2B.
Descubre los 7 canales para generacion de Leads B2B.Descubre los 7 canales para generacion de Leads B2B.
Descubre los 7 canales para generacion de Leads B2B.
 
Bediüzzaman said nursi kendisinin mehdi olmadığını açıklamıştır kitapçık. tur...
Bediüzzaman said nursi kendisinin mehdi olmadığını açıklamıştır kitapçık. tur...Bediüzzaman said nursi kendisinin mehdi olmadığını açıklamıştır kitapçık. tur...
Bediüzzaman said nursi kendisinin mehdi olmadığını açıklamıştır kitapçık. tur...
 
Inteligencia artificial
Inteligencia artificialInteligencia artificial
Inteligencia artificial
 
ASF_UG_ExtractiveSectorHRImplications
ASF_UG_ExtractiveSectorHRImplicationsASF_UG_ExtractiveSectorHRImplications
ASF_UG_ExtractiveSectorHRImplications
 

Similar to Raspberry Pi-Based Real-Time Fire Detection and Safety Assistance System

IRJET- Review on Image Processing based Fire Detetion using Raspberry Pi
IRJET- Review on Image Processing based Fire Detetion using Raspberry PiIRJET- Review on Image Processing based Fire Detetion using Raspberry Pi
IRJET- Review on Image Processing based Fire Detetion using Raspberry PiIRJET Journal
 
IRJET- Fire Detection using Infrared Images for Uav-Based Forest Fire Sur...
IRJET-  	  Fire Detection using Infrared Images for Uav-Based Forest Fire Sur...IRJET-  	  Fire Detection using Infrared Images for Uav-Based Forest Fire Sur...
IRJET- Fire Detection using Infrared Images for Uav-Based Forest Fire Sur...IRJET Journal
 
Survey of local binary pattern for fire & smoke using wavelet decomposition
Survey of local binary pattern for fire & smoke using wavelet decompositionSurvey of local binary pattern for fire & smoke using wavelet decomposition
Survey of local binary pattern for fire & smoke using wavelet decompositioneSAT Journals
 
Forest Fire Detection Using Deep Learning and Image Recognition
Forest Fire Detection Using Deep Learning and Image RecognitionForest Fire Detection Using Deep Learning and Image Recognition
Forest Fire Detection Using Deep Learning and Image RecognitionIRJET Journal
 
Sign Language Recognition Using Image Processing For Mute People
Sign Language Recognition Using Image Processing For Mute PeopleSign Language Recognition Using Image Processing For Mute People
Sign Language Recognition Using Image Processing For Mute Peoplepaperpublications3
 
Intensity Enhancement in Gray Level Images using HSV Color Coding Technique
Intensity Enhancement in Gray Level Images using HSV Color Coding TechniqueIntensity Enhancement in Gray Level Images using HSV Color Coding Technique
Intensity Enhancement in Gray Level Images using HSV Color Coding TechniqueIRJET Journal
 
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...IRJET Journal
 
Automatic Real Time Auditorium Power Supply Control using Image Processing
Automatic Real Time Auditorium Power Supply Control using Image ProcessingAutomatic Real Time Auditorium Power Supply Control using Image Processing
Automatic Real Time Auditorium Power Supply Control using Image Processingidescitation
 
A UTILIZATION OF CONVOLUTIONAL MATRIX METHODS ON SLICED HIPPOCAMPAL NEURON RE...
A UTILIZATION OF CONVOLUTIONAL MATRIX METHODS ON SLICED HIPPOCAMPAL NEURON RE...A UTILIZATION OF CONVOLUTIONAL MATRIX METHODS ON SLICED HIPPOCAMPAL NEURON RE...
A UTILIZATION OF CONVOLUTIONAL MATRIX METHODS ON SLICED HIPPOCAMPAL NEURON RE...ijscai
 
A UTILIZATION OF CONVOLUTIONAL MATRIX METHODS ON SLICED HIPPOCAMPAL NEURON RE...
A UTILIZATION OF CONVOLUTIONAL MATRIX METHODS ON SLICED HIPPOCAMPAL NEURON RE...A UTILIZATION OF CONVOLUTIONAL MATRIX METHODS ON SLICED HIPPOCAMPAL NEURON RE...
A UTILIZATION OF CONVOLUTIONAL MATRIX METHODS ON SLICED HIPPOCAMPAL NEURON RE...ijscai
 
A UTILIZATION OF CONVOLUTIONAL MATRIX METHODS ON SLICED HIPPOCAMPAL NEURON RE...
A UTILIZATION OF CONVOLUTIONAL MATRIX METHODS ON SLICED HIPPOCAMPAL NEURON RE...A UTILIZATION OF CONVOLUTIONAL MATRIX METHODS ON SLICED HIPPOCAMPAL NEURON RE...
A UTILIZATION OF CONVOLUTIONAL MATRIX METHODS ON SLICED HIPPOCAMPAL NEURON RE...ijscai
 
Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...
Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...
Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...IRJET Journal
 
IT6005 digital image processing question bank
IT6005   digital image processing question bankIT6005   digital image processing question bank
IT6005 digital image processing question bankGayathri Krishnamoorthy
 
IRJET- Low Light Image Enhancement using Convolutional Neural Network
IRJET-  	  Low Light Image Enhancement using Convolutional Neural NetworkIRJET-  	  Low Light Image Enhancement using Convolutional Neural Network
IRJET- Low Light Image Enhancement using Convolutional Neural NetworkIRJET Journal
 
Canny Edge Detection Algorithm on FPGA
Canny Edge Detection Algorithm on FPGA Canny Edge Detection Algorithm on FPGA
Canny Edge Detection Algorithm on FPGA IOSR Journals
 

Similar to Raspberry Pi-Based Real-Time Fire Detection and Safety Assistance System (20)

IRJET- Review on Image Processing based Fire Detetion using Raspberry Pi
IRJET- Review on Image Processing based Fire Detetion using Raspberry PiIRJET- Review on Image Processing based Fire Detetion using Raspberry Pi
IRJET- Review on Image Processing based Fire Detetion using Raspberry Pi
 
IRJET- Fire Detection using Infrared Images for Uav-Based Forest Fire Sur...
IRJET-  	  Fire Detection using Infrared Images for Uav-Based Forest Fire Sur...IRJET-  	  Fire Detection using Infrared Images for Uav-Based Forest Fire Sur...
IRJET- Fire Detection using Infrared Images for Uav-Based Forest Fire Sur...
 
Survey of local binary pattern for fire & smoke using wavelet decomposition
Survey of local binary pattern for fire & smoke using wavelet decompositionSurvey of local binary pattern for fire & smoke using wavelet decomposition
Survey of local binary pattern for fire & smoke using wavelet decomposition
 
Forest Fire Detection Using Deep Learning and Image Recognition
Forest Fire Detection Using Deep Learning and Image RecognitionForest Fire Detection Using Deep Learning and Image Recognition
Forest Fire Detection Using Deep Learning and Image Recognition
 
Sign Language Recognition Using Image Processing For Mute People
Sign Language Recognition Using Image Processing For Mute PeopleSign Language Recognition Using Image Processing For Mute People
Sign Language Recognition Using Image Processing For Mute People
 
Intensity Enhancement in Gray Level Images using HSV Color Coding Technique
Intensity Enhancement in Gray Level Images using HSV Color Coding TechniqueIntensity Enhancement in Gray Level Images using HSV Color Coding Technique
Intensity Enhancement in Gray Level Images using HSV Color Coding Technique
 
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...
 
Automatic Real Time Auditorium Power Supply Control using Image Processing
Automatic Real Time Auditorium Power Supply Control using Image ProcessingAutomatic Real Time Auditorium Power Supply Control using Image Processing
Automatic Real Time Auditorium Power Supply Control using Image Processing
 
A UTILIZATION OF CONVOLUTIONAL MATRIX METHODS ON SLICED HIPPOCAMPAL NEURON RE...
A UTILIZATION OF CONVOLUTIONAL MATRIX METHODS ON SLICED HIPPOCAMPAL NEURON RE...A UTILIZATION OF CONVOLUTIONAL MATRIX METHODS ON SLICED HIPPOCAMPAL NEURON RE...
A UTILIZATION OF CONVOLUTIONAL MATRIX METHODS ON SLICED HIPPOCAMPAL NEURON RE...
 
A UTILIZATION OF CONVOLUTIONAL MATRIX METHODS ON SLICED HIPPOCAMPAL NEURON RE...
A UTILIZATION OF CONVOLUTIONAL MATRIX METHODS ON SLICED HIPPOCAMPAL NEURON RE...A UTILIZATION OF CONVOLUTIONAL MATRIX METHODS ON SLICED HIPPOCAMPAL NEURON RE...
A UTILIZATION OF CONVOLUTIONAL MATRIX METHODS ON SLICED HIPPOCAMPAL NEURON RE...
 
A UTILIZATION OF CONVOLUTIONAL MATRIX METHODS ON SLICED HIPPOCAMPAL NEURON RE...
A UTILIZATION OF CONVOLUTIONAL MATRIX METHODS ON SLICED HIPPOCAMPAL NEURON RE...A UTILIZATION OF CONVOLUTIONAL MATRIX METHODS ON SLICED HIPPOCAMPAL NEURON RE...
A UTILIZATION OF CONVOLUTIONAL MATRIX METHODS ON SLICED HIPPOCAMPAL NEURON RE...
 
Jc3515691575
Jc3515691575Jc3515691575
Jc3515691575
 
Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...
Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...
Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...
 
IT6005 digital image processing question bank
IT6005   digital image processing question bankIT6005   digital image processing question bank
IT6005 digital image processing question bank
 
ei2106-submit-opt-415
ei2106-submit-opt-415ei2106-submit-opt-415
ei2106-submit-opt-415
 
mini prjt
mini prjtmini prjt
mini prjt
 
Ay33292297
Ay33292297Ay33292297
Ay33292297
 
IRJET- Low Light Image Enhancement using Convolutional Neural Network
IRJET-  	  Low Light Image Enhancement using Convolutional Neural NetworkIRJET-  	  Low Light Image Enhancement using Convolutional Neural Network
IRJET- Low Light Image Enhancement using Convolutional Neural Network
 
Canny Edge Detection Algorithm on FPGA
Canny Edge Detection Algorithm on FPGA Canny Edge Detection Algorithm on FPGA
Canny Edge Detection Algorithm on FPGA
 
C010111519
C010111519C010111519
C010111519
 

Recently uploaded

CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 

Recently uploaded (20)

CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 

Raspberry Pi-Based Real-Time Fire Detection and Safety Assistance System

  • 1. 34 International Journal for Modern Trends in Science and Technology Volume: 2 | Issue: 02 | June 2016 | ISSN: 2455-3778IJMTST A Real Time Image Processing Based Fire Safety Intensive Automatic Assistance System using Raspberry Pi M. Malathi1 | Mrs. R. Geetha2 1PG Scholar, Department of EEE, Ganadipathy Tulsi‟s Jain Engineering College, Vellore, India. 2Associate Professor, Department of EEE, Ganadipathy Tulsi‟s Jain Engineering College, Vellore, India. Fire usually cause serious disasters. Thus, fire detection has been an important issue to protect human life and property. In this project, I propose a fast and practical real-time image-based fire flame detection method based on colour pair analysis and intensity level algorithm. Then, based on the above fire flame colour features model, regions with fire-like colours are roughly separated from each frame of the test videos. Besides segmenting fire flame regions, background objects with similar fire colours or caused by colour shift resulted from the reflection of fire flames are also extracted from the image during the above colour separation process. To remove these spurious fire-like regions, the image difference method and the invented colour masking technique are applied. The device can detect fire by using Artificial Neural Network (ANN). Finally device automatically control the fire safety assistance. This method was tested with Raspberry pi B+ Board interface with camera module. KEYWORDS: Fire flame detection method, Artificial Neural Network (ANN),Raspberry pi B+ Board. Copyright © 2015 International Journal for Modern Trends in Science and Technology All rights reserved. I. INTRODUCTION Fire is one of the most fateful threaten for mankind. Fire can be determined by light, smoke and temperature. We may resort to power failure, water spraying for alarming. However, fire alarm is still a difficult problem for large space. Because there are many factors such as the height of the space, the heat barrier, the coverage, the signal transmission and so on, it is difficult to control. To detect fire, only using color information may produce false alarm, so color and temporal variation information should be used to get a good performance of a fire detection system. Some researchers used RGB input and the simple and effective procedure for real-time application. Others adopted panoramic camera, wavelet transform, neural networks, etc. for relatively complicated fire detection systems. And some were very specific purposed systems like tunnel fire, ship compartment fire, forest fire, etc. So it is not easy to compare the fire detection systems directly. There are different methods for detecting fire in different features and applications. Sensors are used to measure the desired parameters in most of the methods. Applying several sensors is essential in order to cover all desired area while it is not cost-effective. The sensors are contact sensors. They should be install near the ceiling, thus it causes delay until the smoke reach to them and detect by them. These restrictions lead to the image processing in fire detection. The characteristics that are used in image processing, are color and motion. If a motion happens in background and the object is the same color as fire, it is consider as fire object but these features cannot produce the required performance. For instance if a red car has a movement in a garage, the system will assumes the motive object as fire. Therefore, an image processing system uses both color and motion characteristics for proposed applications in different conditions. Moreover, the other features such as dynamic movement and disorder, in the shape of fire and smoke, should be used for high performance detection. The color feature is a static characteristic and it depends on the fuel. The motion is a dynamic characteristic and it highly depends on the airflow. The growth and disorder features are also dynamic characteristics and they depend on fuel and ABSTRACT
  • 2. 35 International Journal for Modern Trends in Science and Technology A Real Time Image Processing Based Fire Safety Intensive Automatic Assistance System using Raspberry Pi airflow. The fire is judged by the one of the Computational Intelligence techniques called Advanced Neural Network (ANN) with the feature parameters as input element which solves pattern recognition problem and their parallel architectures. II. TERMINOLOGIES USED IN THE PROPOSED SYSTEM A. Color Space: Color space is used to represent every kind of color in the real world to the computer. To produce the color, we control the luminance value and the chromatic value or by combining the color. RGB can be said as the electronic color model where the color is from the combination of the R, G and B value so the combination of the three values is unique one among the others. Color models have five major categories, which are CIE, RGB, YUV, HSL/HSV and CMYK. B. Artificial Neural Networks: Artificial Neural Networks (ANNs) area branch of the artificial intelligence and non-linear mapping structures based on the function of the human brain.ANN possesses the abilities to recognize patterns, manage data and learn like the brain. The weights and the input-output function (transfer function) that is specified for the units are used to characterize the behavior of an ANN. The most significant pros in using artificial neural networks are solving the very complex problems of conventional technologies, not formulating an algorithmic solution or using the very complex solution.It is a massively parallel distributed processing system made up of highly interconnected neural computing elements that has the ability to learn and thereby acquire knowledge and make it available for use. They are powerful tools for modelling, especially when the underlying data relationship is unknown. After training, ANNs can be used to predict the outcome of new independent input data. ANNs imitate the learning process of the human brain and can process problems involving non-linear and complex data even if the data are imprecise and noisy. Thus they are ideally suited for fire images which are known to be complex and often non-linear. III. HARDWARE USED IN THE PROPOSED SYSTEM RASPBERRY PI B+ BOARD The Raspberry Pi is a basic embedded system and being a low cost a single-board computer used to reduce the complexity of systems in real time applications.It has around the same computing power as a smart phone. Fig 1: Specifications of Raspberry Pi The Raspberry Pi is manufactured in three board configurations through licensed manufacturing deals with Newark element14 (Premier Farnell), RS Components and Egoman. The Raspberry Pi has a Broadcom BCM2835 system on a chip (SoC), which includes an ARM1176JZF-S 700 MHz processor, VideoCore IV GPU and was originally shipped with 256 megabytes of RAM, later upgraded (Model B & Model B+) to 512 MB. It does not include a built-in hard disk or solid-state drive, but it uses an SD card for booting and persistent storage, with the Model B+ using a MicroSD. The implementation of image processing operations on Raspberry Pi is starts with interfacing of raspberry pi camera in Camera slot Interface (CSI). The camera module attaches to Raspberry Pi by a 15 pin Ribbon Cable, to the dedicated 15 pin MIPI Camera Serial Interface (CSI), which was designed especially for interfacing to cameras. The CSI bus is capable of extremely high data rates, and it exclusively carries pixel data to the BCM2835 processor.Here, the Dark and Low contrast images captured by using the Raspberry Pi camera module are enhanced in order to identify the particular region of image. IV. WORKING OF PROPOSED SYSTEM A. Extraction of flame image: Each color corresponds to the basic spectrum factors of red R, green G, and blue B in the RGB model. The color model is based on the Cartesian coordinate system. The color subspace is a cube, as shown in Fig. 2
  • 3. 36 International Journal for Modern Trends in Science and Technology Volume: 2 | Issue: 02 | June 2016 | ISSN: 2455-3778IJMTST Fig 2:RGB color cube The RGB value consists of three vertexes, one black point, and one white point, where black and white arethe original point and the farthest vertex point from the original point, respectively. The grayscale color is spread along the line that connects two white points from the black color in this model, and the color is onthe cube space or the inside point that is defined as the vector that is extended from the original point. RGB color cube. In this paper, the original RGB images are applied as images converted to grayscale. The following conversion (1) is a conceptual expression as shown in Fig. 1. However, (2) is used in practical applications. In this paper, (2) is also applied to convert the RGB color to grayscale. For comparison, a value of each color in a pixel (x,y) in the one-frame image fN is defined as fN (x Y) [3,4] (Equation (3)). A value in thebackground image is similarly defined as B (x'Y) (Equation (4)), and these difference values fout (x, Y) are calculated by formula (5).This the threshold defined by considering noise. This processingfor the all pixels extracts pixels estimated to be flame. The images captured by the Camera are converted from RGB to XYZ color space. The XYZ color space converted image is segmented using anisotropic diffusion segmentation. B. Fire detection by ANN: The Artificial Neural Network (ANN) is trained with the images of confined areas with the presence of fires (i.e.) the space values of the pixels that belong to fire regions. For a given XYZ color space value of a pixel, the trained radial basis function neural network will identify whether that pixel corresponds to a fire region or not. Input data is a total of Red, Green and Blue. The middle class and output layers two units of a fire output and a non-fire output. Fig 3: Outline of ANN The safety assistance actions are included with the image processing code. Run the code with the above process after enabling the camera settings
  • 4. 37 International Journal for Modern Trends in Science and Technology A Real Time Image Processing Based Fire Safety Intensive Automatic Assistance System using Raspberry Pi on the board to capture the image and save it on the folder. Fig 4: Proposed system block diagram V. RESULTS A. Simulation result: Fire Detection program which analysis the given image with fire or not, the MATLAB R2010a is utilized. The following figure shows the simulation results. The fig 5 shows the input image which is the contrast unenhanced truecolour composite. Fig5: Truecolour image i.e. input image(unenhanced) The fig 6 showsthe extraction of Red, Green and Blue images respectively. Fig6:Seperated Red, Blue and Green planes The separated RGB images are converted into binary scale images which is used for the fire analysis by ANN. The fig 8 shows the Binary images of the RGB image. Fig 7:Binary image for RGB planes. The fire image is detected by ANN which gives the instructions to the Raspberry pi controller to start the safety measures activity through by switch on the Alarm, power off the electrical line and start the motor connected to the water tank. B. Hardware Results: The python program is executed. The Executed python program allow the camera capture the image for a 2 second. From the captured image the analysis of fire is carried out. If the image is detected as a fire image through comparing the thousands of possibilities, then the alarm is started and motor is ON. The fig 8 shows the full setup of the real time fire detection device as per connection showed in block diagram fig 4. Fig 8: Fire Detection devicewith Raspberry Pi B+ Board
  • 5. 38 International Journal for Modern Trends in Science and Technology Volume: 2 | Issue: 02 | June 2016 | ISSN: 2455-3778IJMTST The fig 21 shows the GPIO 10 and GPIO 9 pin is connected to the motor and buzzer to provide the after fire actions Fig 9: The connection to motor and alarm The fig 10 shows the captured image by the camera after execution which is the image used for the analysis using ANN. Fig 10: The captured output image VI. CONCLUSION The most important goals in fire surveillance are Real time, quick and reliable detection and localization of the fire is achieved by Artificial Neural network with the help of Raspberry pi board which provides the real time image processing. Thus the proposed paper aims to detect fire occurrence while it is in its early stages so that it is much easier to suppress a fire and prevent loss of property and invaluable human lives. REFERENCES [1] Anil K.Jain (2003), “Fundamentals of Digital Image Processing”, Pearson Education. [2] Ali Rafiee, Reza Dianat, MehreganJamshidi, Reza Ta vakoli and Sara Abbaspour (2011), „Fire and Smoke Detection Using Wavelet Analysis and Disorder Characteristics‟,IEEE Conf. [3] Bo-Ho Cho, Jong-Wook Bae, and Sung-Hwan Jung (2008), „Image Processing-Based Fire Detection System Using Statistic Color Model‟,IEEE Conf. [4] C. Emmy Prema1 and S. S. Vinsley (2014), „Image Processing Based Forest Fire Detection using YCbCr Colour Model‟,IEEE Conf. [5] Giovanni Laneve, Marco M. Castronuovo, and Enrico G. Cadau (2006), „Continuous Monitoring Of Forest Fires In The Mediterranean Area Using MSG‟,IEEE Conf [6] Guodong Li1, Gang Lu and Yong Yan(2014), „Fire Detection using Stereoscopic Imaging and Image Processing Techniques‟,IEEE Conf. [7] Hideaki Yamagishi and Jun'ichi Yamaguchi (2000), „A Contour Fluctuation Data Processing Method For Fire Flame Detection Using A Color Camera‟, IEEE Conf, Technical Research Laboratories, Sogo Keibi Hosho Co., Ltd. [8] JareeratSeebamrungsat, Suphachai Praising, and PanomkhawnRiyamongkol (2014), „Fire Detection in the Buildings Using Image Processing‟, IEEE Conf. [9] Kenny KalVinToh, Haidi Ibrahim and Muhammad NasiruddinMahyuddin (2008), „Salt-and-Pepper Noise Detection and ReductionUsing Fuzzy Switching Median Filter‟, IEEE Transactions on Consumer Electronics. [10]Kosmas Dimitropoulos, Panagiotis Barmpoutis and Nikos Grammalidis (2014), „Spatio-Temporal Flame Modeling and Dynamic Texture Analysis for Automatic Video-Based Fire Detection‟,IEEE Conf. [11]Li Jinghong, LvRiqing, Zou Xiaohui (2011), „Design And Research Of Video Fire Detection System Based On FPGA‟, IEEE Conf. [12] Milan Sonka, ValclavHalavac and Roger Boyle (2001), “Image Processing, Analysis and Machine Vision”, 2nd Edition, Thomson Learning. [13]Ping-He Huang, Jing-Yong Su, Zhe-Ming Lu and Jeng-Shyang Pan (2005), „A Fire-Alarming Method Based on Video Processing‟,IEEE Conf. [14]Rafael C.Gonzalez and Richard E.Woods (2003), “Digital Image Processing”, 2nd Edition, Pearson Education. [15]TjokordaAgung Budi W and IpingSuprianaSuwardi (2011), „Fire Alarm System Based-on Video Processing‟,IEEE Conf. [16]Ti Nguyen-Ti, Thuan Nguyen-Phuc and Tuan Do-Hong (2013), „Fire Detection Based on Video Processing Method‟,IEEE Conf. [17]TjokordaAgung Budi Wirayuda, FebryantiSthevanie and Sri Widowati (2013), „Fire Color Detection using Color Look Up and Histogram Analysis‟,IEEE Conf. [18]Wang Yuanbin and Ma Xianmin (2011), „Fire Detection Based on Image Processing in Coal Mine‟,IEEE Conf. [19]Walter Phillips 111 Mubarak Shah Niels da Vitoria Lob (2000), „Flame Recognition in Video‟, IEEE Conf, Computer Vision Laboratory, Department of Computer Science, University of Central Florida. [20]Ying Li, Anthony Vodacek, Robert L. Kremens, Ambrose Ononye, and Chunqiang Tang (2005), „A Hybrid Contextual Approach to Wild land Fire Detection Using Multispectral Imagery‟, IEEE Conf.