Video Fire Detection Techniques and Applications in Fire Industry

Size: px
Start display at page:

Download "Video Fire Detection Techniques and Applications in Fire Industry"

Transcription

1 Video Fire Detection Techniques and Applications in Fire Industry Ziyou Xiong, Rodrigo E. Caballero, Hongcheng Wang, Alan M. Finn, and Pei-yuan Peng United Technologies Research Center, 411 Silver Lane, East Hartford, CT, {xiongz, caballre, wangh1, finnam, Abstract Video fire detectors use a relatively new technology compared with traditional heat sensors, smoke sensors, or gas detectors. We first review different fire detection methods and put video fire detection into the general fire detection arena. We then review various video fire detection methods, including those for both flame detection and smoke detection. We next describe our contributions to this area of research. We conclude with our thoughts for the challenges in this field and predict promising research directions. 1 Introduction The fire industry is dedicated to fire detection, fire suppression, and fire protection. Early detection of accidental fires is important to the fire industry because it minimizes loss of human lives and property. Over the past several decades, various fire detection technologies have been developed. These technologies can be broadly grouped into four categories depending on the fire signature to be detected: heat sensors, smoke detectors, flame detectors, and gas detectors. Fire detectors using multiple sensors that combine two or more of the fire signatures have also been developed to overcome the drawbacks of single sensors in fire detection. Fire detectors are also being integrated with other building systems such as alarm systems, suppression systems, and evacuation systems in integrated building solutions. Video fire detectors (VFD), use a relatively new technology compared with traditional heat sensors, smoke sensors, flame detectors, or gas detectors. But since these detectors still detect fire signatures such as smoke or flame, they can still be put into one group (flame detector, smoke detector) or a combination of the two. Closed Circuit TV (CCTV) cameras and corresponding facilities required in the video sensor system are already standard features of many buildings. It is desirable to add fire detection capability to these cameras with minimal additional cost through changes in software and correlating results between the video system and other sensors. Also VFD systems have been developed because minimum fire de-

2 2 tection latency is crucial to minimizing damage and saving lives. Current nonimaging fire detectors inherently suffer from the transport delay of the combustion byproducts, i.e. heat or smoke, from the fire to the sensor. The transport may be by natural convection, may be artificially enhanced as in aspirated smoke detection systems, and in some cases where there is air stratification, transport may never occur. A VFD system does not have the transport delay of a conventional detector. Video is a volume sensor, potentially directly monitoring a large area with only a single sensor. Video fire detection may be the only possible method when smoke does not propagate in a normal manner, e.g., in tunnels and mines, and other areas with forced ventilation or air stratification, e.g., in aircraft hangars and warehouses. Video is also applicable to large, open areas where there may be no heat or smoke propagation to a fixed point, e.g., in saw mills, petrochemical refineries, and forests. A block diagram of a video fire detection system is shown in Figure 1. Figure 1. Block Diagram of a Video Fire Detection System A typical VFD system consists of one or more video cameras connected to communication equipment that provides video to processing equipment. The processing equipment contains software algorithms that recognize smoke, flames, or both, and provide alerts and alarms. The communication equipment may be analog and as simple as a coax cable, or may contain hardware such as switches and distribution amplifiers. Alternatively, the communication equipment may be entirely digital and as simple as an Ethernet cable, or may contain hardware such as routers and gateways. In principle, some of the communication equipment may be wireless. In either case, analog or digital, other video or data traffic may be carried on the same communication equipment. The system in Figure 1 is only one example of a VFD system. As with any computer system there are many possible alternative implementations including having the processing equipment and algorithms physically inside the camera housing. All of this equipment, regardless of location, is powered and, as with conventional detectors, an alert is required on loss of power. It is increasingly common with digital cameras to provide the power from the Communication Equipment over the Ethernet cable (power over Ethernet, or PoE). The VFD system may be standalone, or it might share hardware with a security system. The alarms, alerts, and video images from a VFD system may be displayed locally, and

3 3 are often passed across another communication network, not shown, to a remote site. The issues of communication reliability apply to this network as well. 2 Review of existing VFD techniques Fire detection by VFD is not governed by a single physical principle, e.g., temperature or temperature rate, optical obscuration, etc. Instead, a number of software algorithms detect features in the video that correspond to one or more visible characteristics of fire. For example, color, flickering, and texture have been proposed for flame detection; obscuration, optical flow, and turbulence metrics have been proposed for smoke detection. The individual features over time are combined by a decision module, e.g., neural nets, fuzzy logic, decision trees, or support vector machines, to determine if a fire is present. 2.1 Video Flame Detection Techniques The key representative video flame detection methods are summarized in the following: 1. Healy et al. [1] have used color based models to separate color image pixels into flame pixels or non-flame pixels. Flame pixels are then connected to flame regions. 2. Phillips et al. [2] and Dedeoglu et al. [3] each first use pre-trained color models to detect fire-colored pixels, and then use a temporal variation of pixel intensities to determine fire pixels. (This temporal variation feature is denoted as flickering.) Their approaches differ in color model construction and how to calculate flicking. But they share a common color plus flickering feature extraction framework. 3. Liu and Ahuja [4] first use color models to segment flame color regions. This is similar to Healy et al. s approach [1]. But they then use temporal models to classify shapes of the color regions to detect flame. 4. Privalov and Shakhutdinov [5] have chosen not to use color models, instead they first look for regions with a bright static core and a dynamic boundary. They then classify these regions into flame or non-flame regions using trained models (e.g., feed-forward neural networks). 2.2 Video Smoke Detection Techniques The key representative video smoke detection methods are summarized in the following:

4 4 1. Fujiwara and Terada [6] proposed to use fractal encoding concepts to extract smoke regions from an image. They used the property of selfsimilarity of smoke shapes to look for features of smoke regions in the code produced by fractal encoding of an image. 2. Kopilovic et al. [7] took advantage of irregularities in motion due to nonrigidity of smoke. They computed optical flow field using two adjacent images, and then used the entropy of the distribution of the motion directions as a key feature to differentiate smoke motion from non-smoke motion. 3. Töreyin et al. [8] extracted image features such as motion, flickering, edge-blurring to segment moving, flickering, and edge-blurring regions from video. The methods to extract these features were background subtraction, temporal wavelet transformation, and spatial wavelet transformation. 4. Vicente and Guillemant [9] extracted local motions from cluster analysis of points in a multidimensional temporal embedding space in order to track local dynamic envelopes of pixels, and then used features of the velocity distribution histogram to discriminate between smoke and various natural phenomena such as clouds and wind-tossed trees that may cause such envelopes. 5. Grech-Cini [10] used more than 20 image features, such as the percentage of image change, correlation, variance etc., extracted from both reference images and current images, and then used a rule-based or a rulefirst-bayesian-next analysis method to differentiate smoke motion from non-smoke motion. 3 Our contribution to video flame detection Almost all known video flame detection approaches, such as [1] [3], combine a subset or the entire set of 3 image features: intensity, color, and flickering using a simple AND or OR operator, all at the pixel level. Although these 3 features correlate well with our perception of key flame characteristics: flame looks bright, flame usually displays red or yellow color, and flame dances over time, they often disagree, however, in terms of deciding whether a pixel is a flame pixel. For example, a white (bright) cloud pixel is not a flame pixel; a red pixel in a waving flag is not a flame pixel, but usually threshold-based algorithms mistake a white cloud pixel or a red pixel in a waving flag for a flame pixel. This implies that a simple AND or OR binary feature fusion scheme may have a high false alarm rate. With the same set of features, approaches in Liu and Ahuja [4] and Privalov and Shakhutdinov [5] rely on pixel-level segmentation algorithms to generate flame candidate regions. These regions are recognized using machine-learning techniques thereafter. The single-feature segmentation maps are usually broken into pieces because of many thresholds in the feature space. Different segmentation

5 maps do not usually complement each other to produce a better multiple-feature segmentation map. The classification stage may have a high false alarm rate as well. We have developed a block-based flame detection system based on a selfsimilarity property of flames. Our algorithms are at a block-level, compared with a pixel-level mentioned above. We divide each video frame into small blocks and detect fire on each chunk of video blocks. A chunk of video blocks can consist of a contiguous number (e.g., 16) of color image blocks (e.g., of size 8x8 pixels). The shape of the blocks does not need to be square or rectangular, e.g., it can be triangular or circular. The size can be even smaller. This is based on the observation that a dancing flame in even very small video blocks can be detected by human subjects, which is illustrated in Figure 2. Note that this is not true in some other object detection tasks, e.g., face detection. Figure 3 shows this difference where if the block is taken from the wrong position or wrong scale then there is no face in the block. A traditional face detection scheme is to construct a Gaussian pyramid of images and to search exhaustively for faces on each possible pixel location on each level of the image in the pyramid, which is algorithmically time-consuming. To decide whether a chuck of video has fire, we fuse features like average intensity, average hue, and average flickering over an entire block using a fuzzy-logic based scheme. 5

6 6 Figure 2. Left: two frames of a fire video; Right: two corresponding image blocks from the Left. A fire can also be identified from the image blocks from the Right. Figure 3. Left: An image of a human face; Right: A block taken from the Left. Unlike Fig. 2, it is more difficult to detect a face from the Right. 4 Our contribution to video smoke detection We have started a research project to develop novel techniques for video smoke detection. The key components developed in this project are background subtraction, flickering extraction, contour initialization, and contour classification using both heuristic and empirical knowledge about smoke. In the following we will present more detail on our approach. Background Subtraction

7 We follow the approach of Stauffer and Grimson [11], i.e., using adaptive Gaussian Mixture Model (GMM) to approximate the background modeling process. This is because in practice multiple surfaces often appear in a particular pixel and the lighting conditions change. In this process, each time the parameters are updated, the Gaussians are evaluated to hypothesize which are most likely to be part of the background process. Pixel values that do not match one of the pixel's background Gaussians are grouped using connected component analysis as moving blobs. Flickering extraction 7 A pixel at the edge of a turbulent flame could appear and disappear several times in one second of a video sequence. This kind of temporal periodicity is commonly known as flickering. Flickering frequency of turbulent flame has shown experimentally to be around 10Hz. Flickering frequency of smoke however, could be as low as 2 ~ 3 Hz for slowly-moving smoke. The temporal periodicity can be calculated using Fast Fourier Transform (FFT), Wavelet Transform, or Mean Crossing Rate (MCR). In our system, we use Mean Crossing Rate (MCR). Contour initialization Based on our observations from experiments that a smoke flickering mask is sparse, we pick those moving blobs from the background subtraction module and check whether there is a sufficient number of flickering pixels within the blobs. Boundaries of the blobs that pass this test and a minimum size test are extracted as blob contours. Smoke classification Blobs with contours are candidates of smoke regions. Features are extracted from them and passed to a smoke classification module for further check. The features that we use are based on the work by Catrakis et al. [12, 13] in characterizing turbulent phenomena. Smoke and (non-laminar flow) flames are both turbulent phenomena. The shape complexity of turbulent phenomena may be characterized by a dimensionless edge/area or surface/volume measure. One way, then, of detecting smoke is to determine the edge length and area, or the surface area and volume, of smoke in images or video. For a single image, turbulence is determined by relating the perimeter of the candidate region to the square root of the area as

8 8 2 P 1/ 2 1/ 2 2 * A Where P represents the perimeter of the region and A represents the area of the region. Ω 2 is normalized such that a circle would result in Ω 2 having a value of unity. As the complexity of a shape increases (i.e., the perimeter increase with respect to the area) the value associated with Ω 2 increases. In three spatial dimensions, the shape complexity is determined by relating the surface area of the identified region to the volume of the identified region as 3 S 2 / 3 1/ 3 6 * V Where S is the surface area and V is the volume. Once again, the ratio is normalized such that a sphere would result in Ω 3 having a value of unity. As the complexity of the shape increases the value associated with Ω 3 also increases. It is easy to show that an object may have any value of Ω 2 (or Ω 3 ). For instance, a unit-area rectangle of sides x and y has area xy=1 and perimeter 2(x+y). The corresponding possible values for Ω 2 are 2, rectan gle 2 / 3 1 x x 1/ 2 which can have any real value greater than 2/ π for strictly positive x. However, the rectangle, a non-turbulent shape, has the same value of Ω 2 regardless of scale. Replacing x by x/a and y by y/a yields the same value for Ω 2. A turbulent shape has different values of Ω 2 depending on the scale. For video sequences from a single camera, both the time sequence of estimates Ω 2 or an approximation to Ω 3 may be used for detection. The shape complexity defined with respect to Ω 2 and Ω 3 provides insight into the nature of a candidate region. The turbulent nature of a region can be detected (regardless of size) by relating the extracted spatial features to one another using a power law relationship. For instance, a power law relationship relating the perimeter to the area (or the equivalent for square root surface area to the cube root of volume) is defined as 2 P c( A 1/ ) q The existence of turbulent phenomena is detected by the relation of perimeter P to area A by variable q, wherein c is a constant. Based on the study of natural rain clouds, a region may be defined as turbulent when q is approximately equal to a value of 1.35.

9 9 Based on the above empirical knowledge of turbulent phenomena, we use a line-fitting technique to estimate the value q from the contours of the blobs in a pre-defined time interval. One example of the scatter-plot of a sequence of smoke blobs is in Fig. 4. A value close to the empirical value of 1.35 from line-fitting in the log domain suggests the existence of turbulence within the time interval. Figure 4. Scatter plot of Perimeter vs. Area of an exemplar smoke sequence Experimental results We use the dataset that is publicly available at for experiments. This dataset has been used by Dedeoglu et al. [3] and can potentially be used to compare different algorithms. Sample images showing the detected smoke regions are presented in Fig. 5. We have made the following observations: 1. An entire smoke region might be split into multiple smaller smoke regions due to different degree of flickering (turbulence) associated with different spreading speed of smoke particles. 2. Outward boundaries of smoke are less prone to miss-detection than the source regions of smoke. This is because the periphery displays more flickering (turbulence) than the core regions.

10 10 Figure 5. Sample images showing the detected smoke regions Although no false alarms are issued in videos that do not have smoke, shown in Fig. 6, there are false alarms in some of the smoke video clips.

11 11 Figure 6. Snapshots of the video clips without smoke 4 Limit of Performance The ability of a VFD system to detect fire depends on the physical characteristics of the fire, e.g., its size, motion, color, transparency, duration; the visible environment, especially the background which includes color, texture, illumination, people or objects in motion, contrast, etc. The physical features of fire are detected in the video signal by software algorithms when the fire is in the field of view. As a result, there are clear limitations on detection. As with any fire detector, a VFD system may not be able to detect a fire that is too small. In the case of VFD, however, too small is measured with respect to the size in the video image. The size in the image will depend on the size of the fire, the distance from the camera, and the optical characteristics of the lens. A physically very small fire may still be detected provided that the camera has a suf-

12 12 ficiently long lens and it is pointed at the fire. Conversely, a relatively large fire might remain undetected if a very wide angle lens is used. A VFD system may not be able to detect a fire against a background similar in intensity or color. For example, it may not be able to detect a transparent blue flame, e.g., from an alcohol fire, especially against a blue background. A VFD system may not be able to detect grey smoke against a cloudy sky or black smoke against the night sky. A VFD system may not be able to detect laminar flames or flames on moving vehicles, depending on the features being used for detection. A VFD system may not be able to detect a fire when that fire is being artificially moved as a fire on a moving vehicle. The ability to detect such a moving fire will depend on the speed of movement, the software detection features, and the camera shutter speed. Video cameras often have a shutter speed of 1/60th of a second. If a fire is moved significantly while the shutter is open, then the visible image will be smeared out much the same as if the camera had been moving and the fire was stationary. The smearing of the image may remove shape or motion characteristics used for detection. A VFD system may have a false detection when naturally occurring situations mimic the features used for fire detection. For instance, certain combinations of motion and color (sunlight or moonlight reflecting on waves in water, rescue orange clothing on people who are moving, fall foliage moving in the wind) may cause false alarms. False alarms are distinct from nuisance alarms. A nuisance alarm occurs when there are legitimate flames or smoke-like clouds in the field of view. Steam from power plants, exhaust from vehicles, even fog blown by the wind may be detected as smoke depending on the software algorithms. Similarly, there are also certain circumstances of controlled or expected fire that may cause a nuisance alarm. For instance, if the VFD camera is aimed at a television that shows a fire, an alarm may be raised. The flames or reflection of flames from the flare stack at a petrochemical plant may be detected as a fire.

13 13 5 Challenges in Testing Video Fire Detection At its present state of maturity, Video Fire Detection (VFD) will likely have much higher probability of false alarm (Pfa) and probability of missed detection (Pmd) than conventional detectors. A testing methodology will have to consider how these characteristics will be tested and how the consumer will be educated to understand the limitations of VFD. Since the sources of false alarm depend on the algorithms used to detect fire, testing must rely on a sufficiently rich set of scenarios that contain a wide variety of false alarm sources. VFD has as its primary goal to detect fire with very low latency. To test against large and/or fully developed fires as in some existing standards will not allow testing of this characteristic. Of course, testing latency, particularly on very small fires, leads to the difficult problem of defining exactly when a fire starts. The issue of fire size is equally problematic to define. A testing methodology will need some specification of detection latency once a fire subtends, and maintains, a certain area (number of pixels on target in the camera s field of view). VFD is not a single hardware device as are conventional detectors. VFD is a complex system of sensors (visible spectrum cameras which may or may not have near-ir capability and which may have various lenses), communication, computing hardware, and, principally, software. A certification procedure that requires testing of every combination of specific camera, lens, communication medium, processor, and software would be prohibitively burdensome both for a testing agency and for manufacturers. Further, there is currently very rapid progress in these technology areas. It is not unreasonable to expect that specific components will become obsolete in less than one year. This implies the necessity of separating the source of the video signals and tests for its adequacy from the tests of the functional performance of the software algorithms. A VFD system will have to be self-checking, especially with regards to video quality. The video being analyzed must have sufficient illumination, correct color (when color is required), proper field of view and focus, and not be obscured by other objects or environmental effects. A testing methodology will certainly need to verify that once working, the system can't be changed arbitrarily (particularly the software) and doesn't degrade with time, e.g., the lens does not become obscured. A VFD system may, in principle, share hardware with other systems. It is especially desirable to share existing security cameras and communication infrastructure. If sharing is allowed, then non-interference testing will be needed to ensure that the VFD system has priority and will properly perform its functions despite

14 14 any other activity by coexisting systems. The sharing of Internet Protocol (IP) communication is particularly problematic in this regard. IP does not currently support prioritization and guaranteed quality of service (QoS). Finally, users may want to use VFD in either indoor or outdoor use. This presents a problem with the range of variation that might occur in the background. While there is no way to test all possible scenarios, a testing methodology will have to have some approach to knowing that the system will work even if the background is different than any that were explicitly tested. 5 References [1] G. Healey, D. Slater, T. Lin, B. Drda, and D. Goedeke, A system for realtime fire detection, Proceedings of International Conference on Computer Vision and Pattern Recognition, pages , [2] W. Phillips III, M. Shah, and N. V. Lobo, Flame recognition in video, Pattern Recognition Letters, vol. 23(1-3), pp , [3] Dedeoglu, Y., Toreyin, B.U., Gudukbay, U., and Enis Cetin, A., "Real-Time Fire and Flame Detection in Video, IEEE 30th International Conference on Acoustics, Speech and Signal Processing (ICASSP 2005), March 18-23, 2005, Philadelphia, PA., pp [4] Liu, C-B., and Ahuja, N., "Vision Based Fire Detection", Pattern Recognition, 17 th International Conference on (ICPR 04), Volume 4, pp , August 23-26, 2004, Cambridge UK. [5] G. Privalov and A. Z. Shakhutdinov, Fire suppression system and method, US Patent No. US B2. [6] N. Fujiwara and K. Terada, Extraction of a smoke region using fractal coding, IEEE International Symposium on Communications and Information Technology, 2004, ISCIT 2004, Volume 2, Oct. 2004, Page(s): [7] I. Kopilovic, B. Vagvolgyi, and T. Sziranyi, Application of panoramic annular lens for motion analysis tasks: surveillance and smoke detection, Proceedings of 15th International Conference on Pattern Recognition, 2000, Volume 4, 3-7 Sept Page(s): [8] B. U. Toreyin, Y. Dedeoglu, and A. E. Cetin, Wavelet based real-time smoke detection in video, in EUSIPCO 05, [9] J. Vicente, and P. Guillemant, An image processing technique for automatically detecting forest fire, International Journal of Thermal Sciences Volume 41, Issue 12, December 2002, Pages [10] H. J. Grech-Cini, Smoke Detection, US Patent No. US B2. [11] C. Stauffer and W.E.L. Grimson: "Adaptive Background Mixture Models for Real-Time Tracking", Proc. IEEE Conf. Computer Vision and Pattern Recognition, 1999.

15 [12] H. J. Catrakis, R. C. Aguirre, J. Ruiz-Plancarte, and R. D. Thayne, "Shape complexity of whole-field three-dimensional space-time fluid interfaces in turbulence", Physics of Fluids, vol. 14, iss. no. 11, p [13] Catrakis, H.J., and Dimotakis, P.E., "Shape Complexity in Turbulence," Phys. Rev. Lett., v.80, n.5, 2 Feb 1998, pp aeronautics.eng.uci.edu/catrakis_d.1998.pdf 15

Online Detection of Fire in Video

Online Detection of Fire in Video Online Detection of Fire in Video B. Uǧur Töreyin, A. Enis Çetin Bilkent University 06800 Ankara Turkey {ugur,cetin}@ee.bilkent.edu.tr Abstract This paper describes an online learning based method to detect

More information

State of the art in vision-based fire and smoke detection

State of the art in vision-based fire and smoke detection State of the art in vision-based fire and smoke detection Steven Verstockt, Peter Lambert, Rik Van de Walle Department of Electronics and Information Systems Multimedia Lab Ghent University - IBBT, Ghent,

More information

Vision Based Intelligent Fire Detection System

Vision Based Intelligent Fire Detection System International Journal of Engineering Science Invention Volume 2 Issue 3 ǁ March. 2013 Vision Based Intelligent Fire Detection System AGITHA.K Dept. of Electronics &Telecommunication, VESIT hembur, Mumbai

More information

Real time Video Fire Detection using Spatio-Temporal Consistency Energy

Real time Video Fire Detection using Spatio-Temporal Consistency Energy 2013 10th IEEE International Conference on Advanced Video and Signal Based Surveillance Real time Video Fire Detection using Spatio-Temporal Consistency Energy Panagiotis Barmpoutis Information Technologies

More information

Fire Detection System using Matlab

Fire Detection System using Matlab Fire Detection System using Matlab Chandrakant Shrimantrao 1, Mahesh S K 2, Vivekanand M Bonal 3 1 Fourth Sem M.Tech, 2 Asst. Professor, Appa Institute of Engineering and Technology Karnataka, 3 Head,

More information

Thermal Video Analysis for Fire Detection Using Shape Regularity and Intensity Saturation Features

Thermal Video Analysis for Fire Detection Using Shape Regularity and Intensity Saturation Features Thermal Video Analysis for Fire Detection Using Shape Regularity and Intensity Saturation Features Mario I. Chacon-Murguia and Francisco J. Perez-Vargas Visual Perception Applications on Robotic Lab, Chihuahua

More information

I am Rick Jeffress and I handle sales for Fike Video Image Detection. We thank the AFAA for coordinating the venue for this presentation, and we

I am Rick Jeffress and I handle sales for Fike Video Image Detection. We thank the AFAA for coordinating the venue for this presentation, and we I am Rick Jeffress and I handle sales for Fike Video Image Detection. We thank the AFAA for coordinating the venue for this presentation, and we appreciate your taking the time to learn more about this

More information

Fire Detection using Computer Vision Models in Surveillance Videos

Fire Detection using Computer Vision Models in Surveillance Videos M.V.D. Prasad, G. Jaya Sree, K. Gnanendra, P.V.V. Kishore and D. Anil Kumar ISSN : 0974-5572 International Science Press Volume 10 Number 30 2017 Fire Detection using Computer Vision Models in Surveillance

More information

FIRE DETECTION USING COMPUTER VISION MODELS IN SURVEILLANCE VIDEOS

FIRE DETECTION USING COMPUTER VISION MODELS IN SURVEILLANCE VIDEOS FIRE DETECTION USING COMPUTER VISION MODELS IN SURVEILLANCE VIDEOS M. V. D. Prasad, G. Jaya Sree, K. Gnanendra, P. V. V. Kishore and D. Anil Kumar Department of Electronics and Communications Engineering,

More information

Fire Detection Using Image Processing

Fire Detection Using Image Processing Fire Detection Using Image Processing Ku. R.A.Agrawal ME Student Department of CSE Babasaheb Naik college of Engineering Pusad, India rachanaagrawal90@gmail.com Prof. S.T.Khandare Associate professor Department

More information

Chapter 2 Background. 2.1 VID Technology

Chapter 2 Background. 2.1 VID Technology Chapter 2 Background 2.1 VID Technology In general, a fire VID system consists of video-based analytical algorithms that integrate cameras into advanced flame and smoke detection systems. The video image

More information

Fast and Efficient Method for Fire Detection Using Image Processing

Fast and Efficient Method for Fire Detection Using Image Processing Fast and Efficient Method for Fire Detection Using Image Processing Turgay Celik Conventional fire detection systems use physical sensors to detect fire. Chemical properties of particles in the air are

More information

A Comparative Analysis on Different Image Processing Techniques for Forest Fire Detection

A Comparative Analysis on Different Image Processing Techniques for Forest Fire Detection A Comparative Analysis on Different Image Processing Techniques for Forest Fire Detection 110 1 Sam G. Benjamin, 2 Radhakrishnan B 1 PG Student, CSE Department, Baselios Mathews II College of Engineering,

More information

Guidance on Video Smoke Detection Technology (VSD)

Guidance on Video Smoke Detection Technology (VSD) Guidance Note Guidance on Video Smoke Detection Technology (VSD) Guidance on Video Smoke Detection Technology (VSD) SCOPE... 3 INTRODUCTION... 4 WHAT IS VSD?... 5 STANDARDS... 7 GENERAL GUIDANCE ON THE

More information

Accurate Fire Detection System for Various Environments using Gaussian Mixture Model and HSV Space

Accurate Fire Detection System for Various Environments using Gaussian Mixture Model and HSV Space Journal of Information Systems and Telecommunication, Vol. 1, No. 1, Jan March 2013 47 Accurate Fire Detection System for Various Environments using Gaussian Mixture Model and HSV Space Khosro Rezaee *

More information

SMOKE DETECTION USING SPATIAL AND TEMPORAL ANALYSES. Chen-Yu Lee, Chin-Teng Lin, Chao-Ting Hong and Miin-Tsair Su

SMOKE DETECTION USING SPATIAL AND TEMPORAL ANALYSES. Chen-Yu Lee, Chin-Teng Lin, Chao-Ting Hong and Miin-Tsair Su International Journal of Innovative Computing, Information and Control ICIC International c 2012 ISSN 1349-4198 Volume 8, Number 6, June 2012 pp. 1 11-03010 SMOKE DETECTION USING SPATIAL AND TEMPORAL ANALYSES

More information

Study Of Pool Fire Heat Release Rate Using Video Fire Detection

Study Of Pool Fire Heat Release Rate Using Video Fire Detection Purdue University Purdue e-pubs International High Performance uildings Conference School of Mechanical Engineering 014 Study Of Pool Fire Heat Release Rate Using Video Fire Detection Arthur Kwok Keung

More information

Equipment Based on NDT Technique and Used in Security and Safety Provision Systems

Equipment Based on NDT Technique and Used in Security and Safety Provision Systems 18th World Conference on Nondestructive Testing, 16-20 April 2012, Durban, South Africa Equipment Based on NDT Technique and Used in Security and Safety Provision Systems Alexey A. Kovalev 1, Alexey V.

More information

Fire Detection on a Surveillance System using Image Processing

Fire Detection on a Surveillance System using Image Processing http:// Fire Detection on a Surveillance System using Image Processing Prof. Amit Hatekar 1, Saurabh Manwani 2, Gaurav Patil 3, Akshat Parekh 4 Department of Electronics and Telecommunication Thadomal

More information

Intrusion Detection System: Facts, Challenges and Futures. By Gina Tjhai 13 th March 2007 Network Research Group

Intrusion Detection System: Facts, Challenges and Futures. By Gina Tjhai 13 th March 2007 Network Research Group Intrusion Detection System: Facts, Challenges and Futures By Gina Tjhai 13 th March 2007 Network Research Group 1 Overview Introduction Challenges of current IDS Potential solutions Alarm Correlation Existing

More information

Video Smoke Detection using Deep Domain Adaptation Enhanced with Synthetic Smoke Images

Video Smoke Detection using Deep Domain Adaptation Enhanced with Synthetic Smoke Images Video Smoke Detection using Deep Domain Adaptation Enhanced with Synthetic Smoke Images Gao Xu, Qixing Zhang, Gaohua Lin, Jinjun Wang, Yongming Zhang State Key Laboratory of Fire Science, University of

More information

CCTV, HOW DOES IT WORK?

CCTV, HOW DOES IT WORK? August 25, 2005 CCTV FLAME DETECTION Video flame detection is an attractive concept. We ve all heard the adage, seeing is believing. In short, we trust our eyes to deliver accurate information. New designs

More information

Enhancing Fire Detection for Indoor and outdoor locations via video surveillance

Enhancing Fire Detection for Indoor and outdoor locations via video surveillance Enhancing Fire Detection for Indoor and outdoor locations via video surveillance Rohini Ravindra Jadhav #1, Prof. P.D. Lambhate #2 #1,#2 JSPM s JayawantraoSawant College of Engineering, SPP University

More information

Detection of Abandoned Objects in Crowded Environments

Detection of Abandoned Objects in Crowded Environments 1 Higher Institute for Applied Sciences and Technology Communications Department Detection of Abandoned Objects in Crowded Environments June 22 2016 Submitted by : Ali Assi Supervisors : Dr. Nizar zarka

More information

[Battise P.Y. 4(6):June, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785

[Battise P.Y. 4(6):June, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY A FAST AND EFFICIENT VISION BASED APPROACH FOR DETECTION OF FIRE IN REAL TIME SCENARIO Miss.Battise Priyanka Y.*, Prof. B. S.

More information

Performance Evaluation of Event Detection Solutions: the CREDS experience

Performance Evaluation of Event Detection Solutions: the CREDS experience MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com Performance Evaluation of Event Detection Solutions: the CREDS experience F Ziliani, S. Velastin, F. Porikli, L. Marcenaro, T. Kelliher, A.

More information

Video-based Smoke Detection Algorithms: A Chronological Survey

Video-based Smoke Detection Algorithms: A Chronological Survey Abstract Video-based Smoke Detection Algorithms: A Chronological Survey John Adedapo Ojo Jamiu Alabi Oladosu * Department of Electronic & Electrical Engineering, Ladoke Akintola University of Technology,

More information

An Intelligent Automatic Early Detection System of Forest Fire Smoke Signatures using Gaussian Mixture Model

An Intelligent Automatic Early Detection System of Forest Fire Smoke Signatures using Gaussian Mixture Model J Inf Process Syst, Vol.9, No.4, pp.621-632, December 2013 http://dx.doi.org/10.3745/jips.2013.9.4.621 pissn 1976-913X eissn 2092-805X An Intelligent Automatic Early Detection System of Forest Fire Smoke

More information

Smoke and Fire Detection

Smoke and Fire Detection International Journal of Scientific and Research Publications, Volume 4, Issue 7, July 2014 1 Smoke and Fire Detection Dr. (Mrs.) Saylee Gharge *, Sumeet Birla **, Sachin Pandey **, Rishi Dargad **, Rahul

More information

Innovative Industrial Solutions, Inc Skyline Drive Russellville, AR 72802

Innovative Industrial Solutions, Inc Skyline Drive Russellville, AR 72802 The SigniFire IP Camera System is capable of detecting and alarming on a variety of events. Once an alarm occurs it can be signaled through contact closure or by digital streamed transmissions over IP.

More information

IMAGE PROCESSING COLOR MODEL TECHNIQUES AND SENSOR NETWORKING IN IDENTIFYING FIRE FROM VIDEO SENSOR NODE S. R. VIJAYALAKSHMI & S.

IMAGE PROCESSING COLOR MODEL TECHNIQUES AND SENSOR NETWORKING IN IDENTIFYING FIRE FROM VIDEO SENSOR NODE S. R. VIJAYALAKSHMI & S. International Journal of Computer Science Engineering and Information Technology Research (IJCSEITR) ISSN (P): 2249-6831; ISSN (E): 2249-7943 Vol. 7, Issue 4, Aug 2017, 37-46 TJPRC Pvt. Ltd. IMAGE PROCESSING

More information

Research Article Footstep and Vehicle Detection Using Seismic Sensors in Wireless Sensor Network: Field Tests

Research Article Footstep and Vehicle Detection Using Seismic Sensors in Wireless Sensor Network: Field Tests Distributed Sensor Networks Volume 213, Article ID 12386, 8 pages http://dx.doi.org/1.1155/213/12386 Research Article Footstep and Vehicle Detection Using Seismic Sensors in Wireless Sensor Network: Field

More information

IMAGE PROCESSING BASED FIRE DETECTION ANDALERT SYSTEM

IMAGE PROCESSING BASED FIRE DETECTION ANDALERT SYSTEM IMAGE PROCESSING BASED FIRE DETECTION ANDALERT SYSTEM Pranali Bedase, Mansi Chaudhari, Dnyaneshwari Patil, S.M.Kulkarni Department Of Electronics and Telecommunication, MAEER s MIT College of Engineering,

More information

Video Analytics Technology for Disaster Management and Security Solutions

Video Analytics Technology for Disaster Management and Security Solutions FEATURED ARTICLES Disaster Management and Security Solutions for a Safe and Secure Way of Life Video Analytics Technology for Disaster Management and Security Solutions The rising demand for safety and

More information

IOT ENABLED FOREST FIRE DETECTION AND ONLINE MONITORING SYSTEM

IOT ENABLED FOREST FIRE DETECTION AND ONLINE MONITORING SYSTEM e-issn 2455 1392 Volume 3 Issue 5, May 2017 pp. 50 54 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com IOT ENABLED FOREST FIRE DETECTION AND ONLINE MONITORING SYSTEM (BY USING ATMEGA 328-P

More information

ANALYSIS OF OTDR MEASUREMENT DATA WITH WAVELET TRANSFORM. Hüseyin ACAR *

ANALYSIS OF OTDR MEASUREMENT DATA WITH WAVELET TRANSFORM. Hüseyin ACAR * ANALYSIS OF OTDR MEASUREMENT DATA WITH WAVELET TRANSFORM Hüseyin ACAR * Department of Electrical and Electronics Engineering, Faculty of Engineering, Dicle University * hacar@dicle.edu.tr ABSTRACT: In

More information

How the People Counter Works. Enhanced Safety, Security and Building Automation, and Improved Marketing Intelligence. 3D MLI Sensor Technology

How the People Counter Works. Enhanced Safety, Security and Building Automation, and Improved Marketing Intelligence. 3D MLI Sensor Technology People Counter A high-accuracy people counting solution that: Performs a bi-directional count at each entrance and exit Offers >99% accuracy Runs on embedded software Is based on 3D MLI Sensor technology

More information

Towards Predicting High Sensitivity Smoke Detector Operational Performance in Building Environments

Towards Predicting High Sensitivity Smoke Detector Operational Performance in Building Environments Towards Predicting High Sensitivity Smoke Detector Operational Performance in Building Environments Michael Birnkrant, Hui Fang, May Corn & Peter Harris United Technologies Research Center, East Hartford,

More information

Security Management System - Configuring Video Analytics

Security Management System - Configuring Video Analytics Introduction This document describes the steps for configuring the Video Analytics (VA) module available in the Security Management System software. Security Management System video analytics module is

More information

DEVELOPMENT OF THE INFRARED INSTRUMENT FOR GAS DETECTION

DEVELOPMENT OF THE INFRARED INSTRUMENT FOR GAS DETECTION DEVELOPMENT OF THE INFRARED INSTRUMENT FOR GAS DETECTION Ching-Wei Chen 1, Chia-Ray Chen 1 1 National Space Organization, National Applied Research Laboratories ABSTRACT MWIR (Mid-Wave Infrared) spectroscopy

More information

1.1. SYSTEM MODELING

1.1. SYSTEM MODELING 1 INTRODUCTION Electro-optical imaging system analysis is a mathematical construct that provides an optimum design through appropriate trade studies. A comprehensive model includes the target, background,

More information

Flame Detection for Video-Based Early Fire Warning for the Protection of Cultural Heritage

Flame Detection for Video-Based Early Fire Warning for the Protection of Cultural Heritage Flame Detection for Video-Based Early Fire Warning for the Protection of Cultural Heritage K. Dimitropoulos 1, O. Gunay 2, K. Kose 2, F. Erden 2, F. Chaabene 3, F. Tsalakanidou 1, N. Grammalidis 1 and

More information

smart modules An integrated and customised video analytics solution for the real-time events detection

smart modules An integrated and customised video analytics solution for the real-time events detection smart modules An integrated and customised video analytics solution for the real-time events detection www.aitek.it Video-analytics software platform AiVu-Smart Modules is a modular video analytics solution

More information

Module multisensor system for strategic objects protection

Module multisensor system for strategic objects protection Data Mining X 123 Module multisensor system for strategic objects protection M. Życzkowski, M. Szustakowski, M. Kastek, W. Ciurapiński & T. Sosnowski Institute of Optoelectronics, Military University of

More information

Video Imaging Detection Systems

Video Imaging Detection Systems Video Imaging Detection Systems DESIGN SUPPLY INSTALL MAINTAIN your TRUSTED partner in fire safety STATE-OF-THE-ART FIRE DETECTION AND VIDEO SURVEILLANCE Due to the inherent nature of their design, many

More information

IFD-E Flame Detector User Manual

IFD-E Flame Detector User Manual IFD-E Flame Detector User Manual 2 Hochiki Europe (UK) Ltd General Description The flame detector is designed for use where open flaming fires may be expected. It responds to the light emitted from flames

More information

TSI AEROTRAK PORTABLE PARTICLE COUNTER MODEL 9110

TSI AEROTRAK PORTABLE PARTICLE COUNTER MODEL 9110 TSI AEROTRAK PORTABLE PARTICLE COUNTER MODEL 9110 APPLICATION NOTE CC-107 Introduction This purpose of this document is to detail the advanced, state of the art features TSI has incorporated in the design

More information

HYDROCARBONENGINEERING June June 2015

HYDROCARBONENGINEERING June June 2015 www.hydrocarbonengineering.com Controlled Combustion Arthur Groenbos, Yokogawa Europe, discusses tunable diode laser gas analysis for combustion management in fired heaters. While fired heaters are used

More information

IFD-E Flame Detector User Manual

IFD-E Flame Detector User Manual IFD-E Flame Detector User Manual 2 Hochiki Europe (UK) Ltd General Description The flame detector is designed for use where open flaming fires may be expected. It responds to the light emitted from flames

More information

Radar technology in surveillance

Radar technology in surveillance White paper Radar technology in surveillance November 2018 Summary Using radar technology for detection can reduce the number of false alarms and increase detection efficiency in conditions with poor visibility.

More information

Implementing a Reliable Leak Detection System on a Crude Oil Pipeline

Implementing a Reliable Leak Detection System on a Crude Oil Pipeline Implementing a Reliable Leak Detection System on a Crude Oil Pipeline By Dr Jun Zhang & Dr Enea Di Mauro* 1. Introduction Pipeline leak detection or integrity monitoring (PIM) systems have been applied

More information

Smart Surveillance System using Background Subtraction Technique in IoT Application

Smart Surveillance System using Background Subtraction Technique in IoT Application Smart Surveillance System using Background Subtraction Technique in IoT Application Norharyati binti Harum 1, Mohanad Faeq Ali 2, Nurul Azma Zakaria 3, Syahrulnaziah Anawar 4 Centre for Advanced Computing

More information

Hi, welcome to the topic on Fire Detection and Alarm Systems. This topic forms one of the critical knowledge areas for prospective fire safety

Hi, welcome to the topic on Fire Detection and Alarm Systems. This topic forms one of the critical knowledge areas for prospective fire safety Hi, welcome to the topic on Fire Detection and Alarm Systems. This topic forms one of the critical knowledge areas for prospective fire safety manager. As the appointed fire safety manager for a premise,

More information

Implementation of High Throughput Radix-16 FFT Processor

Implementation of High Throughput Radix-16 FFT Processor International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Implementation of High Throughput Radix-16 FFT Processor K Swetha sree 1, Mr. T. Lakshmi Narayana 2 1, 2 Department of ECE, Andhra

More information

Smart Fire Prevention

Smart Fire Prevention Smart Fire Prevention Using VIP Vision Thermal Cameras to Detect Fire Release 1.0 Contents 1 Introduction to Thermal Imaging... 2 2 Detecting Fires with VIP Vision Thermal Cameras... 3 2.1 Mode Selection...

More information

A Numerical study of the Fire-extinguishing Performance of Water Mist in an Opening Machinery Space

A Numerical study of the Fire-extinguishing Performance of Water Mist in an Opening Machinery Space Available online at www.sciencedirect.com Procedia Engineering 31 (2012) 734 738 International Conference on Advances in Computational Modeling and Simulation A Numerical study of the Fire-extinguishing

More information

Advanced Digital Signal Processing Part 4: DFT and FFT

Advanced Digital Signal Processing Part 4: DFT and FFT Advanced Digital Signal Processing Part 4: DFT and FFT Gerhard Schmidt Christian-Albrechts-Universität zu Kiel Faculty of Engineering Institute of Electrical and Information Engineering Digital Signal

More information

GM Ultrasonic Gas Leak Detection Gas Detection at the Speed of Sound. How fast does your Gas Detection System detect leaks?

GM Ultrasonic Gas Leak Detection Gas Detection at the Speed of Sound. How fast does your Gas Detection System detect leaks? GM Ultrasonic Gas Leak Detection Gas Detection at the Speed of Sound How fast does your Gas Detection System detect leaks? Because every life has a purpose... The Ultrasonic Advantage Technologies that

More information

GASSONIC Ultrasonic Gas Leak Detection. How fast does your Gas Detection System detect leaks? Because every life has a purpose...

GASSONIC Ultrasonic Gas Leak Detection. How fast does your Gas Detection System detect leaks? Because every life has a purpose... GASSONIC Ultrasonic Gas Leak Detection How fast does your Gas Detection System detect leaks? Because every life has a purpose... The Ultrasonic Advantage Technologies that have traditionally been used

More information

Applications of Wireless Sensor Networks (WSN) in Buildings

Applications of Wireless Sensor Networks (WSN) in Buildings Applications of Wireless Sensor Networks (WSN) in Buildings Lu Aye, Priyan Mendis & Tuan Ngo Melbourne School of Engineering Advanced Technologies for Sustainability Workshop September 25-26, 2008 Contents

More information

DS-2TD Thermal & Optical Network Bullet Camera

DS-2TD Thermal & Optical Network Bullet Camera DS-2TD2836-50 Thermal & Optical Network Bullet Camera Introduction Hikvision DS-2TD2836-50 Thermal Bi-spectrum Network Bullet Camera is applied to perimeter defense and fire-prevention purposes in critical

More information

Brine Generation Study

Brine Generation Study DOE/WIPP 00-2000 Brine Generation Study April 2000 Waste Isolation Pilot Plant Carlsbad, New Mexico Processing and final preparation of this report was performed by the Waste Isolation Pilot Plant Management

More information

Innovating security where you need it most. Transportation: License Plate Capture.

Innovating security where you need it most. Transportation: License Plate Capture. Innovating security where you need it most. Transportation: License Plate Capture. License Plate Capture 2 License Plate Capture: Manage the usage of roads and parking lots more effectively by knowing

More information

Threat Warning System

Threat Warning System Threat Warning System Objective Install an effective system to provide security monitoring and detection for borders, pipelines and critical infrastructure. The system must be: Proven Robust State of the

More information

White Paper: Video/Audio Analysis Technology. hanwhasecurity.com

White Paper: Video/Audio Analysis Technology. hanwhasecurity.com White Paper: Video/Audio Analysis Technology hanwhasecurity.com Contents 1. Preface p. 2 2. Hanwha Techwin's Analysis Technology 2.1 Tampering Detection p. 3 2.2 Face Detection p. 3 2.3 IVA (Intelligent

More information

Directories. B.1 Keyword Directory B.2 Tables B.3 Figures B.4 End Notes Fire Safety Guide / Siemens Switzerland Ltd

Directories. B.1 Keyword Directory B.2 Tables B.3 Figures B.4 End Notes Fire Safety Guide / Siemens Switzerland Ltd B Directories B.1 Keyword Directory...326 B.2 Tables...329 B.3 Figures...330 B.4 End Notes...332 325 B.1 Keyword Directory A addressing (collective) 93, 125 addressing (individual) 93 aerosol 69, 70, 95

More information

Product DELTA i-system DELTA profil titanium white 5WG HB11 pearl grey 5WG AB01 Motion detector

Product DELTA i-system DELTA profil titanium white 5WG HB11 pearl grey 5WG AB01 Motion detector Product DELTA i-system DELTA profil titanium white 5WG1 258-2HB11 pearl grey 5WG1 255-2AB01 carbon metallic 5WG1 258-2HB21 titanium white 5WG1 255-2AB11 aluminum metallic 5WG1 258-2H1 anthracite 5WG1 255-2AB21

More information

FIMD: Fine-grained Device-free Motion Detection

FIMD: Fine-grained Device-free Motion Detection ICPADS 2012 FIMD: Fine-grained Device-free Motion Detection Jiang Xiao, Kaishun Wu, Youwen Yi, Lu Wang, Lionel M. Ni Department of Computer Science and Engineering Hong Kong University of Science and Technology

More information

THE NEXT GENERATION IN VISIBILITY SENSORS OUTPERFORM BOTH TRADITIONAL TRANSMISSOMETERS AND FORWARD SCATTER SENSORS

THE NEXT GENERATION IN VISIBILITY SENSORS OUTPERFORM BOTH TRADITIONAL TRANSMISSOMETERS AND FORWARD SCATTER SENSORS THE NEXT GENERATION IN VISIBILITY SENSORS OUTPERFORM BOTH TRADITIONAL TRANSMISSOMETERS AND FORWARD SCATTER SENSORS Steve Glander: Senior Sales Engineer All Weather, Inc. 1165 National Dr. Sacramento, CA

More information

Flame Detection Jon Sarfas

Flame Detection Jon Sarfas Flame Detection Jon Sarfas Agenda Introduction Detection Principles FL4000H MSIR Flame Detector Flame Test Lamp Installation Best Practice Features & Benefits Applications Introduction Primary objectives:

More information

Model DRD-AS Conventional Infrared Flame Detector User Manual Ver. 1.0

Model DRD-AS Conventional Infrared Flame Detector User Manual Ver. 1.0 Model DRD-AS Conventional Infrared Flame Detector User Manual Ver. 1.0 Page 1 of 11 DRD-AS Flame Detector User Manual Table of Contents 1.1 Description... 3 1.2 Alarm Response Modes... 3 1.3 IR Detection

More information

MINERVA S200Plus. Fire Detection. Triple Waveband Infra-Red Flame Detection. Features: Minerva S200PLUS

MINERVA S200Plus. Fire Detection. Triple Waveband Infra-Red Flame Detection. Features: Minerva S200PLUS MINERVA S200Plus Triple Waveband Infra-Red Flame Detection Features: Unrivalled black body rejection over a wide range of source temperatures Triple waveband infra-red solar blind flame detection for optimum

More information

Long-range Ultrasonic Non-destructive Testing of Fuel Tanks

Long-range Ultrasonic Non-destructive Testing of Fuel Tanks ECNDT 2006 - Fr.2.2.4 Long-range Ultrasonic Non-destructive Testing of Fuel Tanks Liudas MAŽEIKA, Rymantas KAŽYS, Renaldas RAIŠUTIS, Andriejus DEMČENKO, Reimondas ŠLITERIS Ultrasound Institute, Kaunas

More information

The Emergence of Triboelectric Technology

The Emergence of Triboelectric Technology September 1998 September 1998, Pollution Engineering The Emergence of Triboelectric Technology Triboelectric monitoring, now accepted by the U.S. Environmental Protection Agency, provides continuous monitoring

More information

Motion detector UP 255, UP 256, UP 257, UP 258 5WG AB 5WG AB 5WG HB

Motion detector UP 255, UP 256, UP 257, UP 258 5WG AB 5WG AB 5WG HB Product DELTA profil DELTA ambiente DELTA style DELTA i-system Motion detector 5WG1 255-2AB01 pearl grey 5WG1 256-2AB01 arctic white 5WG1 255-2AB11 titanium white 5WG1 258-2HB11 titanium white 5WG1 255-2AB11

More information

False Alarm Suppression in Early Prediction of Cardiac Arrhythmia

False Alarm Suppression in Early Prediction of Cardiac Arrhythmia IEEE International Conference on Bioinformatics & Bioengineering 2015 False Alarm Suppression in Early Prediction of Cardiac Arrhythmia Shoumik Roychoudhury, Mohamed F. Ghalwash, Zoran Obradovic Presented

More information

S200Plus Triple Infra Red Flame Detector Triple Waveband Infra-Red Flame Detection

S200Plus Triple Infra Red Flame Detector Triple Waveband Infra-Red Flame Detection DATASHEET S200Plus Triple Infra Red Flame Detector Triple Waveband Infra-Red Flame Detection Features: Unrivalled black body rejection over a wide range of source temperatures Triple waveband infra-red

More information

Pyroelectric Infrared Sensor PIR

Pyroelectric Infrared Sensor PIR Pyroelectric Infrared Sensor PIR Infrared radiation is the electromagnetic waves in the wavelength region longer than the visible light wavelengths, lying from 0.75 μm to 1000 μm. The wavelength region

More information

Airmux Market. Airmux Family Sept 2013 Slide1

Airmux Market. Airmux Family Sept 2013 Slide1 Airmux Market Airmux Family Sept 2013 Slide1 Airmux Verticals Market Video Surveillance Oil & Gas and Utilities Public Safety Networks Mining Transportation Perimeter & Border Security Airmux Family Sept

More information

Engineering Specification

Engineering Specification Engineering Specification Page 1 of 8 Contents PURPOSE AND SCOPE...3 VERSION HISTORY...3 GENERAL...4 DESCRIPTION OF WORK... 4 VIDEO SMOKE DETECTION CENTRAL EQUIPMENT...5 CENTRAL CONTROL UNIT... 5 SYSTEM

More information

Heat Transfer Enhancement using Herringbone wavy & Smooth Wavy fin Heat Exchanger for Hydraulic Oil Cooling

Heat Transfer Enhancement using Herringbone wavy & Smooth Wavy fin Heat Exchanger for Hydraulic Oil Cooling Enhancement using Herringbone wavy & Smooth Wavy fin Exchanger for Hydraulic Oil Cooling 1 Mr. Ketan C. Prasadi, 2 Prof. A.M. Patil 1 M.E. Student, P.V.P.I.T.,Budhagaon,Sangli AP-India 2 Associate Professor,

More information

DETECTION AND MONITORING OF ACTIVE FIRES USING REMOTE SENSING TECHNIQUES

DETECTION AND MONITORING OF ACTIVE FIRES USING REMOTE SENSING TECHNIQUES DETECTION AND MONITORING OF ACTIVE FIRES USING REMOTE SENSING TECHNIQUES Source: Unknown n.d., http://www.hotrodsandclassics.net/featuredpictures/featurepictures2.htm. by Claire Riddell DETECTION AND MONITORING

More information

Fire & Security Products. Siemens Flame Detector a highlight in detection. technology.

Fire & Security Products. Siemens Flame Detector a highlight in detection. technology. Fire & Security Products Siemens Flame Detector a highlight in detection technology. Keeping a very close eye on nature. Flames are a fascinating - but at the same time threatening - natural phenomenon.

More information

Aspirated Smoke Detectors

Aspirated Smoke Detectors Safety Security Certainty LaserSense Aspirated Smoke Detectors We listened to you Aspirated air sampling technology Aspirated smoke detection is a method of smoke detection where the air from the protected

More information

Praetorian Fibre Optic Sensing

Praetorian Fibre Optic Sensing A Higher Level of Performance Praetorian Fibre Optic Sensing For more information, please visit > www.hawkmeasure.com 1 A Complete Pipeline Performance Monitoring System. Any pipe, anywhere Distance up

More information

Artificial Intelligence Enables a Network Revolution

Artificial Intelligence Enables a Network Revolution *ITU FL-ML5G Artificial Intelligence Enables a Network Revolution April 25, 2018 Network Technology Research Institute, China Unicom Artificial Intelligence Enables a Network Revolution A Part 1 AI application

More information

Interferometric optical time-domain reflectometry for distributed optical-fiber sensing

Interferometric optical time-domain reflectometry for distributed optical-fiber sensing Interferometric optical time-domain reflectometry for distributed optical-fiber sensing Sergey V. Shatalin, Vladimir N. Treschikov, and Alan J. Rogers The technique of optical time-domain reflectometry

More information

User s Manual for ZKIR3 Series IR Day & Night

User s Manual for ZKIR3 Series IR Day & Night User s Manual for ZKIR3 Series IR Day & Night Weatherproof Bullet IPC Document Version: 1.7 Date: 2012.12 Introduction This document mainly introduces the functional features, installation process and

More information

Team Rescue X: Autonomous Firefighting Robot

Team Rescue X: Autonomous Firefighting Robot Team Rescue X: Autonomous Firefighting Robot Team Members Project Manager: Shervin Haghgouy Parts Manager: Shervin Nikravesh Website Designer: Vincent Thomas Repository Manager: Alexander Camp Report Editor:

More information

Praetorian Fibre Optic Sensing

Praetorian Fibre Optic Sensing A Higher Level of Performance Praetorian Fibre Optic Sensing Perimeter Security & Threat Detection For more information, please visit > www.hawkmeasure.com 1 A Complete Perimeter Security and Border Control

More information

A Forest Fire Warning Method Based on Fire Dangerous Rating Dan Wang 1, a, Lei Xu 1, b*, Yuanyuan Zhou 1, c, Zhifu Gao 1, d

A Forest Fire Warning Method Based on Fire Dangerous Rating Dan Wang 1, a, Lei Xu 1, b*, Yuanyuan Zhou 1, c, Zhifu Gao 1, d International Conference on Applied Science and Engineering Innovation (ASEI 2015) A Forest Fire Warning Method Based on Fire Dangerous Rating Dan Wang 1, a, Lei Xu 1, b*, Yuanyuan Zhou 1, c, Zhifu Gao

More information

Polaris Sensor Technologies, Inc. Visible - Limited Detection Thermal - No Detection Polarization - Robust Detection etherm - Ultimate Detection

Polaris Sensor Technologies, Inc. Visible - Limited Detection Thermal - No Detection Polarization - Robust Detection etherm - Ultimate Detection Polaris Sensor Technologies, Inc. DETECTION OF OIL AND DIESEL ON WATER - Limited Detection - No Detection - Robust Detection etherm - Ultimate Detection Pyxis Features: Day or night real-time sensing Platform

More information

PREVENTIVE PROTECTION PROTECCIÓN PREVENTIVA

PREVENTIVE PROTECTION PROTECCIÓN PREVENTIVA PREVENTIVE PROTECTION PROTECCIÓN PREVENTIVA R PREVENTIVE PROTECTION ATSTORM v2 is a storm detector that measures the environmental electric field. It is fully automatic, without mobile parts, robust and

More information

SEQUENCE OF OPERATIONS

SEQUENCE OF OPERATIONS SEQUENCE OF OPERATIONS DDC CONTROLLER: Controller with integral LCD readout for changing set points and monitoring unit operation. Provided with required sensors and programming. Factory programmed, mounted,

More information

An improved Algorithm of Generating Network Intrusion Detector Li Ma 1, a, Yan Chen 1, b

An improved Algorithm of Generating Network Intrusion Detector Li Ma 1, a, Yan Chen 1, b An improved Algorithm of Generating Network Intrusion Detector Li Ma 1, a, Yan Chen 1, b 1 Department of Information Engineering Guilin University of Aerospace Technology, Guilin China a E-mail: woshiml@sina.com,

More information

Implementation of Artificial Neural Fuzzy Inference System in a Real Time Fire Detection Mechanism

Implementation of Artificial Neural Fuzzy Inference System in a Real Time Fire Detection Mechanism Implementation of Artificial Neural Fuzzy Inference System in a Real Time Fire Detection Mechanism Divya Sharma Department of Mechanical and Automation Engineering Indira Gandhi Delhi Technical University

More information

Application Note. Application Note for BAYEX

Application Note. Application Note for BAYEX Application Note Application Note for BAYEX Preface This application note provides the user a more detailed description of the Bayesian statistical methodology available in Version 8.05 and above, of the

More information

Technology Today. Raytheon s Command, Control, Communications and Intelligence Core Market Delivering Operational Advantages for Our Customers

Technology Today. Raytheon s Command, Control, Communications and Intelligence Core Market Delivering Operational Advantages for Our Customers Technology Today HIGHLIGHTING RAYTHEON S TECHNOLOGY 2007 Issue 3 Raytheon s Command, Control, Communications and Intelligence Core Market Delivering Operational Advantages for Our Customers The Perimeter

More information

Heat Transfer in Evacuated Tubular Solar Collectors

Heat Transfer in Evacuated Tubular Solar Collectors Heat Transfer in Evacuated Tubular Solar Collectors Graham L. Morrison, Indra Budihardjo and Masud Behnia School of Mechanical and Manufacturing Engineering University of New South Wales Sydney 2052 Australia

More information

UL268 7 th challenge with single infrared smoke detector

UL268 7 th challenge with single infrared smoke detector UL268 7 th challenge with single infrared smoke detector Hans Aebersold Siemens Schweiz AG, Building Technologies Division, Switzerland Abstract Coming up UL217 8th and UL268 7th edition with added new

More information