fire1

Image Processing Based Forest Fire Detection using YCbCr Colour Model
754 download
Aggiornato 23 feb 2017

Visualizza la licenza

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.

Cita come

ramesh thangaraj (2025). fire1 (https://it.mathworks.com/matlabcentral/fileexchange/61598-fire1), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2015a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
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