Conference PaperPDF Available

A new edge detection algorithm for flame image processing

Authors:

Abstract

Digital image processing is playing an increasingly important part in imaging based flame monitoring systems. A crucial step in flame image processing is to detect the flame edge, a dividing boundary between the area where there is thermo-chemical reaction and those without. The determination of flame edges is a precursor to flame image processing and measurement of flame parameters. Several known edge detection methods have been tested to identify flame edges but the results achieved are disappointing. As a result of recent work in feature analysis of flame images, a novel flame edge detection method has been developed, which can detect the flame edges effectively and efficiently.
A New Edge Detection Algorithm for
Flame Image Processing
Tian Qiu, Yong Yan* FIEEE, Gang Lu SMIEEE
Instrumentation, Control and Embedded Systems Research Group
School of Engineering and Digital Arts, University of Kent, Canterbury, Kent CT2 7NT, UK
t.qiu@kent.ac.uk, y.yan@kent.ac.uk, g.lu@kent.ac.uk
AbstractDigital image processing is playing an increasingly
important part in imaging based flame monitoring systems. A
crucial step in flame image processing is to detect the flame edge,
a dividing boundary between the area where there is thermo-
chemical reaction and those without. The determination of flame
edges is a precursor to flame image processing and measurement
of flame parameters. Several known edge detection methods have
been tested to identify flame edges but the results achieved are
disappointing. As a result of recent work in feature analysis of
flame images, a novel flame edge detection method has been
developed, which can detect the flame edges effectively and
efficiently.
Keywords- image processing; combustion; flame image; edge
detection
I. INTRODUCTION
To meet the stringent standards on combustion efficiency
and pollutant emissions, flame monitoring with a quantitative
means is becoming increasingly important in foil-fuel
combustion systems, particularly in power generation plants [1].
This has led to a wave of research in advanced flame imaging
technologies [2, 3], not only in the power generation industry,
but also in fire safety engineering [4].
Edge detection is one of the important steps in flame image
processing. There are several reasons why it is necessary to
identify flame edges. First, flame edges determine the region of
a flame. This is especially important in the 3-D reconstruction
of the flame as without clearly defined edges, the flame cannot
correctly be reconstructed. Second, the use of flame edges can
reduce the amount of processing data and filter out unwanted
information, such as background noise within the image. In
other words, the edge detection can preserve the important
structural properties of the flame and meanwhile shorten the
processing time. Third, the edge detection can be used to
segment a group of the flames. This is particularly important
for the multiple flame monitoring in practical furnaces where a
multi-burner system is normally used. Finally but most
importantly, the flame edges form a basis for the quantitative
determination of a range of flame characteristic parameters.
A number of methods have been reported for extracting
flame edges for the geometric characterization of the flame [5,
6], and for the determination of fire location [7, 8]. A three-
dimensional (3-D) flame monitoring systems has also been
reported where three identical color CCD cameras together
with optical transmission units were used to concurrently
capture three images of a flame from different perspectives [5].
The outer edges of the flame images were detected and the
information obtained were used to build the geometric model
of the flame and thus to determine the size, volume and
location of the flame.
In this research several edge detection methods are
examined to assess their effectiveness for flame edge
identification. Despite many parameters are delicately adjusted
in the use of these methods, flame edges still cannot be
identified. It is therefore desirable to develop a dedicated edge
detection method for flame image processing. As a result of
recent work in characteristic analysis of flame images, a novel
computing algorithm is proposed where some of the unique
features of a flame image such as the number of main objects
and strong comparative brightness are used to identify flame
edges. Adopting these features, one can detect the coarse and
superfluous edges in a flame image and then identify the flame
main edges and remove the unrelated edges.
II. BASIC METHODS OF EDGE DETECTION AND THEIR
APPLICATIONS TO FLAME IMAGES
A typical edge in an image might for instance be the border
between blocks of different colors. The basic edge detection
method is to determine the level of variance between different
pixels by executing edge-detection operators for each small
matrix area. The edge-detection operator is calculated by
forming a matrix centered on a pixel chosen as the center of the
matrix area. If the value of this matrix area is above a given
threshold, then the middle pixel is classified as an edge.
Mathematically, the edges are represented by first- and
second-order derivatives. The first-order derivative (i.e.,
gradient) of a 2D function, f(x, y), is defined as a vector [9]:




 (1)
where Gx and Gy are the gradients in the x and y coordinates,
respectively. The magnitude of the vector is given by:


 . (2)
The angle α, at which the maximum rate of change occurs, is:

. (3)
* Corresponding author
978-1-4244-7934-4/11/$26.00 ©2011 IEEE
281
All the gradient-based algorithms have kernel operators that
calculate the strength of the slope in directions which are
orthogonal to each other, commonly vertical and horizontal.
Examples of gradient-based edge detection operators include
Roberts, Prewitt, and Sobel operators. Then, contributions of
the different components of the slopes are combined to give the
total value of the edge strength. As an improved method using
the Sobel operator, the Canny edge detection algorithm is
known as an optimal edge detector [10]. In the present research,
these common edge detection methods have been attempted
with adequate parameters to process typical flame images.
Figure 1 shows example results obtained along with the
original image. As can be seen, those common edge detection
methods can only identify a part of the flame edges, or wrongly
identified small edges that are obviously not the edges of the
main flame.
(a) The original image (b) Matlab’s edge function (c) Canny method
(d) Prewitt metho
d
(e) Sobel metho
d
(f) Roberts metho
d
Figure 1. Representive results using the common edge detection methods.
III. A NOVEL EDGE DETECTION ALGORITHM
FOR FLAME IMAGE PROCESSING
Since flame images are a special class of images, some of
the unique features of a flame may be used to identify flame
edges. There are some differences between flame images and
other general images: flames are the main objects in the images;
the brightness of the flame is generally much higher than the
other objects while the background is comparatively dark;
furthermore, there is generally only one flame or one group of
flames in one image. The expected flame edge should be one
and only one clear, continuous, and uninterrupted edge.
Adopting these features, we have developed a novel flame edge
detection algorithm. The algorithm can be divided into several
logical steps as follows:
Step 1: Adjust the gray level of a flame image according to
its statistical distribution.
Step 2: Smooth the image to eliminate noise.
Step 3: Use the Sobel operator to find basic edges. This is
achieved by finding the gradients of all the pixels in the image
so as to highlight the regions with high gray level contrast at
their edges. The algorithm then tracks along those regions and
suppresses any pixels that are not at the peaks of gradients. If
the magnitude of the gradient is above the high threshold TH, it
is deemed an edge. And if the magnitude is between the two
thresholds, i.e., high threshold TH and low threshold TL, then it
is set to zero unless there is a path from this pixel to a pixel
with a gradient above TL.
The Sobel operator performs a two dimensional spatial
gradient measurement on an image. Then the approximate
absolute gradient magnitude (edge strength) at each point can
be found. It uses a pair of 3x3 convolution masks, one
estimating the gradient in the x-direction (columns) and
another estimating the gradient in the y-direction (rows). The
Sobel operator is expressed as follows [11]:
  
  
  , (4)
  


. (5)
Step 4: Adjust TH and TL to get a better result. This is done
by giving the first pair of TH and TL initial values according to
the apriori results of similar flame images, and then adjusting
the values for a better result. The ‘better’ result is assessed by
that how many edges there are: the more edge pixels detected
in the edge image, the better the parameters are. Another
threshold TE is also set to restrict the total number of edges, i.e.,
if the number of edge pixels exceeds TE, the automatic
adjustment will be terminated. Until now, a preliminary image
with edges identified is obtained from the original flame image.
It is designated as a Preliminary Edge Image (PEI).
Step 5: Remove unrelated edges in the PEI through the
following steps;
5a) Select any edge point in the PEI, remove that point
from the PEI, allocate a new temporary edge image and plot
the point onto the temporary edge image.
5b) Use the selected point as the center and search in a 3×3
area. Store the location of all the neighboring pixels if they are
edge pixels. In eight neighboring pixels, operations are taken
for the following three different cases,
If there is no neighboring pixel, the selected point is then
an isolated point, and should be removed from the PEI.
Terminate the search and go to Step 5d.
If there is one neighboring pixel, the selected point is an
end point. It should then be removed from the PEI, plotted
onto the temporary edge image, and added into the endpoint
list. Start the new search from the found neighbor and go to
Step 5c.
If there are more than two neighboring pixels, then the
selected point is a normal transition point in an edge line or
an intersection with more than three bifurcations. Set one of
282
the neighboring points as the new search center and start a
search. Store the other positions as unchecked conjunction
points, and then go to Step 5b.
Figure 2 illustrates how the tracing step moves forward if
the old search center is replaced by a new search center. In the
pixels of the left image in Figure 2, pixel ‘5’ is the center
selected. Suppose an edge point at pixel ‘9’ is found, then
remove pixel ‘5’ from the PEI to temporary edge image, and
pixel ‘9’ will be the new search center. In this way, the search
moves forward pixel by pixel.
Figure 2. Illustration of movement of the edge search.
5c) Check the conjunction points. If all the conjunction
points have been searched as a center, one temporary edge
image is then completed. Compute the lengths of any two end
points in the temporary edge image and pick out the longest
one. Then go to Step 5d.
5d) If all the pixels in the PEI are moved to the temporary
edge image, then go to Step 6.
Step 6: Plot the pixels of the longest edge in the final edge
image which should have the same size as the original image.
The whole process is then complete.
The flow chart of the whole process is given in Figure 3.
IV. EXPERIMENTAL RESULTS AND ANALYSIS
After implementing the algorithm as described in Section
III, hundreds of flame images were processed using the
algorithm so as to evaluate its effectiveness. The images used
were taken for propane Bunsen flames burning in open air. The
results have shown that clear flame edges have successfully
been identified in all the flame images. Figure 4 shows typical
processed flame images with edges identified. In comparison
with the test results presented in Figure 1, it can be clearly
observed that the developed algorithm can successfully detect
the clear edges of the flame and disregard unrelated small
edges, which the common edge detection methods cannot do. It
makes much easier to distinguish the flame region from the
background. The algorithm can also be used to extract the
edges of complex flames such as turbulent diffusion flames or
flames of pool fires [12]. The clearly defined flame edges will
form a basis for subsequent processing of the flame images
such as flame size computation, flame background removal,
and determination of other flame parameters [3].
Although the algorithm appears to be long, it is not tedious
in computation. Tested on a desktop computer with 2.66GHz
Intel® Quad CPU, it can detect 180 flame edges of 141×161
pixels flame images in one minute.
Figure 3. Flow chart of the flame edge detection algorithm.
283
(a)
(b)
(c)
(d)
(e)
(
)
Figure 4. Some of the flame edge detection results [Left column: original
images; right column: images with identified edges. (a) Diffusion pronane-
flame, (c) Partially-premixed pronane-flame, (e) Small scale pool fire[13]].
V. CONCLUSIONS
After flame characteristics are analyzed, a new flame edge
detection method has been developed and evaluated in
comparison with conventional methods. Experimental results
have demonstrated that the algorithm developed is effective in
identifying the edges of complex and irregular flames in noisy
images. This reasonably fast and convenient flame edge
detection method lays a good foundation for subsequent
quantification of flame parameters and 3D flame reconstruction
and visualization.
ACKNOWLEDGMENTS
Acknowledgments are made to the RCUK’s Energy
Programme for grants (EP/G062153/1 and EP/G063214/1) in
aid of this research, but the views expressed are those of the
authors, and not necessarily those of the RCUK. The Energy
Programme is an RCUK cross-council initiative led by the
EPSRC and contributed to by ESRC, NERC, BBSRC and
STFC.
REFERENCES
[1] D. Roddy, Advanced Power Plant Materials, Design and Technology,
Woodhead Publishing, ISBN 1 84569 515 1, 2010.
[2] G. Lu, Y. Yan, and M. Colechin, “A digital imaging based multi-
functional flame monitoring system”, IEEE Trans. Instrum. Meas., Vol.
53, No. 4, pp. 1152-1158, 2004.
[3] Y. Yan, T. Qiu, G. Lu, M. M. Hossain and G. Gilabertet, “Recent
advances in 3D flame tomography”, Proceedings of the 6th World
Congress on Industrial Process Tomography, Beijing, China, pp. 1530-
1539, September, 2010.
[4] D. S. Huang, L. Heutte, and M. Loog, “Real-time fire detection using
camera sequence image in tunnel environment”, ICIC 2007, LNCS
4681, pp. 1209–1220, 2007.
[5] G. Lu, G. Gilabert and Y. Yan, “Vision based monitoring and
characterisation of combustion flames”, Journal of Physics: Conference
Series 15, pp. 194–200, 2005.
[6] H. C. Bheemul, G. Lu, and Y. Yan, “Three-dimensional visualization
and quantitative characterization of gaseous flames,” Meas. Sci.
Technol.,vol. 13, No. 10, pp. 1643–1650, 2002.
[7] B. C. Ko, K. H. Cheong, and J. Y. Nam, “Fire detection based on vision
sensor and support vector machines ”, Fire Safety Journal, Vol. 44, pp.
322–329, 2009.
[8] Q. Jiang, and Q. Wang, “Large space fire image processing of improving
canny edge detector based on adaptive smoothing”, 2010 International
Conference on Innovative Computing and Communication and 2010
Asia-Pacific Conference on Information Technology and Ocean
Engineering, 2010.
[9] R. C. Gonzalez and R. EWoods, Digital Image Processing, Second
Edition, Prentice Hall, 2002.
[10] T. Steinhaus, S. Welch, R. Carvel, and J. L. Torero, “Large-scale pool
fires”, Thermal Science Journal, Vol. 11, No. 3, special on fire, 2007.
[11] J. Canny, “A computational approach to edge detection”, IEEE
Transactions on PAMI, Vol. 8, No. 6, pp. 679–698, 1986.
[12] K. R. Castleman, Digital Image Processing, Prentice Hall, 1995.
[13] SWRI, “Small-scale liquid pool fire characterization”, Available at:
http://www.swri.org/4org/d01/fire/firetech/about.htm.
284
... Moreover, the edges can reduce the amount of redundant data and filter out the unwanted information such as background noise and ambiguities within the images. Furthermore, edges can be used to segment a group of flames which can be helpful for multiple flame monitoring in the industry [12]. ...
... In the last decade, some edge detection-based techniques have been proposed and applied in various applications for flame or fire image analysis [11][12][13][14][15]. Recently, Qiu et al. [20] presented an autoadaptive edge detection approach and applied to the flame and fire image analysis. ...
Article
Full-text available
In this paper, a simple and robust approach for flame and fire image analysis is proposed. It is based on the local binary patterns, double thresholding and Levenberg–Marquardt optimization technique. The presented algorithm detects the sharp edges and removes the noise and irrelevant artifacts. The autoadaptive nature of the algorithm ensures the primary edges of the flame and fire are identified in the different conditions. Moreover, a graphical approach is presented which can be used to calculate the combustion furnace flame temperature. The various experimentations are carried out on synthetic as well as real flame and fire images which validate the efficacy and robustness of the proposed approach.
... The false negative rate is still an issue due to the additional background objects that have the same color attributes as the fire pixels. Also proposed by [26], was an automatic flame detection auto-adaptive edge detection method. [27], attempted to use the fire's dynamic characteristics to detect flames, but this approach also failed when photographs had backdrop objects that looked like fake fire. ...
Article
Full-text available
The Internet of Things (IoT), which connects and automates numerous systems and gadgets, has completely changed how we live and work. One such application of IoT technology is in fire detection systems, which can help prevent and mitigate the devastating effects of fires on different types of facilities. The research presents a n IoT architecture for a fire detection system using small, low-cost cameras to collect surveillance feeds from large buildings. The data is uploaded to the cloud, where a Machine Learning algorithm detects fires in digital images. The proposed architecture consists of cameras, cloud, and clients, using an inexpensive camera for surveillance feeds and a convolutional neural network for image classification based on large datasets. However, the architecture's cloud component processes surveillance feeds and runs a Machine Learning (ML) model, utilizing computing resources for real-time data processing and continuous training for improved accuracy. Clients can subscribe to the data from the cloud and receive alerts in real-time when the ML model detects a fire in the surveillance feeds. There are significant benefits in comparing the proposed design to conventional fire detection systems. First and foremost, it is economical since the cameras used are compact, affordable, and simple to install around the building without the need for elaborate wiring or infrastructure. Secondly, it is scalable, as the cloud provides the necessary computing resources and storage capacity to handle large amounts of data, making it possible to monitor large structures with many cameras.
... The algorithm is also successful in extracting complex flame edges such as edges of turbulent diffusion and pool fire flames. (Qiu et al. 2011;Kalpana and Padmaa 2014). Fig. 7 shows the results of this algorithm in detecting flame edges. ...
Article
Full-text available
In this paper different fire detection systems and techniques has been reviewed, many techniques have been developed for the purpose of early fire detection in different scenarios. The most accurate technique used among all these methods is Image Processing based Techniques. Different color models like RGB, HSI, CIE L*a*b and YCbCr have been used along with different edge detection algorithms like Sobel and Novel edge detection, finally the color segmentation technique was discussed in the review paper. All the mentioned methods in these papers have significantly proved to detect fire and flame edges in digital images with a timely manner, which has a huge impact on saving life and reducing loss of life.
... Recently, the problem of segmenting flame images has caught the attention of researchers and several methods have been proposed (Shangfen, 2008). The most widely used image processing method for detecting flame edges are image gradient-based -in these, the magnitude of the image intensity gradient is computed by using, e.g., the Roberts (Ziou, Tabbone, et al., 1998), Sobel (Qi, Xu, & Cai, 2006;Qiu, Yan, & Lu, 2011Shao, Yan, Greeves, & Smith, 2003;Ziou et al., 1998) operator, Prewitt (Razmi, Saad, & Asirvadam, 2010;Ziou et al., 1998) or Canny operators (Canny, 1986;Jeong, Lee, & Ikeda, 2007;Jiang & Wang, 2010). These operators approximate the firstorder differential operator. ...
Article
In this work we demonstrate the utilization of a machine vision-based combustion monitoring system in biomass combustion. The proposed system monitored the location of the reaction zone in a 3 MW, grate-fired biomass boiler operated at varying loads and with fluctuating fuel quality. The system can help guarantee equal primary air supply to different regions of the grate and avoid the elutriation of fly ash by providing information on the location of the reaction zone. Strong correlation was found between the reaction zone boundary location and most process parameters, indicating that the location of the reaction zone can be a useful metric in monitoring and control by providing supplementary measurements to already existing monitoring to avoid over-emissions and improve economics.
Article
To characterize the boundaries and edge detection is not an easy task in image processing and it become very difficult when image is noisy. Edges are significant local or sharp change of intensity in an image and it occur on the boundary between two different regions in an image. In this paper we will work on color images of fire or flame. The determination of the fire and flame edges is the process of identifying a boundary between the two region where there is thermo chemical reaction and those without in the image ,this boundary is also known as edge of the flame or fire. Many conventional edge-detection methods have been tested to identify flame edges in color image, but the results achieved have been not so good when we use these methods on color image, they were very disappointing. Some research works related to flame and fire edge detection were reported for different applications; however these methods do not emphasize the continuity and clarity of the flame and fire edges. A Bacterial Foraging method is proposed to define flame and fire edges clearly and continuously. This algorithm worked on color image and produced the better edge result in a flame/fire image. In this modified bacterial foraging algorithm, a set of bacteria's are randomly initialized to image pixel then they will try to search their nutrients which are edges in this case. This whole process will be carried out in 3 steps: Chemotaxis, Reproduction and elimination & dispersal step. Swarming step is avoided to make the algorithm simpler and to reduce the complexity of the algorithm. As the algorithm works for high luminous flame images, it is enhanced to effectively find the edges for low luminous images also. Results for different flame images and video frames proved the effectiveness and robustness of the proposed algorithm.
Article
This article has been withdrawn: please see Elsevier Policy on Article Withdrawal (https://www.elsevier.com/about/our-business/policies/article-withdrawal). This article has been withdrawn as part of the withdrawal of the Proceedings of the International Conference on Emerging Trends in Materials Science, Technology and Engineering (ICMSTE2K21). Subsequent to acceptance of these Proceedings papers by the responsible Guest Editors, Dr S. Sakthivel, Dr S. Karthikeyan and Dr I. A. Palani, several serious concerns arose regarding the integrity and veracity of the conference organisation and peer-review process. After a thorough investigation, the peer-review process was confirmed to fall beneath the high standards expected by Materials Today: Proceedings. The veracity of the conference also remains subject to serious doubt and therefore the entire Proceedings has been withdrawn in order to correct the scholarly record.
Conference Paper
Fire is a dangerous environmental problem; putting the fire out in an incident area cannot be done without fire prevention equipment. Fire prevention equipment means any device, appliance, or machinery intended for use, and examples of this are fire extinguisher, fire alarm, and smoke alarm. After a fire has been dealt with, it takes a huge amount of time for an investigation to conclude the cause of the incident. Therefore, this study proposed an algorithm to detect fire and extract fire features using different image processing. This paper showed different types of algorithms in image processing and tried multiple edge detection techniques to determine which are best to apply in fire detection using image processing. It uses the RGB (Red, Green, and Blue) Color Model and HSV conversion to extract features of fire. Edge detection applying Sobel which has two separate directions the vertical and the horizontal. Canny edge detection that spots edges with noise suppressed at the same time. Canny also detects a wide variety of edges in images. With the help of these algorithms, in case of disaster especially fire, the growth of it will be so much easier to detect using this image processing and algorithm. Based on the testing, it proves that using Canny edge detection getting 98% accuracy more accurately than the Sobel edge detection technique. The algorithm of feature extraction of fire was validated and has a validating f-score of 0.98 using Canny edge detection and segmentation.
Conference Paper
Full-text available
The proposed work presents FPGA based architecture for Edge Detection using different operators of gradient: Sobel, Roberts, Prewitts. These different operators were chosen for its resistance to noise. Gray image is converted into file *.Coe format using MATLAB. The proposed gradient Edge Detection is modeled using Parallel Architecture and implemented in VHDL, then the result is reconverted by Matlab. This work is a first step in our chain of segmentation.
Article
Full-text available
A review of research into the burning behaviour of large pool fires and fuel spill fires is presented The features which distinguish such fires from smaller pool fires are mainly associated with the fire dynamics at low source Froude numbers and the radiative interaction with the fire source. In hydrocarbon fires, higher soot levels at increased diameters result in radiation blockage effects around the perimeter of large fire plumes; this yields lower emissive powers and a drastic reduction in the radiative loss fraction; whilst there are simplifying-factors with these phenomena, arising from the fact that soot yield can saturate, there are other complications deriving from the intermittency of the behaviour, with luminous regions of efficient combustion appearing randomly in the outer surface of the fire according the turbulent fluctuations in the fire plume. Knowledge of the fluid flow instabilities, which lead to the formation of large eddies, is also key to understanding the behaviour of large-scale fires. Here modelling tools can be effectively exploited in order to investigate the fluid flow phenomena, including RANS- and LES-based computational fluid dynamics codes. The latter are well-suited to representation of the turbulent motions, hut a number of challenges remain with their practical application. Massively-parallel computational resources are likely to be necessary in order to be able to adequately address the complex coupled phenomena to the level of detail that is necessary.
Conference Paper
Full-text available
To reduce greenhouse gas emissions from fossil fuel fired power plants a range of new combustion technologies are being developed or refined, including oxy­fuel combustion, co­firing biomass with coal and fluidized bed combustion. Flame characteristics under such combustion conditions are expected to be different from those in normal air fired combustion processes. Quantified flame characteristics such as temperature distribution, oscillation frequency, and ignition volume play an important part in the optimized design and operation of the environmentally friendly power generation systems. However, it is challenging to obtain such flame characteristics particularly through a three­ dimensional (3D), non­intrusive means. Various 3D tomography methods have been proposed to visualize and characterize combustion flames. These include passive optical tomography, laser based tomography, and electrical tomography. This paper identifies the challenges in 3D flame tomography and reviews the existing techniques for quantitative characterization of combustion flames. Future trends in 3D flame tomography for applications in the power generation industry are discussed. © International Society for Industrial Process Tomography, 2010. All rights reserved.
Article
Full-text available
This paper describes a computational approach to edge detection. The success of the approach depends on the definition of a comprehensive set of goals for the computation of edge points. These goals must be precise enough to delimit the desired behavior of the detector while making minimal assumptions about the form of the solution. We define detection and localization criteria for a class of edges, and present mathematical forms for these criteria as functionals on the operator impulse response. A third criterion is then added to ensure that the detector has only one response to a single edge. We use the criteria in numerical optimization to derive detectors for several common image features, including step edges. On specializing the analysis to step edges, we find that there is a natural uncertainty principle between detection and localization performance, which are the two main goals. With this principle we derive a single operator shape which is optimal at any scale. The optimal detector has a simple approximate implementation in which edges are marked at maxima in gradient magnitude of a Gaussian-smoothed image. We extend this simple detector using operators of several widths to cope with different signal-to-noise ratios in the image. We present a general method, called feature synthesis, for the fine-to-coarse integration of information from operators at different scales. Finally we show that step edge detector performance improves considerably as the operator point spread function is extended along the edge.
Book
Fossil-fuel power plants account for the majority of worldwide power generation. Increasing global energy demands, coupled with issues of ageing and inefficient power plants, have led to new power plant construction programmes. As cheaper fossil fuel resources are exhausted and emissions criteria are tightened, utilities are turning to power plants designed with performance in mind to satisfy requirements for improved capacity, efficiency, and environmental characteristics. Advanced power plant materials, design and technology provides a comprehensive reference on the state of the art of gas-fired and coal-fired power plants, their major components and performance improvement options. Part one critically reviews advanced power plant designs which target both higher efficiency and flexible operation, including reviews of combined cycle technology and materials performance issues.
Article
To avoid the large-scale damage caused by fire occurring in large space building, there are many studies about image-processing technique for automatic real-time flame detection. Adaptive Canny edge algorithm and flame geometric features are combined to inspect flame area of video data generated by an ordinary camera monitoring. Firstly, candidate fire regions are detected using modified Canny operator method which combines adaptive smoothing to detect moving fire regions. Fire regions generally have a higher luminance contrast than neighboring regions, a luminance map is made and used to remove non-fire pixels. The proposed selection criterion is effective in improving the performances of traditional Canny operator. Experimental results showed that the proposed approach was more robust to noise, and help to separate consecutive frames flame area.
Article
With the advent of digital imaging and image processing techniques vision based monitoring and characterisation of combustion flames have developed rapidly in recent years. This paper presents a short review of the latest developments in this area. The techniques covered in this review are classified into two main categories: two-dimensional (2D) and 3D imaging techniques. Experimental results obtained on both laboratory- and industrial-scale combustion rigs are presented. Future developments in this area also included.
Article
This paper presents a novel instrumentation system for the three-dimensional visualization and quantitative characterization of gaseous flames. The system consists of three monochromatic CCD cameras, a frame grabber and a computer with dedicated software. The three cameras, placed equidistant and equiangular from each other around the flame being monitored, capture the two-dimensional images of the flame simultaneously from the three different directions. Dedicated computing algorithms have been developed to reconstruct three-dimensional models of the flame using its contours extracted from the two-dimensional images. A set of geometric parameters, including volume, surface area, orientation, length and circularity, are defined to characterize the flame from the model generated. The accuracy and spatial resolution of the system are evaluated using purpose-designed templates. A series of experiments was conducted on a gas-fired combustion rig to evaluate the performance of the system. The results obtained demonstrate that the system is capable of measuring three-dimensional geometric parameters of a flame over a range of combustion conditions.
Article
This paper proposes a new vision sensor-based fire-detection method for an early-warning fire-monitoring system. First, candidate fire regions are detected using modified versions of previous related methods, such as the detection of moving regions and fire-colored pixels. Next, since fire regions generally have a higher luminance contrast than neighboring regions, a luminance map is made and used to remove non-fire pixels. Thereafter, a temporal fire model with wavelet coefficients is created and applied to a two-class support vector machines (SVM) classifier with a radial basis function (RBF) kernel. The SVM classifier is then used for the final fire-pixel verification. Experimental results showed that the proposed approach was more robust to noise, such as smoke, and subtle differences between consecutive frames when compared with the other method.
Conference Paper
In this paper, we proposed image processing technique for automatic real time fire and smoke detection in tunnel environment. To avoid the large scale of damage of fire occurred in the tunnel, it is necessary to have a system to minimize and to discover the incident as fast as possible. However it is impossible to keep the human observation of Closed-Circuit Television (CCTV) in tunnel for 24 hour. So if the fire and smoke detection system through image processing can warn fire state, it will be very convenient, and it can be possible to minimize damage even when people is not in front of monitor. The fire and smoke detection is different from the forest fire detection as there are elements such as car and tunnel lights and others that are different from the forest environment so that an indigenous algorithm has to be developed. The two algorithms proposed in this paper, are able to detect the exact position, at the earlier stage of incident. In addition, by comparing properties of each algorithm throughout experiment, we have proved the validity and efficiency of proposed algorithm
Conference Paper
This paper presents a multi-functional instrumentation system for the monitoring and characterisation of combustion flames. The system includes an optical probe which transmits flame light in a furnace into a dedicated optical assembly where the light is split into four beams in specific spectral ranges. Two high performance monochromatic CCD cameras capture the flame lights and transmit the image signals to a microcomputer where the signals are converted into digital images. Dedicated computing software has been developed to process the images and derive a range of flame parameters on an on-line continuous basis. Advanced digital image processing algorithms, two-colour pyrometry, and power spectral analysis are incorporated into the system software. Experimental results obtained using a IMWth coal-fired combustion test facility demonstrate that the system is operational in an industrial combustion environment and capable of providing instantaneous measurement of a range of flame characteristics.