CN113222244A - Online boiler combustion optimization method based on flame combustion image judgment - Google Patents

Online boiler combustion optimization method based on flame combustion image judgment Download PDF

Info

Publication number
CN113222244A
CN113222244A CN202110506620.2A CN202110506620A CN113222244A CN 113222244 A CN113222244 A CN 113222244A CN 202110506620 A CN202110506620 A CN 202110506620A CN 113222244 A CN113222244 A CN 113222244A
Authority
CN
China
Prior art keywords
flame
image
combustion
flame combustion
method based
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110506620.2A
Other languages
Chinese (zh)
Inventor
刘旸
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Priority to CN202110506620.2A priority Critical patent/CN113222244A/en
Publication of CN113222244A publication Critical patent/CN113222244A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/04Forecasting or optimisation specially adapted for administrative or management purposes, e.g. linear programming or "cutting stock problem"
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • G06F18/241Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches
    • G06F18/2411Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches based on the proximity to a decision surface, e.g. support vector machines
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/20Design optimisation, verification or simulation
    • G06F30/27Design optimisation, verification or simulation using machine learning, e.g. artificial intelligence, neural networks, support vector machines [SVM] or training a model
    • G06T5/70
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/60Analysis of geometric attributes
    • G06T7/62Analysis of geometric attributes of area, perimeter, diameter or volume
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/90Determination of colour characteristics
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20081Training; Learning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20084Artificial neural networks [ANN]

Abstract

An online boiler combustion optimization method based on flame combustion image judgment comprises the following steps: s1: acquiring a flame combustion image and extracting a characteristic value through the flame combustion image, wherein the characteristic value comprises the area ratio of the flame center and the eccentricity of the flame center, and the flame combustion image comprises a training image and a testing image; s2: modeling is carried out aiming at the characteristic values extracted from the training chart to obtain a flame combustion image recognition model; s3: identifying the characteristic values extracted from the test chart by adopting a flame combustion image identification model to obtain a model identification result; s4: and optimizing and adjusting through a combustion optimization model according to the model identification result. The invention reduces the influence of subjective factors and experience and improves the real-time performance and reliability of boiler combustion optimization.

Description

Online boiler combustion optimization method based on flame combustion image judgment
Technical Field
The invention relates to the field of boiler combustion optimization, in particular to an online boiler combustion optimization method based on flame combustion image judgment.
Background
At present, boiler combustion optimization for thermal power generation has become a key research field of intelligent power plants and is applied to a certain extent. However, the combustion effect obtained through the sensor data is acquired from the end of the whole process, and the combustion effect in the hearth cannot be reflected in real time, so that the whole combustion optimization control is triggered, and therefore accurate and real-time online optimization is difficult to achieve, and the optimization effect cannot reach the expected level.
In the conventional boiler combustion control, an experienced engineer often observes the condition of flame combustion in a furnace through deploying in a furnace video monitoring device, so as to judge whether control parameters need to be adjusted. However, in general, engineers have difficulty in watching video observation at all times, and the judgment of the combustion state depends on subjective factors and experiences of different engineers in different teams and groups.
Disclosure of Invention
The invention aims to overcome the defects of the prior art and provide an online boiler combustion optimization method based on flame combustion image judgment, so that the influence of subjective factors and experience is reduced, and the instantaneity and reliability of boiler combustion optimization are improved.
The purpose of the invention is realized by the following technical scheme:
an online boiler combustion optimization method based on flame combustion image judgment comprises the following steps:
s1: acquiring a flame combustion image and extracting a characteristic value through the flame combustion image, wherein the characteristic value comprises the area ratio of the flame center and the eccentricity of the flame center, and the flame combustion image comprises a training image and a testing image;
s2: modeling is carried out aiming at the characteristic values extracted from the training chart to obtain a flame combustion image recognition model;
s3: identifying the characteristic values extracted from the test chart by adopting a flame combustion image identification model to obtain a model identification result;
s4: and optimizing and adjusting through a combustion optimization model according to the model identification result.
Further, the step S1 includes the following sub-steps:
s101: collecting a flame combustion image;
s102: extracting a characteristic value of the flame combustion image;
s103: preprocessing the flame combustion image;
s104: carrying out channel separation on the preprocessed flame combustion image and extracting to obtain a single channel image;
s105: converting the single channel image into a binary image;
s106: calculating the central area ratio of the flame through the binary image;
s107: calculating the eccentricity of the flame center through the binary image;
s108: and combining the area ratio of the flame center and the eccentricity of the flame center into a characteristic value vector.
Further, the channel separation method in step S104 is one of RGB channel separation, HSV channel separation, YcbCr channel separation, and L a b channel separation.
Further, the channel separation method in step S104 is RGB channel separation, and the single-channel image is a B-channel grayscale image.
Further, in step S105, a threshold is set to perform conversion from the mono-channel image to the binary image.
Further, the threshold is a multilayer fixed threshold T, and the extracted central area of the flame is the central area of the multilayer flame; the central area ratio of the flame is the central area ratio of the multilayer flame.
Further, in the step S103, the flame combustion image is subjected to preprocessing for denoising and suppressing an over-bright halo background.
Further, the eccentricity in step S107 is the distance between the flame center and the furnace center.
Further, the step S4 includes the following sub-steps:
s401: extracting input data and output data of the combustion optimization model, and preprocessing the input data and the output data;
s402: establishing a combustion optimization model according to input data and output data;
s403: and optimizing the input parameters through the combustion optimization model according to the model identification result.
Further, the input data comprises load, oxygen amount of a hearth outlet, primary air speed, air direction pressure difference, secondary air door opening, over-fire air, coal quality and coal feeding amount of a coal mill;
the output data comprises the carbon content of fly ash, the carbon content of slag, a furnace outlet Nox, a furnace outlet SO2 and the smoke dust content of the furnace outlet.
The invention has the beneficial effects that:
the influence of subjective factors and experience is reduced, and the real-time performance and the reliability of boiler combustion optimization are improved.
Drawings
FIG. 1 is a diagram illustrating a hardware system according to the present invention;
FIG. 2 is a schematic view of the present invention;
FIG. 3 is a schematic diagram of the differences in central flame area when different threshold values are selected;
FIG. 4 is a schematic illustration of eccentricity.
Detailed Description
The embodiments of the present invention are described below with reference to specific embodiments, and other advantages and effects of the present invention will be easily understood by those skilled in the art from the disclosure of the present specification. The invention is capable of other and different embodiments and of being practiced or of being carried out in various ways, and its several details are capable of modification in various respects, all without departing from the spirit and scope of the present invention. It is to be noted that the features in the following embodiments and examples may be combined with each other without conflict.
It should be noted that the drawings provided in the following embodiments are only for illustrating the basic idea of the present invention, and the components related to the present invention are only shown in the drawings rather than drawn according to the number, shape and size of the components in actual implementation, and the type, quantity and proportion of the components in actual implementation may be changed freely, and the layout of the components may be more complicated.
The first embodiment is as follows:
as shown in fig. 1 to 4, an online boiler combustion optimization method based on flame combustion image judgment includes the following steps:
s1: acquiring a flame combustion image and extracting a characteristic value through the flame combustion image, wherein the characteristic value comprises the area ratio of the flame center and the eccentricity of the flame center, and the flame combustion image comprises a training image and a testing image;
s101: collecting a flame combustion image;
s102: extracting a characteristic value of the flame combustion image;
s103: preprocessing the flame combustion image;
in the step S103, the flame combustion image is subjected to pre-processing of denoising and suppressing an over-bright halo background;
since the actual arrangement position of the camera for acquiring the flame combustion image is far away from the flame, a large amount of image noise (such as fly ash) and an excessively bright halo background occur, so that preprocessing for denoising and suppressing the excessively bright halo background is performed. The preprocessing method comprises Gaussian filtering, mid-pass filtering, mean value filtering and the like.
S104: carrying out channel separation on the preprocessed flame combustion image and extracting to obtain a single channel image;
the method of channel separation in step S104 is one of RGB channel separation, HSV channel separation, YcbCr channel separation, and L a b channel separation.
By comparing the four methods, the RGB channel separation works best for center flame identification.
The channel separation method in step S104 is RGB channel separation, and the single channel image is a B-channel grayscale image.
S105: converting the single channel image into a binary image;
in step S105, a threshold is set to convert the mono-channel image into a binary image.
The size of the threshold determines the central area of the flame, and the larger the threshold, the smaller the central area of the flame, and the smaller the threshold, the larger the central area of the flame.
The threshold is a multilayer fixed threshold T, and the extracted central area of the flame is the central area of the multilayer flame.
The flame temperature at multiple locations can be qualitatively reflected by the multilayer flame center area.
Because the camera and the acquisition card may be different, the selection of the multilayer fixed threshold value T selects the appropriate threshold value of each layer by a repeated test mode. For convenience of explanation, two fixed thresholds, 0.8 × 255 and 0.9 × 255, are taken as examples, and fig. 3 shows the difference of the central flame area when different thresholds are taken.
S106: calculating the central area ratio of the flame through the binary image;
and if the threshold is a multilayer fixed threshold T, the ratio of the central area of the flame is the ratio of the central area of the multilayer flame.
Calculating flame center area ratio R by black and white pixels1…Rn. A larger ratio of the area of the flame kernel indicates a better combustion effect.
S107: calculating the eccentricity of the flame center through the binary image;
the eccentricity is the distance H between the flame center and the hearth center.
Smaller eccentricity indicates better air distribution, whereas air distribution may be less optimal. Further, the larger the eccentricity is, the lower the cooling wall efficiency and the shorter the useful life is.
When the position of the flame center is calculated, the center of the minimum circumscribed rectangle of the innermost flame profile is adopted, and the innermost flame profile refers to the profile of the innermost flame in the multilayer flame obtained when the multilayer fixed threshold is adopted. Because the innermost flame pixel performs most obviously, the judgment is stable.
As shown in FIG. 4, point A is the center of the minimum circumscribed rectangle of the innermost flame profile, point B is the center of the furnace, and the distance from A to B is the eccentricity H.
S108: combining the area ratio of the flame center and the eccentricity of the flame center into a characteristic value vector;
s2: modeling is carried out aiming at the characteristic values extracted from the training chart to obtain a flame combustion image recognition model;
the flame combustion image recognition model is built according to a manual recognition result, the manual recognition result is a result of manually marking the collected flame combustion image through subjective judgment of an experienced engineer, and an expert judgment system is formed.
The manual identification result comprises optimization and optimization-free, and a conclusion whether the optimization is started or not is given according to the standard.
The flame burning image for manual identification is representative and has a certain number of scales.
An SVM algorithm is adopted for modeling, and the flame combustion image recognition model is mainly used for carrying out classification on flame combustion images which need optimization and do not need optimization.
S3: identifying the characteristic values extracted from the test chart by adopting a flame combustion image identification model to obtain a model identification result;
the model identification result comprises optimization required and optimization not required.
S4: and optimizing and adjusting through a combustion optimization model according to the model identification result.
S401: extracting input data and output data of the combustion optimization model, and preprocessing the input data and the output data;
the input data comprises load, oxygen quantity at a hearth outlet, primary air speed, wind direction pressure difference, secondary air door opening, over-fire air, coal quality and coal feeding quantity of a coal mill;
the output data comprises the carbon content of fly ash, the carbon content of large slag, a hearth outlet Nox, a hearth outlet SO2 and the smoke dust content of the hearth outlet;
if the input data and the output data are missing, performing median filling on the missing data. This initializes the parameters of the combustion optimization model.
Input data and output data are extracted from the DCS system.
S402: establishing a combustion optimization model according to input data and output data;
the modeling is performed based on a machine learning algorithm,
the machine learning algorithm includes one or more of SVM, neural network, gaussian process.
And optimizing the hyper-parameters of the combustion optimization model through an evolutionary computation framework to obtain a better model.
S403: and optimizing the input parameters through the combustion optimization model according to the model identification result.
And optimizing the adjustable input parameters of the DCS based on the evolutionary computation framework.
The fly ash predicted by the combustion optimization model is optimized with the aim of containing carbon or nitride to obtain an optimized combustion scheme.
The intelligent video technology and the combustion parameter optimization technology are combined, the problems existing in the traditional optimization and the manual observation are solved, whether optimization is needed or not is judged through image recognition, the influence of subjective factors and experience is reduced, and the instantaneity and the reliability of boiler combustion optimization are improved.
The above-mentioned embodiments only express the specific embodiments of the present invention, and the description thereof is more specific and detailed, but not construed as limiting the scope of the present invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the inventive concept, which falls within the scope of the present invention.

Claims (10)

1. An online boiler combustion optimization method based on flame combustion image judgment is characterized by comprising the following steps: the method comprises the following steps:
s1: acquiring a flame combustion image and extracting a characteristic value through the flame combustion image, wherein the characteristic value comprises the area ratio of the flame center and the eccentricity of the flame center, and the flame combustion image comprises a training image and a testing image;
s2: modeling is carried out aiming at the characteristic values extracted from the training chart to obtain a flame combustion image recognition model;
s3: identifying the characteristic values extracted from the test chart by adopting a flame combustion image identification model to obtain a model identification result;
s4: and optimizing and adjusting through a combustion optimization model according to the model identification result.
2. The on-line boiler combustion optimization method based on flame combustion image judgment as claimed in claim 1, wherein: the step S1 includes the following sub-steps:
s101: collecting a flame combustion image;
s102: extracting a characteristic value of the flame combustion image;
s103: preprocessing the flame combustion image;
s104: carrying out channel separation on the preprocessed flame combustion image and extracting to obtain a single channel image;
s105: converting the single channel image into a binary image;
s106: calculating the central area ratio of the flame through the binary image;
s107: calculating the eccentricity of the flame center through the binary image;
s108: and combining the area ratio of the flame center and the eccentricity of the flame center into a characteristic value vector.
3. The on-line boiler combustion optimization method based on flame combustion image judgment as claimed in claim 2, wherein: the method of channel separation in step S104 is one of RGB channel separation, HSV channel separation, YcbCr channel separation, and L a b channel separation.
4. The on-line boiler combustion optimization method based on flame combustion image judgment as claimed in claim 3, wherein: the channel separation method in step S104 is RGB channel separation, and the single channel image is a B-channel grayscale image.
5. The on-line boiler combustion optimization method based on flame combustion image judgment as claimed in claim 2, wherein: in step S105, a threshold is set to convert the mono-channel image into a binary image.
6. The on-line boiler combustion optimization method based on flame combustion image judgment as claimed in claim 5, wherein: the threshold is a multilayer fixed threshold, and the extracted central area of the flame is the central area of the multilayer flame; the central area ratio of the flame is the central area ratio of the multilayer flame.
7. The on-line boiler combustion optimization method based on flame combustion image judgment as claimed in claim 2, wherein: in the step S103, the flame combustion image is subjected to pre-processing of denoising and suppressing an over-bright halo background.
8. The on-line boiler combustion optimization method based on flame combustion image judgment as claimed in claim 2, wherein: the eccentricity in step S107 is the distance between the flame center and the furnace center.
9. The on-line boiler combustion optimization method based on flame combustion image judgment according to claim 1 or 2, characterized in that: the step S4 includes the following sub-steps:
s401: extracting input data and output data of the combustion optimization model, and preprocessing the input data and the output data;
s402: establishing a combustion optimization model according to input data and output data;
s403: and optimizing the input parameters through the combustion optimization model according to the model identification result.
10. The on-line boiler combustion optimization method based on flame combustion image judgment as claimed in claim 9, wherein: the input data comprises load, furnace outlet oxygen quantity, primary air speed, wind direction pressure difference, secondary air door opening, over-fire air, coal quality and coal feeding quantity of a coal mill;
the output data comprises the carbon content of fly ash, the carbon content of slag, a furnace outlet Nox, a furnace outlet SO2 and the smoke dust content of the furnace outlet.
CN202110506620.2A 2021-05-10 2021-05-10 Online boiler combustion optimization method based on flame combustion image judgment Pending CN113222244A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110506620.2A CN113222244A (en) 2021-05-10 2021-05-10 Online boiler combustion optimization method based on flame combustion image judgment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110506620.2A CN113222244A (en) 2021-05-10 2021-05-10 Online boiler combustion optimization method based on flame combustion image judgment

Publications (1)

Publication Number Publication Date
CN113222244A true CN113222244A (en) 2021-08-06

Family

ID=77094177

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110506620.2A Pending CN113222244A (en) 2021-05-10 2021-05-10 Online boiler combustion optimization method based on flame combustion image judgment

Country Status (1)

Country Link
CN (1) CN113222244A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114046533A (en) * 2021-08-31 2022-02-15 汉谷云智(武汉)科技有限公司 Pulverized coal furnace combustion optimization method based on flame analysis optimization

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR19980031711A (en) * 1996-10-31 1998-07-25 유상부 Burner flame supervisory control device and its control method
CN103077394A (en) * 2012-12-31 2013-05-01 天津大学 Method for automatically monitoring flame combustion stability
CN103256620A (en) * 2013-05-23 2013-08-21 常州纺织服装职业技术学院 Multi-information-fusion intelligent flame detecting device and detecting method thereof
CN105678295A (en) * 2016-01-04 2016-06-15 武汉科技大学 Method for real-time monitoring gas heating furnace flame on the basis of ROI average image analysis
CN107657104A (en) * 2017-09-20 2018-02-02 浙江浙能台州第二发电有限责任公司 Boiler combustion system dynamic modelling method based on Online SVM
CN107729913A (en) * 2017-08-25 2018-02-23 徐州科融环境资源股份有限公司 A kind of boiler furnace Situation Awareness method based on multiple features fusion cluster
CN109754019A (en) * 2019-01-10 2019-05-14 燕山大学 A kind of method of continuous monitoring boiler combustion situation
CN111765445A (en) * 2020-07-01 2020-10-13 河北工业大学 Boiler on-line combustion optimization control method and system and computer equipment

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR19980031711A (en) * 1996-10-31 1998-07-25 유상부 Burner flame supervisory control device and its control method
CN103077394A (en) * 2012-12-31 2013-05-01 天津大学 Method for automatically monitoring flame combustion stability
CN103256620A (en) * 2013-05-23 2013-08-21 常州纺织服装职业技术学院 Multi-information-fusion intelligent flame detecting device and detecting method thereof
CN105678295A (en) * 2016-01-04 2016-06-15 武汉科技大学 Method for real-time monitoring gas heating furnace flame on the basis of ROI average image analysis
CN107729913A (en) * 2017-08-25 2018-02-23 徐州科融环境资源股份有限公司 A kind of boiler furnace Situation Awareness method based on multiple features fusion cluster
CN107657104A (en) * 2017-09-20 2018-02-02 浙江浙能台州第二发电有限责任公司 Boiler combustion system dynamic modelling method based on Online SVM
CN109754019A (en) * 2019-01-10 2019-05-14 燕山大学 A kind of method of continuous monitoring boiler combustion situation
CN111765445A (en) * 2020-07-01 2020-10-13 河北工业大学 Boiler on-line combustion optimization control method and system and computer equipment

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
姜洪辉: "基于改进PSO优化FWSVM的燃烧稳定性判定研究", 《中国优秀硕士学位论文全文数据库》, pages 8 - 18 *
徐望明;郑超兵;: "燃气加热炉火焰视频监控系统设计", 中国安全生产科学技术, no. 03 *
陈荣保;曹子沛;肖本贤;: ""五四模型"的火焰燃烧稳定性判定", 自动化仪表, no. 07 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114046533A (en) * 2021-08-31 2022-02-15 汉谷云智(武汉)科技有限公司 Pulverized coal furnace combustion optimization method based on flame analysis optimization
CN114046533B (en) * 2021-08-31 2024-03-12 汉谷云智(武汉)科技有限公司 Pulverized coal furnace combustion optimization method based on flame analysis optimization

Similar Documents

Publication Publication Date Title
CN105956618B (en) Converter steelmaking blowing state identification system and method based on image dynamic and static characteristics
CN110163278B (en) Flame stability monitoring method based on image recognition
JP6403261B2 (en) Classifier generation device, visual inspection device, classifier generation method, and program
CN113169089B (en) Optical Mode Selection for Multimode Semiconductor Inspection
CN102538000A (en) Combustion flame diagnostic method
CN109754019B (en) Method for continuously monitoring combustion condition of boiler
CN111127448B (en) Method for detecting air spring fault based on isolated forest
CN111223263A (en) Full-automatic comprehensive fire early warning response system
CN113222244A (en) Online boiler combustion optimization method based on flame combustion image judgment
CN112950586A (en) LF furnace steel slag infrared identification method and system
CN116189103A (en) Equipment monitoring automatic control method and control system based on visual image analysis
CN110057820B (en) Method, system and storage medium for on-line detection of chlorine-hydrogen ratio of hydrogen chloride synthesis furnace
CN116612438B (en) Steam boiler combustion state real-time monitoring system based on thermal imaging
JP2020143802A (en) Information processing device, incineration control device, information processing method, and information processing program
CN112070072B (en) Prefabricated cabin fire control system based on image recognition and control method thereof
CN105787955A (en) Sparse segmentation method and device of strip steel defect
CN116054417B (en) Monitoring system and method for transformer substation
KR102276894B1 (en) Calorific value estimation method, calorific value estimation device and waste storage facility
CN115841731A (en) Infrared-monitoring park fire early warning method
CN113984421B (en) Multi-signal fusion flame combustion stability control analysis device, method and application
JP2020119407A (en) Estimating model generation device, estimating model generation method by estimating model generation device, and estimating device
CN114972246A (en) Die-cutting product surface defect detection method based on deep learning
CN115016553A (en) Prediction model creation device and method, and exhaust gas concentration control system and method
CN113781448A (en) Intelligent photovoltaic power station assembly defect identification method based on infrared image analysis
CN112161996A (en) Photovoltaic cell panel welding strip burnout detection method and system based on image recognition

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination