SlideShare a Scribd company logo
By:
Gaurav Deshmukh
Jaiprakash Mehta
Kisalaya Prasad
Sambhav Jalori
• Fire causes severe damages
• Prevention of accidents is crucial
• Fire detection using computer vision
• Part of a larger surveillance system
To identify algorithm, implement all modules and related
software in production and all post- implementation tasks
related to the fire detection system.
The main tasks for the project execution are
1. Identification of various algorithms for fire detection
2. Compare the algorithms and identify best approach
3. Implement the selected algorithm in platform independent C
code
• Sensors - high false alarm rate
•Open and large areas- not suitable
•Fatal time delays
•Detects smoke not fire
•Higher density for greater precision
MOTION
DETERMINING
UNIT
COLOR MODEL
ANALYZING UNIT
C
O
M
P
U
T
I
N
G
U
N
I
T
V
E
R
I
F
Y
I
N
G
U
N
I
T
LOCATION
UNIT ALARM
UNIT
SERVER
•Motion Detecting Unit
 Compare frames
 Detect moving objects
•Color Model analyzing Unit
 Identify Intensity
 Use RGB/HSV Model
 Compare with threshold value
•Computing Unit (DSP for Image Processing)
 Edge Detection
 Fire Pattern Detection
•Verifying Unit
 Advanced algorithms
 Test Different Cases
•Location Unit
 Determine the exact location of Fire
•Alarm Unit
 Blows Alarm on Fire
 Affected area might be cut off.
•Create Fire and Non Fire databases
Fire database-red component of pixels
Non fire pixel-background pixels
•Candidate area selection
Moving pixel detection
•ht(X,Y)={ft(X,Y) + ft+1(X,Y) + ft+2(X,Y)}/3
•DIFF(X,Y)={ht+1(X,Y)-ht(X,Y)}
Fire Color pixel detection
•Rule 1: R>G>B
•Rule 2: R> Rt
•Rule 3: S >=(255-R)*St/ Rt
Original image
Result of Moving pixel Detection
Result of Fire Pixel Detection
 Different Approaches towards VISUAL FIRE DETECTION
• Color-Based Approaches
• RGB
• HSV
• Fire Feature based Approaches
• Temporal
• Spatial
• Flickering
• Energy variation
• Motion based Approaches
 Fuzzy logic : a very efficient method for handling
imprecision: an intrinsic property of Fire.
 Combines the capabilities of automata with fuzzy
logic.
 Fits best in applications where the variables are
continuous and/or mathematical models are difficult
to define.
 Variance of visual features extracted and probability
membership functions generated for states.
To assign MV of current state to next state, weighted
average of transition functions taken.
 Fuzzy membership functions can have different shapes
depending on the application and user preference.
 Mean mk = Mean ( μI_k , μW_k , μM_k )
 FFA can model vague and uncertain information of
flames.
 More robust to fast expanding flames with dynamic
colors.
 Flexible choice of model architecture & membership
functions of features.
 Evaluate Matrices-Fire and Non Fire database
 Evaluates similarity
 Apply viterbi algorithm-evaluate similarity
 Compare fire HMM with non fire HMM
 If Fire HMM>Non Fire HMM then
 Fire
 Else
 Not Fire
 Π - Initial state distribution
 A ij –State transition probability matrix
 B ij – Symbol probability distribution matrix
HMM Training
 Database Input data -> states(F1,F2,NF)
Algorithm
Input: C(i), C(i-1), State(i-1). //c(i)-color values, i-current state pixel
Output: State(i).
if Current Pixel is not a moving pixel;
State(i)=NF;
else if State(i-1) is NF;
State(i)=F1;
else if |C(i)-C(i-1)| < th1;
State(i)= State(i-1);
else if |C(i)-C(i-1)| < th2;
State(i)= State(i-1);
else State(i)=NF;
End of Algorithm 1
Previous work
 Color Information
 Shape Information
Wavelet Transformation
These approaches focus on spatial information
Markov Model
 Describes Temporal changes
 Uses Flickering characteristic of fire
 Fixed detecting point at the boundary of flame
METHOD
Arrangement of Confident Points
 Local 2D region along the flame boundary (Ri)
 Calculate Confident value
L is the number of detecting points.
 If K/L > ς ( a confident Threshold ) then the region is a fire
region.
Spatio-temporal pattern features
 Video considered as volume V
 Local CPs as a tube T
 Each Tube segmented into cubes Ci
 Two channel wavelet decomposition for each region
Flame Flickering model by HMM
 Tubes from fire video samples are chosen
 Observation sequences are trained
Three hidden states by k-means clustering
 High Frequency state
 Medium Frequency state
 Low Frequency state
 Mixture of Gaussian
Computational cost is low
Provides Real time fire detection
Low false alarm rate
Advantages
 Reduces flame reflections
 False Alarms
Disadvantages
Difficult to port as Real Time
Human Interaction not considered
No Verification algorithm
 Need of sufficient and specific conditions
 Variability of Shape , Motion , Colors and Patterns of fire
and smoke
• Texas Instrument’s Da Vinci Platform
 C28x DSP core with floating point unit
 ARM Cortex-M3 processor
• OpenCV library for testing
•Camera to provide real time feed (min. 12 fps)
• Can be used in conjunction with existing surveillance
systems.
• To be developed as a part of a larger surveillance
system to be developed by Tata Elxsi Ltd.
• Initial promise with high success rates of up to 99%
and only 0.3% failure rates.
• Cheaper alternative to the current sensor based
devices.
• Can be integrated with current CCTV systems.
• http://en.wikipedia.org/wiki/Image_processing
• http://www.imageprocessingbasics.com/
• http://ieeexplore.ieee.org
• IEEE Papers referred :
• Fire-Flame Detection based on Fuzzy Finite Automation
SunJae Ham, ByoungChul Ko, JaeYeal Nam
• A Novel Way for Fire Detection in The Video Using Hidden Markov Model
Jian Ding and Mao Ye
• Wavelet based multi-modal Fire Detection
Steven Verstock, Ioannis Kypraios, Pieterjan De Potter, Chris Poppe, Rik
Van de Walle
• Fire Detection Based on hidden Markov Models
Zhu Teng, Jeong-Hyun Kim,Dong-Joong Kang
FIRE DETECTION USING VIDEO ANALYTICS

More Related Content

What's hot

Voice morphing document
Voice morphing documentVoice morphing document
Voice morphing document
himadrigupta
 
Voicemorphingppt 110328163403-phpapp01
Voicemorphingppt 110328163403-phpapp01Voicemorphingppt 110328163403-phpapp01
Voicemorphingppt 110328163403-phpapp01
Madhu Babu
 
Hand gesture recognition system(FYP REPORT)
Hand gesture recognition system(FYP REPORT)Hand gesture recognition system(FYP REPORT)
Hand gesture recognition system(FYP REPORT)
Afnan Rehman
 
Handwriting Recognition Using Deep Learning and Computer Version
Handwriting Recognition Using Deep Learning and Computer VersionHandwriting Recognition Using Deep Learning and Computer Version
Handwriting Recognition Using Deep Learning and Computer Version
Naiyan Noor
 
Presentation-Detecting Spammers on Social Networks
Presentation-Detecting Spammers on Social NetworksPresentation-Detecting Spammers on Social Networks
Presentation-Detecting Spammers on Social Networks
Ashish Arora
 

What's hot (20)

HAND GESTURE RECOGNITION.ppt (1).pptx
HAND GESTURE RECOGNITION.ppt (1).pptxHAND GESTURE RECOGNITION.ppt (1).pptx
HAND GESTURE RECOGNITION.ppt (1).pptx
 
Virtual Mouse using hand gesture recognition
Virtual Mouse using hand gesture recognitionVirtual Mouse using hand gesture recognition
Virtual Mouse using hand gesture recognition
 
Handwritten Digit Recognition(Convolutional Neural Network) PPT
Handwritten Digit Recognition(Convolutional Neural Network) PPTHandwritten Digit Recognition(Convolutional Neural Network) PPT
Handwritten Digit Recognition(Convolutional Neural Network) PPT
 
Fire Detection by Artificial Neural Network
Fire Detection by Artificial Neural Network Fire Detection by Artificial Neural Network
Fire Detection by Artificial Neural Network
 
Finger vein technology
Finger vein technologyFinger vein technology
Finger vein technology
 
Voice morphing document
Voice morphing documentVoice morphing document
Voice morphing document
 
Voicemorphingppt 110328163403-phpapp01
Voicemorphingppt 110328163403-phpapp01Voicemorphingppt 110328163403-phpapp01
Voicemorphingppt 110328163403-phpapp01
 
Night Vision Technology
Night Vision TechnologyNight Vision Technology
Night Vision Technology
 
Virtual Mouse
Virtual MouseVirtual Mouse
Virtual Mouse
 
Smart surveillance
Smart surveillanceSmart surveillance
Smart surveillance
 
Fake Currency detction Using Image Processing
Fake Currency detction Using Image ProcessingFake Currency detction Using Image Processing
Fake Currency detction Using Image Processing
 
Presentation on FACE MASK DETECTION
Presentation on FACE MASK DETECTIONPresentation on FACE MASK DETECTION
Presentation on FACE MASK DETECTION
 
Hand gesture recognition system(FYP REPORT)
Hand gesture recognition system(FYP REPORT)Hand gesture recognition system(FYP REPORT)
Hand gesture recognition system(FYP REPORT)
 
Handwriting Recognition Using Deep Learning and Computer Version
Handwriting Recognition Using Deep Learning and Computer VersionHandwriting Recognition Using Deep Learning and Computer Version
Handwriting Recognition Using Deep Learning and Computer Version
 
Hand Gesture recognition
Hand Gesture recognitionHand Gesture recognition
Hand Gesture recognition
 
TRAFFIC SIGN BOARD RECOGNITION AND VOICE ALERT SYSTEM USING CNN
TRAFFIC SIGN BOARD RECOGNITION AND VOICE ALERT SYSTEM USING CNNTRAFFIC SIGN BOARD RECOGNITION AND VOICE ALERT SYSTEM USING CNN
TRAFFIC SIGN BOARD RECOGNITION AND VOICE ALERT SYSTEM USING CNN
 
Eyetracking
EyetrackingEyetracking
Eyetracking
 
Presentation-Detecting Spammers on Social Networks
Presentation-Detecting Spammers on Social NetworksPresentation-Detecting Spammers on Social Networks
Presentation-Detecting Spammers on Social Networks
 
Hand Gesture Recognition system for deaf and dump people
Hand Gesture Recognition system for deaf and dump peopleHand Gesture Recognition system for deaf and dump people
Hand Gesture Recognition system for deaf and dump people
 
Hand gesture recognition
Hand gesture recognitionHand gesture recognition
Hand gesture recognition
 

Viewers also liked

필독Automatic Fire Detection
필독Automatic Fire Detection필독Automatic Fire Detection
필독Automatic Fire Detection
guestdbe029
 
Research Project Presentation
Research Project PresentationResearch Project Presentation
Research Project Presentation
Gaurav Deshmukh
 
Anpr based licence plate detection report
Anpr  based licence plate detection reportAnpr  based licence plate detection report
Anpr based licence plate detection report
somchaturvedi
 
Basic Fire Alarm Systems
Basic Fire Alarm SystemsBasic Fire Alarm Systems
Basic Fire Alarm Systems
malcolmfd
 
Fire alarm
Fire alarmFire alarm
Fire alarm
arjunex
 

Viewers also liked (19)

fire detection and alarm system
fire detection and alarm systemfire detection and alarm system
fire detection and alarm system
 
Fire Detection and Alarm Systems
Fire Detection and Alarm SystemsFire Detection and Alarm Systems
Fire Detection and Alarm Systems
 
The Growing Interdependence of the Internet and Climate Change
The Growing Interdependence of the Internet and Climate ChangeThe Growing Interdependence of the Internet and Climate Change
The Growing Interdependence of the Internet and Climate Change
 
필독Automatic Fire Detection
필독Automatic Fire Detection필독Automatic Fire Detection
필독Automatic Fire Detection
 
IJRET-V1I1P1 - Forest Fire Detection Based on Wireless Image Processing
IJRET-V1I1P1 - Forest Fire Detection Based on Wireless Image Processing IJRET-V1I1P1 - Forest Fire Detection Based on Wireless Image Processing
IJRET-V1I1P1 - Forest Fire Detection Based on Wireless Image Processing
 
Research Project Presentation
Research Project PresentationResearch Project Presentation
Research Project Presentation
 
Fire Detection on Unconstrained Videos Using Color-Aware Spatial Modeling and...
Fire Detection on Unconstrained Videos Using Color-Aware Spatial Modeling and...Fire Detection on Unconstrained Videos Using Color-Aware Spatial Modeling and...
Fire Detection on Unconstrained Videos Using Color-Aware Spatial Modeling and...
 
Change Detection Of Forest Fire In Los Angeles
Change Detection Of Forest Fire In Los AngelesChange Detection Of Forest Fire In Los Angeles
Change Detection Of Forest Fire In Los Angeles
 
Gsm based fire alert system
Gsm based fire alert systemGsm based fire alert system
Gsm based fire alert system
 
GSM BASED FIRE ALARM SYSTEM
GSM BASED FIRE ALARM SYSTEMGSM BASED FIRE ALARM SYSTEM
GSM BASED FIRE ALARM SYSTEM
 
GSM Based SMS fire alert system
GSM Based SMS fire alert systemGSM Based SMS fire alert system
GSM Based SMS fire alert system
 
Fire detection and alarm systems
Fire detection and alarm systemsFire detection and alarm systems
Fire detection and alarm systems
 
Anpr based licence plate detection report
Anpr  based licence plate detection reportAnpr  based licence plate detection report
Anpr based licence plate detection report
 
Basic Fire Alarm Systems
Basic Fire Alarm SystemsBasic Fire Alarm Systems
Basic Fire Alarm Systems
 
Fire protection & detection system
Fire protection & detection systemFire protection & detection system
Fire protection & detection system
 
Fire alarm
Fire alarmFire alarm
Fire alarm
 
IEEE Presentation
IEEE PresentationIEEE Presentation
IEEE Presentation
 
Fire alarm system
Fire alarm system Fire alarm system
Fire alarm system
 
Fire detection & alarm system
Fire detection & alarm systemFire detection & alarm system
Fire detection & alarm system
 

Similar to FIRE DETECTION USING VIDEO ANALYTICS

Intro to Multitarget Tracking for CURVE
Intro to Multitarget Tracking for CURVEIntro to Multitarget Tracking for CURVE
Intro to Multitarget Tracking for CURVE
chenhm
 
Model-Simulation-and-Measurement-Based Systems Engineering of Power System Sy...
Model-Simulation-and-Measurement-Based Systems Engineering of Power System Sy...Model-Simulation-and-Measurement-Based Systems Engineering of Power System Sy...
Model-Simulation-and-Measurement-Based Systems Engineering of Power System Sy...
Luigi Vanfretti
 
Image Processing Applied To Traffic Queue Detection Algorithm
Image Processing Applied To Traffic Queue Detection AlgorithmImage Processing Applied To Traffic Queue Detection Algorithm
Image Processing Applied To Traffic Queue Detection Algorithm
guest673189
 
4th Year Project Presentation Slides
4th Year Project Presentation Slides4th Year Project Presentation Slides
4th Year Project Presentation Slides
Itrat Rahman
 
Computer Vision for Traffic Sign Recognition
Computer Vision for Traffic Sign RecognitionComputer Vision for Traffic Sign Recognition
Computer Vision for Traffic Sign Recognition
thevijayps
 

Similar to FIRE DETECTION USING VIDEO ANALYTICS (20)

slide-171212080528.pptx
slide-171212080528.pptxslide-171212080528.pptx
slide-171212080528.pptx
 
Real Time Object Dectection using machine learning
Real Time Object Dectection using machine learningReal Time Object Dectection using machine learning
Real Time Object Dectection using machine learning
 
Intro to Multitarget Tracking for CURVE
Intro to Multitarget Tracking for CURVEIntro to Multitarget Tracking for CURVE
Intro to Multitarget Tracking for CURVE
 
Model-Simulation-and-Measurement-Based Systems Engineering of Power System Sy...
Model-Simulation-and-Measurement-Based Systems Engineering of Power System Sy...Model-Simulation-and-Measurement-Based Systems Engineering of Power System Sy...
Model-Simulation-and-Measurement-Based Systems Engineering of Power System Sy...
 
Image Processing Applied To Traffic Queue Detection Algorithm
Image Processing Applied To Traffic Queue Detection AlgorithmImage Processing Applied To Traffic Queue Detection Algorithm
Image Processing Applied To Traffic Queue Detection Algorithm
 
Performance security tradeoff in Robotic Mobile Wireless Ad hoc Networks
Performance security tradeoff in Robotic Mobile Wireless Ad hoc Networks Performance security tradeoff in Robotic Mobile Wireless Ad hoc Networks
Performance security tradeoff in Robotic Mobile Wireless Ad hoc Networks
 
Agena Wargame & Air defense Simulation
Agena Wargame & Air defense SimulationAgena Wargame & Air defense Simulation
Agena Wargame & Air defense Simulation
 
The unknown spatial quality of dense point clouds derived from stereo images
The unknown spatial quality of dense point clouds derived from stereo imagesThe unknown spatial quality of dense point clouds derived from stereo images
The unknown spatial quality of dense point clouds derived from stereo images
 
Dynamic Adaptive Point Cloud Streaming
Dynamic Adaptive Point Cloud StreamingDynamic Adaptive Point Cloud Streaming
Dynamic Adaptive Point Cloud Streaming
 
4th Year Project Presentation Slides
4th Year Project Presentation Slides4th Year Project Presentation Slides
4th Year Project Presentation Slides
 
Computer Vision for Traffic Sign Recognition
Computer Vision for Traffic Sign RecognitionComputer Vision for Traffic Sign Recognition
Computer Vision for Traffic Sign Recognition
 
LVTS Projects
LVTS ProjectsLVTS Projects
LVTS Projects
 
ICIF19_Garg_job_talk_portfolio_modification.pdf
ICIF19_Garg_job_talk_portfolio_modification.pdfICIF19_Garg_job_talk_portfolio_modification.pdf
ICIF19_Garg_job_talk_portfolio_modification.pdf
 
Seminar On Kalman Filter And Its Applications
Seminar On  Kalman  Filter And Its ApplicationsSeminar On  Kalman  Filter And Its Applications
Seminar On Kalman Filter And Its Applications
 
Unit i
Unit iUnit i
Unit i
 
A Low-Cost IoT Application for the Urban Traffic of Vehicles, Based on Wirele...
A Low-Cost IoT Application for the Urban Traffic of Vehicles, Based on Wirele...A Low-Cost IoT Application for the Urban Traffic of Vehicles, Based on Wirele...
A Low-Cost IoT Application for the Urban Traffic of Vehicles, Based on Wirele...
 
IEEE 2014 JAVA PARALLEL DISTRIBUTED PROJECTS On false-data-injection-attacks-...
IEEE 2014 JAVA PARALLEL DISTRIBUTED PROJECTS On false-data-injection-attacks-...IEEE 2014 JAVA PARALLEL DISTRIBUTED PROJECTS On false-data-injection-attacks-...
IEEE 2014 JAVA PARALLEL DISTRIBUTED PROJECTS On false-data-injection-attacks-...
 
2014 IEEE JAVA PARALLEL DISTRIBUTED PROJECT On false-data-injection-attacks-a...
2014 IEEE JAVA PARALLEL DISTRIBUTED PROJECT On false-data-injection-attacks-a...2014 IEEE JAVA PARALLEL DISTRIBUTED PROJECT On false-data-injection-attacks-a...
2014 IEEE JAVA PARALLEL DISTRIBUTED PROJECT On false-data-injection-attacks-a...
 
Train++: An Incremental ML Model Training Algorithm to Create Self Learning I...
Train++: An Incremental ML Model Training Algorithm to Create Self Learning I...Train++: An Incremental ML Model Training Algorithm to Create Self Learning I...
Train++: An Incremental ML Model Training Algorithm to Create Self Learning I...
 
Sensor net
Sensor netSensor net
Sensor net
 

FIRE DETECTION USING VIDEO ANALYTICS

  • 2. • Fire causes severe damages • Prevention of accidents is crucial • Fire detection using computer vision • Part of a larger surveillance system
  • 3. To identify algorithm, implement all modules and related software in production and all post- implementation tasks related to the fire detection system. The main tasks for the project execution are 1. Identification of various algorithms for fire detection 2. Compare the algorithms and identify best approach 3. Implement the selected algorithm in platform independent C code
  • 4. • Sensors - high false alarm rate •Open and large areas- not suitable •Fatal time delays •Detects smoke not fire •Higher density for greater precision
  • 6. •Motion Detecting Unit  Compare frames  Detect moving objects •Color Model analyzing Unit  Identify Intensity  Use RGB/HSV Model  Compare with threshold value •Computing Unit (DSP for Image Processing)  Edge Detection  Fire Pattern Detection
  • 7. •Verifying Unit  Advanced algorithms  Test Different Cases •Location Unit  Determine the exact location of Fire •Alarm Unit  Blows Alarm on Fire  Affected area might be cut off.
  • 8. •Create Fire and Non Fire databases Fire database-red component of pixels Non fire pixel-background pixels •Candidate area selection Moving pixel detection •ht(X,Y)={ft(X,Y) + ft+1(X,Y) + ft+2(X,Y)}/3 •DIFF(X,Y)={ht+1(X,Y)-ht(X,Y)} Fire Color pixel detection •Rule 1: R>G>B •Rule 2: R> Rt •Rule 3: S >=(255-R)*St/ Rt Original image Result of Moving pixel Detection Result of Fire Pixel Detection
  • 9.
  • 10.  Different Approaches towards VISUAL FIRE DETECTION • Color-Based Approaches • RGB • HSV • Fire Feature based Approaches • Temporal • Spatial • Flickering • Energy variation • Motion based Approaches
  • 11.
  • 12.  Fuzzy logic : a very efficient method for handling imprecision: an intrinsic property of Fire.  Combines the capabilities of automata with fuzzy logic.  Fits best in applications where the variables are continuous and/or mathematical models are difficult to define.
  • 13.
  • 14.  Variance of visual features extracted and probability membership functions generated for states. To assign MV of current state to next state, weighted average of transition functions taken.  Fuzzy membership functions can have different shapes depending on the application and user preference.
  • 15.  Mean mk = Mean ( μI_k , μW_k , μM_k )
  • 16.  FFA can model vague and uncertain information of flames.  More robust to fast expanding flames with dynamic colors.  Flexible choice of model architecture & membership functions of features.
  • 17.
  • 18.  Evaluate Matrices-Fire and Non Fire database  Evaluates similarity  Apply viterbi algorithm-evaluate similarity  Compare fire HMM with non fire HMM  If Fire HMM>Non Fire HMM then  Fire  Else  Not Fire  Π - Initial state distribution  A ij –State transition probability matrix  B ij – Symbol probability distribution matrix
  • 19. HMM Training  Database Input data -> states(F1,F2,NF) Algorithm Input: C(i), C(i-1), State(i-1). //c(i)-color values, i-current state pixel Output: State(i). if Current Pixel is not a moving pixel; State(i)=NF; else if State(i-1) is NF; State(i)=F1; else if |C(i)-C(i-1)| < th1; State(i)= State(i-1); else if |C(i)-C(i-1)| < th2; State(i)= State(i-1); else State(i)=NF; End of Algorithm 1
  • 20. Previous work  Color Information  Shape Information Wavelet Transformation These approaches focus on spatial information Markov Model  Describes Temporal changes  Uses Flickering characteristic of fire  Fixed detecting point at the boundary of flame
  • 21. METHOD Arrangement of Confident Points  Local 2D region along the flame boundary (Ri)  Calculate Confident value L is the number of detecting points.  If K/L > ς ( a confident Threshold ) then the region is a fire region.
  • 22. Spatio-temporal pattern features  Video considered as volume V  Local CPs as a tube T  Each Tube segmented into cubes Ci  Two channel wavelet decomposition for each region
  • 23. Flame Flickering model by HMM  Tubes from fire video samples are chosen  Observation sequences are trained Three hidden states by k-means clustering  High Frequency state  Medium Frequency state  Low Frequency state  Mixture of Gaussian
  • 24.
  • 25. Computational cost is low Provides Real time fire detection Low false alarm rate
  • 26.
  • 27.
  • 28.
  • 29.
  • 30.
  • 31. Advantages  Reduces flame reflections  False Alarms Disadvantages Difficult to port as Real Time Human Interaction not considered No Verification algorithm  Need of sufficient and specific conditions  Variability of Shape , Motion , Colors and Patterns of fire and smoke
  • 32. • Texas Instrument’s Da Vinci Platform  C28x DSP core with floating point unit  ARM Cortex-M3 processor • OpenCV library for testing •Camera to provide real time feed (min. 12 fps)
  • 33. • Can be used in conjunction with existing surveillance systems. • To be developed as a part of a larger surveillance system to be developed by Tata Elxsi Ltd.
  • 34. • Initial promise with high success rates of up to 99% and only 0.3% failure rates. • Cheaper alternative to the current sensor based devices. • Can be integrated with current CCTV systems.
  • 35. • http://en.wikipedia.org/wiki/Image_processing • http://www.imageprocessingbasics.com/ • http://ieeexplore.ieee.org • IEEE Papers referred : • Fire-Flame Detection based on Fuzzy Finite Automation SunJae Ham, ByoungChul Ko, JaeYeal Nam • A Novel Way for Fire Detection in The Video Using Hidden Markov Model Jian Ding and Mao Ye • Wavelet based multi-modal Fire Detection Steven Verstock, Ioannis Kypraios, Pieterjan De Potter, Chris Poppe, Rik Van de Walle • Fire Detection Based on hidden Markov Models Zhu Teng, Jeong-Hyun Kim,Dong-Joong Kang