SlideShare a Scribd company logo
IOSR Journal of Electronics and Communication Engineering (IOSR-JECE)
e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 7, Issue 2 (Jul. - Aug. 2013), PP 01-04
www.iosrjournals.org
www.iosrjournals.org 1 | Page
A Study on Fire Detection System using Statistic Color Model
Megha Jess Mathew
Assistant Professor, Dept: Of ECE,MVJ College of Engineering, Near ITPB, Channasandra, Bangalore-67
09060101159
Abstract: Normally fire detection system uses the heuristic fixed threshold values in their specific methods.
However, input images may be changed, in general, so the heuristic fixed threshold values used in the fire
detection systems might be modified on a case by case basis. In this paper, an automatic fire detection system
without the heuristic fixed threshold values was studied. We presented an automatic method using the statistical
color model and the binary background mask. We did the experiment using 600 frames from 6 typical different
fire video clips. As the experimental results the proposed method showed a good performance of about average
85% detection rate without false positive, compared with the other methods with the heuristic fixed threshold
values.
Keywords: Emperical value,Fire detection,RGB,threshold,sensors
I. Introduction
Fire is necessary and profitable to humankind life, but it also causes the damage of life and
property in certain case. According to Korean National Emergency Management Agency, in January 2006,
when we consider the fire occurrence number of 3,357 cases, the loss of lives of 251 people, the property
damage of 17,600 million wons, after one year later, in January 2007, it showed monthly about 4,877 fire cases,
the loss of lives of 252 people, the property damage of 19,500 million wons. Therefore, the fire number
showed about 45% increase and a loss of lives is almost no change, but about 11% of property damage
increased [1]. In general, the early presence of fire can be detected by smoke, gas or flame. Most of the fire
detection detects the fire based on sensors. However, a sensor can be not reliable and fast because there can be
time delay with the sensor [2]. If the threshold value is low, the sensor can have high sensitivity but it can
produce false alarm. And it also requires that a certain threshold value must be assign to each sensor. On the
other hand, the image processing-based fire detection has various advantages [2]. Light travels very high speed,
so the image processing-based fire detection can be quick to catch the spot of fire on time without delay. The
image processing-based fire detection system can also monitor wider space than the conventional sensor-based
fire detection system. There are many researches on the image processing-based fire detection systems. 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 researches used RGB input and the
simple and effective procedure for real-time application [3-5]. Others adopted panoramic camera, wavelet
transform, neural networks, etc. for relatively complicated fire detection systems [6-8]. And some were very
specific purposed systems like tunnel fire, ship compartmentfire, forest fire, etc [9-11]. So it is not easy to
compare the fire detection systems directly. In 2004, the fire detection method proposed by Chen et al. adopted
the RGB color based chromatic model and used disorder measurement. They used the intensity and saturation of
red component and the segmentation by image differencing [3]. The method is simple but they have the
heuristic fixed threshold values of chromatic information. In 2007, Lee and Han also used the RGB color input
video for real-time fire detection in the tunnel environment with many predetermined threshold values [4]. In
2007, Ceilk et al. studied the fire detection method using the statistical color model and foreground object
information. They introduced the statistic colormodel for generic fire model. However, when they calculated the
color channel ratio to eliminate the luminance component for the color based fire classification [5], they still
used the heuristic fixed threshold values. Most of above mentioned researches used the heuristic fixed
thresholds in their fire detection systems. And also the experimental environment was so limited like a tunnel. In
this paper, they tried to exclude the heuristic fixed threshold values used in the fire detection method byChen et
al. And they want to solve a problem that reliability may drop by the use of the heuristic fixed values in the
limited environment. That is, they replaced the heuristic fixed threshold values with the statistic threshold values
so that the automatic calculation without the empirical fixed threshold values is possible.
II. Related Research of Fire Detection System
2.1. Problem of color based detection with heuristic threshold
In general, flame displays various color ranges from red color to yellow according to the burning
materials. Therefore, the fire detection system based on the input color, usually gives the heuristic threshold
A Study on Fire Detection System using Statistic Color Model
www.iosrjournals.org 2 | Page
values to find fire to the RGB input color [3-5]. Some used the red color with a heuristic threshold value [3]. In
this case, if the color of fire is changed, the fire detection is not easy. One of typical example of these
approaches is that of Chen’s group. They detected fire by using the heuristic fixed threshold values. For a
generic fire color model, they should be replaced with automatic threshold values using the statistics color
model.
2.2. Method based on color model
In Chen’s method, the heuristic fixed threshold value of red color can be replaced with the statistic
value using the statistic color model. In 2007, T. Celik et al. studied the fire detection using the statistical color
model in video sequences [5]. They replaced the red color threshold value with the statistical model value, the
average value, but their method still used six heuristic threshold values to remove the luminancecomponent of
the RGB color space by the color channel ratio. In this case, their heuristic threshold values for eliminating the
luminance [5] were good for the experiment of the specific fire detection in the woods. However, it still had the
heuristic fixed threshold values in the fire detection system. Here,they tried to remove the usage of the heuristic
threshold values in our fire detection system.
2.3. Method with statistical color model and BBM
To avoid the heuristic fixed threshold values in the fire detection system, they replaced the heuristic
values in Chen’s method with the statistic values and the binarybackground mask (BBM). That is, first, they got
the difference of the input frame and the normal frame, and get the binary background mask from the difference
image frame. They calculated the average of red component and the average of saturation in the fire candidate
region by using BBM. This approach can remove the fire-like color regions of background from the image
frames of video sequences.
III. Fire Detection System with Binary Background Mask
In Figure 1, the proposed fire detection system using the statistical threshold values and BBM is described.
At first, the input RGB video sequences are inputted to the fire detection system. RGB video frames are
captured for the fire detection. HSI transform is done for getting the binary background mask through the frame
difference. Then the automatic threshold values can be acquired from the statistical color model and BBM.
Finally we can get the fire detection system without using the heuristic fixed threshold values.
3.1. Binary mask for background removal
If we get the fire color range in a frame of input video sequences, there might be the fire-like color
region in a scene. Therefore, first, it needs to remove the fire-like color region of background from thefire
candidate regions. Figure 2 shows fire-like color region of the scene .
.
A Study on Fire Detection System using Statistic Color Model
www.iosrjournals.org 3 | Page
In the figure, the wall and board blocks have the fire-like color, so they are detected as the fire region.
The image processing-based fire detection system can use the effect of background removal to avoid this kind of
the fire-like color region.
Figure 3 depicts the binary background removal mask generation. In the figure, normal image means the normal
scene without any fire. The first frame of video sequences before the fire occurrence may be used for that
purpose.
An input image and the normal image are first transformed into HSI. We get the difference image from
I channel and make it binary form. There may be a lot of isolated spots, so we do median filtering to remove
them. Finally we get the binary background mask (BBM) for the calculation of the statistical values of fire
region.
3.2. Automatic threshold with statistic values
We use the following three rules to decide the fire pixel from the input image pixels. In the rules, av
R is the average pixel value of the fire pixels through BBM. av S is the average value of saturation of the fire
pixels. Therefore, all the heuristic fixed threshold values used in [3] are replaced with the statistical values
which can be calculated automatically. Only the image pixels in the moving region among the input image
pixels can be applied to the three rules one by one. And if an input pixel satisfies all the rules, it belongs to the
fire pixel, otherwise, the non-fire pixel even if it is located in a moving region.
IV. Experiment and Results
They developed the image processing-based fire detection system by using Visual C++ 6.0 and
OpenCV computer vision library. Windows XP, Core2Duo 1.86GHz and RAM 1GB are used as our computing
environment. The test video clips are FireClips from Signal and Image Processing Group at Bilkent University
in Turkey (http://signal.ee.bilkent.edu.tr/ VisiFire/Demo/FireClips/).They noticed that it is not easy to precisely
implement and compare the methods each other, because some of values of the methods are not clearly appeared
in the papers.In figure,method 2 detects fire but it has many false positive regions.
.
A Study on Fire Detection System using Statistic Color Model
www.iosrjournals.org 4 | Page
V. Conclusion
This research is about the developing the automatic fire detection system using the statistic color model.
Most of previous methods had some heuristic fixed threshold values, so if the input scenes are changed, it is not
easy to detect fire in certain cases. They developed a fire detection method without the heuristic fixed threshold
values. They modified Chen’s methods using the statistical values that can be calculated automatically. As the
experimental result using 600 frames from 6 video clips of sized 320x240 or 400x255, we could detect the fire
region from the scenes without the fixed heuristic values. The experiment showed about average 85% detection
rate without false positive in our proposed fire detection system. This method showed better detection rate,
compared with other methods. It also had relatively lower detection rate in the video clips of small fire regions
than that of video clips of large fire regions.
References
[1] Korean National Emergency Management Agency, Analysis Report of Fire Occurrence in January in 2007, 2007.
[2] Podrzaj and H. Hashimoto, “Intelligent Space as a Framework for Fire detection and Evaluation,” Fire Technology, 2007.
[3] T.-H.(C.-H.) Chen, P.-H. Wu, and Y.-C. Chiou, “An Early Fire-Detection Method Based on Image Processing,” International
Conference on Image Processing, pp. 1707-1710, 2004.
[4] B.-M. Lee and Dongil Han, “Real-Time Fire Detection Using Camera Sequence Image in Tunnel Environment,” Proceedings of
ICIC, vol. 4681, pp. 1209-1220, 2007.
[5] T. Celik, H. Demirel, H. Ozkaramanli, and M. Uyguroglu, “Fire Detection using Statistical Color Model in Video Sequences,”
Journal of Visual Communication & Image Representation, vol. 18, pp.176-185,2007.
[6] I. Kopilovic, B. Vagvolgyi, and T. Sziranyi, “Application of Panoramic Annular Lens for Motion Analysis Tasks: Surveillance and
Smoke Detection,” Proceedings of the International Conference on Pattern Recognition, 2000.
[7] B.U. Toreyin, Y. Deleoglu, U. Gudukbay, and A.E. Cetin, “Computer Vision Based Method for Real-time Fire Detection,” Pattern
Recognition Letter, vol. 27, pp. 49-58, 2006.
[8] Darko Stipanicev, Tomislav Vuko, Damir Krstinic, Maja Stula and Ljiljana Bodrozic, “Forest Fire Protection byAdvanced Video
Detection System - Croatian Experiences,”Workshop on Improvement of Disaster Management Systems - local and global trends
Trogir : RCADR Divulje ,2006.

More Related Content

What's hot

Stereo matching based on absolute differences for multiple objects detection
Stereo matching based on absolute differences for multiple objects detectionStereo matching based on absolute differences for multiple objects detection
Stereo matching based on absolute differences for multiple objects detection
TELKOMNIKA JOURNAL
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD Editor
 
IRJET- Implementation of Histogram based Tsallis Entropic Thresholding Segmen...
IRJET- Implementation of Histogram based Tsallis Entropic Thresholding Segmen...IRJET- Implementation of Histogram based Tsallis Entropic Thresholding Segmen...
IRJET- Implementation of Histogram based Tsallis Entropic Thresholding Segmen...
IRJET Journal
 
Evaluation of the quality of an image encrytion scheme
Evaluation of the quality of an image encrytion schemeEvaluation of the quality of an image encrytion scheme
Evaluation of the quality of an image encrytion scheme
TELKOMNIKA JOURNAL
 
Pre emphasis on data for an adaptive fingerprint image enhancement
Pre emphasis on data for an adaptive fingerprint image enhancementPre emphasis on data for an adaptive fingerprint image enhancement
Pre emphasis on data for an adaptive fingerprint image enhancement
IAEME Publication
 
Visual Cryptography using Image Thresholding
Visual Cryptography using Image ThresholdingVisual Cryptography using Image Thresholding
Visual Cryptography using Image Thresholding
IRJET Journal
 
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
 
Review of Use of Nonlocal Spectral – Spatial Structured Sparse Representation...
Review of Use of Nonlocal Spectral – Spatial Structured Sparse Representation...Review of Use of Nonlocal Spectral – Spatial Structured Sparse Representation...
Review of Use of Nonlocal Spectral – Spatial Structured Sparse Representation...
IJERA Editor
 
Implementation of content based image retrieval using the cfsd algorithm
Implementation of content based image retrieval using the cfsd algorithmImplementation of content based image retrieval using the cfsd algorithm
Implementation of content based image retrieval using the cfsd algorithm
eSAT Publishing House
 
A Novel Color Image Fusion for Multi Sensor Night Vision Images
A Novel Color Image Fusion for Multi Sensor Night Vision ImagesA Novel Color Image Fusion for Multi Sensor Night Vision Images
A Novel Color Image Fusion for Multi Sensor Night Vision Images
Editor IJCATR
 
Evaluate Combined Sobel-Canny Edge Detector for Image Procssing
Evaluate Combined Sobel-Canny Edge Detector for Image ProcssingEvaluate Combined Sobel-Canny Edge Detector for Image Procssing
Evaluate Combined Sobel-Canny Edge Detector for Image Procssing
idescitation
 
23 an investigation on image 233 241
23 an investigation on image 233 24123 an investigation on image 233 241
23 an investigation on image 233 241
Alexander Decker
 
J010245458
J010245458J010245458
J010245458
IOSR Journals
 
Dissertation synopsis for imagedenoising(noise reduction )using non local me...
Dissertation synopsis for  imagedenoising(noise reduction )using non local me...Dissertation synopsis for  imagedenoising(noise reduction )using non local me...
Dissertation synopsis for imagedenoising(noise reduction )using non local me...
Arti Singh
 
Removal of Fixed-valued Impulse Noise based on Probability of Existence of t...
Removal of Fixed-valued Impulse Noise based on Probability  of Existence of t...Removal of Fixed-valued Impulse Noise based on Probability  of Existence of t...
Removal of Fixed-valued Impulse Noise based on Probability of Existence of t...
IJECEIAES
 
Digital Media Steganography
Digital Media SteganographyDigital Media Steganography
Digital Media Steganography
IRJET Journal
 
IRJET- Proposed System for Animal Recognition using Image Processing
IRJET-  	  Proposed System for Animal Recognition using Image ProcessingIRJET-  	  Proposed System for Animal Recognition using Image Processing
IRJET- Proposed System for Animal Recognition using Image Processing
IRJET Journal
 

What's hot (17)

Stereo matching based on absolute differences for multiple objects detection
Stereo matching based on absolute differences for multiple objects detectionStereo matching based on absolute differences for multiple objects detection
Stereo matching based on absolute differences for multiple objects detection
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
IRJET- Implementation of Histogram based Tsallis Entropic Thresholding Segmen...
IRJET- Implementation of Histogram based Tsallis Entropic Thresholding Segmen...IRJET- Implementation of Histogram based Tsallis Entropic Thresholding Segmen...
IRJET- Implementation of Histogram based Tsallis Entropic Thresholding Segmen...
 
Evaluation of the quality of an image encrytion scheme
Evaluation of the quality of an image encrytion schemeEvaluation of the quality of an image encrytion scheme
Evaluation of the quality of an image encrytion scheme
 
Pre emphasis on data for an adaptive fingerprint image enhancement
Pre emphasis on data for an adaptive fingerprint image enhancementPre emphasis on data for an adaptive fingerprint image enhancement
Pre emphasis on data for an adaptive fingerprint image enhancement
 
Visual Cryptography using Image Thresholding
Visual Cryptography using Image ThresholdingVisual Cryptography using Image Thresholding
Visual Cryptography using Image Thresholding
 
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...
 
Review of Use of Nonlocal Spectral – Spatial Structured Sparse Representation...
Review of Use of Nonlocal Spectral – Spatial Structured Sparse Representation...Review of Use of Nonlocal Spectral – Spatial Structured Sparse Representation...
Review of Use of Nonlocal Spectral – Spatial Structured Sparse Representation...
 
Implementation of content based image retrieval using the cfsd algorithm
Implementation of content based image retrieval using the cfsd algorithmImplementation of content based image retrieval using the cfsd algorithm
Implementation of content based image retrieval using the cfsd algorithm
 
A Novel Color Image Fusion for Multi Sensor Night Vision Images
A Novel Color Image Fusion for Multi Sensor Night Vision ImagesA Novel Color Image Fusion for Multi Sensor Night Vision Images
A Novel Color Image Fusion for Multi Sensor Night Vision Images
 
Evaluate Combined Sobel-Canny Edge Detector for Image Procssing
Evaluate Combined Sobel-Canny Edge Detector for Image ProcssingEvaluate Combined Sobel-Canny Edge Detector for Image Procssing
Evaluate Combined Sobel-Canny Edge Detector for Image Procssing
 
23 an investigation on image 233 241
23 an investigation on image 233 24123 an investigation on image 233 241
23 an investigation on image 233 241
 
J010245458
J010245458J010245458
J010245458
 
Dissertation synopsis for imagedenoising(noise reduction )using non local me...
Dissertation synopsis for  imagedenoising(noise reduction )using non local me...Dissertation synopsis for  imagedenoising(noise reduction )using non local me...
Dissertation synopsis for imagedenoising(noise reduction )using non local me...
 
Removal of Fixed-valued Impulse Noise based on Probability of Existence of t...
Removal of Fixed-valued Impulse Noise based on Probability  of Existence of t...Removal of Fixed-valued Impulse Noise based on Probability  of Existence of t...
Removal of Fixed-valued Impulse Noise based on Probability of Existence of t...
 
Digital Media Steganography
Digital Media SteganographyDigital Media Steganography
Digital Media Steganography
 
IRJET- Proposed System for Animal Recognition using Image Processing
IRJET-  	  Proposed System for Animal Recognition using Image ProcessingIRJET-  	  Proposed System for Animal Recognition using Image Processing
IRJET- Proposed System for Animal Recognition using Image Processing
 

Viewers also liked

A011120104
A011120104A011120104
A011120104
IOSR Journals
 
O01254108122
O01254108122O01254108122
O01254108122
IOSR Journals
 
Efficient design of feedforward network for pattern classification
Efficient design of feedforward network for pattern classificationEfficient design of feedforward network for pattern classification
Efficient design of feedforward network for pattern classification
IOSR Journals
 
E012632429
E012632429E012632429
E012632429
IOSR Journals
 
A1303060109
A1303060109A1303060109
A1303060109
IOSR Journals
 
I010336070
I010336070I010336070
I010336070
IOSR Journals
 
F1803013034
F1803013034F1803013034
F1803013034
IOSR Journals
 
J0945761
J0945761J0945761
J0945761
IOSR Journals
 
L1803027588
L1803027588L1803027588
L1803027588
IOSR Journals
 
E017512630
E017512630E017512630
E017512630
IOSR Journals
 
G012224549
G012224549G012224549
G012224549
IOSR Journals
 
J1103035766
J1103035766J1103035766
J1103035766
IOSR Journals
 
L012238891
L012238891L012238891
L012238891
IOSR Journals
 
C010111117
C010111117C010111117
C010111117
IOSR Journals
 
D017612529
D017612529D017612529
D017612529
IOSR Journals
 
E1304032533
E1304032533E1304032533
E1304032533
IOSR Journals
 
Hardy-Steklov operator on two exponent Lorentz spaces for non-decreasing func...
Hardy-Steklov operator on two exponent Lorentz spaces for non-decreasing func...Hardy-Steklov operator on two exponent Lorentz spaces for non-decreasing func...
Hardy-Steklov operator on two exponent Lorentz spaces for non-decreasing func...
IOSR Journals
 
C010611619
C010611619C010611619
C010611619
IOSR Journals
 
D010512126
D010512126D010512126
D010512126
IOSR Journals
 
E010122431
E010122431E010122431
E010122431
IOSR Journals
 

Viewers also liked (20)

A011120104
A011120104A011120104
A011120104
 
O01254108122
O01254108122O01254108122
O01254108122
 
Efficient design of feedforward network for pattern classification
Efficient design of feedforward network for pattern classificationEfficient design of feedforward network for pattern classification
Efficient design of feedforward network for pattern classification
 
E012632429
E012632429E012632429
E012632429
 
A1303060109
A1303060109A1303060109
A1303060109
 
I010336070
I010336070I010336070
I010336070
 
F1803013034
F1803013034F1803013034
F1803013034
 
J0945761
J0945761J0945761
J0945761
 
L1803027588
L1803027588L1803027588
L1803027588
 
E017512630
E017512630E017512630
E017512630
 
G012224549
G012224549G012224549
G012224549
 
J1103035766
J1103035766J1103035766
J1103035766
 
L012238891
L012238891L012238891
L012238891
 
C010111117
C010111117C010111117
C010111117
 
D017612529
D017612529D017612529
D017612529
 
E1304032533
E1304032533E1304032533
E1304032533
 
Hardy-Steklov operator on two exponent Lorentz spaces for non-decreasing func...
Hardy-Steklov operator on two exponent Lorentz spaces for non-decreasing func...Hardy-Steklov operator on two exponent Lorentz spaces for non-decreasing func...
Hardy-Steklov operator on two exponent Lorentz spaces for non-decreasing func...
 
C010611619
C010611619C010611619
C010611619
 
D010512126
D010512126D010512126
D010512126
 
E010122431
E010122431E010122431
E010122431
 

Similar to A Study on Fire Detection System using Statistic Color Model

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
eSAT Journals
 
F233441
F233441F233441
A Real Time Image Processing Based Fire Safety Intensive Automatic Assistance...
A Real Time Image Processing Based Fire Safety Intensive Automatic Assistance...A Real Time Image Processing Based Fire Safety Intensive Automatic Assistance...
A Real Time Image Processing Based Fire Safety Intensive Automatic Assistance...
IJMTST Journal
 
A Novel Method to Improve Measurement Results of Flame Photometry Using Image...
A Novel Method to Improve Measurement Results of Flame Photometry Using Image...A Novel Method to Improve Measurement Results of Flame Photometry Using Image...
A Novel Method to Improve Measurement Results of Flame Photometry Using Image...
CSCJournals
 
I0351053058
I0351053058I0351053058
I0351053058
inventionjournals
 
Paper on image processing
Paper on image processingPaper on image processing
Paper on image processing
Saloni Bhatia
 
COMPUTER VISION BASED SMOKE DETECTION METHOD BY USING COLOUR AND OBJECT TRACKING
COMPUTER VISION BASED SMOKE DETECTION METHOD BY USING COLOUR AND OBJECT TRACKINGCOMPUTER VISION BASED SMOKE DETECTION METHOD BY USING COLOUR AND OBJECT TRACKING
COMPUTER VISION BASED SMOKE DETECTION METHOD BY USING COLOUR AND OBJECT TRACKING
cscpconf
 
COMPUTER VISION BASED SMOKE DETECTION METHOD BY USING COLOUR AND OBJECT TRACKING
COMPUTER VISION BASED SMOKE DETECTION METHOD BY USING COLOUR AND OBJECT TRACKINGCOMPUTER VISION BASED SMOKE DETECTION METHOD BY USING COLOUR AND OBJECT TRACKING
COMPUTER VISION BASED SMOKE DETECTION METHOD BY USING COLOUR AND OBJECT TRACKING
cscpconf
 
Computer vision based smoke
Computer vision based smokeComputer vision based smoke
Computer vision based smoke
csandit
 
Ai4103203205
Ai4103203205Ai4103203205
Ai4103203205
IJERA Editor
 
4
44
Review on Image Enhancement in Spatial Domain
Review on Image Enhancement in Spatial DomainReview on Image Enhancement in Spatial Domain
Review on Image Enhancement in Spatial Domain
idescitation
 
Project report_DTRL_subrat
Project report_DTRL_subratProject report_DTRL_subrat
Project report_DTRL_subrat
Subrat Prasad
 
IRJET- Crowd Density Estimation using Image Processing
IRJET- Crowd Density Estimation using Image ProcessingIRJET- Crowd Density Estimation using Image Processing
IRJET- Crowd Density Estimation using Image Processing
IRJET Journal
 
CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...
CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...
CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...
IJCSEA Journal
 
Survey On Various Fire Detection Methods
Survey On Various Fire Detection MethodsSurvey On Various Fire Detection Methods
Survey On Various Fire Detection Methods
IRJET Journal
 
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
IRJET 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
 
MMFO: modified moth flame optimization algorithm for region based RGB color i...
MMFO: modified moth flame optimization algorithm for region based RGB color i...MMFO: modified moth flame optimization algorithm for region based RGB color i...
MMFO: modified moth flame optimization algorithm for region based RGB color i...
IJECEIAES
 
Ijetr021211
Ijetr021211Ijetr021211

Similar to A Study on Fire Detection System using Statistic Color Model (20)

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
 
F233441
F233441F233441
F233441
 
A Real Time Image Processing Based Fire Safety Intensive Automatic Assistance...
A Real Time Image Processing Based Fire Safety Intensive Automatic Assistance...A Real Time Image Processing Based Fire Safety Intensive Automatic Assistance...
A Real Time Image Processing Based Fire Safety Intensive Automatic Assistance...
 
A Novel Method to Improve Measurement Results of Flame Photometry Using Image...
A Novel Method to Improve Measurement Results of Flame Photometry Using Image...A Novel Method to Improve Measurement Results of Flame Photometry Using Image...
A Novel Method to Improve Measurement Results of Flame Photometry Using Image...
 
I0351053058
I0351053058I0351053058
I0351053058
 
Paper on image processing
Paper on image processingPaper on image processing
Paper on image processing
 
COMPUTER VISION BASED SMOKE DETECTION METHOD BY USING COLOUR AND OBJECT TRACKING
COMPUTER VISION BASED SMOKE DETECTION METHOD BY USING COLOUR AND OBJECT TRACKINGCOMPUTER VISION BASED SMOKE DETECTION METHOD BY USING COLOUR AND OBJECT TRACKING
COMPUTER VISION BASED SMOKE DETECTION METHOD BY USING COLOUR AND OBJECT TRACKING
 
COMPUTER VISION BASED SMOKE DETECTION METHOD BY USING COLOUR AND OBJECT TRACKING
COMPUTER VISION BASED SMOKE DETECTION METHOD BY USING COLOUR AND OBJECT TRACKINGCOMPUTER VISION BASED SMOKE DETECTION METHOD BY USING COLOUR AND OBJECT TRACKING
COMPUTER VISION BASED SMOKE DETECTION METHOD BY USING COLOUR AND OBJECT TRACKING
 
Computer vision based smoke
Computer vision based smokeComputer vision based smoke
Computer vision based smoke
 
Ai4103203205
Ai4103203205Ai4103203205
Ai4103203205
 
4
44
4
 
Review on Image Enhancement in Spatial Domain
Review on Image Enhancement in Spatial DomainReview on Image Enhancement in Spatial Domain
Review on Image Enhancement in Spatial Domain
 
Project report_DTRL_subrat
Project report_DTRL_subratProject report_DTRL_subrat
Project report_DTRL_subrat
 
IRJET- Crowd Density Estimation using Image Processing
IRJET- Crowd Density Estimation using Image ProcessingIRJET- Crowd Density Estimation using Image Processing
IRJET- Crowd Density Estimation using Image Processing
 
CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...
CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...
CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...
 
Survey On Various Fire Detection Methods
Survey On Various Fire Detection MethodsSurvey On Various Fire Detection Methods
Survey On Various Fire Detection Methods
 
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
 
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...
 
MMFO: modified moth flame optimization algorithm for region based RGB color i...
MMFO: modified moth flame optimization algorithm for region based RGB color i...MMFO: modified moth flame optimization algorithm for region based RGB color i...
MMFO: modified moth flame optimization algorithm for region based RGB color i...
 
Ijetr021211
Ijetr021211Ijetr021211
Ijetr021211
 

More from IOSR Journals

A011140104
A011140104A011140104
A011140104
IOSR Journals
 
M0111397100
M0111397100M0111397100
M0111397100
IOSR Journals
 
L011138596
L011138596L011138596
L011138596
IOSR Journals
 
K011138084
K011138084K011138084
K011138084
IOSR Journals
 
J011137479
J011137479J011137479
J011137479
IOSR Journals
 
I011136673
I011136673I011136673
I011136673
IOSR Journals
 
G011134454
G011134454G011134454
G011134454
IOSR Journals
 
H011135565
H011135565H011135565
H011135565
IOSR Journals
 
F011134043
F011134043F011134043
F011134043
IOSR Journals
 
E011133639
E011133639E011133639
E011133639
IOSR Journals
 
D011132635
D011132635D011132635
D011132635
IOSR Journals
 
C011131925
C011131925C011131925
C011131925
IOSR Journals
 
B011130918
B011130918B011130918
B011130918
IOSR Journals
 
A011130108
A011130108A011130108
A011130108
IOSR Journals
 
I011125160
I011125160I011125160
I011125160
IOSR Journals
 
H011124050
H011124050H011124050
H011124050
IOSR Journals
 
G011123539
G011123539G011123539
G011123539
IOSR Journals
 
F011123134
F011123134F011123134
F011123134
IOSR Journals
 
E011122530
E011122530E011122530
E011122530
IOSR Journals
 
D011121524
D011121524D011121524
D011121524
IOSR Journals
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Recently uploaded

132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
Yasser Mahgoub
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
NidhalKahouli2
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Sinan KOZAK
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Christina Lin
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
ihlasbinance2003
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
gerogepatton
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
gerogepatton
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 
Textile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdfTextile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdf
NazakatAliKhoso2
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
University of Maribor
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
mahammadsalmanmech
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
171ticu
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
sachin chaurasia
 
New techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdfNew techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdf
wisnuprabawa3
 

Recently uploaded (20)

132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 
Textile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdfTextile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdf
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
 
New techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdfNew techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdf
 

A Study on Fire Detection System using Statistic Color Model

  • 1. IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 7, Issue 2 (Jul. - Aug. 2013), PP 01-04 www.iosrjournals.org www.iosrjournals.org 1 | Page A Study on Fire Detection System using Statistic Color Model Megha Jess Mathew Assistant Professor, Dept: Of ECE,MVJ College of Engineering, Near ITPB, Channasandra, Bangalore-67 09060101159 Abstract: Normally fire detection system uses the heuristic fixed threshold values in their specific methods. However, input images may be changed, in general, so the heuristic fixed threshold values used in the fire detection systems might be modified on a case by case basis. In this paper, an automatic fire detection system without the heuristic fixed threshold values was studied. We presented an automatic method using the statistical color model and the binary background mask. We did the experiment using 600 frames from 6 typical different fire video clips. As the experimental results the proposed method showed a good performance of about average 85% detection rate without false positive, compared with the other methods with the heuristic fixed threshold values. Keywords: Emperical value,Fire detection,RGB,threshold,sensors I. Introduction Fire is necessary and profitable to humankind life, but it also causes the damage of life and property in certain case. According to Korean National Emergency Management Agency, in January 2006, when we consider the fire occurrence number of 3,357 cases, the loss of lives of 251 people, the property damage of 17,600 million wons, after one year later, in January 2007, it showed monthly about 4,877 fire cases, the loss of lives of 252 people, the property damage of 19,500 million wons. Therefore, the fire number showed about 45% increase and a loss of lives is almost no change, but about 11% of property damage increased [1]. In general, the early presence of fire can be detected by smoke, gas or flame. Most of the fire detection detects the fire based on sensors. However, a sensor can be not reliable and fast because there can be time delay with the sensor [2]. If the threshold value is low, the sensor can have high sensitivity but it can produce false alarm. And it also requires that a certain threshold value must be assign to each sensor. On the other hand, the image processing-based fire detection has various advantages [2]. Light travels very high speed, so the image processing-based fire detection can be quick to catch the spot of fire on time without delay. The image processing-based fire detection system can also monitor wider space than the conventional sensor-based fire detection system. There are many researches on the image processing-based fire detection systems. 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 researches used RGB input and the simple and effective procedure for real-time application [3-5]. Others adopted panoramic camera, wavelet transform, neural networks, etc. for relatively complicated fire detection systems [6-8]. And some were very specific purposed systems like tunnel fire, ship compartmentfire, forest fire, etc [9-11]. So it is not easy to compare the fire detection systems directly. In 2004, the fire detection method proposed by Chen et al. adopted the RGB color based chromatic model and used disorder measurement. They used the intensity and saturation of red component and the segmentation by image differencing [3]. The method is simple but they have the heuristic fixed threshold values of chromatic information. In 2007, Lee and Han also used the RGB color input video for real-time fire detection in the tunnel environment with many predetermined threshold values [4]. In 2007, Ceilk et al. studied the fire detection method using the statistical color model and foreground object information. They introduced the statistic colormodel for generic fire model. However, when they calculated the color channel ratio to eliminate the luminance component for the color based fire classification [5], they still used the heuristic fixed threshold values. Most of above mentioned researches used the heuristic fixed thresholds in their fire detection systems. And also the experimental environment was so limited like a tunnel. In this paper, they tried to exclude the heuristic fixed threshold values used in the fire detection method byChen et al. And they want to solve a problem that reliability may drop by the use of the heuristic fixed values in the limited environment. That is, they replaced the heuristic fixed threshold values with the statistic threshold values so that the automatic calculation without the empirical fixed threshold values is possible. II. Related Research of Fire Detection System 2.1. Problem of color based detection with heuristic threshold In general, flame displays various color ranges from red color to yellow according to the burning materials. Therefore, the fire detection system based on the input color, usually gives the heuristic threshold
  • 2. A Study on Fire Detection System using Statistic Color Model www.iosrjournals.org 2 | Page values to find fire to the RGB input color [3-5]. Some used the red color with a heuristic threshold value [3]. In this case, if the color of fire is changed, the fire detection is not easy. One of typical example of these approaches is that of Chen’s group. They detected fire by using the heuristic fixed threshold values. For a generic fire color model, they should be replaced with automatic threshold values using the statistics color model. 2.2. Method based on color model In Chen’s method, the heuristic fixed threshold value of red color can be replaced with the statistic value using the statistic color model. In 2007, T. Celik et al. studied the fire detection using the statistical color model in video sequences [5]. They replaced the red color threshold value with the statistical model value, the average value, but their method still used six heuristic threshold values to remove the luminancecomponent of the RGB color space by the color channel ratio. In this case, their heuristic threshold values for eliminating the luminance [5] were good for the experiment of the specific fire detection in the woods. However, it still had the heuristic fixed threshold values in the fire detection system. Here,they tried to remove the usage of the heuristic threshold values in our fire detection system. 2.3. Method with statistical color model and BBM To avoid the heuristic fixed threshold values in the fire detection system, they replaced the heuristic values in Chen’s method with the statistic values and the binarybackground mask (BBM). That is, first, they got the difference of the input frame and the normal frame, and get the binary background mask from the difference image frame. They calculated the average of red component and the average of saturation in the fire candidate region by using BBM. This approach can remove the fire-like color regions of background from the image frames of video sequences. III. Fire Detection System with Binary Background Mask In Figure 1, the proposed fire detection system using the statistical threshold values and BBM is described. At first, the input RGB video sequences are inputted to the fire detection system. RGB video frames are captured for the fire detection. HSI transform is done for getting the binary background mask through the frame difference. Then the automatic threshold values can be acquired from the statistical color model and BBM. Finally we can get the fire detection system without using the heuristic fixed threshold values. 3.1. Binary mask for background removal If we get the fire color range in a frame of input video sequences, there might be the fire-like color region in a scene. Therefore, first, it needs to remove the fire-like color region of background from thefire candidate regions. Figure 2 shows fire-like color region of the scene . .
  • 3. A Study on Fire Detection System using Statistic Color Model www.iosrjournals.org 3 | Page In the figure, the wall and board blocks have the fire-like color, so they are detected as the fire region. The image processing-based fire detection system can use the effect of background removal to avoid this kind of the fire-like color region. Figure 3 depicts the binary background removal mask generation. In the figure, normal image means the normal scene without any fire. The first frame of video sequences before the fire occurrence may be used for that purpose. An input image and the normal image are first transformed into HSI. We get the difference image from I channel and make it binary form. There may be a lot of isolated spots, so we do median filtering to remove them. Finally we get the binary background mask (BBM) for the calculation of the statistical values of fire region. 3.2. Automatic threshold with statistic values We use the following three rules to decide the fire pixel from the input image pixels. In the rules, av R is the average pixel value of the fire pixels through BBM. av S is the average value of saturation of the fire pixels. Therefore, all the heuristic fixed threshold values used in [3] are replaced with the statistical values which can be calculated automatically. Only the image pixels in the moving region among the input image pixels can be applied to the three rules one by one. And if an input pixel satisfies all the rules, it belongs to the fire pixel, otherwise, the non-fire pixel even if it is located in a moving region. IV. Experiment and Results They developed the image processing-based fire detection system by using Visual C++ 6.0 and OpenCV computer vision library. Windows XP, Core2Duo 1.86GHz and RAM 1GB are used as our computing environment. The test video clips are FireClips from Signal and Image Processing Group at Bilkent University in Turkey (http://signal.ee.bilkent.edu.tr/ VisiFire/Demo/FireClips/).They noticed that it is not easy to precisely implement and compare the methods each other, because some of values of the methods are not clearly appeared in the papers.In figure,method 2 detects fire but it has many false positive regions. .
  • 4. A Study on Fire Detection System using Statistic Color Model www.iosrjournals.org 4 | Page V. Conclusion This research is about the developing the automatic fire detection system using the statistic color model. Most of previous methods had some heuristic fixed threshold values, so if the input scenes are changed, it is not easy to detect fire in certain cases. They developed a fire detection method without the heuristic fixed threshold values. They modified Chen’s methods using the statistical values that can be calculated automatically. As the experimental result using 600 frames from 6 video clips of sized 320x240 or 400x255, we could detect the fire region from the scenes without the fixed heuristic values. The experiment showed about average 85% detection rate without false positive in our proposed fire detection system. This method showed better detection rate, compared with other methods. It also had relatively lower detection rate in the video clips of small fire regions than that of video clips of large fire regions. References [1] Korean National Emergency Management Agency, Analysis Report of Fire Occurrence in January in 2007, 2007. [2] Podrzaj and H. Hashimoto, “Intelligent Space as a Framework for Fire detection and Evaluation,” Fire Technology, 2007. [3] T.-H.(C.-H.) Chen, P.-H. Wu, and Y.-C. Chiou, “An Early Fire-Detection Method Based on Image Processing,” International Conference on Image Processing, pp. 1707-1710, 2004. [4] B.-M. Lee and Dongil Han, “Real-Time Fire Detection Using Camera Sequence Image in Tunnel Environment,” Proceedings of ICIC, vol. 4681, pp. 1209-1220, 2007. [5] T. Celik, H. Demirel, H. Ozkaramanli, and M. Uyguroglu, “Fire Detection using Statistical Color Model in Video Sequences,” Journal of Visual Communication & Image Representation, vol. 18, pp.176-185,2007. [6] I. Kopilovic, B. Vagvolgyi, and T. Sziranyi, “Application of Panoramic Annular Lens for Motion Analysis Tasks: Surveillance and Smoke Detection,” Proceedings of the International Conference on Pattern Recognition, 2000. [7] B.U. Toreyin, Y. Deleoglu, U. Gudukbay, and A.E. Cetin, “Computer Vision Based Method for Real-time Fire Detection,” Pattern Recognition Letter, vol. 27, pp. 49-58, 2006. [8] Darko Stipanicev, Tomislav Vuko, Damir Krstinic, Maja Stula and Ljiljana Bodrozic, “Forest Fire Protection byAdvanced Video Detection System - Croatian Experiences,”Workshop on Improvement of Disaster Management Systems - local and global trends Trogir : RCADR Divulje ,2006.