• <tr id="yyy80"></tr>
  • <sup id="yyy80"></sup>
  • <tfoot id="yyy80"><noscript id="yyy80"></noscript></tfoot>
  • 99热精品在线国产_美女午夜性视频免费_国产精品国产高清国产av_av欧美777_自拍偷自拍亚洲精品老妇_亚洲熟女精品中文字幕_www日本黄色视频网_国产精品野战在线观看 ?

    Smoke root detection from video sequences based on multi-feature fusion

    2022-11-04 09:20:00LimingLouFengChenPengleChengYingHuang
    Journal of Forestry Research 2022年6期

    Liming Lou · Feng Chen · Pengle Cheng ·Ying Huang

    Abstract Smoke detection is the most commonly used method in early warning of f ire and is widely used in forest detection. Most existing smoke detection methods contain empty spaces and obstacles which interfere with detection and extract false smoke roots. This study developed a new smoke roots search algorithm based on a multi-feature fusion dynamic extraction strategy. This determines smoke origin candidate points and region based on a multi-frame discrete conf idence level. The results show that the new method provides a more complete smoke contour with no background interference, compared to the results using existing methods.Unlike video-based methods that rely on continuous frames,an adaptive threshold method was developed to build the judgment image set composed of non-consecutive frames.The smoke roots origin search algorithm increased the detection rate and signif icantly reduced false detection rate compared to existing methods.

    Keywords Smoke detection · Multi-feature fusion ·Search strategy · ViBe · Choquet

    Introduction

    Smoke monitoring from forest f ires depends on visual monitoring (Alamgir et al. 2018) and developing early smoke detection technology based on video for large areas is of practical importance. Video-based smoke detection can be divided into three categories: traditional methods, deep learning-based methods, and methods combining both(Wang et al. 2020). Traditional video-based methods detect the smoke using the set features of the smoke extraction results (Nguyen et al. 2020), which can be either static or dynamic. When the recognition object is only a single smoke image frame, researchers often choose the static characteristics of smoke such as color, Local Binary Pattern (LBP),shape, wavelet, hog, irregularity, and density (Gaur et al.2020). Among these features, color-based image segmentation has a wide range of applications in obtaining smoke candidate regions and analyzing the results (Appana et al.2017). In addition to color space using Red-Green-Blue(RGB) (Yuan et al. 2017a, 2018; Sousa and Gamboa 2020),HSV, YUV (Prema et al. 2016), YCbCr (Wang et al. 2017;Ye et al. 2017; Yuan et al. 2017b; Sousa and Gamboa 2020), Hue-Intensity-Saturation(HIS) (Yuan et al. 2017a,2018) and grayscale space were all investigated as smoke characteristics.

    However, the complexity of the forest environment and the problems of sharpness and distance of the material obtained by videoing make it diffi cult to detect smoke using a single static feature (Wu et al. 2021). To address this,the dynamic characteristics from the relationship between frames, such as motion direction, texture (Zhao et al. 2021),f ixed source (Gao and Cheng 2019, 2021), and f luid characteristics of smoke, can be combined with static characteristics such as color to detect smoke, one of the major advantages of video-based smoke detection compared to photo-based detection. For such dynamic characteristics,advanced classif iers are needed to better categorize and detect smoke in video images. Currently, there are existing classif iers used for dynamic feature detection (Xia et al.2019), including support vector machines (SVM) (Barmpoutis et al. 2013; Ye et al. 2015), AdaBoost (Yuan et al. 2015;Zhao et al. 2015), hidden Markov models (HMMs) (Savci et al. 2019), K nearest neighbors (KNN) (Zhao et al. 2021),conditional random f ields (Cheng et al. 2019), Gaussian process regression (Yuan et al. 2017a), and Bayes classif ier(Piccinini et al. 2008). In addition, combinations of these classif iers were also investigated.

    The dynamic characteristics of smoke are diff erent from other moving objects and using the above-mentioned traditional machine learning methods to process the motion information in the original format is diffi cult (Wang et al.2020), resulting in the development of deep learning methods. The Convolutional Neural Network (CNN) can automatically extract features from the original data, and classify and optimize them to obtain better results (Li et al. 2020).He et al. ( 2021) developed an attention module combined with spatial and channel attention that was deeply integrated with CNN to improve detection in conditions of fog and light smoke. Li et al. ( 2020) reconstructed a neural network model into a new SC-CNN model, and by using a new regularized loss function-score clustering, the new model reduced over-f itting issues and improved model accuracy. Xu et al.( 2019) developed a deep saliency CNN network using a combination of a deep feature map and a saliency map at both pixel-level and target-level to detect smoke. In addition,better model performance usually requires larger models. To address the compatibility of performance and model size,Jadon et al. ( 2019) proposed a new shallow neural network,FireNet, which achieved the optimal frame rate for f ire detection to date.

    To further reduce false detection and missed detection rates under changing smoke detection from forest f ires,Gao and Cheng ( 2019) proposed the “smoke root”, which is def ined as smoke source that do not change with time,believed to be the most fundamental feature of forest f ire smoke that distinguishes it from other disturbances. Diff usion of smoke roots would not change over time, even in changing scenes. The stability of smoke roots is a feature that other natural phenomena such as clouds and fog do not have. To detect the smoke roots, the dynamic feature area of the f ire can be obtained through the ViBe algorithm, the connected domain by opening and closing operations, and the detection of skeleton and skeleton endpoints by the use of the Zhang-Suen skeleton extraction algorithm (Zhang and Suen 1984). The stable skeleton endpoints between consecutive frames are regarded as smoke root candidate points and were put into a two-dimensional smoke simulation engine to generate smoke used to overlap with the monitored smoke for detection. If more than 70% of the pixel values matched the simulated smoke and the monitored smoke, this region was a smoke root. Since the ViBe algorithm could not detect light smoke in a long distance, the algorithm was combined with the MSER algorithm through Bayesian fusion to form a better shape of smoke candidate regions for a complete, fullsize smoke detection using video (Gao and Cheng 2021).

    By considering the small diff usion range and relatively stable position of the combustion source in the early stages of a f ire, it may be assumed that the source position of the smoke is relatively f ixed in the continuous frames. This relatively stationary position of combustion is def ined as a“smoke root”. According to the smoke root detection method developed by Gao and Cheng ( 2019), the premise of smoke root detection is to extract the smoke candidate regions successfully and f ind the stable skeleton endpoint that does not change with time, regarded as a smoke root candidate. Complete and accurate extraction of smoke candidate regions is critical for smoke root detection. Under diff erent environmental conditions, detection results would vary with diff erent detection algorithms. Figure 1 shows the results of the smoke candidate regions obtained by the ViBe algorithm,the smoke skeletons and the skeleton endpoints obtained using the method of Gao and Cheng ( 2019) in two diff erent environmental conditions. The ViBe algorithm can extract some smoke pixels, but voids and missed detection will also occur under some environmental conditions. Although the algorithm produces a good smoke contour, it can also result in an “empty region” at the center and edges of the smoke,making it impossible to obtain the connected smoke candidate regions and limiting the search process of smoke root candidate points. To address these issues, this study integrates the dynamic and static characteristics of smoke into the ViBe algorithm to obtain more complete smoke candidate regions and develops a new smoke roots search strategy to improve detection rate and calculation effi ciency.

    Smoke roots are a source of smoke that are stable in consecutive frames so the continuity between frames is key for determining smoke roots. According to Gao and Cheng( 2019), smoke root candidate points were identif ied as stable skeleton endpoints in f ive consecutive skeleton images.However, for a video with a rate of twenty-f ive frames per second or higher, the time required to obtain f ive image frames was only 0.2 s or lower. Such a brief time was insuff icient to result in a signif icant change in the shape of the smoke. Therefore, many fake or false smoke roots would be determined as endpoints that did not change with time and entered into the next two-dimensional smoke simulation engine to generate candidate points, which would signif icantly increase the amount of calculation and reduce the calculation effi ciency.

    Fig. 1 Diff erent results in diff erent environmental conditions using Gao and Cheng ( 2019)’s method

    To address this challenge, in this study, a new multi-frame discrete conf idence strategy was developed to process the multi-frame connected domain images and determine the smoke root. This new strategy introduces the concept of conf idence into the process of determining smoke roots, and represents the relative magnitude of the probability that the correct smoke roots appear on the image frame.

    To detect the smoke roots, root candidate points are identif ied by analyzing the continuity of smoke roots between frames and overlapping the simulated smoke with the actual monitored smoke. Since deep learning methods only extract features from original data, they do not conform to the principle of the smoke root detection in method and original intention. Thus, although deep learning methods have been applied to recognizing dynamic features of smoke and f lames, there are limited studies on applying deep learning networks to identify and extract the basic features of smoke from smoke images. In this study, a new smoke roots search algorithm, based on a multi-feature fusion dynamic extraction strategy and multi-frame discrete conf idence strategy,was developed to extract smoke root features for higher detection effi ciency and more accurate detection. This paper has two major contributions: (1) A proposed new forest f ire smoke roots search algorithm fusing the dynamic and static characteristics of smoke to obtain complete smoke contours through motion and grayscale detection. This new algorithm will improve detection capacity and accuracy of the edges and roots of smoke which are diffi cult to identify by the dynamic extraction algorithm; (2) A proposed new multiframe discrete conf idence strategy to reduce the number of smoke root candidate points or skeleton endpoints for smoke root detection. By applying the double-layer conf idence selection process, this new strategy can obtain more smoke root skeleton endpoints with a high degree of conf idence, thus reducing the need for large number of skeleton endpoints as required by the traditional smoke root detection method (Gao and Cheng 2019).

    Materials and methods

    Fig. 2 Flow steps of smoke root detection during the image processing stage

    The f lowchart of the developed algorithm (Fig. 2) consists of three steps: the f irst is to extract the smoke regions from the continuous video frames through the multi-feature fusion method with the combination of dynamic and static stacking strategies; the second is to extract ten eligible connected domain frames as the base frames for determining the smoke root candidate points; and, the third is to extract the skeleton and skeleton endpoints of the selected connected domain frames, and screen out smoke root candidate points that have higher conf idence through the multi-frame discrete conf idence determination strategy. These candidate points are then put into the two-dimensional smoke simulation engine to generate the simulated smoke.

    Smoke candidate regions extraction

    Extracting the smoke regions from the continuous frames of the video is the f irst step in the smoke detection and smoke root acquisition. The ViBe algorithm was used as a foreground detection algorithm based on background updating.Gao and Cheng ( 2019) used this algorithm to extract the dynamic pixels from the video frame and applied the closing operation to select a large range of dynamic points from a connected domain. The closing operation was to expand the images to make the dynamic area a connected domain,identif ied as the smoke regions. Such a connected domain was then skeletalized and the points that were stable in the consecutive frames were considered smoke root candidate points.

    Since the ViBe algorithm requires to establish and update the background pixels in the initial image frame, the image with the f irst frame number does not result in a good extraction. On the other hand, the dynamic extraction algorithm alone cannot identify the smoke regions under conditions of excessive smoke density. Thus, the extracted smoke regions using the ViBe algorithm may be incomplete or unable to form connected domains, resulting in ineff ective detection of some smoke that is more scattered. To address this issue,this study developed a new region stacking strategy Fig. 3 using multi-feature fusion that stacks the dynamic and static candidate regions (Fig. 3).

    The f irst step of the new stacking strategy is to extract dynamic features from the f irst 50 input frames to create a model image made up of the extracted ViBe dynamic features from the input frames (Fig. 3). Such extracted dynamic area contains both the correct smoke regions and part of the background noise. An erosion operation with a core of 1 × 1 is performed on the extracted dynamic area to eliminate background noise and obtain a set of dynamic pixels that only belong to the smoke regions, resulting in binary images.The resulting dynamic pixel set, and the eroded input frame are then added on to the model image to obtain a binarized image, M (i, j) with all dynamic pixel point sets which can be presented as:

    The binarized model image with the dynamic feature area of smoke can be built (Fig. 4).

    Fig. 4 Built model image

    Fig. 3 Smoke candidate regions detection frame stream

    After a binarized model image of the smoke is obtained,the second step is to perform fusion feature extraction on the input image and model image of each following frame (Fig. 3). The image fusion is applied to distinguish the foreground and background areas. The area enclosed by the rectangle in the input frame is considered as the foreground area, F (x,y), and the area not enclosed is the background area as:

    Within the foreground area, the foreground pixels with corresponding static characteristics of the smoke are extracted, and pixels without the static characteristics of the smoke are considered as the background pixels and are not extracted. The single-channel grayscale processing is applied on the input frame to process the images,resulting in a feature image of the binarized smoke regions represented as:

    where, (x,y) belonging to the rectangular area, andf(x,y)is the pixel value of the single-channel grayscale image at the position (x,y).Finally, the obtained feature image with binary smoke regions from Eq. ( 4) is closed to obtain the connected domain. Figure 5 shows three smoke image examples in different conditions obtained using the ViBe algorithm (second column) and using the new algorithm developed above (last column). The completeness and roundness of the obtained connected domain from the developed algorithm exceeds the connected domain obtained by the ViBe algorithm. In addition, the new algorithm also simplif ies the smoke region generation and signif icantly reduces the amount of calculation needed for further obtaining smoke root candidate points.

    Smoke roots determination

    As seen in the f irst and second rows of Fig. 6, to start the new strategy for smoke root determination, ten connected domain images are selected by the adaptive threshold (AT)method. The f irst connected domain image is considered as the f irst frame of the ten connected domain images. When the connected domain change rate of the next input frame exceeds the pre-set threshold, this frame is selected as the next image until the rest of the nine frames are extracted.These ten images are then set as the base judgment image set from which smoke root candidate points are extracted. The purpose of such a process is to extract a suffi ciently large change in smoke to f ilter out the “false smoke roots”, and to adapt to smoke with diff erent rates of spread in diff erent environments. This new strategy can detect the candidate points of the smoke roots rapidly when the smoke spreads quickly and detect the smoke roots correctly and smoothly when the smoke spreads too slowly.

    Fig. 5 Comparing the results of connected domain using ViBe algorithm and the newly developed algorithm

    Fig. 6 Flowchart of the new multi-frame discrete conf idence strategy to determine smoke root from connected domain frames

    After the base judgment image set are extracted, shown in the third row of Fig. 6, the skeletonization processing is then performed on the ten base judgment images to determine the smoke root candidate points, obtain the skeletons,and extract the skeleton endpoints. For the skeleton endpoint in each set of endpoints, the skeleton endpoint stacking search strategy is applied to obtain the integer set of search results corresponding to the skeleton endpoints on each image frame. Such a stacking strategy superpositions the endpoints of the ten frames of skeleton endpoint images on a single channel model image through coordinate projection to obtain a model image with all skeleton endpoints.This stacking strategy is applied to each endpoint on each frame on the projected model image to obtain the statistical number of sets. A search strategy is then used to search the model image withR= 5 as the radius for the search point coordinates (i,j). Whenever a pixel is found, the search count is increased by 1, and a two-dimensional integer groupM[N][m], the stacking number of pixels of the mth skeleton endpoint of the Nth frame, is obtained, where N represents the Nth frame and is between one and ten and m is the endpoint meeting the searching criteria with an upper limit of the number of skeleton endpoints in the Nth frame.With the search strategy applied, the dispersion degree of the ten integer sets is then calculated corresponding to the ten frames of images, and the skeleton frame with the largest dispersion factor is selected as the base frame. Considering that a higher probability of the correct smoke roots occurs on the frame of the image with the greatest dispersion factor,the stacking and searching process for the skeleton endpoints is repeated on the base frame to obtain the integer set of searched skeleton endpoints of the base frame. The pixels whose search results are greater than the threshold (equals 5 in this study) are identif ied as a smoke root with higher conf idence, which indicates that the points searched in at least the threshold times of frames of skeleton endpoint images.These detected smoke roots, obtained by further screening,represent the source points of the smoke. These identif ied smoke root pixels are labeled for further smoke detection analysis if needed.

    Datasets

    To validate the new smoke detection algorithm, publicly available video datasets from forest f ires were used to perform the smoke roots detection, including eighteen smoke videos with a resolution of 480 × 320, and a frame rate of 25 frames per second. The input video materials used can be downloaded via **CHENG DATASET (2021). The new algorithm was implemented using C + + in Visual Studio 2015 and OpenCV 4.3.0 to detect the f ire and to visualize the predicted image based on the smoke eigenvalue generated in the process. The results were compared with the detection obtained from the traditional ViBe algorithm from Gao and Cheng ( 2019) to evaluate the eff ectiveness of the new algorithm. The CPU used was the Intel Core i7-10710U and the GPU was the MX250.

    Results

    Parameter settings

    To compare with the smoke root detection results from Gao and Cheng ( 2019), the same parameters were set for the ViBe extraction of smoke candidate points. For the new method developed in this study, the adaptive threshold(AT) is an empirical value (Table 1). Table 2 also shows the smoke detection results based on the Choquet fuzzy integral algorithm developed by Wang et al. ( 2017), which detected smoke rather than smoke roots. Therefore, to compare the results obtained by Wang et al. ( 2017), the Choquet fuzzy integral algorithm was used to extract the smoke candidateregions followed by the smoke roots extraction method in this study. Further details of comparisons between the smoke roots detected based on the Choquet fuzzy integral algorithm and the new algorithm are presented later.

    Table 1 Adaptive threshold used in the new developed algorithm

    Table 2 Forest f ire smoke detection results by Wang et al. ( 2017)(“N” = not detected; “Y” = successfully detected)

    Since image detection and fusion is a pixel-level process,a large number of isolated points need to be included in the connected domain. To reduce computation needs, this study applied erosion and expansion operations on the smoke foreground pixels from Gao and Cheng ( 2019). Table 3 lists the expansion and erosion cores used in this paper. In the smoke root search and detection process, the search radius R was set at 5.

    Table 4 shows the adjusted adaptive thresholds set by the new method to obtain the base judgement image database and the number of frames required to successfully detect smoke root candidate points, which are the time and the number of detected candidate smoke roots. When a proportion of the acquired connected domain is greater than the adjusted AT compared to the previous frame of the judgment image, the next connected domain frame is extracted as the frame of judgment image of the smoke roots search strategy. The selection of diff erent thresholds for diff erent samples depends on the inconsistent diff usion speeds of the smoke for diff erent samples. The connected domains of samples with slower smoke diff usion change slowly, while for the faster smoke diff usion change quickly. For slow smoke,a relatively small frame extraction threshold is needed to have enough search frames during the ten seconds of the sample video. For samples with fast smoke diff usion, theirconnected domains change at a faster rate, and a smaller frame extraction threshold is required to make the time span of extracting search frames long enough. For smoke with a moderate diff usion rate, the search frame is extracted with a 20% frame extraction threshold to ensure that the sample length can extract suffi ciently long time span of frames and the suffi ciently large inter-frame diff erences.Adjusting the adaptive thresholds does not aff ect the acquisition of correct smoke roots but instead it will reduce the detection of fake smoke roots. The T2 sample was analyzed as an example using diff erent ATs to obtain the smoke roots (Table 5). It shows that a larger AT requires more frames obtain ten frames of the judgment image and fewer smoke root candidate points are obtained. A smaller AT requires fewer frames to obtain the ten frames of judgment image and a greater number of smoke root candidate points are obtained. Since larger AT need longer stacked search to reach the degree of change in the connected domain, fewer“fake smoke roots” are considered as candidate points.Although the AT does not aff ect whether the smoke roots are detected or not, too many detection frames will increase the amount of calculation to obtain the frames of judgment image in the early stage, and more will also increase the amount of calculation in the later two-dimensional smoke simulation process. Thus, to be computationally effi cient with fewer fake smoke root detection, the AT is adjusted to an appropriate value (Table 4).

    Table 3 Smoke foreground pixels via Gao and Cheng ( 2019)(“N” = not detected; “Y” = successfully detected)

    Table 4 Adjusted adaptive thresholds (“N” = not detected;“Y” = successfully detected)

    Performance evaluation of the new algorithm

    Two indicators used to evaluate the performance of the algorithm, include detection accuracy and the number of eff ective connected domains. To quantify the detection accuracy, an artif icial ROI (region of interest) area was set in the smoke source area of the image as the reference smoke roots,and used to compare whether the detected smoke roots by diff erent detection methods were correct. The ROI areas for each forest f ire event were marked with a red frame in the image frame, and the coordinates of these areas were stored for later comparison. If the detected smoke roots candidate points fell in the ROI area, the detection was considered successful, which was also the detection accuracy index proposed by Gao and Cheng ( 2019). The shape of the ROI area is rectangular but the size for diff erent f ires are diff erent(Table 6). Among the available 27 videos, 18 showed a forest f ire.

    Table 5 Smoke root detection of diff erent ATs

    Table 7 compares the detection accuracy of three diff erent smoke detection algorithms, including the ones proposed byGao and Cheng ( 2019) and Wang et al. ( 2017), and the one developed in this study. The results were obtained using the foreground extraction algorithms of each method to obtain smoke candidate regions, followed by extracting the smoke root candidate points using the same method and parameters. From Table 7, it is shown that the new algorithm can detect smoke roots with an accuracy of 94.9%, a signif icant improvement compared to those of Gao and Cheng ( 2019)and Wang et al. ( 2017) algorithms of 31.6 and 52.6%,respectively.

    Table 6 Types of smoke, number of frames, and the ROI sizes in the 18 tests videos with f ire

    In addition to the detection accuracy, the fusion image of the binarized smoke candidate regions can also be used to qualitatively validate the eff ectiveness of the new algorithm. Figure 7, compare the original image (f irst row), the dynamic and static feature fusion image obtained using the new algorithm (second row), the results from the ViBe algorithm (third row), and the results from the Choquet fuzzy integration algorithm (fourth row). The new algorithm can identify smoke root areas more accurately and more completely with less false smoke roots compared to the other traditional algorithms.

    To quantify the effectiveness of different algorithms(Fig. 8), the number and proportion of eff ective connected domain frames can be used as the second validation index.These are def ined as the connected domain that can obtain the skeleton endpoints of the correct smoke root candidate points after skeletonization. An example of ineff ective and eff ective connected domain frames, obtained using diff erentmethods in the same frame is shown in Fig. 9. The frame on the left is considered ineff ective since it cannot be directly ref ined through the skeleton ref inement, and the correct smoke roots cannot be eff ectively extracted through the smoke roots search strategy. Thus, the ineff ective connected domain frames, def ined as the foreground frames, require preprocessing to obtain a complete connected domain through opening and closing operations or as the frames that cannot obtain a complete connected domain through basic opening and closing operations. The connected domain on the right of Fig. 9 is eff ective since it can be directly processed through skeletonization to obtain continuous smoke root candidate points that can eff ectively extract the correct smoke roots.

    Table 7 Comparison of detection results between diff erent algorithms (“N” = not detected; “Y” = successfully detected)

    Fig. 7 Comparison between the original images (f irst row), the fusion images from the developed method in this study (second row), from the ViBe algorithm (third row), and from the Choquet algorithm (fourth row) for T1, T5, T6, T11

    With the eff ective connected domain frames def ined, the positive detection (PD) and the detection rate (DR) are used to compare the detection eff ectiveness between diff erent algorithms.

    Table 8 compares the positive rate and the detection rate for the three diff erent algorithms including those of Gao and Cheng ( 2019), Wang et al. ( 2017), and the developed algorithm in this study. It illustrates that the new algorithm improves significantly on detection effectiveness of the smoke roots, with detections rate of 100% for most of the test video and minimum detection rate of 73.3%, compared to a minimum detection rate of 11.7 and 0% for those of Gao and Cheng ( 2019) and Wang et al. ( 2017), respectively.

    Discussion

    Fig. 8 Comparison between the original images (f irst row), the fusion images from the developed method in this study (second row), from the ViBe algorithm (third row), and from the Choquet algorithm (fourth row) for T13, T14, T16, T18

    Fig. 9 Ineff ective (left) and eff ective (right) connected domain frames

    To further investigate the possible inf luencing factors for the detection accuracy of diff erent smoke root detection algorithms, Figs. 10, 11, 12 and 13 show the number of detected true roots and false detection for the three algorithms. Comparing these f igures, shows that the proposed new method not only improves the detection rate of true smoke roots, but can detect smoke roots in some challenging environments which the other two algorithms cannot.The test videos T1 and T13 (Figs. 7, and 8) were selected as examples to further explain such conditions. In T1 and T13, there was regular smoke in both scenes and a few lightcolored buildings in the background. Under such conditions,the ViBe algorithm failed to extract any smoke roots because it extracted foreground information based on diff erences between front and rear frames. The high grayscale pixels in the center of the smoke mixed with the background area and were missed, and the edge of the smoke would not be detected due to the slight change in color. Therefore, the thin smoke and the background in the central area of the smoke that maintained a stable attitude, induced interference to the ViBe algorithm. The diff use and thin smoke displayed by T5 (Fig. 7) also showed few smoke regions using the ViBe algorithm, verifying this f inding. The algorithm developed in this study further integrates static features based on the ViBe algorithm, so that the pixels in the smoke regions that do not conform to the characteristics of ViBe can also enter the fusion image by conforming to the static characteristics of the smoke. Therefore, under the same circumstances, the proposed method in this paper can extract the smoke regions more completely.

    Wang et al. ( 2017) Choquet fuzzy integral algorithm could not successfully extract the smoke roots in some of the scenarios because it was signif icantly inf luenced by background interference. The light-colored background object in T13 interfered considerably with the Choquet fuzzy integral algorithm, making it unable to distinguish the lightcolored background from the smoke regions. The resulting foreground smoke regions were too far away from the correct smoke regions as shown in T13 (Fig. 8). The algorithm developed in this paper, on the other hand, used a dynamic area frame containing all pixels to set the extraction range of the smoke regions after obtaining the dynamic pixel set.Such a procedure signif icantly reduces interference outsidethe dynamic area. However, if the interference is too close to the smoke source contained in the dynamic area frame,it would still aff ect the detection accuracy of the algorithm.Since such interference does not change the basic outline of the smoke regions, it will be ref lected as additional false smoke roots and does not aff ect the detection results of the correct smoke roots.

    Table 8 Comparison of positive rate and detection rate for eff ective connected domain frames between the three diff erent algorithms

    Fig. 10 Smoke root numbers by Gao and Cheng ( 2019)method

    In addition, when comparing the detection results of T6,T14, and T18 (Figs. 7, 8, 10, 11, 12) it can be seen that the overall brightness of the environments where the smoke is located had a greater impact on the extraction of the foreground area using the Choquet fuzzy integral algorithm. In T18 (Fig. 8), both the outline details of the smoke and the brighter background were extracted at the same time. In T14(Fig. 8), although the dynamic and static characteristics of the smoke were obvious, only a few pixels were successfully extracted, resulting in an unstable smoke region. The contrasting T6 (Fig. 8) had a low pixel rate, but the overall area was brighter. Under the premise that the presence of fog made the smoke more diffi cult to distinguish, using the Choquet fuzzy integration algorithm, the smoke near the smoke source contour can still be extracted.

    In Figs. 10, 11 and 12 for T11, none of the algorithms can detect the correct smoke roots. Looking at Fig. 8, T11might have a problem with the scene itself, because the smoke roots were not obvious and the portion of the smoke covered by trees was almost equal to the portion that can be observed, which made the delineation of the ROI area doubtful.

    Fig. 12 Smoke roots number of proposed method

    Fig. 13 The proportion of eff ective connected domain frame in the total frame proportion

    From Figs. 10, 11 and 12, it also can be seen that compared with the Wang’s method, the algorithm developed in this study greatly reduced the number of fake smoke roots,which can signif icantly reduce the workload in the stage of verifying smoke roots candidate points by generating simulated smoke using the two-dimensional smoke simulation engine. For example, T16 (Fig. 8) was a video of forest f ire smoke with two smoke sources. Figure 11 shows that the Gao and Cheng ( 2019) method detected two false smoke root candidate points, Fig. 11 shows that the Wang et al. ( 2017) method falsely detected more than six smoke root candidate points, and Fig. 12 indicates that the developed method detected all smoke root candidate points correctly. The smoke regions obtained by Wang et al. ( 2017)was a smoke prof ile with a certain concentration, which was the core diff usion trajectory of the smoke, and its changing shape and speed were relatively slow. The second smoke source on the right of T16 just began to smoke and only a small smoke moved. Since the Wang et al. ( 2017)method requires a certain minimum smoke concentration to be detected, the second source of smoke on the right of T16 could not be detected using their method. By using the method developed in this paper, the smoke regions showed the contour of diff use smoke, and its diff usion shape and speed were faster. Therefore, under similar conditions as in T16, the method developed in this study can obtain fewer candidate smoke roots for a higher quality of smoke root detection. It also can extract the smaller smoke source on the right of T16 by extracting its static features, and both smoke sources in T16 can be detected correctly. Also, when comparing smoke videos of T18 and T16 (Fig. 8), in addition to the diff erence in smoke contours, there was also signif icant background interference in T18. For T18, Figs. 10, 11 and 12 indicate that the methods of Gao and Cheng ( 2019), Wang et al. ( 2017) and the method developed in this study detected one, sixteen, and one false smoke root candidate points,respectively. Background interference that does not change with the frame will also increase the number of fake smoke root candidate points as in the Wang et al. ( 2017) method,which was addressed by the developed method. Although the number of smoke root candidate points obtained by Gao and Cheng ( 2019) is smaller, it detected far fewer correct smoke roots as indicated clearly by comparing Figs. 10, 11 and 12.

    In addition to the detection accuracy, the eff ective connected domain is another evaluation indicator for diff erent algorithms and refers to the complete and connected domain that can be obtained through the skeletonization algorithm to ref lect the correct smoke roots. Figure 13 compares the effi ciency of the connected domain frames for the three investigated methods. The effi ciency of the connected domain frames obtained by the method developed method in this study is an improvement compared with the other two methods.

    The proportion of the eff ective connected domain for all the 18 test videos varied signif icantly between diff erent videos ranging from 20 to 80% (Fig. 13). The method of Gao and Cheng ( 2019) obtained the smoke foreground images directly through the ViBe algorithm but could not eff ectively obtain the connected domain to be skeletonized when processing part of the samples. For their method, for diff erent test videos, the process of preprocessing the images into connected domains requires separate adjustment of parameters for each sample to obtain a good, connected domain(Table 3). Even after tuning each sample individually to have better performance, the proportion of eff ective connected domain frames was still low. In addition, the background database update and establishment process of the ViBe algorithm also makes it diffi cult to obtain the correct smoke regions image for the f irst frame. Since the follow-up smoke roots search strategy of their method needs to operate on the connected domain of f ive consecutive frames, there are also relatively high requirements for the continuity of the eff ective connected domain. This makes the proportion of consecutive connected domain frames that can obtain the correct smoke root candidate points smaller, which directly lowers the success rate of the method.

    For the method of Wang et al. ( 2017), a proportion of the eff ective connected domain for all the 18 test videos varied even larger to 100% (Fig. 13). Their method obtained images of the smoke regions through the Choquet fuzzy integration algorithm. The eff ectiveness of this algorithm is suitable for diff erent, but not all, smoke environments. For inapplicable conditions, the eff ective connected domain frame proportion is low to 0%, and for applicable conditions, the proportion is up to 100%. The Choquet algorithm is stable processing inter-frame eff ects, unlike the ViBe algorithm, and integrates and improves as processing continues.

    The method developed in this study can provide the proportion of the eff ective connected domain for all 18 test videos between 80 and 100% with small variations. The method established a model to frame the dynamic area of the smoke after obtaining the ViBe smoke foreground image and extracted the static feature area from such a dynamic area.This process enabled the method to obtain good, connected domains that can be skeletonized into eff ective skeletons for diff erent sample videos. More importantly, the subsequent adaptive threshold extraction of the skeleton frame strategy,and the multi-frame discrete conf idence determination strategy, did not require the continuity of the connected domain.Using this method, high-conf idence smoke root candidate points can still be obtained even when with a few ineff ective frames, eff ectively reducing the probability of a missed detection.

    Conclusion

    In this study, a new smoke root detection method was developed to extract smoke regions and smoke roots eff ectively.The new method retains the dynamic feature smoke regions obtained through the ViBe algorithm, uses the ViBe feature image to establish a model image to determine the smoke dynamic area frame, and obtains the smoke regions through the static feature extraction method. Such a process solves the problem of missing the detection of the smoke regions induced by voids or empty spaces. The smoke dynamic area frame excludes areas outside the smoke regions for a better outline and shape, and provides a solution to detect smoke more accurately under complex conditions. In addition, the smoke region images obtained are extracted by the adaptive threshold in real time. Ten frames of smoke connected region images that meet the extraction conditions are used for skeletonization, followed by endpoint extraction and a multi-frame discrete conf idence determination strategy to extract smoke root candidate points. Such a process will signif icantly improve the detection accuracy and rate of smoke roots. Based on the analysis of 18 test videos and a comparison between three diff erent smoke detection methods, including those of Gao and Cheng ( 2019), Wang et al.( 2017), and the one developed in this study, the following conclusions can be made:

    (1) The results show that the minimum detection rate based on the new model signif icantly increased to 94.9%.

    (2) The proportion of eff ective connected domain in smoke frames can be increased to 100% and the new model under similar environmental conditions achieved similar improvement. Even if the Choquet algorithm is used to obtain the smoke regions, the detection rate increased from 38.9 to 52.6% using the judgment strategy developed in this study.

    (3) The new method also requires fewer smoke root candidate points for more accurate detection, resulting in higher computational effi ciency in generating simulated smoke for the two-dimensional smoke simulation engine to verify the smoke root candidate points.

    The new method can solve the challenges of reducing the impacts of smoke voids and background interference in the extraction of the smoke regions, and can be widely applied for forest f ire detection.

    伊人久久精品亚洲午夜| 欧美一区二区精品小视频在线| 久久久久精品久久久久真实原创| 我要看日韩黄色一级片| 亚洲av免费高清在线观看| 高清毛片免费看| 国产伦在线观看视频一区| ponron亚洲| 日韩欧美三级三区| 99国产精品一区二区蜜桃av| 中文字幕精品亚洲无线码一区| 午夜精品一区二区三区免费看| 一级黄色大片毛片| 亚洲综合色惰| 亚洲婷婷狠狠爱综合网| 日本三级黄在线观看| 两性午夜刺激爽爽歪歪视频在线观看| 97人妻精品一区二区三区麻豆| 国产精品三级大全| 最近的中文字幕免费完整| 中文字幕久久专区| 国产精品一区二区性色av| 高清日韩中文字幕在线| 男人的好看免费观看在线视频| 国产v大片淫在线免费观看| 亚洲欧美成人精品一区二区| 久久99精品国语久久久| 免费观看人在逋| 99热6这里只有精品| 欧美潮喷喷水| 日本黄大片高清| 国产成人免费观看mmmm| 美女cb高潮喷水在线观看| 直男gayav资源| 黄色一级大片看看| 日本wwww免费看| av视频在线观看入口| 极品教师在线视频| 久久久久久久久久久免费av| 精华霜和精华液先用哪个| 中文字幕熟女人妻在线| 又爽又黄无遮挡网站| 亚洲欧美成人精品一区二区| 国产一区二区三区av在线| 乱人视频在线观看| 免费看日本二区| 国产成人一区二区在线| 亚洲乱码一区二区免费版| 亚洲最大成人av| 亚洲人与动物交配视频| 国产午夜精品一二区理论片| 国产三级中文精品| 视频中文字幕在线观看| 亚洲国产成人一精品久久久| 夫妻性生交免费视频一级片| 久久久久久久久久黄片| 在线免费十八禁| 亚洲人成网站高清观看| 欧美三级亚洲精品| 久久久精品94久久精品| a级毛色黄片| 中文资源天堂在线| 婷婷色综合大香蕉| 欧美成人a在线观看| 免费黄网站久久成人精品| 精品酒店卫生间| 久久这里只有精品中国| 一边摸一边抽搐一进一小说| 亚洲在线自拍视频| 日产精品乱码卡一卡2卡三| 国产高清国产精品国产三级 | 村上凉子中文字幕在线| 亚洲欧美日韩卡通动漫| 亚洲图色成人| 亚洲丝袜综合中文字幕| 国产熟女欧美一区二区| 又粗又硬又长又爽又黄的视频| 中文乱码字字幕精品一区二区三区 | 狂野欧美白嫩少妇大欣赏| 看片在线看免费视频| 日韩一本色道免费dvd| 久久久久久大精品| 久久精品久久久久久久性| 尾随美女入室| 色噜噜av男人的天堂激情| 丝袜美腿在线中文| av在线老鸭窝| 久久99精品国语久久久| 天天躁日日操中文字幕| 欧美一级a爱片免费观看看| 91久久精品电影网| 超碰av人人做人人爽久久| 嘟嘟电影网在线观看| 亚洲最大成人中文| 色综合亚洲欧美另类图片| 一边摸一边抽搐一进一小说| 看片在线看免费视频| 国产亚洲5aaaaa淫片| 亚洲av电影在线观看一区二区三区 | a级毛片免费高清观看在线播放| 欧美xxxx性猛交bbbb| 亚洲国产日韩欧美精品在线观看| 久久久久精品久久久久真实原创| 久久久久网色| 国产伦一二天堂av在线观看| 久久久成人免费电影| 国语对白做爰xxxⅹ性视频网站| 亚洲在线观看片| 亚洲av日韩在线播放| 高清av免费在线| 99热6这里只有精品| 亚洲在久久综合| 少妇丰满av| 一区二区三区免费毛片| 成人一区二区视频在线观看| 深夜a级毛片| av在线播放精品| 中文字幕制服av| 在线a可以看的网站| 一本—道久久a久久精品蜜桃钙片 精品乱码久久久久久99久播 | a级毛片免费高清观看在线播放| 国产视频内射| 国产精品国产高清国产av| 国产精品久久久久久精品电影| 18禁裸乳无遮挡免费网站照片| 99热这里只有是精品50| 村上凉子中文字幕在线| 免费搜索国产男女视频| 级片在线观看| 欧美又色又爽又黄视频| 性色avwww在线观看| 久久久久久久亚洲中文字幕| 亚洲精品亚洲一区二区| 亚洲国产最新在线播放| 中文字幕久久专区| 看非洲黑人一级黄片| 久久久久九九精品影院| 91精品一卡2卡3卡4卡| eeuss影院久久| videossex国产| 大又大粗又爽又黄少妇毛片口| 麻豆成人av视频| 国内精品美女久久久久久| 久久久久久国产a免费观看| 国产单亲对白刺激| 日本黄大片高清| 激情 狠狠 欧美| 亚洲精品456在线播放app| 一级黄色大片毛片| 欧美性感艳星| 老师上课跳d突然被开到最大视频| 国产精品一区二区性色av| 最近视频中文字幕2019在线8| 蜜桃亚洲精品一区二区三区| 在线a可以看的网站| 国产成人福利小说| 久久精品综合一区二区三区| 国产亚洲av嫩草精品影院| 中文字幕av在线有码专区| 五月伊人婷婷丁香| 熟女人妻精品中文字幕| 精品少妇黑人巨大在线播放 | 成人美女网站在线观看视频| 日本色播在线视频| 一本一本综合久久| 久久鲁丝午夜福利片| 美女国产视频在线观看| 桃色一区二区三区在线观看| 欧美日韩一区二区视频在线观看视频在线 | 欧美变态另类bdsm刘玥| 亚洲怡红院男人天堂| 久久久国产成人免费| 久久久欧美国产精品| 国内揄拍国产精品人妻在线| 国产麻豆成人av免费视频| 国产探花极品一区二区| АⅤ资源中文在线天堂| 婷婷色av中文字幕| 九九在线视频观看精品| 少妇裸体淫交视频免费看高清| 国产av一区在线观看免费| 成人毛片a级毛片在线播放| 超碰av人人做人人爽久久| 中文字幕人妻熟人妻熟丝袜美| 中文天堂在线官网| 免费搜索国产男女视频| 色5月婷婷丁香| 国产伦精品一区二区三区视频9| 在现免费观看毛片| 亚洲欧美成人精品一区二区| 日韩大片免费观看网站 | 欧美精品一区二区大全| 男女视频在线观看网站免费| 中文字幕av在线有码专区| 精品国产三级普通话版| 久99久视频精品免费| 精品少妇黑人巨大在线播放 | av在线亚洲专区| 热99在线观看视频| 成人性生交大片免费视频hd| 国产精品一区二区在线观看99 | 一二三四中文在线观看免费高清| 天堂网av新在线| 亚洲欧美精品专区久久| 国产亚洲精品久久久com| 伦精品一区二区三区| 久久久久久伊人网av| 少妇熟女欧美另类| 成年女人看的毛片在线观看| 亚洲av熟女| 日韩视频在线欧美| 亚洲欧洲国产日韩| 精品人妻熟女av久视频| 美女脱内裤让男人舔精品视频| 97在线视频观看| 中文字幕亚洲精品专区| 久久久亚洲精品成人影院| 69av精品久久久久久| 精品国内亚洲2022精品成人| 菩萨蛮人人尽说江南好唐韦庄 | 亚洲第一区二区三区不卡| 听说在线观看完整版免费高清| 久久久久久久久久久丰满| 亚洲精品aⅴ在线观看| 国产黄片视频在线免费观看| 日韩在线高清观看一区二区三区| АⅤ资源中文在线天堂| 老女人水多毛片| 久久99精品国语久久久| 人妻少妇偷人精品九色| 天堂中文最新版在线下载 | www日本黄色视频网| 久久久久九九精品影院| 久久久久久久久久久免费av| 中国国产av一级| 国产精品美女特级片免费视频播放器| 久久久久久久久久成人| 亚洲一级一片aⅴ在线观看| 91久久精品国产一区二区成人| 亚洲在线自拍视频| 免费av毛片视频| 韩国av在线不卡| 久久精品91蜜桃| 狠狠狠狠99中文字幕| 啦啦啦观看免费观看视频高清| 精华霜和精华液先用哪个| 国产真实乱freesex| 亚洲成色77777| 久久久久久大精品| 黄色欧美视频在线观看| 国产精品国产三级国产av玫瑰| 免费在线观看成人毛片| 人妻夜夜爽99麻豆av| 亚洲国产欧美在线一区| 亚洲精品一区蜜桃| www日本黄色视频网| 国产精品美女特级片免费视频播放器| 亚洲中文字幕一区二区三区有码在线看| 欧美一区二区亚洲| 麻豆一二三区av精品| www.色视频.com| 麻豆乱淫一区二区| 国产免费福利视频在线观看| 国产在视频线精品| 一级黄色大片毛片| 欧美成人a在线观看| 国产伦理片在线播放av一区| 日韩强制内射视频| 美女被艹到高潮喷水动态| 久久婷婷人人爽人人干人人爱| 中文字幕精品亚洲无线码一区| 国产老妇女一区| 免费大片18禁| 看黄色毛片网站| 国产私拍福利视频在线观看| 久久久久久久久久久丰满| 少妇人妻一区二区三区视频| 久久人人爽人人片av| 全区人妻精品视频| 一区二区三区乱码不卡18| 看免费成人av毛片| 午夜亚洲福利在线播放| 高清视频免费观看一区二区 | 亚洲最大成人手机在线| 亚洲色图av天堂| 偷拍熟女少妇极品色| 亚洲三级黄色毛片| 日韩欧美三级三区| 国产 一区 欧美 日韩| 精华霜和精华液先用哪个| 久久人人爽人人片av| 三级国产精品欧美在线观看| 最近手机中文字幕大全| 免费无遮挡裸体视频| 舔av片在线| 国产欧美日韩精品一区二区| 中文精品一卡2卡3卡4更新| 欧美高清性xxxxhd video| 免费看a级黄色片| 国产精品美女特级片免费视频播放器| 国产女主播在线喷水免费视频网站 | av女优亚洲男人天堂| av福利片在线观看| 国产免费视频播放在线视频 | 黄片wwwwww| 建设人人有责人人尽责人人享有的 | 长腿黑丝高跟| 国产色婷婷99| 天堂√8在线中文| 久久久久久久久久久丰满| 3wmmmm亚洲av在线观看| 国产精品伦人一区二区| 日本与韩国留学比较| 人妻少妇偷人精品九色| 22中文网久久字幕| 国产精品久久久久久精品电影小说 | 久久精品久久精品一区二区三区| 久久精品国产亚洲av涩爱| 激情 狠狠 欧美| 天堂av国产一区二区熟女人妻| 日韩大片免费观看网站 | 哪个播放器可以免费观看大片| 麻豆乱淫一区二区| 免费看a级黄色片| 免费黄色在线免费观看| 亚洲精品自拍成人| 国产乱来视频区| 男女啪啪激烈高潮av片| 在线免费观看不下载黄p国产| 国产成人精品久久久久久| 午夜福利在线观看吧| 国产精品.久久久| 观看美女的网站| 18+在线观看网站| 男女边吃奶边做爰视频| 人人妻人人看人人澡| 日韩欧美三级三区| 韩国高清视频一区二区三区| 网址你懂的国产日韩在线| av在线亚洲专区| 亚洲欧美日韩东京热| 国产成人精品婷婷| 亚洲欧美中文字幕日韩二区| kizo精华| 热99在线观看视频| 国产精品熟女久久久久浪| kizo精华| 日韩大片免费观看网站 | 亚洲三级黄色毛片| 久久精品国产自在天天线| 麻豆精品久久久久久蜜桃| 一个人看的www免费观看视频| 九九热线精品视视频播放| 亚洲图色成人| 美女大奶头视频| 在线免费十八禁| 国产熟女欧美一区二区| 91精品伊人久久大香线蕉| 国产精品人妻久久久久久| 免费播放大片免费观看视频在线观看 | 18禁裸乳无遮挡免费网站照片| av在线亚洲专区| 精品久久国产蜜桃| 91精品国产九色| 看免费成人av毛片| 免费电影在线观看免费观看| 中文字幕精品亚洲无线码一区| 日韩国内少妇激情av| 五月玫瑰六月丁香| 国产精品蜜桃在线观看| 亚洲av日韩在线播放| 两个人视频免费观看高清| 可以在线观看毛片的网站| 久久这里只有精品中国| 欧美xxxx性猛交bbbb| 在线a可以看的网站| av在线天堂中文字幕| 国产亚洲av片在线观看秒播厂 | 插逼视频在线观看| 综合色丁香网| 日韩一区二区视频免费看| 亚洲综合色惰| 国产精品蜜桃在线观看| 亚洲av中文av极速乱| 97热精品久久久久久| 久久久久免费精品人妻一区二区| 综合色av麻豆| 久久久久免费精品人妻一区二区| 免费观看性生交大片5| 精品少妇黑人巨大在线播放 | 永久网站在线| 国产精品久久久久久精品电影小说 | 国模一区二区三区四区视频| 在线观看66精品国产| 好男人视频免费观看在线| 人体艺术视频欧美日本| 一本久久精品| 国产精品一区二区性色av| 成人性生交大片免费视频hd| 日产精品乱码卡一卡2卡三| 人妻系列 视频| 亚洲真实伦在线观看| 久久99热6这里只有精品| 少妇人妻一区二区三区视频| 久久精品国产亚洲av天美| 国产精品一及| 啦啦啦观看免费观看视频高清| 有码 亚洲区| 免费av观看视频| 青青草视频在线视频观看| 亚洲在久久综合| 91久久精品国产一区二区成人| 波野结衣二区三区在线| 久久久色成人| 午夜福利在线在线| 青春草国产在线视频| 91av网一区二区| 中文字幕制服av| 精品一区二区免费观看| 国产综合懂色| 97在线视频观看| 亚洲无线观看免费| 女人十人毛片免费观看3o分钟| 亚洲av二区三区四区| 久久午夜福利片| 在线天堂最新版资源| 2021少妇久久久久久久久久久| 国产高潮美女av| 秋霞在线观看毛片| 91av网一区二区| 别揉我奶头 嗯啊视频| 亚州av有码| 啦啦啦韩国在线观看视频| 久久久久久国产a免费观看| 国产伦理片在线播放av一区| 国产成人a∨麻豆精品| 全区人妻精品视频| 久久精品夜色国产| av国产免费在线观看| 国产精品伦人一区二区| 久久久久久久久大av| 日韩视频在线欧美| 欧美一区二区亚洲| av天堂中文字幕网| 成人性生交大片免费视频hd| 精品人妻视频免费看| 中文字幕免费在线视频6| 色吧在线观看| av专区在线播放| 国产精品女同一区二区软件| 亚洲色图av天堂| 99久久精品国产国产毛片| 一区二区三区高清视频在线| 免费看av在线观看网站| 99热网站在线观看| 国产在线男女| 69人妻影院| 三级男女做爰猛烈吃奶摸视频| 99久久精品国产国产毛片| 久久精品人妻少妇| 国产v大片淫在线免费观看| 久久久久久久久大av| 成人欧美大片| av在线播放精品| 你懂的网址亚洲精品在线观看 | 26uuu在线亚洲综合色| 欧美+日韩+精品| 国产免费视频播放在线视频 | 亚洲熟妇中文字幕五十中出| 亚洲无线观看免费| 国模一区二区三区四区视频| 久久久亚洲精品成人影院| 久久久精品大字幕| 欧美一区二区亚洲| 99视频精品全部免费 在线| 1024手机看黄色片| 欧美日本亚洲视频在线播放| 内地一区二区视频在线| 亚洲国产欧洲综合997久久,| 欧美日本视频| 国产精品久久久久久av不卡| 成人毛片a级毛片在线播放| 干丝袜人妻中文字幕| 亚洲综合色惰| 午夜免费男女啪啪视频观看| 亚洲欧美日韩卡通动漫| 日本黄色视频三级网站网址| 一级黄片播放器| 少妇被粗大猛烈的视频| 中文字幕久久专区| 日本av手机在线免费观看| 在线天堂最新版资源| 精品无人区乱码1区二区| 午夜a级毛片| 99热这里只有是精品50| 我要搜黄色片| 精品国产一区二区三区久久久樱花 | 99久久精品一区二区三区| 超碰av人人做人人爽久久| 久久久久国产网址| 精品欧美国产一区二区三| 国产亚洲5aaaaa淫片| 久久久久久久久久久丰满| 久久久久久国产a免费观看| 看免费成人av毛片| 精品一区二区三区视频在线| 深夜a级毛片| 男女那种视频在线观看| 中国国产av一级| av福利片在线观看| 中文字幕精品亚洲无线码一区| 精品国产三级普通话版| 国产激情偷乱视频一区二区| 免费搜索国产男女视频| 国产乱人视频| 国产91av在线免费观看| 天堂√8在线中文| 亚洲欧美日韩东京热| 精品欧美国产一区二区三| 亚洲国产精品sss在线观看| 国产高清三级在线| 美女xxoo啪啪120秒动态图| 精品国产露脸久久av麻豆 | 久久精品国产鲁丝片午夜精品| 国国产精品蜜臀av免费| 国产精品.久久久| 能在线免费观看的黄片| 热99在线观看视频| 久久久欧美国产精品| 国产精品久久视频播放| 2022亚洲国产成人精品| 日韩欧美国产在线观看| 18禁在线播放成人免费| 成年女人看的毛片在线观看| 国产精品伦人一区二区| 长腿黑丝高跟| 欧美不卡视频在线免费观看| 51国产日韩欧美| 日韩制服骚丝袜av| 亚洲成av人片在线播放无| 午夜老司机福利剧场| 午夜日本视频在线| 午夜久久久久精精品| 成人漫画全彩无遮挡| 小说图片视频综合网站| 国产亚洲一区二区精品| 国产欧美另类精品又又久久亚洲欧美| 久久精品国产亚洲av涩爱| 好男人在线观看高清免费视频| 日韩欧美精品v在线| 国产日韩欧美在线精品| 一个人免费在线观看电影| 国内精品美女久久久久久| 如何舔出高潮| 国产一区二区亚洲精品在线观看| 国语自产精品视频在线第100页| 成人性生交大片免费视频hd| 国产精品av视频在线免费观看| 人人妻人人看人人澡| 午夜老司机福利剧场| 亚洲欧美精品专区久久| 夜夜爽夜夜爽视频| 少妇猛男粗大的猛烈进出视频 | 我的老师免费观看完整版| 久久久久久久国产电影| 国产亚洲午夜精品一区二区久久 | 亚洲性久久影院| 亚洲欧美清纯卡通| 国产精品无大码| 久久久久久久亚洲中文字幕| av视频在线观看入口| 中文字幕av成人在线电影| 亚洲美女搞黄在线观看| 乱人视频在线观看| 大话2 男鬼变身卡| 免费黄网站久久成人精品| 狂野欧美激情性xxxx在线观看| 最近中文字幕2019免费版| 成人鲁丝片一二三区免费| АⅤ资源中文在线天堂| 波野结衣二区三区在线| 久久精品久久久久久久性| 亚洲av福利一区| 岛国毛片在线播放| 午夜爱爱视频在线播放| 久久久久久久久大av| 久久精品国产亚洲av涩爱| 亚洲欧美中文字幕日韩二区| 精品一区二区免费观看| 熟妇人妻久久中文字幕3abv| 国产精品一区www在线观看| 免费av毛片视频| 内射极品少妇av片p| 午夜爱爱视频在线播放| 美女国产视频在线观看| 免费看光身美女| 国产人妻一区二区三区在| 久久久久久久久大av| 免费看光身美女| 免费黄色在线免费观看| 亚洲精品色激情综合| 免费无遮挡裸体视频| 建设人人有责人人尽责人人享有的 | 老司机影院成人| 婷婷六月久久综合丁香| 麻豆成人av视频| 亚洲成人久久爱视频| 日韩欧美三级三区| 伦理电影大哥的女人| 国产亚洲一区二区精品| 九色成人免费人妻av| 小说图片视频综合网站| 如何舔出高潮| 嫩草影院精品99| 大话2 男鬼变身卡|