CN106709903B - PM2.5 concentration prediction method based on image quality - Google Patents

PM2.5 concentration prediction method based on image quality Download PDF

Info

Publication number
CN106709903B
CN106709903B CN201611031140.0A CN201611031140A CN106709903B CN 106709903 B CN106709903 B CN 106709903B CN 201611031140 A CN201611031140 A CN 201611031140A CN 106709903 B CN106709903 B CN 106709903B
Authority
CN
China
Prior art keywords
image
concentration
window
model
value
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.)
Active
Application number
CN201611031140.0A
Other languages
Chinese (zh)
Other versions
CN106709903A (en
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.)
Nanjing University of Science and Technology
Original Assignee
Nanjing University of Science and Technology
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 Nanjing University of Science and Technology filed Critical Nanjing University of Science and Technology
Priority to CN201611031140.0A priority Critical patent/CN106709903B/en
Publication of CN106709903A publication Critical patent/CN106709903A/en
Application granted granted Critical
Publication of CN106709903B publication Critical patent/CN106709903B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/0002Inspection of images, e.g. flaw detection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10024Color image
    • 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/20021Dividing image into blocks, subimages or windows
    • 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/20024Filtering details
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Investigating Or Analysing Materials By Optical Means (AREA)

Abstract

The invention discloses a PM2.5 concentration prediction method based on image quality, and belongs to the technical field of image processing. The method comprises the steps of firstly carrying out image registration on a collected data set (screening images shot in rainy days), and picking image blocks meeting the dark channel principle to serve as a final training set. And then restoring the transmissivity graph of the training set, extracting features of the transmissivity image by using a sliding window method, standardizing the image features, and eliminating the influence of relative humidity on the image features. And then analyzing the relation between the extracted features of the training set and the real PM2.5 concentration by using a robustness regression analysis method, and further obtaining a PM2.5 concentration prediction model. And finally, the PM2.5 concentration prediction is completed. Experimental results show that the PM2.5 concentration predicted by the algorithm provided by the invention is superior to that of the existing algorithm, the influence of the relative humidity meteorological conditions on atmospheric imaging can be overcome, and the method has important significance for monitoring the PM2.5 concentration in daily life.

Description

PM2.5 concentration prediction method based on image quality
Technical Field
The invention relates to a PM2.5 concentration prediction method, in particular to a PM2.5 concentration prediction method based on image quality.
Background
PM2.5 is a general term for all particulate matters with the diameter less than or equal to 2.5 μm suspended in the air, is an important index for measuring the air quality, and has great influence on the human health. Currently, the detection of PM2.5 concentration in air is performed by large equipment, which is expensive and requires regular maintenance. The observation shows that the quality of the images shot under different air quality conditions is obviously different. Therefore, a model construction method for correlation between image quality and PM2.5 concentration is designed. The existing PM2.5 concentration prediction method based on image processing mainly extracts some features capable of reflecting image quality. In recent years, the following two image processing-based PM2.5 concentration prediction methods have mainly appeared:
(1) method based on visual features of images. The method extracts the gradient and color characteristics of the image. The PM2.5 concentration is estimated by the sky color difference of the taken image, and the method is influenced by weather, such as: the yin sky is heavy, increasing the error of estimation. The effect of relative humidity on image quality is not taken into account by the gradient characteristics of the image.
(2) Method based on physical features of images. The method utilizes an atmospheric imaging physical model, recovers a transmittance graph of an image by adopting a dark primary color prior estimation method, extracts a characteristic matrix from the transmittance graph by using a sliding window strategy, and establishes a relation model between the characteristic matrix and the real PM2.5 concentration by utilizing a robustness regression analysis method. But this method does not take into account the effect of relative humidity on atmospheric imaging. The relative humidity affects the extinction capability of the particulate matter PM2.5 in the air, and the larger the relative humidity is, the more water the PM2.5 in the air absorbs, the stronger the scattering capability to the atmospheric light is, and the more blurred the image is.
Therefore, the existing PM2.5 prediction method based on image processing does not consider the influence of relative humidity on atmospheric imaging, resulting in low accuracy of PM2.5 concentration estimation.
Disclosure of Invention
The invention aims to provide a novel method for constructing an image quality and PM2.5 concentration correlation model.
The technical solution for realizing the purpose of the invention is as follows: a novel method for constructing an image quality and PM2.5 concentration correlation model comprises the following steps:
step 1, collecting natural images at fixed points and at fixed time, and preprocessing the images;
step 2, extracting a transmissivity graph of the collected image by adopting a defogging algorithm based on a dark channel prior theory;
step 3, extracting a characteristic matrix from the transmittance image obtained in the step 2 by using a sliding window method;
step 4, carrying out standardization processing on the characteristic matrix obtained in the step 3, and eliminating the influence of relative humidity on the characteristic matrix;
step 5, modeling by using a robust regression analysis method to obtain a PM2.5 concentration prediction model;
and 6, predicting the PM2.5 concentration by using the model obtained in the step 5.
Compared with the prior art, the invention has the following remarkable advantages: 1) the method considers and overcomes the influence of the relative humidity on the atmospheric imaging, and improves the prediction accuracy of the PM2.5 estimation. 2) The method only deducts blocks which accord with the dark channel principle in the image to establish a prediction model; useless blocks in the image are simply and effectively removed, the modeling time is greatly shortened, and meanwhile, the memory space required by modeling is also reduced.
The present invention is described in further detail below with reference to the attached drawing figures.
Drawings
FIG. 1 is a flow chart of a new method of estimating PM2.5 concentration based on image processing according to the present invention.
FIG. 2 is a flow chart of the effect of normalized relative humidity on image transmittance characteristics.
Fig. 3 is a natural image collected with a smartphone.
Fig. 4 is a useful image block scratched from an original image.
Fig. 5 is a natural image transmittance graph.
FIG. 6 is a diagram of empirical formula f (RH) of the scattering moisture absorption growth factor of particles in air.
Fig. 7 is a zone prioritization chart.
FIG. 8 is a training model obtained by the method of the present invention.
FIG. 9 is a training model derived from a method based on physical features of an image.
FIG. 10 is a plot of estimated PM2.5 concentration versus actual PM concentration for the method of the present invention.
FIG. 11 is a comparison of the estimated PM2.5 concentration and the true PM based on the method of physical image characteristics.
Detailed Description
With reference to fig. 1, the new method for estimating the PM2.5 concentration based on image processing of the present invention comprises the following steps:
step 1, collecting natural images at fixed points and at fixed time, and preprocessing the images; the method specifically comprises the following steps:
step 1-1, screening out images shot in a data set in rainy days;
step 1-2, carrying out image registration on the residual data set, selecting one image as a reference image to carry out registration on the other images, wherein a Generalized Dual Bootstrap-ICP algorithm is used during the registration, and a transformation model selects Similarity;
and 1-3, scratching a certain block of an image in the data set as a final training set, and removing useless information of the image, wherein the image block contains a scene meeting the dark channel principle.
Step 2, extracting a transmissivity graph of the collected image by adopting a defogging algorithm based on a dark channel prior theory; the method specifically comprises the following steps:
step 2-1: and respectively carrying out minimum value filtering on three channels of the image R, G, B in the training set, wherein the window size p is as follows:
1).p=m*m
2).m=floor(max([3,w*kenlRatio,h*kenlRatio]))
wherein m is the window diameter, w is the width of the image, h is the height of the image, and kenlRatio is a proportion with the value between 0.01 and 0.05; after minimum filtering is carried out on the three channels, the minimum brightness value of a pixel in the three channels is selected as the brightness value of a pixel point corresponding to the dark channel map, and therefore the dark channel map is restored;
step 2-2: the atmospheric illumination intensity a of each image was found: firstly, taking the first 0.1% of pixels from a dark channel according to the brightness; secondly, in the positions, the corresponding value of the point with the highest brightness is searched in the original foggy image I and is used as an A value;
step 2-3: constructing an atmospheric imaging physical model, namely I (x) ═ J (x) t (x) + A (1-t (x)), wherein x is a pixel point coordinate, I is an observed foggy image, J is a clear fogless image, A is global atmospheric illumination intensity, and t is used for describing the part of light which is not scattered in the process of transmitting the light to imaging equipment through a medium and the transmittance;
step 2-4: the dark channel prior theoretical model is constructed as follows:
Figure BDA0001159195490000031
wherein x is the pixel point coordinate, c represents any channel, y is the domain pixel point coordinate of pixel point x, J is the clear fog-free image, Jduck(x) Is a dark channel map, and the model shows that in most of the local areas other than the sky, some pixels always have very low values, which tend to be 0;
step 2-5: deriving a formula according to the formula
Figure BDA0001159195490000032
Wherein x is a pixel point coordinate, c represents an arbitrary channel, y is a field pixel point coordinate of the pixel point x, I is an observed foggy image, and t (x) is a transmissivity image to be solved; and recovering the coarse transmittance graph through the formula, refining the coarse transmittance graph by using an instructive filter, wherein the refined transmittance graph is the required transmittance graph.
The transmittance image generally conforms to the law of near-far and near-far, because the particles in the air are uniformly distributed, the distance of the light emitted by an object close to the image in the air is short, more light enters the camera, and the corresponding transmittance value is large. Conversely, the transmittance value of the object at a far position is small.
Step 3, extracting a characteristic matrix from the transmittance image obtained in the step 2 by using a sliding window method; the method specifically comprises the following steps:
step 3-1, setting the size of the sliding window to be
Figure BDA0001159195490000041
h and w are the height and width of the image, ws is the window size, and the step of movement is set to
Figure BDA0001159195490000042
step is the step size of the window sliding;
and 3-2, gradually moving the sliding window along the transverse and longitudinal directions of the transmissivity image, and calculating the logarithm of the average value of the window brightness to be used as the characteristic value of the window, so as to obtain a characteristic matrix, wherein one image corresponds to one characteristic matrix.
Step 4, carrying out standardization processing on the characteristic matrix obtained in the step 3, and eliminating the influence of relative humidity on the characteristic matrix; the method specifically comprises the following steps:
step 4-1, determining the particle scattering moisture absorption growth factor empirical formula f (RH) ═ 1+ a (RH/100) in the air of different areasbThe values of the two parameters a and b, wherein RH is relative humidity, and the values of the parameters a and b are shown in Table 1:
TABLE 1
Type of particulate matter in air a b
City type 2.06 3.60
Ocean/city hybrid 3.26 3.85
Ocean type 4.92 5.04
And 4-2, normalizing the feature matrix by using the determined f (RH), namely dividing each feature value in the feature matrix by f (RH) to eliminate the influence of the relative humidity on the feature value.
Step 5, modeling by using a robust regression analysis method to obtain a PM2.5 concentration prediction model; the method specifically comprises the following steps:
step 5-1, analyzing the relation between the characteristic value of each window of the training set and the real PM2.5 concentration by using a robustness regression analysis method, and calculating the correlation between the characteristic value and the real PM2.5 concentration;
and 5-2, selecting a window with the highest correlation with the real PM2.5 concentration as an optimal window, and taking a relation model corresponding to the window as a final training model to estimate the PM2.5 concentration, wherein the model comprises four parts in total, namely the relation model, the optimal window coordinate, the window size ws and the moving step size step.
And 6, predicting the PM2.5 concentration by using the model obtained in the step 5. The prediction model can only be used for predicting PM2.5 concentration corresponding to images shot in the local time collected by the training set, and specifically comprises the following steps:
6-1, extracting a feature matrix of the image to be detected according to the steps;
and 6-2, taking the corresponding characteristic value of the optimal window of the image to be measured as input and transmitting the input to a prediction model, and returning a predicted value to the prediction model, namely the PM2.5 concentration of the image to be measured at the local time of shooting.
The method considers and overcomes the influence of the relative humidity on the atmospheric imaging, and improves the prediction accuracy of the PM2.5 estimation. The method only extracts blocks which accord with the dark channel principle in the image to establish a prediction model; useless blocks in the image are simply and effectively removed, the modeling time is greatly shortened, and meanwhile, the memory space required by modeling is also reduced.
The present invention will be described in further detail with reference to the following examples:
the system takes a natural image shot by a smart phone as input, and adopts an image processing means to predict the image shot by the input image to obtain the local PM2.5 concentration. In order to predict the density of PM2.5 at the time of the input image shooting, firstly, images are acquired by a smart phone at the input image shooting time every day, and the number of the images is more than 15. Then, the method dynamically constructs a prediction model, and finally, the PM2.5 concentration of the input image at the local time can be predicted.
The flow of this embodiment is shown in fig. 1, the size of the fixed-point timing natural color image collected by the smartphone imaging device is 4160 × 3120, the total number of images is 20, and the captured image is shown in fig. 3. Images taken in rainy days are first screened, and then the remaining 15 images are subjected to image registration. The image registration is performed by using the Generalized Dual Bootstrap-ICP algorithm, and the Similarity is selected by the transformation model during the registration. Following the matting of the tiles, FIG. 4 shows the tiles actually used in this example, which are 400 × 300 in size.
After the 15 images are registered and preprocessed in a matting way, a dark channel prior theory-based defogging algorithm is adopted to recover the transmissivity of the 15 images, and as shown in fig. 5, the method specifically comprises the following steps:
the first step is as follows: minimum filtering is performed on three channels of the 15 images R, G, B, and the window size is 20 × 20. And selecting the minimum brightness value of the pixel in the three channels as the brightness value of the pixel point corresponding to the dark channel image.
The second step is that: the atmospheric illumination intensity a of each image was found: firstly, taking the first 0.1% of pixels from a dark channel according to the brightness; second, in these positions, the value of the corresponding point with the highest luminance is found in the original foggy image I as the a value.
The third step: according to the formula
Figure BDA0001159195490000051
And restoring the coarse transmittance graph, and then refining the coarse transmittance graph by using an instructive filter, wherein the refined transmittance graph is the required transmittance graph.
And after the transmissivity graph is restored, extracting a characteristic matrix from the transmissivity image by using a sliding window method. The method comprises the following specific steps:
the first step is as follows: the sliding window size is set to 15 x 15 in this example, and the window movement step size is 2.
The second step is that: and gradually moving the sliding window along the transverse and longitudinal directions of the transmissivity image, and calculating the logarithm of the average value of the window brightness to be used as the characteristic value of the window, thereby obtaining the characteristic matrix.
And extracting the feature matrix of the 15 images, and carrying out standardization processing on the feature matrix to eliminate the influence of relative humidity on the feature matrix. Fig. 6 shows a schematic diagram of an empirical formula f (rh) of a scattering moisture absorption growth factor of particles in air. Overall, f (RH) increases with increasing RH, with values for RH < 40% and f (RH) approaching 1, indicating that there is no significant increase in particle size of the airborne particles at lower ambient relative humidity. In addition, f (rh) in different regions has a distinct difference under the same humidity conditions. In this example, a is 1.24 and b is 6.27, the resulting feature matrix is normalized according to the steps given in fig. 2 to eliminate the effect of relative humidity.
And then modeling by using a robust regression analysis method to obtain a PM2.5 concentration prediction model. In the example, 15 images are collected, the PM2.5 concentration of each image at the local time is estimated by adopting the remaining method, namely 14 images are used as a training set for modeling each time, and the remaining image is used as a test set for testing for 15 times. The method comprises the following specific steps:
the first step is as follows: a robust regression analysis method (matlab self-contained function robustfit function) is used for analyzing the relationship between the characteristic value (each characteristic value in the characteristic matrix) of each window of the 14 images and the real PM2.5 concentration to construct a prediction model, and the correlation between the characteristic value and the real PM2.5 concentration is calculated to obtain a region priority sequence diagram, as shown in fig. 7, each window corresponds to one model correlation, and the darker the color represents the higher the correlation. The window with the deepest color is marked as an optimal window, the coordinate of the optimal window is 23, and the coordinate of the optimal window is 90.
The second step is that: the relationship model corresponding to the optimal window x-23 and y-90 (as shown in fig. 8) is used as the final training model to perform PM2.5 concentration estimation.
And finally, performing PM2.5 concentration prediction on the test set image by using the obtained prediction model, specifically, substituting the characteristic value corresponding to the optimal window (x is 23, y is 90) of the test set into the prediction model, and returning a PM2.5 concentration prediction value by the prediction model.
Fig. 9 shows a PM2.5 concentration prediction model obtained by a conventional method for extracting physical features of an image. FIG. 10 is a comparison of the estimated PM2.5 concentration value obtained in the present example with the true value. FIG. 11 is a comparison of the estimated PM2.5 concentration and the true PM based on the method of physical image characteristics. Table 2 compares the process of the invention with known processes.
TABLE 2
Before standardization After standardization Improvements in or relating to
R 0.8741 0.9056 0.0315
MAE(ug/m3) 7.0219 5.7105 1.3114
As can be seen from fig. 10, fig. 11, and table 2: the PM2.5 concentration prediction model obtained by the method can accurately estimate the PM2.5 concentration of the smart phone shot image at the current time and the local place, overcomes the influence of relative humidity on atmospheric imaging, is superior to the existing method in the correlation R and the absolute average error MAE between the PM2.5 concentration estimated value and the true value, and only blocks which accord with the dark channel principle in the image are deducted to establish the prediction model. Useless blocks in the image are simply and effectively removed, and the modeling time is greatly shortened. The shortening of the time and the improvement of the estimation precision provide convenience for the prediction and monitoring of the PM2.5 concentration in daily life.

Claims (5)

1. A PM2.5 concentration prediction method based on image quality is characterized by comprising the following steps:
step 1, collecting natural images at fixed points and at fixed time, and preprocessing the images; the method specifically comprises the following steps:
step 1-1, screening out images shot in a data set in rainy days;
step 1-2, carrying out image registration on the residual data set, selecting one image as a reference image to carry out registration on the other images, wherein a Generalized Dual Bootstrap-ICP algorithm is used during the registration, and a transformation model selects Similarity;
step 1-3, a certain block of an image in a data set is scratched to serve as a final training set, useless information of the image is removed, and the image block contains a scene meeting a dark channel principle;
and 2, restoring a transmittance map of the acquired image by adopting a defogging algorithm based on a dark channel prior theory, which specifically comprises the following steps:
step 2-1: and respectively carrying out minimum value filtering on three channels of the image R, G, B in the training set, wherein the window size p is as follows:
1).p=m*m
2).m=floor(max([3,w*kenlRatio,h*kenlRatio]))
wherein m is the window diameter, w is the width of the image, h is the height of the image, and kenlRatio is a proportion with the value between 0.01 and 0.05; after minimum filtering is carried out on the three channels, the minimum brightness value of a pixel in the three channels is selected as the brightness value of a pixel point corresponding to the dark channel map, and therefore the dark channel map is restored;
step 2-2: the atmospheric illumination intensity a of each image was found: firstly, taking the first 0.1% of pixels from a dark channel according to the brightness; secondly, in the positions, the corresponding value of the point with the highest brightness is searched in the original foggy image I and is used as an A value;
step 2-3: constructing an atmospheric imaging physical model, namely I (x) ═ J (x) t (x) + A (1-t (x)), wherein x is a pixel point coordinate, I is an observed foggy image, J is a clear fogless image, A is global atmospheric illumination intensity, and t is used for describing the part of light which is not scattered in the process of transmitting the light to imaging equipment through a medium and the transmittance;
step 2-4: the dark channel prior theoretical model is constructed as follows:
Figure FDA0002196525040000011
wherein x is the pixel point coordinate, c represents any channel, y is the domain pixel point coordinate of pixel point x, J is the clear fog-free image, Jdark(x) Is a dark channel map, the model shows that in most non-sky local areas, some pixels will always tend to 0;
step 2-5: deriving a formula according to the formula
Figure FDA0002196525040000021
Wherein x is a pixel point coordinate, c represents an arbitrary channel, y is a field pixel point coordinate of the pixel point x, I is an observed foggy image, and t (x) is a transmissivity image to be solved; recovering the coarse transmittance graph through the formula, refining the coarse transmittance graph by using an instructive filter, wherein the refined transmittance graph is the required transmittance graph;
step 3, extracting a characteristic matrix from the transmittance image obtained in the step 2 by using a sliding window method;
step 4, carrying out standardization processing on the characteristic matrix obtained in the step 3, and eliminating the influence of relative humidity on the characteristic matrix;
step 5, modeling by using a robust regression analysis method to obtain a PM2.5 concentration prediction model;
and 6, predicting the PM2.5 concentration by using the model obtained in the step 5.
2. The image quality-based PM2.5 concentration prediction method according to claim 1, wherein the step 3 of extracting the feature matrix for the transmittance image by using the sliding window method specifically comprises:
step 3-1, setting the size of the sliding window to be
Figure FDA0002196525040000022
h and w are the height and width of the image, ws is the window size, and the step of movement is set to
Figure FDA0002196525040000023
step is the step size of the window sliding;
and 3-2, gradually moving the sliding window along the transverse and longitudinal directions of the transmissivity image, and calculating the logarithm of the average value of the window brightness to be used as the characteristic value of the window, so as to obtain a characteristic matrix, wherein one image corresponds to one characteristic matrix.
3. The image quality-based PM2.5 concentration prediction method according to claim 1, wherein the step 4 normalizes the feature matrix, specifically:
step 4-1, determining the particle scattering moisture absorption growth factor empirical formula f (RH) ═ 1+ a (RH/100) in the air of different areasbThe values of the two parameters a and b, wherein RH is relative humidity, and the values of the parameters a and b are shown in Table 1:
TABLE 1
Type of particulate matter in air a b City type 2.06 3.60 Ocean/city hybrid 3.26 3.85 Ocean type 4.92 5.04
And 4-2, normalizing the feature matrix by using the determined f (RH), namely dividing each feature value in the feature matrix by f (RH) to eliminate the influence of the relative humidity on the feature value.
4. The image quality-based PM2.5 concentration prediction method according to claim 1, wherein the step 5 of modeling with a robust regression analysis method to obtain the PM2.5 concentration prediction model specifically comprises:
step 5-1, analyzing the relation between the characteristic value of each window of the training set and the real PM2.5 concentration by using a robustness regression analysis method, and calculating the correlation between the characteristic value and the real PM2.5 concentration;
and 5-2, selecting a window with the highest correlation with the real PM2.5 concentration as an optimal window, and taking a relation model corresponding to the window as a final training model to estimate the PM2.5 concentration, wherein the model comprises four parts in total, namely the relation model, the optimal window coordinate, the window size ws and the moving step size step.
5. The image quality-based PM2.5 concentration prediction method according to claim 1, wherein the step 6 uses the obtained model to predict the PM2.5 concentration, and the prediction model can only be used to predict the PM2.5 concentration corresponding to the image captured at that time in the training collection, specifically:
6-1, extracting a feature matrix of the image to be detected according to the steps;
and 6-2, taking the corresponding characteristic value of the optimal window of the image to be measured as input and transmitting the input to a prediction model, and returning a predicted value to the prediction model, namely the PM2.5 concentration of the image to be measured at the local time of shooting.
CN201611031140.0A 2016-11-22 2016-11-22 PM2.5 concentration prediction method based on image quality Active CN106709903B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611031140.0A CN106709903B (en) 2016-11-22 2016-11-22 PM2.5 concentration prediction method based on image quality

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611031140.0A CN106709903B (en) 2016-11-22 2016-11-22 PM2.5 concentration prediction method based on image quality

Publications (2)

Publication Number Publication Date
CN106709903A CN106709903A (en) 2017-05-24
CN106709903B true CN106709903B (en) 2020-06-19

Family

ID=58941184

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611031140.0A Active CN106709903B (en) 2016-11-22 2016-11-22 PM2.5 concentration prediction method based on image quality

Country Status (1)

Country Link
CN (1) CN106709903B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108761571A (en) * 2018-04-03 2018-11-06 北方民族大学 Atmospheric visibility prediction technique based on neural network and system
CN108693087B (en) * 2018-04-13 2020-09-01 中国科学院城市环境研究所 Air quality monitoring method based on image understanding
WO2020232710A1 (en) * 2019-05-23 2020-11-26 深圳大学 Haze image quality evaluation method and system, storage medium, and electronic device
CN111598156A (en) * 2020-05-14 2020-08-28 北京工业大学 PM based on multi-source heterogeneous data fusion2.5Prediction model
CN112580600A (en) * 2020-12-29 2021-03-30 神华黄骅港务有限责任公司 Dust concentration detection method and device, computer equipment and storage medium
CN113433037B (en) * 2021-05-13 2023-05-12 北京理工大学 Mobile phone type PM 2.5 Observation device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103903273A (en) * 2014-04-17 2014-07-02 北京邮电大学 PM2.5 grade fast-evaluating system based on mobile phone terminal
CN104217404A (en) * 2014-08-27 2014-12-17 华南农业大学 Video image sharpness processing method in fog and haze day and device thereof
CN105735416A (en) * 2016-04-12 2016-07-06 顾美红 Remotely controllable air purification water maker

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103903273A (en) * 2014-04-17 2014-07-02 北京邮电大学 PM2.5 grade fast-evaluating system based on mobile phone terminal
CN104217404A (en) * 2014-08-27 2014-12-17 华南农业大学 Video image sharpness processing method in fog and haze day and device thereof
CN105735416A (en) * 2016-04-12 2016-07-06 顾美红 Remotely controllable air purification water maker

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
《Influences of relative humidity and particle chemical composition on aerosol scattering properties during the 2006 PRD campaign》;Xingang Liu;《Atmospheric Environment》;20080331;第1525-1536页 *
《PM2.5 Monitoring using Images from Smartphones in Participatory Sensing》;Xiaoyang Liu;《The first International Workshop on Smart Cities and Urban Informatics 2015》;20150501;第630-635页 *

Also Published As

Publication number Publication date
CN106709903A (en) 2017-05-24

Similar Documents

Publication Publication Date Title
CN106709903B (en) PM2.5 concentration prediction method based on image quality
Rakibe et al. Background subtraction algorithm based human motion detection
CN106971152B (en) Method for detecting bird nest in power transmission line based on aerial images
CN106856002B (en) Unmanned aerial vehicle shooting image quality evaluation method
CN100545867C (en) Aerial shooting traffic video frequency vehicle rapid checking method
CN107256225B (en) Method and device for generating heat map based on video analysis
CN105373135B (en) A kind of method and system of aircraft docking guidance and plane type recognition based on machine vision
Li et al. Meteorological visibility evaluation on webcam weather image using deep learning features
CN106991668B (en) Evaluation method for pictures shot by skynet camera
CN105930822A (en) Human face snapshot method and system
CN104978567B (en) Vehicle checking method based on scene classification
CN105069818A (en) Image-analysis-based skin pore identification method
CN110503637B (en) Road crack automatic detection method based on convolutional neural network
CN110441320B (en) Coal gangue detection method, device and system
CN103344583A (en) Praseodymium-neodymium (Pr/Nd) component content detection system and method based on machine vision
CN111275705A (en) Intelligent cloth inspecting method and device, electronic equipment and storage medium
CN114241511A (en) Weak supervision pedestrian detection method, system, medium, equipment and processing terminal
CN106570440A (en) People counting method and people counting device based on image analysis
Li et al. Real-time instance-level detection of asphalt pavement distress combining space-to-depth (SPD) YOLO and omni-scale network (OSNet)
Guo et al. Surface defect detection of civil structures using images: Review from data perspective
CN107729811B (en) Night flame detection method based on scene modeling
CN116703787B (en) Building construction safety risk early warning method and system
CN110765900B (en) Automatic detection illegal building method and system based on DSSD
CN103400395A (en) Light stream tracking method based on HAAR feature detection
CN117636268A (en) Unmanned aerial vehicle aerial natural driving data set construction method oriented to ice and snow environment

Legal Events

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