WO2014000427A1 - Procédé et dispositif permettant de détecter une flamme - Google Patents
Procédé et dispositif permettant de détecter une flamme Download PDFInfo
- Publication number
- WO2014000427A1 WO2014000427A1 PCT/CN2013/070026 CN2013070026W WO2014000427A1 WO 2014000427 A1 WO2014000427 A1 WO 2014000427A1 CN 2013070026 W CN2013070026 W CN 2013070026W WO 2014000427 A1 WO2014000427 A1 WO 2014000427A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- flame
- pixel
- candidate
- optical flow
- flame region
- Prior art date
Links
- 238000000034 method Methods 0.000 title claims abstract description 49
- 239000013598 vector Substances 0.000 claims abstract description 126
- 238000004422 calculation algorithm Methods 0.000 claims abstract description 33
- 238000004364 calculation method Methods 0.000 claims abstract description 23
- 230000003287 optical effect Effects 0.000 claims description 127
- 230000005484 gravity Effects 0.000 claims description 8
- 238000000926 separation method Methods 0.000 claims description 7
- 238000012545 processing Methods 0.000 claims description 6
- 230000009466 transformation Effects 0.000 claims description 5
- 108010001267 Protein Subunits Proteins 0.000 claims 1
- 230000004907 flux Effects 0.000 abstract 3
- 238000001514 detection method Methods 0.000 description 12
- 230000006870 function Effects 0.000 description 11
- 238000010586 diagram Methods 0.000 description 10
- 238000012544 monitoring process Methods 0.000 description 6
- 230000008569 process Effects 0.000 description 6
- 238000005516 engineering process Methods 0.000 description 5
- 238000006073 displacement reaction Methods 0.000 description 4
- 241001135931 Anolis Species 0.000 description 3
- 238000004458 analytical method Methods 0.000 description 3
- 230000008878 coupling Effects 0.000 description 3
- 238000010168 coupling process Methods 0.000 description 3
- 238000005859 coupling reaction Methods 0.000 description 3
- 238000012935 Averaging Methods 0.000 description 2
- 238000004891 communication Methods 0.000 description 2
- 238000012806 monitoring device Methods 0.000 description 2
- 230000001131 transforming effect Effects 0.000 description 2
- 230000008859 change Effects 0.000 description 1
- 238000001311 chemical methods and process Methods 0.000 description 1
- 238000006243 chemical reaction Methods 0.000 description 1
- 238000002485 combustion reaction Methods 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 238000011161 development Methods 0.000 description 1
- 239000000446 fuel Substances 0.000 description 1
- 238000009499 grossing Methods 0.000 description 1
- 238000012804 iterative process Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000000638 solvent extraction Methods 0.000 description 1
- 230000003068 static effect Effects 0.000 description 1
- 238000007619 statistical method Methods 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
- 238000000844 transformation Methods 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/70—Arrangements for image or video recognition or understanding using pattern recognition or machine learning
- G06V10/74—Image or video pattern matching; Proximity measures in feature spaces
- G06V10/75—Organisation of the matching processes, e.g. simultaneous or sequential comparisons of image or video features; Coarse-fine approaches, e.g. multi-scale approaches; using context analysis; Selection of dictionaries
- G06V10/751—Comparing pixel values or logical combinations thereof, or feature values having positional relevance, e.g. template matching
Definitions
- the present invention relates to the field of information technology and, more particularly, to a method and apparatus for detecting a flame. Background technique
- a flame is a visible light or other physical manifestation that occurs during the chemical process in which a fuel and air are mixed and rapidly converted into a combustion product. Flames can bring many benefits, but they can be harmful if they are used carelessly. The most common is fire. Fires have always been a huge threat to the safety of people's lives and property. Being able to alert sudden fires in a timely manner is an effective way to reduce or avoid the damage caused by fire. In recent years, with the rapid development of computer vision technology, it has become possible to use this technology for early warning of fire, and some existing technologies have been applied. These technologies have shown good results in some indoor stable conditions, such as factories, hotels, houses, etc.
- the prior art mainly focuses on analyzing the color characteristics and the motion characteristics of the flame.
- the color feature analysis of the flame is to divide the color image collected by the monitoring device into red, green and blue RGB channels, and set some of these three channels for each pixel.
- the threshold condition is such that the pixel points satisfying these relationships are discriminated as flame pixel points, and constitute candidate regions, among which there are three primary color component difference methods, dynamic threshold methods, and the like.
- the target object is separated from the background by the motion characteristics of the target object, and the static object with flame color characteristics is excluded, and then geometric appearance, irregularity, flicker frequency and the like are calculated, one of which is Or a plurality of features for comprehensive judgment to achieve the purpose of flame detection in the video.
- Embodiments of the present invention provide a method and apparatus for detecting a flame, which are capable of accurately and stably detecting a flame.
- an embodiment of the present invention provides a method of detecting a flame, the method comprising: determining when a candidate flame region in the front frame image; performing real-time optical flow calculation on the candidate flame region based on a grid algorithm to obtain an optical flow vector of the pixel of the candidate flame region; and according to the optical flow vector of the pixel of the candidate flame region The distribution characteristics in all directions to determine if there is a flame.
- an embodiment of the present invention provides an apparatus for detecting a flame, the apparatus comprising: a determining module, configured to determine a candidate flame region in a current frame image; and a processing module, configured to perform the candidate flame region based on a grid algorithm Performing real-time optical flow calculation to obtain an optical flow vector of a pixel of the candidate flame region; and an identifying module configured to determine whether a flame exists according to a distribution characteristic of the optical flow vector of the pixel of the candidate flame region in each direction.
- the method and apparatus for detecting a flame calculates an optical flow vector of a pixel of a candidate flame region by real-time optical flow calculation based on a grid algorithm, and distributes the optical flow vector in each direction according to the optical flow vector.
- the characteristics determine the presence or absence of a flame and enable accurate and stable detection of the flame in a variety of complex or simple environments.
- FIG. 1 is a schematic flow chart of a method of detecting a flame according to an embodiment of the present invention.
- FIG. 2 is a schematic diagram of vector partitioning in accordance with an embodiment of the present invention.
- FIG 3 is a schematic illustration of a candidate flame region in accordance with an embodiment of the present invention.
- FIG. 4 is a schematic flow chart of a method for optical flow calculation according to an embodiment of the present invention.
- Figure 5 is a schematic block diagram of an apparatus for detecting a flame in accordance with an embodiment of the present invention.
- FIG. 6 is a schematic block diagram of an identification module in accordance with an embodiment of the present invention.
- Figure 7 is a schematic illustration of a scene of 20 flame detections in accordance with an embodiment of the present invention.
- FIG. 1 shows a schematic flow diagram of a method 100 of detecting a flame in accordance with an embodiment of the present invention. As shown in FIG. 1, the method 100 includes:
- the means for detecting the flame performs flame detection based on real-time optical flow calculations.
- the device for detecting the flame first determines the candidate flame region in the current frame image, and then performs real-time optical flow calculation based on the grid algorithm, obtains the optical flow vector of the pixel of the candidate flame region, and then distributes the characteristics according to the optical flow vector in each direction. To determine if there is a flame.
- the optical flow calculation based on the grid algorithm can obtain the optical flow vector of each pixel in real time, and the instability and expansion expansion of the flame determine that the distribution of the optical flow vector in the flame region is different from other objects.
- the characteristics of the optical flow vector are such that the flame can be accurately detected by statistically analyzing the direction distribution characteristics of the optical flow vector.
- an optical flow vector of a pixel of a candidate flame region is obtained by real-time optical flow calculation based on a grid algorithm, and whether a flame exists according to a distribution characteristic of the optical flow vector in each direction is determined. It is able to accurately and stably detect flames in a variety of complex or simple environments.
- the means for detecting the flame determines a candidate flame region in the current frame image.
- S110 includes:
- R is the red dot pixel value of the pixel
- G is the green channel pixel value of the pixel
- B is the blue channel pixel value of the pixel
- Rt is the red channel threshold
- S is the saturation of the pixel
- St is the saturation. value
- the device for detecting the flame performs RGB three-channel color separation on the current frame image of the monitoring video. If the pixel value of the RGB three-channel of a certain pixel in the current frame image satisfies the above condition, then determining The pixel is a pixel having a flame color characteristic, and then an area including all the pixels having the flame color feature is determined as the candidate flame region. For example, the smallest rectangular area containing all of the pixels having the flame color feature is determined as the candidate flame area for the next optical flow calculation.
- the device for detecting the flame performs real-time optical flow calculation on the candidate flame region based on a grid algorithm, and acquires an optical flow vector of the pixel of the candidate flame region.
- the optical flow vector ( 3,4 , u and V respectively represent the horizontal and vertical velocity components of the pixel point moving from the previous frame image to the next frame image.
- the image data of the candidate flame region of the image and the region at the same position in the previous frame image acquires the optical flow vector of the candidate flame region of the current frame image. The following describes in detail how to acquire the optical flow vector.
- an objective function is established based on two assumptions.
- the value of the optical flow vector reflects the real situation, the objective function should theoretically take the minimum value. Then, the optical flow vector can be transformed into a minimized objective function.
- the gray value consistency assumption is that the pixel gray value does not change much during the dt time.
- VI(x,y,t) VI(x,y,t + dt) ( 2 )
- the objective function can be:
- the embodiment of the present invention uses a Gauss-Seidel iterative algorithm based on a grid algorithm to solve an unknown quantity, the kth number of times
- the optical flow vector calculation based on the grid algorithm treats each point on the 2D image as a point on the grid. During the conversion from the fine grid to the coarse grid, the grid points are reduced by one and a half, and the grid size is increased. 1 times.
- the Gauss-Seidel iterative algorithm is used to solve the unknown quantity on the coarse grid, that is, after obtaining the exact solution, the solution is converted to the fine mesh.
- the limit operator uses the 4-point averaging method
- the continuation operator uses the interpolation method.
- the process of converting a coarse mesh to a fine mesh is a process in which the variable becomes large, using an interpolation method (ie, an continuation operator), for example, a vector of 1 point on the coarse mesh is known, and the corresponding fine mesh is placed on it. The four points are assigned to the point vector.
- the process of transforming a fine mesh to a coarse mesh is a process in which the variable becomes less, using a 4-point averaging method (ie, a limit operator), for example, a vector of 4 points on a fine mesh is known, and the four points are averaged. The value is assigned to a point on the corresponding coarse grid.
- V-type multigrid and the nonlinear multigrid algorithm are combined to obtain the fastest convergence speed without increasing the amount of calculation.
- Use h for the grid size and 2h for the coarse grid size are as follows:
- the device for detecting the flame uses each pixel point of the candidate flame region of the current frame image as a point on the grid, and obtains the candidate flame region by the iteration of the coarse mesh and the fine mesh.
- the optical flow vector for each pixel The Gauss-Seidel iterative algorithm based on the grid algorithm of the embodiment of the invention can quickly converge, so that the optical flow vector can be acquired in real time to detect the flame. Therefore, the method for detecting the flame of the embodiment of the invention has high real-time performance.
- the means for detecting the flame determines whether or not there is a flame based on a distribution characteristic of the optical flow vector of the pixel point of the candidate flame region in each direction.
- S130 includes:
- S132 Determine whether a flame exists according to whether the candidate flame region is a real flame region.
- the device for detecting the flame first determines whether the candidate region is a real flame region according to a distribution characteristic of the optical flow vector of the pixel point of the candidate flame region of the current frame image, that is, whether the real flame exists in the current frame image. The area is then determined whether a flame is present based on whether a real flame region exists in the current frame image.
- the means for detecting the flame determines whether the candidate flame region is a real flame region based on a distribution characteristic of the optical flow vector of the pixel point of the candidate flame region in each direction.
- the direction distribution of the optical flow vector can be divided into four regions, that is, the optical flow vector can be divided into four categories, for example, it can be divided as follows:
- the S131 includes: If the optical flow vector of ⁇ angle ⁇ is greater than the first predetermined threshold in the optical flow vector of the pixel of the candidate flame region, determining that the candidate flame region is a real flame region; or, if the candidate is in the candidate In the optical flow vector of the pixel of the flame region, the optical flow vector of ⁇ angle ⁇ occupies a specific gravity greater than the first predetermined threshold, and
- the ratio of the optical flow vector to the second predetermined threshold determines that the candidate flame region is the true flame region.
- the device for detecting the flame After acquiring the optical flow vector of the pixel of the candidate flame region, the device for detecting the flame counts the distribution characteristics of each optical flow vector in each direction, and determines the candidate according to whether the distribution characteristic meets the characteristics of the flame. Whether the flame area is a real flame area. Alternatively, if the specific gravity of the upward optical flow vector exceeds the first predetermined threshold, the candidate flame region may be determined to be a real flame region.
- the first predetermined threshold can be obtained from a large number of sample statistics in different environments.
- the true flame region may be further determined by combining the optical flow vector with the specific gravity to the left or the right, for example, if the proportion of the upward optical flow vector exceeds the first predetermined threshold, and the light to the left and right If the specific gravity of the flow vector exceeds a second predetermined threshold, then the candidate flame region can be determined to be a true flame region.
- the second predetermined threshold can also be obtained from a large number of sample statistics in different environments.
- the manner of determining the true flame region according to the distribution characteristics of the optical flow vector in various directions may have other transformation modes, for example, the ratio of the optical flow vector according to ⁇ ⁇ « ⁇ £? ⁇ ⁇
- optical flow vectors it may not be necessary to count all optical flow vectors. For example, if the size of an optical flow vector is less than a predetermined value, it is not necessary to count the optical flow vector, or to calculate the optical flow vector at some locations. These statistical methods are also intended to be within the scope of the present invention.
- the means for detecting the flame determines whether or not there is a flame based on whether or not the candidate flame region is a real flame region.
- the candidate flame region of the current frame image is the real flame region, that is, the current frame image has a real flame region.
- the means for detecting the flame may determine whether or not there is a flame based on whether the current frame image has a real flame region, or determine whether or not there is a flame according to the number of frames of the image of the real flame region in the predetermined frame number image.
- S132 includes: If the candidate flame zone is a true flame zone, then it is determined that a flame is present.
- S132 includes:
- the device for detecting the flame determines not only the flame according to whether the current frame image has a real flame region, but also the image of the image of the real flame region in the image within the predetermined number of frames L before the current frame image.
- Number 1 to determine if there is a flame.
- 1/L is greater than the third predetermined threshold, it is determined that there is a flame. That is, if the specific gravity of the number of frames of the real flame in the predetermined number of frames exceeds the third predetermined threshold, it is determined that there is a flame.
- the third predetermined threshold can also be obtained from a large number of sample statistics in different environments.
- the embodiment of the present invention determines the manner of the flame according to the first predetermined threshold, the second predetermined threshold, and the third predetermined threshold, that is, within the predetermined number of frames L, the statistics satisfy the first predetermined threshold and the second predetermined threshold.
- the ratio of the number of frames to the total number of frames L if the ratio is higher than the third predetermined threshold, determines that there is a real flame within the number L of frames, and the flame detection is completed.
- the device for detecting the flame performs color separation on the image obtained from the source video file, and determines a pixel point satisfying the following conditions as a pixel having a flame color characteristic (take 170, take 50),
- the source image is binarized and reconstructed by the above conditions, and the pixel that satisfies the condition is set to white, and vice versa.
- the minimum rectangular area containing all the white pixels is then framed, and the source image area corresponding to the rectangular area is determined as the candidate flame area (as shown in FIG. 3).
- the device for detecting the flame takes as input the image data of the determined candidate flame region and the region at the same position in the previous frame image, and performs real-time optical flow calculation based on the grid algorithm, each of the candidate flame regions.
- the pixel is used as a point on the grid, and the optical flow vector of each pixel of the candidate flame region is obtained by transforming the layer coarse grid and the fine mesh to obtain a light flow vector diagram.
- the optical flow vector map reflects the optical flow vector of each pixel, and stores the vector information with the image data of each pixel in the grayscale image.
- a vector diagram is drawn in units of a grid of 10*10 pixels, and each arrow in the vector diagram below FIG. 4 is a vector of the 10*10 pixel grid.
- the device for detecting the flame counts the distribution of the optical flow vectors of the respective pixels in the four directions as shown in FIG.
- the vector with the vector direction above accounts for nearly 60% of the global weight
- the vector with the vector direction to the left or the right accounts for nearly 30% of the global weight, which is consistent with the characteristics of the flame.
- the number of image frames existing in the real flame region according to the predetermined number of frames satisfies a predetermined threshold, and it is determined that there is a flame, and the flame detection is completed.
- an optical flow vector of a pixel of a candidate flame region is obtained by real-time optical flow calculation based on a grid algorithm, and whether a flame exists according to a distribution characteristic of the optical flow vector in each direction is determined. , able to accurately and stably detect the flame.
- FIGS. 1 through 4 A method of detecting a flame according to an embodiment of the present invention is described in detail above with reference to FIGS. 1 through 4, and an apparatus for detecting a flame according to an embodiment of the present invention will be described below with reference to FIGS. 5 and 6.
- Figure 5 shows a schematic block diagram of an apparatus 500 for detecting a flame in accordance with an embodiment of the present invention.
- the apparatus 500 includes:
- a determining module 510 configured to determine a candidate flame region in the current frame image
- the processing module 520 is configured to perform real-time optical flow calculation on the candidate flame region based on a grid algorithm, and acquire an optical flow vector of the pixel of the candidate flame region;
- the identifying module 530 is configured to determine whether a flame exists according to a distribution characteristic of the optical flow vector of the pixel point of the candidate flame region in each direction.
- the device for detecting a flame calculates an optical flow vector of a pixel of a candidate flame region by real-time optical flow calculation based on a grid algorithm, and distributes the light flow vector in each direction according to the optical flow vector. Determine if a flame is present and be able to accurately and stably detect the flame in a variety of complex or simple environments.
- the determining module 510 includes:
- a color separation unit configured to perform red, green, and blue RGB three-channel color separation on the current frame image, and obtain pixel values of three channels of each pixel of the current frame image
- a feature pixel determining unit configured to determine a pixel point that satisfies the following condition as a pixel point having a flame color characteristic
- R is the red dot pixel value of the pixel
- G is the green channel pixel value of the pixel
- B is the blue channel pixel value of the pixel
- Rt is the red channel threshold
- S is the saturation of the pixel
- St is the saturation.
- a candidate flame region determining unit is configured to determine an area including all pixel points having a flame color characteristic as the candidate flame region.
- the processing module 520 is specifically configured to: use each pixel point of the candidate flame region as a point on the mesh, and obtain the transformation iteration of the coarse mesh and the fine mesh to obtain The optical flow vector for each pixel of the candidate flame region.
- the Gauss-Seidel iterative algorithm based on the grid algorithm of the embodiment of the present invention can quickly converge, so that the optical flow vector can be acquired in real time to detect the flame. Therefore, the device for detecting the flame of the embodiment of the invention has high real-time performance.
- the identification module 530 includes: a determining unit 531, configured to determine, according to a distribution characteristic of optical flow vectors of pixel points of the candidate flame region in various directions, Whether the candidate flame region is a real flame region;
- the identifying unit 532 is configured to determine whether a flame exists according to whether the candidate flame region is a real flame region.
- the determining unit 531 includes:
- a first determining subunit configured to be in an optical flow vector of a pixel point of the candidate flame region
- the determining unit 531 includes:
- a second determining subunit configured to: in the optical flow vector of the pixel of the candidate flame region, the optical flow vector of ⁇ ⁇ angle occupies a specific gravity greater than a first predetermined threshold, and
- the proportion of the optical flow vector is greater than the second predetermined threshold, then the candidate flame region is determined to be the real flame region, and angle represents the optical flow vector The direction.
- the identifying unit 532 includes:
- the first identifying subunit is configured to determine whether there is a flame according to the number of frames 1 of the image in which the real flame region exists in the image within the predetermined number of frames L.
- the first identifying subunit is specifically configured to determine that a flame exists if 1/L is greater than a third predetermined threshold.
- the identifying unit 532 includes:
- the second identification subunit is configured to determine that there is a flame if the candidate flame region is a real flame region.
- the apparatus 500 for detecting a flame may correspond to an execution body of the method of detecting a flame in the embodiment of the present invention, and the above-described and other operations and/or functions of the respective modules in the apparatus 500 are respectively for implementing FIG. 1 to FIG. The corresponding flow of each method in 4, for brevity, will not be repeated here.
- the device for detecting a flame can improve the accuracy of detecting a flame by using a distribution characteristic of optical flow vectors of pixel points of candidate flame regions in various directions to improve the accuracy of detecting flames in various complicated or simple environments.
- the flame can be detected accurately and stably.
- Table 1 shows the results of flame detection of 20 scenes in the embodiment of the present invention and the flame detection technique in the prior art by establishing a hidden Markov model to characterize the flame flicker.
- Figure 7 is a schematic diagram of the 20 scenes.
- the 20 scene numbers are 1-20, where 1-14 contains the flame scene, as the positive sample, and 15-20 is the non-flame scene.
- the monitoring equipment of No. 1-4 is very stable without any displacement.
- Monitoring equipment No. 5-14 has slight displacement or large displacement.
- the prior art scheme In the case that the monitoring environment is relatively stable, the prior art scheme also has High detection rate. However, in the case where the monitoring environment is complicated or the monitoring device is slightly shaken, the detection accuracy of the prior art scheme is greatly reduced and there is a certain degree of false alarm (for example, in the scene 15, the monitoring equipment of the underground parking lot is slightly shaken, resulting in warning The light from the lamp is falsely reported as a flame). However, for the technical solution of the embodiment of the present invention, due to the particularity of the flame optical flow property, the detection accuracy and the extremely low false alarm rate are high in a simple or complicated scene.
- the method and apparatus for detecting a flame calculates an optical flow vector of a pixel point of a candidate flame region by real-time optical flow calculation based on a grid algorithm, and determines whether the optical flow vector has a distribution characteristic in each direction according to the optical flow vector.
- a flame that can accurately and stably detect the flame in a variety of complex or simple environments.
- the term "and/or” is merely an association describing the associated object, indicating that there may be three relationships.
- a and / or B can mean: A exists separately, there are A and B, and there are three cases of B alone.
- the character "/" in this article generally means that the contextual object is an "or" relationship.
- the disclosed systems, devices, and methods may be implemented in other ways.
- the device embodiments described above are merely illustrative.
- the division of the unit is only a logical function division.
- there may be another division manner for example, multiple units or components may be combined or Can be integrated into another system, or some features can be ignored, or not executed.
- the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device or unit, also It can be electrical, mechanical or other form of connection.
- the components displayed by the unit may or may not be physical units, that is, may be located in one place, or may be distributed to multiple network units. Some or all of the units may be selected according to actual needs to achieve the objectives of the embodiments of the present invention.
- each functional unit in each embodiment of the present invention may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit.
- the above integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
- the integrated unit if implemented in the form of a software functional unit and sold or used as a standalone product, may be stored in a computer readable storage medium.
- the technical solution of the present invention contributes in essence or to the prior art, or all or part of the technical solution may be embodied in the form of a software product stored in a storage medium.
- a number of instructions are included to cause a computer device (which may be a personal computer, server, or network device, etc.) to perform all or part of the steps of the methods described in various embodiments of the present invention.
- the foregoing storage medium includes: a U disk, a mobile hard disk, a read-only memory (ROM), a random access memory (RAM), a magnetic disk or an optical disk, and the like, which can store program codes. .
Landscapes
- Engineering & Computer Science (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Theoretical Computer Science (AREA)
- Medical Informatics (AREA)
- Computing Systems (AREA)
- Databases & Information Systems (AREA)
- Evolutionary Computation (AREA)
- General Health & Medical Sciences (AREA)
- Artificial Intelligence (AREA)
- Software Systems (AREA)
- Health & Medical Sciences (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Multimedia (AREA)
- Fire-Detection Mechanisms (AREA)
- Photometry And Measurement Of Optical Pulse Characteristics (AREA)
Abstract
L'invention concerne un procédé et un dispositif permettant de détecter une flamme. Ledit procédé consiste à : déterminer une zone de flamme candidate dans une image de trame actuelle ; effectuer un calcul de flux lumineux en temps réel sur la zone de flamme candidate d'après un algorithme de grille afin d'obtenir un vecteur de flux lumineux d'un point de pixel de la zone de flamme candidate ; et déterminer s'il existe une flamme en fonction des caractéristiques de distribution du vecteur de flux lumineux du point de pixel de la zone de flamme candidate dans chaque direction. Le procédé et le dispositif permettant de détecter une flamme selon les modes de réalisation de l'invention sont en mesure de détecter de façon précise et stable une flamme dans différents environnements complexes ou simples.
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201210219956.1A CN103514430B (zh) | 2012-06-29 | 2012-06-29 | 检测火焰的方法和装置 |
CN201210219956.1 | 2012-06-29 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2014000427A1 true WO2014000427A1 (fr) | 2014-01-03 |
Family
ID=49782163
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2013/070026 WO2014000427A1 (fr) | 2012-06-29 | 2013-01-04 | Procédé et dispositif permettant de détecter une flamme |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN103514430B (fr) |
WO (1) | WO2014000427A1 (fr) |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112507866A (zh) * | 2020-12-03 | 2021-03-16 | 润联软件系统(深圳)有限公司 | 一种汉字字向量生成方法、装置、计算机设备及存储介质 |
CN113128439A (zh) * | 2021-04-27 | 2021-07-16 | 云南电网有限责任公司电力科学研究院 | 一种基于视频图像序列的火焰实时检测算法及系统 |
CN116092261A (zh) * | 2023-01-13 | 2023-05-09 | 安徽辉联信息科技有限公司 | 一种区域智能化安防监控快速识别分析系统 |
CN116467974A (zh) * | 2023-06-19 | 2023-07-21 | 北京凌云智擎软件有限公司 | 稳态层流火焰面数据库的自动化求解方法、装置及介质 |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105574468B (zh) * | 2014-10-08 | 2020-07-17 | 深圳力维智联技术有限公司 | 视频火焰检测方法、装置及系统 |
CN104463869B (zh) * | 2014-12-05 | 2018-07-17 | 西安交通大学 | 一种视频火焰图像复合识别方法 |
CN106250859B (zh) * | 2016-08-04 | 2019-09-17 | 杭州电子科技大学 | 基于特征矢量运动杂乱度的视频火焰检测方法 |
CN110075465A (zh) * | 2018-01-26 | 2019-08-02 | 上海金盾消防安全科技有限公司 | 火灾检测装置、消防设备及其操作方法 |
CN110298297B (zh) * | 2019-06-26 | 2023-07-18 | 湖北九感科技有限公司 | 火焰识别方法和装置 |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20030025794A1 (en) * | 2001-07-31 | 2003-02-06 | Hirofumi Fujii | Moving object detecting method, apparatus and computer program product |
CN101339602A (zh) * | 2008-07-15 | 2009-01-07 | 中国科学技术大学 | 一种基于光流法的视频火灾烟雾图像识别方法 |
CN101794450A (zh) * | 2009-11-13 | 2010-08-04 | 北京智安邦科技有限公司 | 视频图像序列中烟雾的检测方法及装置 |
CN101826153A (zh) * | 2010-02-11 | 2010-09-08 | 上海交通大学 | 火灾检测方法 |
CN102013009A (zh) * | 2010-11-15 | 2011-04-13 | 无锡中星微电子有限公司 | 烟雾图像识别方法及装置 |
-
2012
- 2012-06-29 CN CN201210219956.1A patent/CN103514430B/zh active Active
-
2013
- 2013-01-04 WO PCT/CN2013/070026 patent/WO2014000427A1/fr active Application Filing
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20030025794A1 (en) * | 2001-07-31 | 2003-02-06 | Hirofumi Fujii | Moving object detecting method, apparatus and computer program product |
CN101339602A (zh) * | 2008-07-15 | 2009-01-07 | 中国科学技术大学 | 一种基于光流法的视频火灾烟雾图像识别方法 |
CN101794450A (zh) * | 2009-11-13 | 2010-08-04 | 北京智安邦科技有限公司 | 视频图像序列中烟雾的检测方法及装置 |
CN101826153A (zh) * | 2010-02-11 | 2010-09-08 | 上海交通大学 | 火灾检测方法 |
CN102013009A (zh) * | 2010-11-15 | 2011-04-13 | 无锡中星微电子有限公司 | 烟雾图像识别方法及装置 |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112507866A (zh) * | 2020-12-03 | 2021-03-16 | 润联软件系统(深圳)有限公司 | 一种汉字字向量生成方法、装置、计算机设备及存储介质 |
CN113128439A (zh) * | 2021-04-27 | 2021-07-16 | 云南电网有限责任公司电力科学研究院 | 一种基于视频图像序列的火焰实时检测算法及系统 |
CN116092261A (zh) * | 2023-01-13 | 2023-05-09 | 安徽辉联信息科技有限公司 | 一种区域智能化安防监控快速识别分析系统 |
CN116467974A (zh) * | 2023-06-19 | 2023-07-21 | 北京凌云智擎软件有限公司 | 稳态层流火焰面数据库的自动化求解方法、装置及介质 |
CN116467974B (zh) * | 2023-06-19 | 2023-08-22 | 北京凌云智擎软件有限公司 | 稳态层流火焰面数据库的自动化求解方法、装置及介质 |
Also Published As
Publication number | Publication date |
---|---|
CN103514430A (zh) | 2014-01-15 |
CN103514430B (zh) | 2016-12-21 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2014000427A1 (fr) | Procédé et dispositif permettant de détecter une flamme | |
CN104106260B (zh) | 基于地理图的控制 | |
US8611664B2 (en) | Method for detecting fire-flame using fuzzy finite automata | |
JP6182607B2 (ja) | 映像監視システム、監視装置 | |
WO2023093217A1 (fr) | Procédé et appareil de marquage de données, et dispositif informatique, support de stockage et programme | |
JP2018507476A (ja) | コンピュータビジョンに関する遮蔽処理 | |
WO2014136623A1 (fr) | Procédé de détection et de suivi d'objets dans une séquence d'images d'une scène acquise par une caméra stationnaire | |
CN104484814B (zh) | 一种基于视频地图的广告方法及系统 | |
KR101204259B1 (ko) | 화재 검출 방법 | |
JP2008519371A5 (fr) | ||
WO2014036813A1 (fr) | Procédé et dispositif d'extraction de traits caractéristiques d'images | |
EP3537311A1 (fr) | Analyse visuelle sur demande focalisée sur les événements saillants | |
US10438405B2 (en) | Detection of planar surfaces for use in scene modeling of a captured scene | |
CN113469025B (zh) | 应用于车路协同的目标检测方法、装置、路侧设备和车辆 | |
CN109791695A (zh) | 基于图像块的运动向量确定所述块的方差 | |
US9280209B2 (en) | Method for generating 3D coordinates and mobile terminal for generating 3D coordinates | |
CN106612385B (zh) | 视频检测方法和视频检测装置 | |
KR20220101683A (ko) | 세계-공간 세그먼테이션 | |
WO2022237026A1 (fr) | Procédé et système de détection d'informations de plan | |
CN109961472A (zh) | 3d热力图生成的方法、系统、存储介质及电子设备 | |
JP2017045438A (ja) | 画像解析装置、画像解析方法、画像解析プログラム、および画像解析システム | |
CN106970709A (zh) | 一种基于全息成像的3d交互方法和装置 | |
CN116129328A (zh) | 遗留物检测方法、装置、设备以及存储介质 | |
KR101270718B1 (ko) | 영상에서 화재를 검출하기 위한 영상처리 장치 및 방법 | |
CN114037087B (zh) | 模型训练方法及装置、深度预测方法及装置、设备和介质 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 13809340 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 13809340 Country of ref document: EP Kind code of ref document: A1 |