fire1

Image Processing Based Forest Fire Detection using YCbCr Colour Model
759 Downloads
Updated 23 Feb 2017

View License

Its IEEE paper implementation, forest fire detection using YCbCr colour model is proposed. The proposed method adopts rule based colour model due to its less complexity and effectiveness. YCbCr colour space effectively separates luminance from chrominance compared to other colour spaces like RGB and rgb(normalized RGB). The
proposed method not only separates fire flame pixels but also separates high temperature fire centre pixels by taking in to account of statistical parameters of fire image in YCbCr colour space like mean and standard deviation. In this method four rules are formed to separate the true fire region. Two rules are used for
segmenting the fire region and other two rules are used for segmenting the high temperature fire centre region. The results obtained are compared with the other methods in the literature and shows higher true fire detection rate and less false detection rate. The proposed method can be used for real time forest fire detection with moving camera.

Cite As

ramesh thangaraj (2026). fire1 (https://se.mathworks.com/matlabcentral/fileexchange/61598-fire1), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2015a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Version Published Release Notes
1.0.0.0

m file

Individual rule is used to display for understanding.
combination of rule 1 , rule2 and rule3 and rule4 is suffice int for implementation