fire1

Image Processing Based Forest Fire Detection using YCbCr Colour Model

Al momento, stai seguendo questo contributo

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 (2026). fire1 (https://it.mathworks.com/matlabcentral/fileexchange/61598-fire1), MATLAB Central File Exchange. Recuperato .

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release Action
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