/classical-flame-detection

An attempt to approach the flame detection task with fundamental image processing and ML techniques.

Primary LanguagePython

classical-flame-detection

The project present a classical approach to flame detection using segrigation of fire region with distint RGB and motion feature. Thereafter, passing the regions automatically to a SVM kernel for feature learning and training. Further instruction for execution of each file is commented on program files.