Can LBP be used for flame analysis?

1 view (last 30 days)
Hello friends, I am doing a project based on flame analysis using image processing. I don't have any hardware facility available so i have to analyse flame image using only software(MATLAB).
  • I want to extract features of flame image such as std deviation, area, mean, freq and then relate them to the flame characteristics such as stability, temperature,flicker freq, etc.
  • Till now I have already find the area of the flame images using LBP and I am working on relating area with its temperature using red component.
  • Can you please guide me on, Can LBP be used for flame analysis?
  2 Comments
yingying zhou
yingying zhou on 21 Mar 2016
Hello,Pranev Gupta, two years ago you had a problem in this project.And so do I, I need to analysis flame, smoke and temperature,flame is easy to solve , smoke and temperature has been no progress, can you give me some help, now I have no progress on the temperature, whether can be extracted from color images and won't stop because of the pedestrian clothes color or color of the building , .Please give some advice or information.I just want to graduate.Thank you.

Sign in to comment.

Answers (1)

Constantino Carlos Reyes-Aldasoro
Assuming that LBP stands for Local Binary Patterns, I would say it depends. If you already have the flame located and segmented, then you can apply LBP and extract features, but you could also extract the RGB values directly. If you do not have the flame, then what you need is a segmentation step and then proceed to extract area, intensity etc.

Community Treasure Hunt

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

Start Hunting!