Nothing Special   »   [go: up one dir, main page]

WO2018130016A1 - Parking detection method and device based on monitoring video - Google Patents

Parking detection method and device based on monitoring video Download PDF

Info

Publication number
WO2018130016A1
WO2018130016A1 PCT/CN2017/113067 CN2017113067W WO2018130016A1 WO 2018130016 A1 WO2018130016 A1 WO 2018130016A1 CN 2017113067 W CN2017113067 W CN 2017113067W WO 2018130016 A1 WO2018130016 A1 WO 2018130016A1
Authority
WO
WIPO (PCT)
Prior art keywords
still
point
foreground
pixel
image
Prior art date
Application number
PCT/CN2017/113067
Other languages
French (fr)
Chinese (zh)
Inventor
王鸿鹏
尤磊
牟蕾
何华门
柯宇
Original Assignee
哈尔滨工业大学深圳研究生院
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 哈尔滨工业大学深圳研究生院 filed Critical 哈尔滨工业大学深圳研究生院
Publication of WO2018130016A1 publication Critical patent/WO2018130016A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N7/00Television systems
    • H04N7/18Closed-circuit television [CCTV] systems, i.e. systems in which the video signal is not broadcast
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/40Scenes; Scene-specific elements in video content
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/40Scenes; Scene-specific elements in video content
    • G06V20/41Higher-level, semantic clustering, classification or understanding of video scenes, e.g. detection, labelling or Markovian modelling of sport events or news items
    • G06V20/42Higher-level, semantic clustering, classification or understanding of video scenes, e.g. detection, labelling or Markovian modelling of sport events or news items of sport video content

Definitions

  • the present invention relates to the field of computer vision and intelligent monitoring technologies, and in particular, to a parking detection method and apparatus based on surveillance video.
  • Parking detection is an important branch of vehicle detection.
  • Vehicle detection technology is mostly used in outdoor environments where one or more high-definition cameras are used to monitor parking conditions on a particular street. If you can use the parking detection technology to accurately and timely detect illegal parking, you can effectively obtain evidence and alarm, effectively avoid further traffic jams and traffic accidents, thus maintaining the safety of people's lives and property.
  • optical flow method for vehicle detection, due to the high computational complexity of the optical flow method, coupled with the current image size is large, resulting in poor real-time optical flow method.
  • the vehicle features are extracted in the restricted area, and classified by SVM (support vector machine), so that the information of the vehicle is extracted from the picture.
  • SVM support vector machine
  • Bayesian network for vehicle detection.
  • the characteristics of the vehicle are first extracted, and the color of the car and the color of the non-vehicle are effectively distinguished by one color.
  • a Bayesian network is used for classification.
  • the object of the present invention is to overcome the problems in the prior art, and to provide a parking detection method and device based on monitoring video, which can automatically identify vehicles that are stopped within the coverage of the surveillance video without requiring much manual intervention.
  • This kind of solution can solve the shortcomings of high cost, easy to be affected by human factors and waste of manpower in the overall relying on manual parking detection.
  • a parking detection method based on surveillance video includes the following steps:
  • Video data acquisition step the video data captured by the surveillance camera of the ordinary roadside, the relative position of the surveillance camera and the angle of the shooting remain unchanged;
  • Background model establishing step establishing a background model based on a mixed Gaussian model by analyzing a video sequence
  • a foreground moving target extraction step extracting a moving foreground target in the video image
  • the stationary target area detecting step detecting the still area in the video frame, specifically finding the suspicious still target area first, and then after N frames, comparing the similarity with the corresponding position of the previous frame image to determine whether it is a true still area. ;
  • Vehicle identification step the improved Haar classifier is used to identify the stationary area to achieve the purpose of detecting the vehicle; by training a plurality of strong classifiers, the trained strong classifiers are cascaded to form the improved Haar classifier, one by one.
  • the input image is used for vehicle identification, and after being identified, it is input to the next-level classifier, and if it is not passed, it is directly recognized as a non-vehicle. #
  • the invention has the beneficial effects that the vehicle stopped in the range covered by the surveillance video is detected by the surveillance video on the outdoor road, and the solution can solve the high cost and the human factor which are comprehensive in the manual parking detection. Impact, waste of manpower and other shortcomings.
  • Figure 1 is a flow chart of the method of the present invention
  • Figure 2 is a flow chart of foreground detection employed by the present invention.
  • FIG. 4 is a schematic diagram of the structure of a modified Haar classifier employed in the present invention.
  • the monitoring video based parking detection method of the present invention is mainly divided into several steps:
  • Video data acquisition step The video data is taken as the video data of the ordinary roadside surveillance camera.
  • the captured area is a long road, and the relative position of the surveillance camera and the angle of the shooting remain unchanged.
  • the background model establishing step selecting the first N frames of video sequences from the video sequence to establish an adaptive mixed Gaussian background model, and continuously updating the background to adapt the model to changes in external conditions.
  • Foreground motion target extraction and shadow detection steps From the X frame of the video, by comparing the background with the background, extracting the foreground moving target of each frame and using the shadow detection method, most of the shadows can be eliminated.
  • the still pixel matrix establishing step after obtaining the foreground, a suspected still pixel matrix is established, and the size of the suspected still pixel matrix is the same as the relative position of each frame in the video, and is initialized to 0.
  • Suspicious quiescent area detection step When a point is a foreground pixel, the value of the relative position of the suspected still pixel matrix is incremented by one. If a point has a foreground into the background, the value of the point in the still pixel matrix is set to zero. If a point reaches the threshold set as expected, the point is considered to be a suspected still pixel, and the connected area consisting of suspected still pixels is a suspected still area, and then the area is The information is stored in the picture buffer so that the next step is to confirm whether it is a real still area.
  • Resting area detecting step after N frames, the corresponding picture information of the buffer is taken out, and then the degree of "the same” of the corresponding positions of the two pictures is determined (usually about 1500, about one minute in time, in It is assumed here that the external environment has not changed during this short period of time. When the "same" level is high, the suspicious stationary target is considered to be a true stationary target.
  • Vehicle identification step Finally, the Haar classifier is used to identify the vehicle in the stationary area and its neighbors to determine whether it is a vehicle.
  • the purpose of vehicle detection is achieved, and the occlusion detection based on the mixed Gaussian model is adopted to reduce the system miss detection rate.
  • the video data acquisition step the video data is taken as the video data of the ordinary roadside surveillance camera, the captured area is a long road, and the relative position of the surveillance video head and the angle of the shooting remain unchanged, representative
  • the public data set includes the i-LIDS parking detection data set and the PETS vehicle tracking data set.
  • the i-LIDS parking detection dataset consists of approximately 50,000 consecutive surveillance video images, including four scenes: simple scene, medium scene, difficult scene and mixed scene. Among them, the simple scene is that there is little occlusion, the weather is better and the vehicle is stopped closer to the surveillance video, and the medium scene has more partial occlusion.
  • the weather is shaking in the windy weather camera and stopping the vehicle far from the surveillance video, it is difficult
  • the scene is more occluded, there is windy weather and the distance from the camera is far away.
  • the weather conditions of the mixed scene change greatly, there are four parking phenomena and there are more partial occlusions.
  • the PETS dataset includes a total of approximately 10,000 frames, including four parking lots, with good illumination and partial occlusion.
  • the first N frames of video sequences are selected from the video sequence to establish an adaptive mixed Gaussian background model, and the background is continuously updated to adapt the model to changes in external conditions. Because, in the case of fixed cameras, the background changes are slow, and most of them are the effects of light, wind, etc.
  • the mixed Gaussian model uses K single Gaussian models to characterize the individual pixels in the image. The new Gaussian model is updated after the new frame is acquired, and each pixel in the current image is matched with the mixed Gaussian model. If successful, the decision is made. This point is the background point, otherwise it is the former attraction.
  • the mathematical expression is as follows:
  • the probability that a pixel is x N at time N is as follows:
  • w j is the weight of the jth model
  • ⁇ (x N ; ⁇ j ) is the normal distribution of the jth Gaussian model expressed as
  • ⁇ k represents the mean of the K-gaussian model
  • I represents the covariance of the K-gaussian model
  • the background is the most important part of the model, and the value of the covariance is relatively small. For this reason, we sort the K Gaussian functions in descending order of w k / ⁇ k , ranking first in the sequence.
  • the Gaussian distribution is most likely to describe the Gaussian function of the current background.
  • T is the threshold
  • the pixel is considered to belong to this Gaussian model, the point is considered to be the background. If the pixel does not match any of the Gaussian models, then its foreground is considered to be the moving target of the foreground.
  • the detection process is shown in Figure 2.
  • the extracted foreground moving target may still contain the shadow of the moving target, in order to reduce the influence of the shadow on the foreground moving target extraction, the shadow must be removed.
  • a shadow detection method based on HSV space is adopted. Refer to the following formula to determine whether a moving point is a shadow:
  • D and B respectively represent pixel points of the foreground image and pixel points of the background image in the HSV color space, wherein D(x, y).V, B(x, y).V respectively represent the point (x, y) The brightness value of the corresponding front spot and the brightness value of the background pixel.
  • D(x, y).H, B(x, y).H represent the chrominance values of the foreground and background pixels of the corresponding point, respectively.
  • D(x, y).S, B(x, y).S respectively represent the saturation values of the foreground and background pixels of the corresponding point.
  • ⁇ and ⁇ represent the threshold of luminance
  • ⁇ s represents the threshold of saturation
  • ⁇ H represents the threshold of chromaticity.
  • the result is represented by S. If the result is 1 indicating that the point is a shaded pixel, if the result is 0, the point is a non-shaded point.
  • the method has the advantages of strong versatility, fast calculation speed
  • the stationary target detection it is mainly divided into two parts.
  • the first part is the detection of suspicious static target area, and the second part is the picture similarity calculation.
  • the main purpose is to detect whether the suspicious static target changes, so as to determine whether it is truly static. aims.
  • the step of establishing the still pixel matrix is specifically: the short-term time when the current scene target changes from the motion state to the stationary state, the still object is still the foreground, and whether the pixel point in the short time is the foreground is utilized.
  • the information establishes a suspected still pixel matrix.
  • the size of the still pixel matrix is the same as the size of the picture.
  • each element is initialized to 0, and B(x, y) represents whether the point at the position (x, y) of the current frame is foreground or not.
  • the method of updating the still pixel matrix is as follows
  • F n (x, y) represents the value of the nth frame at which the still pixel matrix point (x, y) is located.
  • the step of detecting the suspected still region is specifically: when a certain point is a foreground pixel, the value of the relative position of the suspected still pixel matrix is incremented by one. If a point has a foreground into the background, the value of the point in the still pixel matrix is set to zero. If a point reaches the threshold that is expected to be set, and the value set here is 150, the point is considered to be a suspicious still pixel, and the connected area consisting of suspected still pixels is a suspicious still area, and then the information of the area is stored. Image buffer so that the next step is to confirm if it is a real still area.
  • the step of detecting the still area is specifically: after the suspicious still area is obtained, the information of the suspect still area is stored in the image buffer, and it is necessary to confirm whether it is a true still area after passing N frames. Whether the previous image and the image content after the N frame are "same" can be confirmed by the image similarity. As shown in Figure 3, the specific steps of image similarity calculation are as follows:
  • Max represents the maximum value in the histogram
  • Min represents the minimum value in the histogram
  • DB(A_hist, B_hist) represents the Pap sm distance between A_hist and B_hist
  • D(A, B) is the Euclidean distance after the image A and the image B are reduced to 32 ⁇ 32.
  • D(A, B) is too large, it can be judged that the contents of the two images are very different.
  • the vehicle identification step is specifically: firstly, the improvement of the Haar classifier is implemented, a cascade classifier is designed, and finally the improved classifier is used to identify the stationary vehicle, and the occlusion detection is added, and the response is complicated. Unrecognized issues in the scene.
  • Cascade classifier the main goal is to have a higher recognition rate and a smaller misrecognition rate.
  • the trained strong classifiers are cascaded.
  • the specific flow chart is shown in Figure 4, and the algorithm is as follows:
  • the fault tolerance and robustness of the cascaded classifier training process can be improved, and the accuracy and false detection rate of the recognition are ensured, and the hysteresis phenomenon and the training time are avoided during the training process.
  • the phenomenon is the phenomenon.
  • the hybrid Gaussian model-based method can solve the problem that the recognition target is temporarily occluded in a complicated scene.
  • the mixed Gaussian model has a good adaptability to the external condition change, and the foreground of the motion in the current image can be accurately extracted.
  • the proportion is less than or equal to 30%, it is determined that the stationary target is not running, and is still a stationary target, and the current rectangular information frame is used as the position information of the stationary vehicle in the current frame, and the alarm is continued.

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Signal Processing (AREA)
  • Computational Linguistics (AREA)
  • Software Systems (AREA)
  • Closed-Circuit Television Systems (AREA)
  • Image Analysis (AREA)

Abstract

The present invention provides a parking detection method on the basis of monitoring video, with strong robustness. The method comprises: performing static target detection on the basis of a foreground history pixel and image similarity. The method mainly comprises steps of: extracting a foreground moving target through Gaussian Mixed Model; obtaining a suspicious stationary pixel area through a suspicious static pixel matrix; and calculating the image similarity. In a vehicle identification stage, an Haar classifier is improved, which avoids training process stagnation during the training of a cascaded strong classifier. It ensures that the stagnation phenomenon is avoided during the training process such that a stronger robustness in the training of the cascaded strong classifier is achieved. In a vehicle detection process, only a static target area and a neighboring area thereof detected through the static target detection are placed in the Haar classifier for detection, instead of putting the entire image into the Haar classifier. Thus, the amount of computation is greatly reducing, and the real-time performance of the algorithm is improved. In addition, an occlusion detection based on the Gaussian Mixture Model is also used to solve the problem of temporary occlusion, so as to reduce the missing rate of the algorithm.

Description

一种基于监控视频的停车检测方法及装置Parking detection method and device based on monitoring video 技术领域Technical field
本发明涉及计算机视觉和智能监控技术领域,尤其涉及一种基于监控视频的停车检测方法及装置。The present invention relates to the field of computer vision and intelligent monitoring technologies, and in particular, to a parking detection method and apparatus based on surveillance video.
背景技术Background technique
随着国民经济的迅速发展,导致机动车辆的快速增加,我国城市交通的问题变得日益严峻。以往的停车检测,主要依靠人工监控,定点信息的采集方法。极大地消耗了交通管制部门的人力、财力和物力。最近几年,随着科技的快速发展,监控设备如视频采集卡,摄像头等价格逐渐下降,室内外的视频监控系统开始广泛的应用到各种场合,如室内外停车场,地铁,银行,公路,宾馆,超市,校园大楼内部等。在社会的公共安全方面发挥着越来越重要的作用。但是目前国内大多数的视频监控系统还只是处于传统模式,扮演着“只记录不判断”的角色。因此只能事后通过视频回放来调查当时的情况及取证,存在着无法实时取证和报警的缺陷,并且还需要工作人员不断地监视场景内的活动,日夜轮班值守,工作量巨大,容易受到人体疲劳的影响,从而导致误检和漏检的情况发生,使取证的难度增大,失去了监控系统的实时监控的重要意义。另一方面,随着监控系统规模的不断扩大,视频数据海量增大,从中获取有用的情报或者信息越来越困难,查找效率低,并且难以满足监控系统的需求。With the rapid development of the national economy and the rapid increase of motor vehicles, the problem of urban transportation in China has become increasingly severe. In the past, parking detection mainly relied on manual monitoring and collection methods of fixed-point information. Greatly consumed the human, financial and material resources of the traffic control department. In recent years, with the rapid development of technology, the price of surveillance equipment such as video capture cards and cameras has gradually declined. The indoor and outdoor video surveillance systems have been widely applied to various occasions, such as indoor and outdoor parking lots, subways, banks, and highways. , hotels, supermarkets, campus buildings, etc. It plays an increasingly important role in the public safety of society. However, most of the domestic video surveillance systems are still in the traditional mode, playing the role of “record only and not judge”. Therefore, it is only possible to investigate the situation and evidence collection through video playback afterwards. There are defects in real-time forensics and alarms, and staff members are required to constantly monitor the activities in the scene. The shifts are on duty day and night, the workload is huge, and people are vulnerable to human fatigue. The impact of the misdetection and missed detection, which makes the difficulty of forensics increase, loses the significance of real-time monitoring of the monitoring system. On the other hand, as the scale of surveillance systems continues to expand, the amount of video data increases, and it becomes more and more difficult to obtain useful intelligence or information, and the search efficiency is low, and it is difficult to meet the needs of the monitoring system.
停车检测是车辆检测的一个重要分支。车辆检测技术多用于室外环境的场景中,用一个或者多个高清摄像头来监控某一条街道上的停车情况。如果能够做到利用停车检测技术,准确及时检测出违章停车,可以有效的取证和报警,有效的避免进一步的交通堵塞和交通事故,从而维护了人民的生命财产安全。Parking detection is an important branch of vehicle detection. Vehicle detection technology is mostly used in outdoor environments where one or more high-definition cameras are used to monitor parking conditions on a particular street. If you can use the parking detection technology to accurately and timely detect illegal parking, you can effectively obtain evidence and alarm, effectively avoid further traffic jams and traffic accidents, thus maintaining the safety of people's lives and property.
针对停车检测的问题,国内外专家学者提出了多种基于停车检测的方法,主要包括:For the problem of parking detection, experts and scholars at home and abroad have proposed a variety of methods based on parking detection, including:
一、使用光流法进行车辆检测,由于光流法的计算复杂度较高,再加上现在的图像的大小都很大,导致光流法的实时性很差。First, the use of optical flow method for vehicle detection, due to the high computational complexity of the optical flow method, coupled with the current image size is large, resulting in poor real-time optical flow method.
二、在限制区域提取车辆特征,并用SVM(support vector machine)进行分类,从而实现把车辆的信息从图片中提取出来。Second, the vehicle features are extracted in the restricted area, and classified by SVM (support vector machine), so that the information of the vehicle is extracted from the picture.
三、利用贝叶斯网络进行车辆检测。首先提取车辆的特征,利用一种颜色有效的区分开车的颜色和非车的颜色。其次,提取车周围的颜色信息和边界信 息,通过自动调整阈值的canny边缘检测方法。最后,使用贝叶斯网络进行分类。Third, the use of Bayesian network for vehicle detection. The characteristics of the vehicle are first extracted, and the color of the car and the color of the non-vehicle are effectively distinguished by one color. Second, extract the color information and border information around the car. Interest, through the canny edge detection method that automatically adjusts the threshold. Finally, a Bayesian network is used for classification.
四、使用高斯混合模型进行前景与背景的分离,提取出前景信息,判断目标区域是否存在停车,并且实时更新背景。Fourth, use the Gaussian mixture model to separate the foreground from the background, extract the foreground information, determine whether there is parking in the target area, and update the background in real time.
当然上述这些常用的方法还存在一些待解决的问题:Of course, there are still some problems to be solved in these commonly used methods:
1)实时性,目前的监控视频都为高清监控视频,分辨率都在百万级及以上,虽然计算机硬件水平已经达到了很高的水平,但是在处理像监控视频这样的海量数据还是比较吃力的。如何利用监控视频及时有效的处理停车是急需解决的问题之一。1) Real-time, the current surveillance video is HD surveillance video, the resolution is in the millions and above, although the computer hardware level has reached a very high level, but it is more difficult to deal with massive data like surveillance video. of. How to use surveillance video to process parking in a timely and effective manner is one of the urgent problems to be solved.
2)鲁棒性,监控视频的场景多是在复杂的场景下,这对停车检测造成很大的干扰,在复杂的场景中存在很多和车辆相似的物体,这给车辆的检测带来很大的问题。目前大部分的停车检测算法只是通过简单的轮廓特征、占空比或者面积特征的方法识别车辆,导致误检率较高。除了上述的干扰外,还存在光照变化的干扰,遮挡的干扰等。2) Robustness, the scenes of surveillance video are mostly in complex scenes, which cause great interference to parking detection. In complex scenes, there are many objects similar to vehicles, which brings great detection to vehicles. The problem. At present, most parking detection algorithms only identify vehicles by simple contour features, duty cycles or area features, resulting in higher false detection rates. In addition to the above-mentioned interference, there are interferences of illumination changes, interferences of occlusion, and the like.
3)算法实用性,当停车检测算法当具有很好的实时性和鲁棒性时,往往需要大量的硬件资源。对于现实生活中监控摄像头中的处理器往往配置不高,如果想要达到较好的实时性和鲁棒性相对比较困难,所以需要进一步减低算法的计算复杂度提升计算效率,增强算法的实用性。3) The practicability of the algorithm, when the parking detection algorithm has good real-time and robustness, it often requires a large amount of hardware resources. For real-life surveillance cameras, the processor is often not very high. If you want to achieve better real-time and robustness, it is relatively difficult to reduce the computational complexity of the algorithm and improve the computational efficiency. .
发明内容Summary of the invention
本发明的目的在于克服现有技术中的问题,提出一种基于监控视频的停车检测方法及装置,不需要较多的人工干预,能够自动的识别出在监控视频覆盖的范围内停下来的车辆,这种方案能够解决全面依靠人工的停车检测中存在的成本高,易受到人为因素的影响,浪费人力等缺点。The object of the present invention is to overcome the problems in the prior art, and to provide a parking detection method and device based on monitoring video, which can automatically identify vehicles that are stopped within the coverage of the surveillance video without requiring much manual intervention. This kind of solution can solve the shortcomings of high cost, easy to be affected by human factors and waste of manpower in the overall relying on manual parking detection.
为达上述目的,本发明通过以下技术方案实现:To achieve the above object, the present invention is achieved by the following technical solutions:
一种基于监控视频的停车检测方法,包括如下步骤:A parking detection method based on surveillance video includes the following steps:
视频数据采集步骤:普通路边的监控摄像头拍摄的视频数据,所述监控摄像头的相对位置和拍摄的角度保持不变;Video data acquisition step: the video data captured by the surveillance camera of the ordinary roadside, the relative position of the surveillance camera and the angle of the shooting remain unchanged;
背景模型建立步骤:通过分析视频序列建立基于混合高斯模型的背景模型;Background model establishing step: establishing a background model based on a mixed Gaussian model by analyzing a video sequence;
前景运动目标提取步骤:提取出视频图像中的运动前景目标;a foreground moving target extraction step: extracting a moving foreground target in the video image;
静止目标区域检测步骤:检测出视频帧中的静止区域,具体为先找到可疑的静止目标区域,然后经过N帧之后,与之前帧图像的相应位置进行相似度比较,确定是否为真正的静止区域; The stationary target area detecting step: detecting the still area in the video frame, specifically finding the suspicious still target area first, and then after N frames, comparing the similarity with the corresponding position of the previous frame image to determine whether it is a true still area. ;
车辆识别步骤:采用改进的Haar分类器对静止区域进行识别,达到检测车的目的;通过训练多个强分类器,将训练的强分类器级联起来构成所述改进的Haar分类器,逐一对输入图像进行车辆识别,通过识别后则输入到下一级分类器,不通过则直接识别为非车辆。#Vehicle identification step: the improved Haar classifier is used to identify the stationary area to achieve the purpose of detecting the vehicle; by training a plurality of strong classifiers, the trained strong classifiers are cascaded to form the improved Haar classifier, one by one. The input image is used for vehicle identification, and after being identified, it is input to the next-level classifier, and if it is not passed, it is directly recognized as a non-vehicle. #
本发明的有益效果是:通过室外道路上的监控视频,检测在监控视频覆盖的范围内停下来的车辆,这种方案能够解决全面依靠人工的停车检测中存在的成本高,易受到人为因素的影响,浪费人力等缺点。The invention has the beneficial effects that the vehicle stopped in the range covered by the surveillance video is detected by the surveillance video on the outdoor road, and the solution can solve the high cost and the human factor which are comprehensive in the manual parking detection. Impact, waste of manpower and other shortcomings.
附图说明DRAWINGS
图1是本发明的方法流程图;Figure 1 is a flow chart of the method of the present invention;
图2是本发明所采用的前景检测的流程图;Figure 2 is a flow chart of foreground detection employed by the present invention;
图3是图像相似度计算流程图;3 is a flow chart of image similarity calculation;
图4是本发明所采用的改进的Haar分类器结构示意图。4 is a schematic diagram of the structure of a modified Haar classifier employed in the present invention.
具体实施方案Specific implementation
下面通过具体实施方式结合附图对本发明作进一步详细说明。The present invention will be further described in detail below with reference to the accompanying drawings.
如附图1所示,本发明的基于监控视频的停车检测方法具体主要分为几个步骤:As shown in FIG. 1, the monitoring video based parking detection method of the present invention is mainly divided into several steps:
视频数据采集步骤:采用视频数据为普通路边的监控摄像头拍摄的视频数据,所拍摄的区域为一条较长的道路,并且监控摄像头的相对位置和拍摄的角度保持不变。Video data acquisition step: The video data is taken as the video data of the ordinary roadside surveillance camera. The captured area is a long road, and the relative position of the surveillance camera and the angle of the shooting remain unchanged.
背景模型建立步骤:从视频序列开始选择前N帧视频序列建立自适应的混合高斯背景模型,并且不断更新背景,使模型适应外界条件的改变。The background model establishing step: selecting the first N frames of video sequences from the video sequence to establish an adaptive mixed Gaussian background model, and continuously updating the background to adapt the model to changes in external conditions.
前景运动目标提取和阴影检测步骤:从视频的X帧开始通过与背景的对比,提取出每一帧的前景运动目标并使用阴影检测方法,可以消除大部分的阴影。Foreground motion target extraction and shadow detection steps: From the X frame of the video, by comparing the background with the background, extracting the foreground moving target of each frame and using the shadow detection method, most of the shadows can be eliminated.
静止像素矩阵建立步骤:在得到前景之后,建立可疑静止像素矩阵,可疑静止像素矩阵的大小和视频中每一帧的大小相等相对位置一样,并且初始化为0。The still pixel matrix establishing step: after obtaining the foreground, a suspected still pixel matrix is established, and the size of the suspected still pixel matrix is the same as the relative position of each frame in the video, and is initialized to 0.
可疑静止区域检测步骤:当某一点为前景像素点,则在可疑静止像素矩阵的相对位置的值就会加一。如果某一点有前景变成背景,将该点在静止像素矩阵中的值置0。如果某一个点达到了预期设置的阈值,则认为该点为可疑静止像素点,由可疑静止像素点组成的联通区域为可疑静止区域,然后将该区域的信 息存放到图片缓冲区,以便下一步确认是否为真正的静止区域。Suspicious quiescent area detection step: When a point is a foreground pixel, the value of the relative position of the suspected still pixel matrix is incremented by one. If a point has a foreground into the background, the value of the point in the still pixel matrix is set to zero. If a point reaches the threshold set as expected, the point is considered to be a suspected still pixel, and the connected area consisting of suspected still pixels is a suspected still area, and then the area is The information is stored in the picture buffer so that the next step is to confirm whether it is a real still area.
静止区域检测步骤:经过N帧之后,将缓冲区的相应的图片信息取出,然后判断目前两图片的相应位置的“一样”的程度(通常为1500左右,从时间上来看大约一分钟左右,在这里假设在这一小段时间内外界环境没有发生变化),当“一样”程度很高时则认为该可疑静止目标为真正的静止目标。Resting area detecting step: after N frames, the corresponding picture information of the buffer is taken out, and then the degree of "the same" of the corresponding positions of the two pictures is determined (usually about 1500, about one minute in time, in It is assumed here that the external environment has not changed during this short period of time. When the "same" level is high, the suspicious stationary target is considered to be a true stationary target.
车辆识别步骤:最后通过Haar分类器,对静止区域及其邻域进行车辆识别,判断是否为车。达到车辆检测的目的,并且采用基于混合高斯模型进行遮挡检测,降低系统漏检率。Vehicle identification step: Finally, the Haar classifier is used to identify the vehicle in the stationary area and its neighbors to determine whether it is a vehicle. The purpose of vehicle detection is achieved, and the occlusion detection based on the mixed Gaussian model is adopted to reduce the system miss detection rate.
在本发明的技术方案中:In the technical solution of the present invention:
在视频数据采集步骤中:采用视频数据为普通路边的监控摄像头拍摄的视频数据,所拍摄的区域为一条较长的道路,并且监控视频头的相对位置和拍摄的角度保持不变,代表性的公开数据集有,i-LIDS停车检测数据集和PETS车辆追踪数据集。i-LIDS停车检测数据集一共大约包括5万帧连续的监控视频图像,包括4个场景:简单场景,中等场景,困难场景和混合场景。其中,简单场景为存在很少遮挡,天气较好并且停止车辆离监控视频较近,中等场景存在较多的部分遮挡,天气为刮风天气摄像头存在摇晃现象并且停止车辆距离监控视频较远,困难场景为遮挡较多,存在刮风天气并且停车距离摄像头的距离较远,混合场景天气条件变化较大,存在四个停车现象并且存在较多的部分遮挡。PETS数据集一共包括大约10000帧图像,其中包括四个停车场景,光照较好,存在部分遮挡。In the video data acquisition step: the video data is taken as the video data of the ordinary roadside surveillance camera, the captured area is a long road, and the relative position of the surveillance video head and the angle of the shooting remain unchanged, representative The public data set includes the i-LIDS parking detection data set and the PETS vehicle tracking data set. The i-LIDS parking detection dataset consists of approximately 50,000 consecutive surveillance video images, including four scenes: simple scene, medium scene, difficult scene and mixed scene. Among them, the simple scene is that there is little occlusion, the weather is better and the vehicle is stopped closer to the surveillance video, and the medium scene has more partial occlusion. The weather is shaking in the windy weather camera and stopping the vehicle far from the surveillance video, it is difficult The scene is more occluded, there is windy weather and the distance from the camera is far away. The weather conditions of the mixed scene change greatly, there are four parking phenomena and there are more partial occlusions. The PETS dataset includes a total of approximately 10,000 frames, including four parking lots, with good illumination and partial occlusion.
在背景模型建立步骤中:从视频序列开始选择前N帧视频序列建立自适应的混合高斯背景模型,并且不断更新背景,使模型适应外界条件的改变。因为,在摄像机固定的情况下,背景的变化是缓慢的,而且大都是光照,风等等的影响,通过对背景建模,对一幅给定图像分离前景和背景,一般来说,前景就是运动物体,从而达到运动物体检测的目的。混合高斯模型使用K个单高斯模型来表征图像中各个像素点的特征,在新一帧图像获得后更新混合高斯模型,用当前图像中的每个像素点与混合高斯模型匹配,如果成功则判定该点为背景点,否则为前景点。数学表达式如下:In the background model establishing step: the first N frames of video sequences are selected from the video sequence to establish an adaptive mixed Gaussian background model, and the background is continuously updated to adapt the model to changes in external conditions. Because, in the case of fixed cameras, the background changes are slow, and most of them are the effects of light, wind, etc. By modeling the background, separating the foreground and background from a given image, in general, the foreground is Moving objects to achieve the purpose of moving objects. The mixed Gaussian model uses K single Gaussian models to characterize the individual pixels in the image. The new Gaussian model is updated after the new frame is acquired, and each pixel in the current image is matched with the mixed Gaussian model. If successful, the decision is made. This point is the background point, otherwise it is the former attraction. The mathematical expression is as follows:
对于一个拥有K个高斯分量的混合高斯模型,一个像素点在时间N为xN的概率为下式:For a mixed Gaussian model with K Gaussian components, the probability that a pixel is x N at time N is as follows:
Figure PCTCN2017113067-appb-000001
Figure PCTCN2017113067-appb-000001
这里wj是第j个模型的权重,η(xN;θj)是第j个高斯模型的正态分布表示为下 Where w j is the weight of the jth model, and η(x N ; θ j ) is the normal distribution of the jth Gaussian model expressed as
式:formula:
Figure PCTCN2017113067-appb-000002
Figure PCTCN2017113067-appb-000002
其中μk代表第K高斯模型的均值,
Figure PCTCN2017113067-appb-000003
I代表第K高斯模型的协方差。
Where μ k represents the mean of the K-gaussian model,
Figure PCTCN2017113067-appb-000003
I represents the covariance of the K-gaussian model.
在混合高斯模型中背景是模型的最主要的部分,其协方差的值相对较小,由于这个原因我们按照wkk的降序对K个高斯函数进行排序,排在这个序列最前面的高斯分布最有可能描述目前背景的高斯函数。通过上面分析,选择排在前面H个高斯分布作为目前的背景模型,其中H由下式得到:In the mixed Gaussian model, the background is the most important part of the model, and the value of the covariance is relatively small. For this reason, we sort the K Gaussian functions in descending order of w kk , ranking first in the sequence. The Gaussian distribution is most likely to describe the Gaussian function of the current background. Through the above analysis, the first H Gaussian distributions are selected as the current background model, where H is obtained by:
Figure PCTCN2017113067-appb-000004
Figure PCTCN2017113067-appb-000004
其中T为阈值。Where T is the threshold.
在前景运动目标提取和阴影检测步骤中:In the foreground moving target extraction and shadow detection steps:
1)前景检测,基于前面建立的混合高斯模型,假设当前像素点值为xi,t,让其与K个高斯模型按照优先级顺序进行匹配,如果当前像素点值与某一个高斯模型的均值绝对值小于2.5倍的方差,如下式所示:1) foreground detection, based on the previously established mixed Gaussian model, assuming that the current pixel value is x i,t , and matching it with the K Gaussian models in order of priority, if the current pixel value is equal to the mean of a Gaussian model The absolute value is less than 2.5 times the variance, as shown in the following equation:
Figure PCTCN2017113067-appb-000005
Figure PCTCN2017113067-appb-000005
则认为该像素点属于这个高斯模型,则认为该点为背景。如果该像素点没有匹配任何一个高斯模型,则认为其前景,即为前景的运动目标。检测过程见附图2。If the pixel is considered to belong to this Gaussian model, the point is considered to be the background. If the pixel does not match any of the Gaussian models, then its foreground is considered to be the moving target of the foreground. The detection process is shown in Figure 2.
2)运动目标阴影检测,提取出的前景运动目标还是可能包含运动目标的影子,为了降低阴影对前景运动目标提取的影响,就必须去除阴影。为了保证系统的实时性,采用一种基于HSV空间的阴影检测方法。判断一个运动的点是否为阴影的参照如下公式:2) Moving target shadow detection, the extracted foreground moving target may still contain the shadow of the moving target, in order to reduce the influence of the shadow on the foreground moving target extraction, the shadow must be removed. In order to ensure the real-time performance of the system, a shadow detection method based on HSV space is adopted. Refer to the following formula to determine whether a moving point is a shadow:
Figure PCTCN2017113067-appb-000006
Figure PCTCN2017113067-appb-000006
其中,D、B分别表示HSV颜色空间下的前景图像的像素点和背景图像的像素点,其中D(x,y).V、B(x,y).V分别表示点(x,y)对应的前景点的亮度值和背景像素点的亮度值。D(x,y).H、B(x,y).H分别表示相应点的前景像素和背景像素的色度 值。D(x,y).S、B(x,y).S分别表示相应点的前景像素和背景像素的饱和度值。α和β代表亮度的阈值,τs代表饱和度的阈值,τH代表色度的阈值。结果用S表示,如果结果为1表示该点为阴影的像素点,如果结果为0表示该点是非阴影点。该方法的优点在于通用性强,计算速度快,并且准确率较高。Wherein D and B respectively represent pixel points of the foreground image and pixel points of the background image in the HSV color space, wherein D(x, y).V, B(x, y).V respectively represent the point (x, y) The brightness value of the corresponding front spot and the brightness value of the background pixel. D(x, y).H, B(x, y).H represent the chrominance values of the foreground and background pixels of the corresponding point, respectively. D(x, y).S, B(x, y).S respectively represent the saturation values of the foreground and background pixels of the corresponding point. α and β represent the threshold of luminance, τ s represents the threshold of saturation, and τ H represents the threshold of chromaticity. The result is represented by S. If the result is 1 indicating that the point is a shaded pixel, if the result is 0, the point is a non-shaded point. The method has the advantages of strong versatility, fast calculation speed and high accuracy.
静止目标检测中,主要分为两个部分,第一部分为可疑静止目标区域检测,第二部分为图片相似度计算,主要的目的是检测可疑静止目标是否发生的变化,从而确定是否为真正的静止目标。In the stationary target detection, it is mainly divided into two parts. The first part is the detection of suspicious static target area, and the second part is the picture similarity calculation. The main purpose is to detect whether the suspicious static target changes, so as to determine whether it is truly static. aims.
在所述静止像素矩阵建立步骤具体为:当前景目标由运动状态变成了静止状态的很短的时间内,静止的物体仍然为前景,利用这很短的时间内的像素点是否为前景的信息建立可疑静止像素矩阵。静止像素矩阵的大小和图片的大小相同。静止像素矩阵初每个元素始化为0,B(x,y)代表当前帧的在位置为(x,y)处的点是否为前景表示如下式:The step of establishing the still pixel matrix is specifically: the short-term time when the current scene target changes from the motion state to the stationary state, the still object is still the foreground, and whether the pixel point in the short time is the foreground is utilized. The information establishes a suspected still pixel matrix. The size of the still pixel matrix is the same as the size of the picture. At the beginning of the still pixel matrix, each element is initialized to 0, and B(x, y) represents whether the point at the position (x, y) of the current frame is foreground or not.
Figure PCTCN2017113067-appb-000007
Figure PCTCN2017113067-appb-000007
静止像素矩阵的更新方式如下式The method of updating the still pixel matrix is as follows
Figure PCTCN2017113067-appb-000008
Figure PCTCN2017113067-appb-000008
其中Fn(x,y)代表静止像素矩阵点(x,y)处在第n帧的值。Where F n (x, y) represents the value of the nth frame at which the still pixel matrix point (x, y) is located.
在所述可疑静止区域检测步骤具体为:当某一点为前景像素点,则在可疑静止像素矩阵的相对位置的值就会加一。如果某一点有前景变成背景,将该点在静止像素矩阵中的值置0。如果某一个点达到了预期设置的阈值,这里设置的值是150,则认为该点为可疑静止像素点,由可疑静止像素点组成的联通区域为可疑静止区域,然后将该区域的信息存放到图片缓冲区,以便下一步确认是否为真正的静止区域。The step of detecting the suspected still region is specifically: when a certain point is a foreground pixel, the value of the relative position of the suspected still pixel matrix is incremented by one. If a point has a foreground into the background, the value of the point in the still pixel matrix is set to zero. If a point reaches the threshold that is expected to be set, and the value set here is 150, the point is considered to be a suspicious still pixel, and the connected area consisting of suspected still pixels is a suspicious still area, and then the information of the area is stored. Image buffer so that the next step is to confirm if it is a real still area.
在所述静止区域检测步骤具体为:当得到可疑静止区域之后,将可疑静止区域的信息存置图像缓冲区,需在经过N帧之后确认是否为真正的静止区域。可以通过图像相似度确认之前的图像和N帧之后的图像内容是否“一样”。如附图3所示,图像相似度计算的具体步骤如下:The step of detecting the still area is specifically: after the suspicious still area is obtained, the information of the suspect still area is stored in the image buffer, and it is necessary to confirm whether it is a true still area after passing N frames. Whether the previous image and the image content after the N frame are "same" can be confirmed by the image similarity. As shown in Figure 3, the specific steps of image similarity calculation are as follows:
(1)读取两张图像并且进行灰度化,分别标记为图像A和图像B。(1) Two images are read and grayscaled, and are labeled as image A and image B, respectively.
(2)分别计算两张图像的灰度直方图,分别标记为A_hist和B_hist。 (2) Calculate the gray histograms of the two images, respectively labeled A_hist and B_hist.
(3)对A_hist和B_hist进行归一化,归一化的公式如下式所示:(3) Normalize A_hist and B_hist, and the normalized formula is as follows:
x=(x-Min)/(Max-Min)x=(x-Min)/(Max-Min)
其中x代表直方图中每一个像素级所对应的值,Max代表直方图中最大值,Min代表直方图中最小值。Where x represents the value corresponding to each pixel level in the histogram, Max represents the maximum value in the histogram, and Min represents the minimum value in the histogram.
(4)对归一化之后的A_hist和B_hist,求得它们的之间巴氏距离。巴氏距公式如下所示:(4) For the A_hist and B_hist after normalization, find the Pap s distance between them. The Barthel's formula is as follows:
Figure PCTCN2017113067-appb-000009
Figure PCTCN2017113067-appb-000009
其中DB(A_hist,B_hist)代表A_hist和B_hist之间的巴氏距离Where DB(A_hist, B_hist) represents the Pap sm distance between A_hist and B_hist
(5)判断两个灰度直方图之间巴氏距离,如果巴氏距离过大则认为两张图像的相似度程度较低。如果巴氏距离较小,则认为两张图像的相似程度较高。(5) Determine the Barthel distance between the two gray histograms. If the Pap smear distance is too large, the degree of similarity between the two images is considered to be low. If the Pap sm distance is small, the similarity of the two images is considered to be higher.
(6)当判断两张图像的巴氏距离较小时,继续判断两张图像的相对位置的差异程度。将两张图像缩小至32×32。减少计算量并且减少细节的影响。(6) When judging that the Paging distance of the two images is small, the degree of difference in the relative positions of the two images is continuously judged. Reduce the two images to 32×32. Reduce the amount of calculations and reduce the impact of detail.
(7)计算缩小之后两张图像的欧式距离,计算公式如下式所示:(7) Calculate the Euclidean distance of the two images after reduction, and the formula is as follows:
Figure PCTCN2017113067-appb-000010
Figure PCTCN2017113067-appb-000010
其中D(A,B)为图像A和图像B缩小至32×32之后的欧式距离。当D(A,B)过大时可以判定两张图像的内容差异很大。Where D(A, B) is the Euclidean distance after the image A and the image B are reduced to 32×32. When D(A, B) is too large, it can be judged that the contents of the two images are very different.
通过上述的步骤可以很好的解决在摄像头不动的情况下,相隔较短的两帧图像的相对位置的图像内容是否发生了变化。从而可以利用这种方法来检测在一个暂时停止运动的物体,是否真正的停了下来。并且可以解决目标小部分遮挡的问题,提高算法的鲁棒性。Through the above steps, it can be well solved whether the image content of the relative positions of the two images separated by a short time changes when the camera is not moving. It is thus possible to use this method to detect whether an object that has temporarily stopped moving has actually stopped. And it can solve the problem of occlusion of a small part of the target and improve the robustness of the algorithm.
在所述车辆识别步骤具体为:首先实现了对Haar分类器的改进,设计了一种级联分类器,最后应用改进的分类器对静止的车辆进行识别,还加入了遮挡检测,应对在复杂场景下无法识别的问题。The vehicle identification step is specifically: firstly, the improvement of the Haar classifier is implemented, a cascade classifier is designed, and finally the improved classifier is used to identify the stationary vehicle, and the occlusion detection is added, and the response is complicated. Unrecognized issues in the scene.
1)级联分类器,主要目标就是有较高的识别率和较小的误识率,通过训练多个强分类器,将训练的强分类器级联起来。具体流程图参见附图4,算法如下:1) Cascade classifier, the main goal is to have a higher recognition rate and a smaller misrecognition rate. By training multiple strong classifiers, the trained strong classifiers are cascaded. The specific flow chart is shown in Figure 4, and the algorithm is as follows:
Figure PCTCN2017113067-appb-000011
Figure PCTCN2017113067-appb-000011
Figure PCTCN2017113067-appb-000012
Figure PCTCN2017113067-appb-000012
通过上面改进的算法可以提高级联分类器训练过程中的容错性和鲁棒性,并且在保证了识别的准确率和误检率,同时避免在训练过程中出现滞停现象和训练时间较长的现象。Through the improved algorithm above, the fault tolerance and robustness of the cascaded classifier training process can be improved, and the accuracy and false detection rate of the recognition are ensured, and the hysteresis phenomenon and the training time are avoided during the training process. The phenomenon.
2)静止车辆的识别,将当前静止目标区域的以及其相应的领域组成的子图像作为Haar分类器的输入,而不是将整张图像作为输入,这样做的目的是减小Haar分类器在车辆检测的时候减少检测窗口的搜索范围,增加系统的实时性。具体算法如下:2) Identification of the stationary vehicle, using the sub-image of the current stationary target area and its corresponding domain as the input of the Haar classifier, instead of taking the entire image as input, in order to reduce the Haar classifier in the vehicle When detecting, the search range of the detection window is reduced, and the real-time performance of the system is increased. The specific algorithm is as follows:
Figure PCTCN2017113067-appb-000013
Figure PCTCN2017113067-appb-000013
Figure PCTCN2017113067-appb-000014
Figure PCTCN2017113067-appb-000014
在所述遮挡检测中,采用基于混合高斯模型的方法可以解决在复杂的场景下识别目标被暂时遮挡的问题。当判断静止目标是否是车时,由于遮挡往往导致识别失败,通过混合高斯模型有很好的适应外部条件变化的情况,可以准确提取当前图像中运动的前景。具体的遮挡检测步骤如下:In the occlusion detection, the hybrid Gaussian model-based method can solve the problem that the recognition target is temporarily occluded in a complicated scene. When it is judged whether the stationary target is a car, since the occlusion often leads to the recognition failure, the mixed Gaussian model has a good adaptability to the external condition change, and the foreground of the motion in the current image can be accurately extracted. The specific occlusion detection steps are as follows:
a.记录上一帧静止车辆的位置矩形框信息。a. Record the position rectangular frame information of the previous frame of the stationary vehicle.
b.计算目前帧的前景运动目标像素点在当前矩形框的内部相对位置和所占的比例。b. Calculate the relative position and proportion of the foreground moving target pixel of the current frame in the current rectangular frame.
c.如果所占的比例大于30%,则判定该静止目标已经运行。c. If the proportion is greater than 30%, it is determined that the stationary target has been operated.
d.如果所占的比例小于等于30%,则判定该静止目标没有运行,仍为静止目标,将当前的矩形信息框作为当前帧中静止车辆的位置信息,继续报警。d. If the proportion is less than or equal to 30%, it is determined that the stationary target is not running, and is still a stationary target, and the current rectangular information frame is used as the position information of the stationary vehicle in the current frame, and the alarm is continued.
以上内容是结合具体的优选实施方式对本发明所作的进一步详细说明,不能认定本发明的具体实施只局限于这些说明。对于本发明所属技术领域的普通技术人员来说,在不脱离本发明构思的前提下,还可以做出若干简单推演或替换,都应当视为属于本发明的保护范围。 The above is a further detailed description of the present invention in connection with the specific preferred embodiments, and the specific embodiments of the present invention are not limited to the description. It will be apparent to those skilled in the art that the present invention may be made without departing from the spirit and scope of the invention.

Claims (10)

  1. 一种基于监控视频的停车检测方法,其特征在于,所述方法包括如下步骤:A parking detection method based on surveillance video, characterized in that the method comprises the following steps:
    视频数据采集步骤:普通路边的监控摄像头拍摄的视频数据,所述监控摄像头的相对位置和拍摄的角度保持不变;Video data acquisition step: the video data captured by the surveillance camera of the ordinary roadside, the relative position of the surveillance camera and the angle of the shooting remain unchanged;
    背景模型建立步骤:通过分析视频序列建立基于混合高斯模型的背景模型;Background model establishing step: establishing a background model based on a mixed Gaussian model by analyzing a video sequence;
    前景运动目标提取步骤:提取出视频图像中的运动前景目标;a foreground moving target extraction step: extracting a moving foreground target in the video image;
    静止目标区域检测步骤:检测出视频中的静区域,具体为先找到可疑的静止目标区域,然后经过N帧之后,与之前帧图像的相应位置进行相似度比较,确定是否为真正的静止区域;The stationary target area detecting step: detecting the static area in the video, specifically finding the suspicious still target area first, and then after N frames, comparing the similarity with the corresponding position of the previous frame image to determine whether it is a true still area;
    车辆识别步骤:采用改进的Haar分类器对静止区域进行识别,达到检测车的目的;通过训练多个强分类器,将训练的强分类器级联起来构成所述改进的Haar分类器,逐一对输入图像进行分类识别,通过识别后则输入到下一级分类器,不通过则直接识别为非车辆。Vehicle identification step: the improved Haar classifier is used to identify the stationary area to achieve the purpose of detecting the vehicle; by training a plurality of strong classifiers, the trained strong classifiers are cascaded to form the improved Haar classifier, one by one. The input image is classified and identified, and after being identified, it is input to the next-level classifier, and if it is not passed, it is directly recognized as a non-vehicle.
  2. 根据权利要求1所述的方法,其特征在于:所述方法还包括阴影检测步骤:采用基于HSV空间的阴影检测方法降低阴影对前景运动目标提取的影响,具体为:判断一个运动的点是否为阴影参照如下的公式:The method according to claim 1, wherein the method further comprises a shadow detecting step of: reducing the influence of the shadow on the foreground moving target extraction by using a shadow detection method based on the HSV space, specifically: determining whether a moving point is The shadow refers to the following formula:
    Figure PCTCN2017113067-appb-100001
    Figure PCTCN2017113067-appb-100001
    其中,D、B分别表示HSV颜色空间下的前景图像的像素点和背景图像的像素点,其中D(x,y).V、B(x,y).V分别表示点(x,y)对应的前景点的亮度值和背景像素点的亮度值;D(x,y).H、B(x,y).H分别表示相应点的前景像素和背景像素的色度值;D(x,y).S、B(x,y).S分别表示相应点的前景像素和背景像素的饱和度值;α和β代表亮度的阈值,τs代表饱和度的阈值,τH代表色度的阈值;结果用S表示,如果结果为1表示该点为阴影的像素点,如果结果为0表示该点是非阴影点。Wherein D and B respectively represent pixel points of the foreground image and pixel points of the background image in the HSV color space, wherein D(x, y).V, B(x, y).V respectively represent the point (x, y) The brightness value of the corresponding front sight and the brightness value of the background pixel; D(x, y).H, B(x, y).H respectively represent the chrominance value of the foreground pixel and the background pixel of the corresponding point; D(x , y).S, B(x, y).S respectively represent the saturation values of the foreground and background pixels of the corresponding point; α and β represent the threshold of brightness, τ s represents the threshold of saturation, and τ H represents the chromaticity Threshold; the result is represented by S. If the result is 1 indicating that the point is a shaded pixel, if the result is 0, the point is a non-shaded point.
  3. 根据权利要求1所述的方法,其特征在于:所述静止目标区域检测步骤包括可疑静止区域检测子步骤:建立静止像素矩阵,当某一点为前景像素点,则在可疑静止像素矩阵的相对位置的值就会加一;如果某一点有前景变成背景,将该点在静止像素矩阵中的为0;如果某一个点达到了预期设置的阈值,则认为该点为可疑静止像素点,由可疑静止像素点组成的联通区域为可疑静 止区域。The method according to claim 1, wherein said stationary target region detecting step comprises a suspicious still region detecting substep: establishing a still pixel matrix, and when a certain point is a foreground pixel, the relative position of the suspected still pixel matrix The value of the point will be increased by one; if a point has a foreground into the background, the point is 0 in the still pixel matrix; if a point reaches the threshold set by the expected value, the point is considered to be a suspicious still pixel, The connected area consisting of suspicious still pixels is suspicious Stop the area.
  4. 根据权利要求3所述的方法,其特征在于:在所述可疑静止区域检测步骤之前,所述方法还包括静止像素矩阵的建立:当前景目标由运动状态变成了静止状态的很短的时间内,静止的物体仍然为前景,利用这很短的时间内的像素点是否为前景的信息建立可疑静止像素矩阵,静止像素矩阵的大小和图片的大小相同,静止像素矩阵初始每个元素始化0,B(x,y)代表当前帧的在位置为(x,y)处的点是否为前景,表示如下式:The method according to claim 3, characterized in that before the suspected still region detecting step, the method further comprises the establishment of a still pixel matrix: a short time period in which the current scene target changes from a motion state to a stationary state Inside, the still object is still foreground, and the suspected still pixel matrix is established by using the information of the pixel in the short time period for the foreground information. The size of the still pixel matrix is the same as the size of the picture, and the static pixel matrix initializes each element. 0, B(x, y) represents whether the point at the position (x, y) of the current frame is foreground, which is expressed as follows:
    Figure PCTCN2017113067-appb-100002
    Figure PCTCN2017113067-appb-100002
    静止像素矩阵的更新方式如下式:The method of updating the still pixel matrix is as follows:
    Figure PCTCN2017113067-appb-100003
    Figure PCTCN2017113067-appb-100003
    其中Fn(x,y)代表静止像素矩阵点(x,y)处在第n帧的值。Where F n (x, y) represents the value of the nth frame at which the still pixel matrix point (x, y) is located.
  5. 根据权利要求1所述的方法,其特征在于:在所述背景模型建立步骤中,主要是对背景进行建模,便于分离图像的前景和背景,所采用的混合高斯模型是使用K个单高斯模型来表征图像中各个像素点的特征,在新一帧图像获得后更新混合高斯模型,用当前图像中的每个像素点与混合高斯模型匹配,如果成功则判定该点为背景点,否则为前景点。The method according to claim 1, wherein in the background model establishing step, the background is mainly modeled to facilitate separation of the foreground and background of the image, and the mixed Gaussian model is used by K single Gaussian. The model is used to represent the features of each pixel in the image, and the mixed Gaussian model is updated after the new frame image is obtained, and each pixel in the current image is matched with the mixed Gaussian model. If successful, the point is determined as the background point, otherwise Former sights.
  6. 根据权利要求3所述的方法,其特征在于:在所述静止区域检测步骤中,对可疑静止区域进行验证,通过与第N帧之后的图像进行比对,筛选出真正的静止区域;具体步骤如下:The method according to claim 3, wherein in the still area detecting step, the suspect still area is verified, and the true still area is screened by comparing with the image after the Nth frame; as follows:
    (1)读取两张图像并且进行灰度化,分别标记为图像A和图像B;(1) reading two images and performing grayscale, respectively labeled as image A and image B;
    (2)分别计算两张图像的灰度直方图,分别标记为A_hist和B_hist;(2) Calculate the gray histograms of the two images, respectively labeled A_hist and B_hist;
    (3)对A_hist和B_hist进行归一化,归一化的公式如下式所示:(3) Normalize A_hist and B_hist, and the normalized formula is as follows:
    x=(x-Min)/(Max-Min)x=(x-Min)/(Max-Min)
    其中x代表直方图中每一个像素级所对应的值,Max代表直方图中最大值,Min代表直方图中最小值;Where x represents the value corresponding to each pixel level in the histogram, Max represents the maximum value in the histogram, and Min represents the minimum value in the histogram;
    (4)对归一化之后的A_hist和B_hist,求得它们的之间巴氏距离,巴氏距离DB(A_hist,B_hist)如下所示:(4) For the A_hist and B_hist after normalization, find the Pap s distance between them, and the Pap s distance DB (A_hist, B_hist) is as follows:
    Figure PCTCN2017113067-appb-100004
    Figure PCTCN2017113067-appb-100004
    (5)判断两个灰度直方图之间巴氏距离,如果巴氏距离过大则认为两张图像的相似度程度较低。如果巴氏距离较小,则认为两张图像的相似程 度较高;(5) Determine the Barthel distance between the two gray histograms. If the Pap smear distance is too large, the degree of similarity between the two images is considered to be low. If the Pap address distance is small, the similarity of the two images is considered Higher degree;
    (6)当判断两张图像的巴氏距离较小时,继续判断两张图像的相对位置的差异程度,将两张图像缩小至32×32,减少计算量并且减少细节的影响;(6) When judging that the Paging distance of the two images is small, continue to judge the degree of difference between the relative positions of the two images, reduce the two images to 32×32, reduce the calculation amount and reduce the influence of the details;
    (7)计算缩小之后两张图像的欧式距离(7) Calculate the Euclidean distance between the two images after reduction
    Figure PCTCN2017113067-appb-100005
    Figure PCTCN2017113067-appb-100005
    其中D(A,B)为图像A和图像B缩小至32×32之后的欧式距离;当D(A,B)过大时可以判定两张图像的内容差异很大。Where D(A, B) is the Euclidean distance after the image A and the image B are reduced to 32×32; when D(A, B) is too large, it can be determined that the content of the two images is very different.
  7. 根据权利要求1所述的方法,其特征在于:在所述的车辆识别步骤中,应用分类器对静止的车辆进行识别,判断是否为车;为达到车辆检测的目的,并且采用基于混合高斯模型进行遮挡检测,降低系统漏检率;具体算法为:The method according to claim 1, wherein in said vehicle identifying step, the classifier is applied to identify the stationary vehicle to determine whether it is a vehicle; to achieve the purpose of vehicle detection, and to adopt a hybrid Gaussian model Perform occlusion detection to reduce system miss detection rate; the specific algorithm is:
    (1)获取静止区域的连通区域以及图片的长度H和宽度W;(1) acquiring a connected area of the still area and a length H and a width W of the picture;
    (2)计算连通区域的中心点的坐标(x,y);(2) Calculating the coordinates (x, y) of the center point of the connected region;
    (3)计算静止区域的连通区域的外接矩形R_static;(3) calculating a circumscribed rectangle R_static of the connected region of the still region;
    (4)构建以坐标点(x,y)为中心,宽度为W/3,高度为H/3的矩形R;(4) construct a rectangle R centered on the coordinate point (x, y), having a width of W/3 and a height of H/3;
    (5)在原图像中获取以矩形R覆盖位置的子图img;(5) obtaining a sub-image img in a position where the rectangle R is covered in the original image;
    (6)在子图img上进行车辆识别,得到识别结果包围框;(6) performing vehicle identification on the sub-picture img to obtain a recognition result enclosing frame;
    (7)判断包围框中是否存在和R_static相交面大于75%;(7) judging whether there is a intersection with R_static greater than 75% in the bounding box;
    (8)如果存在进行报警,不存在继续进行检测。(8) If there is an alarm, there is no further detection.
  8. 根据权利要求7所述的方法,其特征在于:在所述的车辆识别步骤中,阴影检测主要是解决在复杂场景下,目标被暂时遮挡的问题,具体的步骤如下:The method according to claim 7, wherein in the step of recognizing the vehicle, the shadow detection is mainly to solve the problem that the target is temporarily occluded in a complicated scene, and the specific steps are as follows:
    a.记录上一帧静止车辆的位置矩形框信息;a. Record the position rectangular frame information of the previous frame of the stationary vehicle;
    b.计算目前帧的前景运动目标像素点在当前矩形框的内部相对位置和所占的比例;b. calculating the relative position and proportion of the foreground moving target pixel of the current frame in the current rectangular frame;
    c.如果所占的比例大于30%,则判定该静止目标已经运行;c. If the proportion is greater than 30%, it is determined that the stationary target has been operated;
    d.如果所占的比例小于等于30%,则判定该静止目标没有运行,仍为静止目标,将当前的矩形信息框作为当前帧中静止车辆的位置信息,继续报警。d. If the proportion is less than or equal to 30%, it is determined that the stationary target is not running, and is still a stationary target, and the current rectangular information frame is used as the position information of the stationary vehicle in the current frame, and the alarm is continued.
  9. 一种基于监控视频的停车检测装置,其特征在于,所述装置包括:A parking detection device based on surveillance video, characterized in that the device comprises:
    视频数据采集单元:用于普通路边的监控摄像头拍摄的视频数据,所述监控摄像头的相对位置和拍摄的角度保持不变;Video data acquisition unit: for video data captured by a surveillance camera of an ordinary roadside, the relative position of the surveillance camera and the angle of the shooting remain unchanged;
    背景模型建立单元:用于通过分析视频序列建立基于混合高斯模型的背景模 型;Background model building unit: used to establish a background model based on mixed Gaussian model by analyzing video sequences type;
    前景运动目标提取单元:用于提取出视频图像中的运动前景目标;a foreground moving target extraction unit: for extracting a moving foreground target in the video image;
    静止目标区域检测单元:用于检测出视频中的静止区域;a stationary target area detecting unit: for detecting a still area in the video;
    车辆识别单元:用于采用改进的Haar分类器对静止区域进行识别,达到检测车的目的;通过训练多个强分类器,将训练的强分类器级联起来构成所述改进的Haar分类器,逐一对输入图像进行分类识别,通过识别后则输入到下一级分类器,不通过则直接识别为非车辆。Vehicle identification unit: used to identify the stationary area by using the improved Haar classifier to achieve the purpose of detecting the vehicle; by training a plurality of strong classifiers, cascading the trained strong classifiers to form the improved Haar classifier, The input images are input one by one for classification and recognition, and after being recognized, they are input to the next-level classifier, and if they are not passed, they are directly recognized as non-vehicles.
  10. 根据权利要求9所述的停车检测装置,其特征在于,所述装置还包括:阴影检测单元:用于采用基于HSV空间的阴影检测方法降低阴影对前景运动目标提取的影响;可疑静止区域检测单元:用于建立静止像素矩阵,当某一点为前景像素点,则在可疑静止像素矩阵的相对位置的值就会加一;如果某一点有前景变成背景,将该点在静止像素矩阵中的为0;如果某一个点达到了预期设置的阈值,则认为该点为可疑静止像素点,由可疑静止像素点组成的联通区域为可疑静止区域。 The parking detection apparatus according to claim 9, wherein the apparatus further comprises: a shadow detecting unit for reducing the influence of the shadow on the foreground moving target extraction by using the HSV space-based shadow detecting method; the suspected still area detecting unit : used to establish a still pixel matrix. When a point is a foreground pixel, the value of the relative position of the suspected still pixel matrix is increased by one; if a point has a foreground into the background, the point is in the still pixel matrix. Is 0; if a point reaches the threshold set as expected, the point is considered to be a suspected still pixel, and the connected area consisting of suspected still pixels is a suspected still area.
PCT/CN2017/113067 2017-01-10 2017-11-27 Parking detection method and device based on monitoring video WO2018130016A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710016093.0 2017-01-10
CN201710016093.0A CN106878674B (en) 2017-01-10 2017-01-10 A kind of parking detection method and device based on monitor video

Publications (1)

Publication Number Publication Date
WO2018130016A1 true WO2018130016A1 (en) 2018-07-19

Family

ID=59165500

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/113067 WO2018130016A1 (en) 2017-01-10 2017-11-27 Parking detection method and device based on monitoring video

Country Status (2)

Country Link
CN (1) CN106878674B (en)
WO (1) WO2018130016A1 (en)

Cited By (91)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109146850A (en) * 2018-07-26 2019-01-04 上海电气集团股份有限公司 A kind of polychrome spherical shape target detection and localization method and the storage medium for executing this method
CN109685083A (en) * 2019-01-09 2019-04-26 安徽睿极智能科技有限公司 The multi-dimension testing method of driver's driving Misuse mobile phone
CN109766828A (en) * 2019-01-08 2019-05-17 重庆同济同枥信息技术有限公司 A kind of vehicle target dividing method, device and communication equipment
CN109871739A (en) * 2018-12-27 2019-06-11 南京国图信息产业有限公司 Motor-driven station Automatic Targets and space-location method based on YOLO-SIOCTL
CN109919008A (en) * 2019-01-23 2019-06-21 平安科技(深圳)有限公司 Moving target detecting method, device, computer equipment and storage medium
CN109948416A (en) * 2018-12-31 2019-06-28 上海眼控科技股份有限公司 A kind of illegal occupancy bus zone automatic auditing method based on deep learning
CN110057368A (en) * 2019-05-22 2019-07-26 合肥工业大学 A kind of positioning of new indoor and air navigation aid
CN110110608A (en) * 2019-04-12 2019-08-09 国网浙江省电力有限公司嘉兴供电公司 The fork truck speed monitoring method and system of view-based access control model under a kind of overall view monitoring
CN110210363A (en) * 2019-05-27 2019-09-06 中国科学技术大学 A kind of target vehicle crimping detection method based on vehicle-mounted image
CN110263635A (en) * 2019-05-14 2019-09-20 中国人民解放军火箭军工程大学 Marker detection and recognition methods based on structure forest and PCANet
CN110298307A (en) * 2019-06-27 2019-10-01 浙江工业大学 A kind of exception parking real-time detection method based on deep learning
CN110414329A (en) * 2019-06-19 2019-11-05 上海眼控科技股份有限公司 A kind of vehicle heading judgment method based on image
CN110443142A (en) * 2019-07-08 2019-11-12 长安大学 A kind of deep learning vehicle count method extracted based on road surface with segmentation
CN110533955A (en) * 2019-09-16 2019-12-03 平安科技(深圳)有限公司 A kind of method, terminal device and the computer readable storage medium on determining parking stall
CN110555406A (en) * 2019-08-31 2019-12-10 武汉理工大学 Video moving target identification method based on Haar-like characteristics and CNN matching
CN110570447A (en) * 2019-08-08 2019-12-13 中国地质大学(武汉) Real-time moving target detection method based on adaptive background modeling
CN110738686A (en) * 2019-10-12 2020-01-31 四川航天神坤科技有限公司 Static and dynamic combined video man-vehicle detection method and system
CN110765979A (en) * 2019-11-05 2020-02-07 中国计量大学 Intelligent LED garden lamp based on background modeling and light control
CN110827262A (en) * 2019-11-06 2020-02-21 西北工业大学 Weak and small target detection method based on continuous limited frame infrared image
CN110826439A (en) * 2019-10-25 2020-02-21 杭州叙简科技股份有限公司 Electric welding construction detection method based on deep learning image processing
CN110852141A (en) * 2019-06-25 2020-02-28 西安空间无线电技术研究所 Sea surface target detection method and system based on passive interference microwave image
CN110991222A (en) * 2019-10-16 2020-04-10 北京海益同展信息科技有限公司 Object state monitoring and sow oestrus monitoring method, device and system
CN111079586A (en) * 2019-12-03 2020-04-28 西安电子科技大学 Automatic driving target detection system and method based on deep learning and binocular shooting
CN111091115A (en) * 2019-12-31 2020-05-01 深圳中兴网信科技有限公司 Vehicle monitoring method and device, computer equipment and storage medium
CN111091050A (en) * 2019-11-06 2020-05-01 北京空间机电研究所 On-orbit real-time detection and identification method for transient point source target of remote sensing satellite
CN111091135A (en) * 2018-10-23 2020-05-01 广州弘度信息科技有限公司 Method and system for rejecting false detection of static object
CN111105438A (en) * 2019-11-12 2020-05-05 安徽大学 Motion detection method based on dynamic mode decomposition, terminal device and computer readable storage medium
CN111143504A (en) * 2019-12-31 2020-05-12 信阳师范学院 Multi-camera indoor video map construction method
CN111310689A (en) * 2020-02-25 2020-06-19 陕西科技大学 Method for recognizing human body behaviors in potential information fusion home security system
CN111311603A (en) * 2018-12-12 2020-06-19 北京京东尚科信息技术有限公司 Method and apparatus for outputting target object number information
CN111402282A (en) * 2019-01-02 2020-07-10 中国移动通信有限公司研究院 Image processing method and device
CN111401128A (en) * 2020-01-16 2020-07-10 杭州电子科技大学 Method for improving vehicle recognition rate
CN111524158A (en) * 2020-05-09 2020-08-11 黄河勘测规划设计研究院有限公司 Method for detecting foreground target in complex scene of hydraulic engineering
CN111523492A (en) * 2020-04-26 2020-08-11 安徽皖仪科技股份有限公司 Detection method of black smoke vehicle
CN111582166A (en) * 2020-05-07 2020-08-25 深圳市瑞驰信息技术有限公司 Remnant detection method based on Gaussian modeling and YoLo V3 target detection
CN111626139A (en) * 2020-04-30 2020-09-04 上海允登信息科技有限公司 Accurate detection method for fault information of IT equipment in machine room
CN111627047A (en) * 2020-05-20 2020-09-04 上海海洋大学 Underwater fish dynamic visual sequence moving target detection method
CN111652935A (en) * 2020-06-30 2020-09-11 上海振华重工(集团)股份有限公司 Positioning system and method for railway train bracket
CN111695525A (en) * 2020-06-15 2020-09-22 恒信东方文化股份有限公司 360-degree clothes fitting display method and device
CN111753693A (en) * 2020-06-15 2020-10-09 西安工业大学 Target detection method in static scene
CN111814638A (en) * 2020-06-30 2020-10-23 成都睿沿科技有限公司 Security scene flame detection method based on deep learning
CN111832492A (en) * 2020-07-16 2020-10-27 平安科技(深圳)有限公司 Method and device for distinguishing static traffic abnormality, computer equipment and storage medium
CN112001299A (en) * 2020-08-21 2020-11-27 浙江省机电设计研究院有限公司 Tunnel vehicle indicator and illuminating lamp fault identification method
CN112345869A (en) * 2020-11-25 2021-02-09 武汉光庭信息技术股份有限公司 Automobile electronic equipment testing method and system, electronic equipment and storage medium
CN112364884A (en) * 2020-10-09 2021-02-12 北京星闪世图科技有限公司 Method for detecting moving object
CN112613509A (en) * 2020-12-25 2021-04-06 杭州智诺科技股份有限公司 Railway wagon carriage number identification snapshot method and system
CN112637593A (en) * 2020-12-18 2021-04-09 郑州师范学院 Video coding optimization method based on artificial intelligence and video analysis
CN112669615A (en) * 2020-12-09 2021-04-16 上汽大众汽车有限公司 Parking space detection method and system based on camera
CN112669294A (en) * 2020-12-30 2021-04-16 深圳云天励飞技术股份有限公司 Camera shielding detection method and device, electronic equipment and storage medium
CN112738476A (en) * 2020-12-29 2021-04-30 上海应用技术大学 Urban risk monitoring network system and method based on machine learning algorithm
CN112818753A (en) * 2021-01-11 2021-05-18 精英数智科技股份有限公司 Pit falling object detection method, device and system
CN112822496A (en) * 2021-01-28 2021-05-18 浙江大华技术股份有限公司 Video analysis method and device
CN112884831A (en) * 2021-02-02 2021-06-01 清华大学 Method for extracting long-term static characteristics of indoor parking lot based on probability mask
CN112990187A (en) * 2021-04-22 2021-06-18 北京大学 Target position information generation method based on handheld terminal image
CN113065531A (en) * 2021-05-13 2021-07-02 上海海事大学 Vehicle identification method for three-dimensional spliced video of expressway service area
CN113076797A (en) * 2021-02-24 2021-07-06 江苏濠汉信息技术有限公司 Charging station electric vehicle fire alarm method and system based on intelligent video identification
CN113435402A (en) * 2021-07-14 2021-09-24 深圳市比一比网络科技有限公司 Method and system for detecting non-civilized behavior of train compartment
CN113553979A (en) * 2021-07-30 2021-10-26 国电汉川发电有限公司 Safety clothing detection method and system based on improved YOLO V5
CN113569681A (en) * 2021-07-19 2021-10-29 江苏新绿能科技有限公司 Overhead line system fault detection method based on SURF support vector machine classifier
CN113592916A (en) * 2021-07-30 2021-11-02 内蒙古科技大学 Sintering machine trolley axle fault detection method and system
CN113610870A (en) * 2021-08-11 2021-11-05 华东理工大学 Method and device for monitoring liquid level height change and bubble or solid motion
CN113822161A (en) * 2021-08-23 2021-12-21 河北大学 Dynamic hand detection method and device with skin color and three-level background updating model fused
CN113945570A (en) * 2021-10-12 2022-01-18 揭阳市大立模具厂有限公司 Detection and identification method for micro-leakage steam defects based on steam characteristic infrared characterization
CN113949881A (en) * 2021-11-15 2022-01-18 赵茜茜 Service processing method and system based on smart city data
CN114004886A (en) * 2021-10-29 2022-02-01 中远海运科技股份有限公司 Camera displacement judging method and system for analyzing high-frequency stable points of image
CN114037951A (en) * 2021-11-05 2022-02-11 国网上海市电力公司 Power transmission line anti-collision early warning method based on multi-dimensional feature recognition
CN114049599A (en) * 2021-10-18 2022-02-15 重庆紫光华山智安科技有限公司 Security monitoring method, system, equipment and medium based on audio data
CN114067437A (en) * 2021-11-17 2022-02-18 山东大学 Off-pipe detection method and system based on positioning and video monitoring data
CN114092859A (en) * 2021-11-25 2022-02-25 扬州大学 Cow knowledge graph construction method facing video streams
CN114332722A (en) * 2021-12-31 2022-04-12 吉林大学 Real-time estimation method for adhesion coefficient of mixed ice and snow road surface based on video data
CN114459298A (en) * 2022-02-25 2022-05-10 西安恒宇众科空间技术有限公司 Miniature missile-borne active laser seeker and guiding method thereof
CN114519799A (en) * 2022-02-16 2022-05-20 复旦大学 Real-time detection method and system for multi-feature seat state
CN114581824A (en) * 2022-02-25 2022-06-03 南京邮电大学 Method for identifying abnormal behaviors of sorting center based on video detection technology
CN114708532A (en) * 2022-03-23 2022-07-05 南京邮电大学 Monitoring video quality evaluation method, system and storage medium
CN114945071A (en) * 2022-03-31 2022-08-26 深圳闪回科技有限公司 Photographing control method, device and system for built-in camera of recycling machine
CN115082571A (en) * 2022-07-20 2022-09-20 深圳云游四海信息科技有限公司 Anomaly detection method and system for in-road parking camera
CN115190243A (en) * 2022-07-08 2022-10-14 上海西派埃智能化系统有限公司 System and method for monitoring stop position of travelling crane
CN115410136A (en) * 2022-11-01 2022-11-29 济钢防务技术有限公司 Laser explosive disposal system emergency safety control method based on convolutional neural network
CN115457447A (en) * 2022-11-07 2022-12-09 浙江莲荷科技有限公司 Moving object identification method, device and system, electronic equipment and storage medium
CN115482217A (en) * 2022-09-21 2022-12-16 内蒙古科电数据服务有限公司 Electric shock prevention video detection method for transformer substation based on Gaussian mixture model separation algorithm
CN115601707A (en) * 2022-11-03 2023-01-13 国网湖北省电力有限公司荆州供电公司(Cn) Online monitoring method and system for power transmission line of power system
CN115937783A (en) * 2022-12-26 2023-04-07 爱克斯维智能科技(苏州)有限公司 Background self-adaptive water surface floater automatic identification method and device
CN116246215A (en) * 2023-05-11 2023-06-09 小手创新(杭州)科技有限公司 Method for identifying new articles based on visual algorithm, barrel cover and intelligent recycling bin
CN116343103A (en) * 2023-05-31 2023-06-27 江西省自然资源事业发展中心 Natural resource supervision method based on three-dimensional GIS scene and video fusion
CN116714021A (en) * 2023-07-26 2023-09-08 上海迪成智能科技有限公司 Intelligent testing method for monorail crane inspection robot based on data analysis
CN117221609A (en) * 2023-11-07 2023-12-12 深圳微云通科技有限公司 Centralized monitoring check-in system for expressway toll service
CN117372966A (en) * 2023-12-06 2024-01-09 陕西龙跃锐星科技有限公司 Turntable state monitoring method based on video monitoring
CN118038310A (en) * 2024-01-12 2024-05-14 广东机电职业技术学院 Video background elimination method, system, equipment and storage medium
CN118474435A (en) * 2024-07-12 2024-08-09 浙江交投高速公路运营管理有限公司 Data backup processing device and method for vehicle-mounted equipment
CN118470613A (en) * 2024-07-10 2024-08-09 山东麦港数据系统有限公司 Video image change detection method based on artificial intelligence
CN118552910A (en) * 2024-07-29 2024-08-27 国网山东省电力公司嘉祥县供电公司 Power transformer running state real-time monitoring method and system based on infrared image

Families Citing this family (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106878674B (en) * 2017-01-10 2019-08-30 哈尔滨工业大学深圳研究生院 A kind of parking detection method and device based on monitor video
CN108197579B (en) * 2018-01-09 2022-05-20 杭州智诺科技股份有限公司 Method for detecting number of people in protection cabin
CN108447064B (en) * 2018-02-28 2022-12-13 苏宁易购集团股份有限公司 Picture processing method and device
CN109472267A (en) * 2018-03-23 2019-03-15 苏州诺登德智能科技有限公司 Picture similarity alignment algorithm
CN108764325B (en) * 2018-05-23 2022-07-08 腾讯科技(深圳)有限公司 Image recognition method and device, computer equipment and storage medium
CN110717575B (en) * 2018-07-13 2022-07-26 奇景光电股份有限公司 Frame buffer free convolutional neural network system and method
CN109325502B (en) * 2018-08-20 2022-06-10 杨学霖 Shared bicycle parking detection method and system based on video progressive region extraction
CN109544592B (en) * 2018-10-26 2023-01-17 天津理工大学 Moving object detection algorithm for camera movement
CN109684946A (en) * 2018-12-10 2019-04-26 成都睿码科技有限责任公司 A kind of kitchen mouse detection method based on the modeling of single Gaussian Background
CN109919053A (en) * 2019-02-24 2019-06-21 太原理工大学 A kind of deep learning vehicle parking detection method based on monitor video
CN110049311A (en) * 2019-04-04 2019-07-23 广东省安心加科技有限公司 Video image point offset detection method, device, system and computer equipment
CN110047319B (en) * 2019-04-15 2022-03-08 深圳壹账通智能科技有限公司 Parking lot parking space navigation method, electronic device and storage medium
CN112047057A (en) * 2019-06-05 2020-12-08 西安瑞德宝尔智能科技有限公司 Safety monitoring method and system for material conveying equipment
CN110633678B (en) * 2019-09-19 2023-12-22 北京同方软件有限公司 Quick and efficient vehicle flow calculation method based on video image
CN110705495A (en) * 2019-10-10 2020-01-17 北京百度网讯科技有限公司 Detection method and device for vehicle, electronic equipment and computer storage medium
CN111259728A (en) * 2019-12-20 2020-06-09 中译语通文娱科技(青岛)有限公司 Video image information labeling method
CN113361299B (en) * 2020-03-03 2023-08-15 浙江宇视科技有限公司 Abnormal parking detection method and device, storage medium and electronic equipment
CN111310736B (en) * 2020-03-26 2023-06-13 上海同岩土木工程科技股份有限公司 Rapid identification method for unloading and stacking of vehicles in protection area
CN111563469A (en) * 2020-05-13 2020-08-21 南京师范大学 Method and device for identifying irregular parking behaviors
CN115691121A (en) * 2020-10-20 2023-02-03 支付宝(杭州)信息技术有限公司 Vehicle stop detection method and device
CN112329724B (en) * 2020-11-26 2022-08-05 四川大学 Real-time detection and snapshot method for lane change of motor vehicle
CN112560655A (en) * 2020-12-10 2021-03-26 瓴盛科技有限公司 Method and system for detecting masterless article
CN113095237B (en) * 2021-04-15 2022-11-25 国家电网有限公司 Target detection method in complex environment
CN113780119B (en) * 2021-08-27 2024-08-02 华雁智能科技(集团)股份有限公司 High-precision moving object detection method based on application scene of static camera
CN114639171B (en) * 2022-05-18 2022-07-29 松立控股集团股份有限公司 Panoramic safety monitoring method for parking lot
CN117376571A (en) * 2022-06-30 2024-01-09 深圳市中兴微电子技术有限公司 Image processing method, electronic device, and computer storage medium
CN117079219B (en) * 2023-10-08 2024-01-09 山东车拖车网络科技有限公司 Vehicle running condition monitoring method and device applied to trailer service

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102855758A (en) * 2012-08-27 2013-01-02 无锡北邮感知技术产业研究院有限公司 Detection method for vehicle in breach of traffic rules
CN103021183A (en) * 2012-12-07 2013-04-03 北京中邮致鼎科技有限公司 Method for detecting regulation-violating motor vehicles in monitoring scene
CN103236162A (en) * 2013-04-11 2013-08-07 江苏大学 Signalized intersection traffic capacity analyzing method based on based on video analysis
CN106878674A (en) * 2017-01-10 2017-06-20 哈尔滨工业大学深圳研究生院 A kind of parking detection method and device based on monitor video

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100495438C (en) * 2007-02-09 2009-06-03 南京大学 Method for detecting and identifying moving target based on video monitoring
CN100504942C (en) * 2007-07-03 2009-06-24 北京智安邦科技有限公司 Module set of intelligent video monitoring device, system and monitoring method
CN101299269A (en) * 2008-06-13 2008-11-05 北京中星微电子有限公司 Method and device for calibration of static scene
CN102314591B (en) * 2010-07-09 2014-07-23 株式会社理光 Method and equipment for detecting static foreground object
CN102568206B (en) * 2012-01-13 2014-09-10 大连民族学院 Video monitoring-based method for detecting cars parking against regulations
CN202422420U (en) * 2012-01-13 2012-09-05 大连民族学院 Illegal parking detection system based on video monitoring
CN103646544B (en) * 2013-11-15 2016-03-09 天津天地伟业数码科技有限公司 Based on the vehicle behavioural analysis recognition methods of The Cloud Terrace and camera apparatus
CN103714325B (en) * 2013-12-30 2017-01-25 中国科学院自动化研究所 Left object and lost object real-time detection method based on embedded system
US11244171B2 (en) * 2014-01-22 2022-02-08 Conduent Business Services Llc Video-based system for automated detection of double parking violations
CN103914688B (en) * 2014-03-27 2018-02-02 北京科技大学 A kind of urban road differentiating obstacle

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102855758A (en) * 2012-08-27 2013-01-02 无锡北邮感知技术产业研究院有限公司 Detection method for vehicle in breach of traffic rules
CN103021183A (en) * 2012-12-07 2013-04-03 北京中邮致鼎科技有限公司 Method for detecting regulation-violating motor vehicles in monitoring scene
CN103236162A (en) * 2013-04-11 2013-08-07 江苏大学 Signalized intersection traffic capacity analyzing method based on based on video analysis
CN106878674A (en) * 2017-01-10 2017-06-20 哈尔滨工业大学深圳研究生院 A kind of parking detection method and device based on monitor video

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
CHEN, YAOYU: "Research of Illegally Parked Vehicles Surveillance System Based on Omni-directional Vision", CHINA MASTER'S THESES FULL-TEXT DATABASE, 31 December 2009 (2009-12-31) *
FATIH PORIKLI: "Detection of temporarily static regions by processing video at different frame rates", IEEE CONFERENCE ON ADVANCED VIDEO AND SIGNAL BASED SURVEILLANCE, 7 January 2008 (2008-01-07), pages 236 - 240, XP009103753 *

Cited By (142)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109146850A (en) * 2018-07-26 2019-01-04 上海电气集团股份有限公司 A kind of polychrome spherical shape target detection and localization method and the storage medium for executing this method
CN109146850B (en) * 2018-07-26 2022-02-18 上海电气集团股份有限公司 Multi-color spherical target detection and positioning method and storage medium for executing method
CN111091135A (en) * 2018-10-23 2020-05-01 广州弘度信息科技有限公司 Method and system for rejecting false detection of static object
CN111091135B (en) * 2018-10-23 2023-05-23 广州弘度信息科技有限公司 Method and system for eliminating false detection of static object
CN111311603A (en) * 2018-12-12 2020-06-19 北京京东尚科信息技术有限公司 Method and apparatus for outputting target object number information
CN109871739B (en) * 2018-12-27 2023-06-23 南京国图信息产业有限公司 Automatic target detection and space positioning method for mobile station based on YOLO-SIOCTL
CN109871739A (en) * 2018-12-27 2019-06-11 南京国图信息产业有限公司 Motor-driven station Automatic Targets and space-location method based on YOLO-SIOCTL
CN109948416A (en) * 2018-12-31 2019-06-28 上海眼控科技股份有限公司 A kind of illegal occupancy bus zone automatic auditing method based on deep learning
CN111402282B (en) * 2019-01-02 2023-10-27 中国移动通信有限公司研究院 Image processing method and device
CN111402282A (en) * 2019-01-02 2020-07-10 中国移动通信有限公司研究院 Image processing method and device
CN109766828A (en) * 2019-01-08 2019-05-17 重庆同济同枥信息技术有限公司 A kind of vehicle target dividing method, device and communication equipment
CN109685083A (en) * 2019-01-09 2019-04-26 安徽睿极智能科技有限公司 The multi-dimension testing method of driver's driving Misuse mobile phone
CN109919008A (en) * 2019-01-23 2019-06-21 平安科技(深圳)有限公司 Moving target detecting method, device, computer equipment and storage medium
CN110110608A (en) * 2019-04-12 2019-08-09 国网浙江省电力有限公司嘉兴供电公司 The fork truck speed monitoring method and system of view-based access control model under a kind of overall view monitoring
CN110110608B (en) * 2019-04-12 2023-02-07 国网浙江省电力有限公司嘉兴供电公司 Forklift speed monitoring method and system based on vision under panoramic monitoring
CN110263635A (en) * 2019-05-14 2019-09-20 中国人民解放军火箭军工程大学 Marker detection and recognition methods based on structure forest and PCANet
CN110057368A (en) * 2019-05-22 2019-07-26 合肥工业大学 A kind of positioning of new indoor and air navigation aid
CN110210363A (en) * 2019-05-27 2019-09-06 中国科学技术大学 A kind of target vehicle crimping detection method based on vehicle-mounted image
CN110210363B (en) * 2019-05-27 2022-09-06 中国科学技术大学 Vehicle-mounted image-based target vehicle line pressing detection method
CN110414329A (en) * 2019-06-19 2019-11-05 上海眼控科技股份有限公司 A kind of vehicle heading judgment method based on image
CN110852141A (en) * 2019-06-25 2020-02-28 西安空间无线电技术研究所 Sea surface target detection method and system based on passive interference microwave image
CN110852141B (en) * 2019-06-25 2022-09-27 西安空间无线电技术研究所 Sea surface target detection method and system based on passive interference microwave image
CN110298307A (en) * 2019-06-27 2019-10-01 浙江工业大学 A kind of exception parking real-time detection method based on deep learning
CN110443142B (en) * 2019-07-08 2022-09-27 长安大学 Deep learning vehicle counting method based on road surface extraction and segmentation
CN110443142A (en) * 2019-07-08 2019-11-12 长安大学 A kind of deep learning vehicle count method extracted based on road surface with segmentation
CN110570447A (en) * 2019-08-08 2019-12-13 中国地质大学(武汉) Real-time moving target detection method based on adaptive background modeling
CN110570447B (en) * 2019-08-08 2022-12-30 中国地质大学(武汉) Real-time moving target detection method based on adaptive background modeling
CN110555406A (en) * 2019-08-31 2019-12-10 武汉理工大学 Video moving target identification method based on Haar-like characteristics and CNN matching
CN110555406B (en) * 2019-08-31 2023-03-24 武汉理工大学 Video moving target identification method based on Haar-like characteristics and CNN matching
CN110533955A (en) * 2019-09-16 2019-12-03 平安科技(深圳)有限公司 A kind of method, terminal device and the computer readable storage medium on determining parking stall
CN110738686B (en) * 2019-10-12 2022-12-02 四川航天神坤科技有限公司 Static and dynamic combined video man-vehicle detection method and system
CN110738686A (en) * 2019-10-12 2020-01-31 四川航天神坤科技有限公司 Static and dynamic combined video man-vehicle detection method and system
CN110991222B (en) * 2019-10-16 2023-12-08 京东科技信息技术有限公司 Object state monitoring and sow oestrus monitoring method, device and system
CN110991222A (en) * 2019-10-16 2020-04-10 北京海益同展信息科技有限公司 Object state monitoring and sow oestrus monitoring method, device and system
CN110826439A (en) * 2019-10-25 2020-02-21 杭州叙简科技股份有限公司 Electric welding construction detection method based on deep learning image processing
CN110765979A (en) * 2019-11-05 2020-02-07 中国计量大学 Intelligent LED garden lamp based on background modeling and light control
CN110827262A (en) * 2019-11-06 2020-02-21 西北工业大学 Weak and small target detection method based on continuous limited frame infrared image
CN110827262B (en) * 2019-11-06 2023-05-16 西北工业大学 Weak and small target detection method based on continuous limited frame infrared image
CN111091050B (en) * 2019-11-06 2023-05-12 北京空间机电研究所 Remote sensing satellite transient point source target on-orbit real-time detection and identification method
CN111091050A (en) * 2019-11-06 2020-05-01 北京空间机电研究所 On-orbit real-time detection and identification method for transient point source target of remote sensing satellite
CN111105438B (en) * 2019-11-12 2023-06-06 安徽大学 Motion detection method based on dynamic pattern decomposition, terminal equipment and computer readable storage medium
CN111105438A (en) * 2019-11-12 2020-05-05 安徽大学 Motion detection method based on dynamic mode decomposition, terminal device and computer readable storage medium
CN111079586A (en) * 2019-12-03 2020-04-28 西安电子科技大学 Automatic driving target detection system and method based on deep learning and binocular shooting
CN111079586B (en) * 2019-12-03 2023-05-23 西安电子科技大学 Automatic driving target detection system and method based on deep learning and binocular shooting
CN111143504B (en) * 2019-12-31 2023-03-28 信阳师范学院 Multi-camera indoor video map construction method
CN111091115A (en) * 2019-12-31 2020-05-01 深圳中兴网信科技有限公司 Vehicle monitoring method and device, computer equipment and storage medium
CN111143504A (en) * 2019-12-31 2020-05-12 信阳师范学院 Multi-camera indoor video map construction method
CN111401128A (en) * 2020-01-16 2020-07-10 杭州电子科技大学 Method for improving vehicle recognition rate
CN111310689A (en) * 2020-02-25 2020-06-19 陕西科技大学 Method for recognizing human body behaviors in potential information fusion home security system
CN111310689B (en) * 2020-02-25 2023-04-07 陕西科技大学 Method for recognizing human body behaviors in potential information fusion home security system
CN111523492B (en) * 2020-04-26 2023-04-18 安徽皖仪科技股份有限公司 Detection method of black smoke vehicle
CN111523492A (en) * 2020-04-26 2020-08-11 安徽皖仪科技股份有限公司 Detection method of black smoke vehicle
CN111626139B (en) * 2020-04-30 2023-09-05 杭州优云科技有限公司 Accurate detection method for fault information of IT equipment in machine room
CN111626139A (en) * 2020-04-30 2020-09-04 上海允登信息科技有限公司 Accurate detection method for fault information of IT equipment in machine room
CN111582166B (en) * 2020-05-07 2023-05-05 深圳市瑞驰信息技术有限公司 Method for detecting remnants based on Gaussian modeling and YoLo V3 target detection
CN111582166A (en) * 2020-05-07 2020-08-25 深圳市瑞驰信息技术有限公司 Remnant detection method based on Gaussian modeling and YoLo V3 target detection
CN111524158B (en) * 2020-05-09 2023-03-24 黄河勘测规划设计研究院有限公司 Method for detecting foreground target in complex scene of hydraulic engineering
CN111524158A (en) * 2020-05-09 2020-08-11 黄河勘测规划设计研究院有限公司 Method for detecting foreground target in complex scene of hydraulic engineering
CN111627047B (en) * 2020-05-20 2023-06-16 上海海洋大学 Underwater fish dynamic visual sequence moving target detection method
CN111627047A (en) * 2020-05-20 2020-09-04 上海海洋大学 Underwater fish dynamic visual sequence moving target detection method
CN111753693B (en) * 2020-06-15 2024-01-19 西安工业大学 Target detection method under static scene
CN111695525B (en) * 2020-06-15 2023-05-16 恒信东方文化股份有限公司 360-degree clothing fitting display method and device
CN111753693A (en) * 2020-06-15 2020-10-09 西安工业大学 Target detection method in static scene
CN111695525A (en) * 2020-06-15 2020-09-22 恒信东方文化股份有限公司 360-degree clothes fitting display method and device
CN111652935B (en) * 2020-06-30 2023-04-28 上海振华重工(集团)股份有限公司 Positioning system and method for railway train bracket
CN111652935A (en) * 2020-06-30 2020-09-11 上海振华重工(集团)股份有限公司 Positioning system and method for railway train bracket
CN111814638A (en) * 2020-06-30 2020-10-23 成都睿沿科技有限公司 Security scene flame detection method based on deep learning
CN111814638B (en) * 2020-06-30 2024-04-30 成都睿沿科技有限公司 Security scene flame detection method based on deep learning
CN111832492B (en) * 2020-07-16 2024-06-04 平安科技(深圳)有限公司 Static traffic abnormality judging method and device, computer equipment and storage medium
CN111832492A (en) * 2020-07-16 2020-10-27 平安科技(深圳)有限公司 Method and device for distinguishing static traffic abnormality, computer equipment and storage medium
CN112001299B (en) * 2020-08-21 2024-02-02 浙江省机电设计研究院有限公司 Tunnel vehicle finger device and lighting lamp fault identification method
CN112001299A (en) * 2020-08-21 2020-11-27 浙江省机电设计研究院有限公司 Tunnel vehicle indicator and illuminating lamp fault identification method
CN112364884A (en) * 2020-10-09 2021-02-12 北京星闪世图科技有限公司 Method for detecting moving object
CN112364884B (en) * 2020-10-09 2024-02-20 江苏星闪世图科技(集团)有限公司 Method for detecting moving object
CN112345869A (en) * 2020-11-25 2021-02-09 武汉光庭信息技术股份有限公司 Automobile electronic equipment testing method and system, electronic equipment and storage medium
CN112669615A (en) * 2020-12-09 2021-04-16 上汽大众汽车有限公司 Parking space detection method and system based on camera
CN112637593B (en) * 2020-12-18 2022-08-02 郑州师范学院 Video coding optimization method based on artificial intelligence and video analysis
CN112637593A (en) * 2020-12-18 2021-04-09 郑州师范学院 Video coding optimization method based on artificial intelligence and video analysis
CN112613509A (en) * 2020-12-25 2021-04-06 杭州智诺科技股份有限公司 Railway wagon carriage number identification snapshot method and system
CN112738476A (en) * 2020-12-29 2021-04-30 上海应用技术大学 Urban risk monitoring network system and method based on machine learning algorithm
CN112669294A (en) * 2020-12-30 2021-04-16 深圳云天励飞技术股份有限公司 Camera shielding detection method and device, electronic equipment and storage medium
CN112669294B (en) * 2020-12-30 2024-04-02 深圳云天励飞技术股份有限公司 Camera shielding detection method and device, electronic equipment and storage medium
CN112818753A (en) * 2021-01-11 2021-05-18 精英数智科技股份有限公司 Pit falling object detection method, device and system
CN112822496B (en) * 2021-01-28 2023-03-17 浙江大华技术股份有限公司 Video analysis method and device
CN112822496A (en) * 2021-01-28 2021-05-18 浙江大华技术股份有限公司 Video analysis method and device
CN112884831B (en) * 2021-02-02 2022-10-04 清华大学 Method for extracting long-term static characteristics of indoor parking lot based on probability mask
CN112884831A (en) * 2021-02-02 2021-06-01 清华大学 Method for extracting long-term static characteristics of indoor parking lot based on probability mask
CN113076797A (en) * 2021-02-24 2021-07-06 江苏濠汉信息技术有限公司 Charging station electric vehicle fire alarm method and system based on intelligent video identification
CN112990187A (en) * 2021-04-22 2021-06-18 北京大学 Target position information generation method based on handheld terminal image
CN112990187B (en) * 2021-04-22 2023-10-20 北京大学 Target position information generation method based on handheld terminal image
CN113065531A (en) * 2021-05-13 2021-07-02 上海海事大学 Vehicle identification method for three-dimensional spliced video of expressway service area
CN113065531B (en) * 2021-05-13 2024-05-14 上海海事大学 Vehicle identification method for three-dimensional spliced video of expressway service area
CN113435402A (en) * 2021-07-14 2021-09-24 深圳市比一比网络科技有限公司 Method and system for detecting non-civilized behavior of train compartment
CN113569681A (en) * 2021-07-19 2021-10-29 江苏新绿能科技有限公司 Overhead line system fault detection method based on SURF support vector machine classifier
CN113592916A (en) * 2021-07-30 2021-11-02 内蒙古科技大学 Sintering machine trolley axle fault detection method and system
CN113592916B (en) * 2021-07-30 2024-02-06 内蒙古科技大学 Sintering machine trolley axle fault detection method and system
CN113553979B (en) * 2021-07-30 2023-08-08 国电汉川发电有限公司 Safety clothing detection method and system based on improved YOLO V5
CN113553979A (en) * 2021-07-30 2021-10-26 国电汉川发电有限公司 Safety clothing detection method and system based on improved YOLO V5
CN113610870A (en) * 2021-08-11 2021-11-05 华东理工大学 Method and device for monitoring liquid level height change and bubble or solid motion
CN113822161B (en) * 2021-08-23 2023-07-25 河北大学 Dynamic hand detection method and device for fusion of skin color and three-level background updating model
CN113822161A (en) * 2021-08-23 2021-12-21 河北大学 Dynamic hand detection method and device with skin color and three-level background updating model fused
CN113945570A (en) * 2021-10-12 2022-01-18 揭阳市大立模具厂有限公司 Detection and identification method for micro-leakage steam defects based on steam characteristic infrared characterization
CN114049599A (en) * 2021-10-18 2022-02-15 重庆紫光华山智安科技有限公司 Security monitoring method, system, equipment and medium based on audio data
CN114004886A (en) * 2021-10-29 2022-02-01 中远海运科技股份有限公司 Camera displacement judging method and system for analyzing high-frequency stable points of image
CN114004886B (en) * 2021-10-29 2024-04-09 中远海运科技股份有限公司 Camera shift discrimination method and system for analyzing high-frequency stable points of image
CN114037951A (en) * 2021-11-05 2022-02-11 国网上海市电力公司 Power transmission line anti-collision early warning method based on multi-dimensional feature recognition
CN113949881B (en) * 2021-11-15 2023-10-03 山东瑞瀚网络科技有限公司 Business processing method and system based on smart city data
CN113949881A (en) * 2021-11-15 2022-01-18 赵茜茜 Service processing method and system based on smart city data
CN114067437B (en) * 2021-11-17 2024-04-16 山东大学 Method and system for detecting pipe removal based on positioning and video monitoring data
CN114067437A (en) * 2021-11-17 2022-02-18 山东大学 Off-pipe detection method and system based on positioning and video monitoring data
CN114092859A (en) * 2021-11-25 2022-02-25 扬州大学 Cow knowledge graph construction method facing video streams
CN114332722A (en) * 2021-12-31 2022-04-12 吉林大学 Real-time estimation method for adhesion coefficient of mixed ice and snow road surface based on video data
CN114519799A (en) * 2022-02-16 2022-05-20 复旦大学 Real-time detection method and system for multi-feature seat state
CN114581824A (en) * 2022-02-25 2022-06-03 南京邮电大学 Method for identifying abnormal behaviors of sorting center based on video detection technology
CN114459298B (en) * 2022-02-25 2024-03-01 西安恒宇众科空间技术有限公司 Miniature missile-borne active laser guide head and guide method thereof
CN114459298A (en) * 2022-02-25 2022-05-10 西安恒宇众科空间技术有限公司 Miniature missile-borne active laser seeker and guiding method thereof
CN114708532A (en) * 2022-03-23 2022-07-05 南京邮电大学 Monitoring video quality evaluation method, system and storage medium
CN114945071A (en) * 2022-03-31 2022-08-26 深圳闪回科技有限公司 Photographing control method, device and system for built-in camera of recycling machine
CN115190243B (en) * 2022-07-08 2024-04-05 上海西派埃智能化系统有限公司 Driving stop position monitoring system and method
CN115190243A (en) * 2022-07-08 2022-10-14 上海西派埃智能化系统有限公司 System and method for monitoring stop position of travelling crane
CN115082571A (en) * 2022-07-20 2022-09-20 深圳云游四海信息科技有限公司 Anomaly detection method and system for in-road parking camera
CN115482217A (en) * 2022-09-21 2022-12-16 内蒙古科电数据服务有限公司 Electric shock prevention video detection method for transformer substation based on Gaussian mixture model separation algorithm
CN115482217B (en) * 2022-09-21 2024-05-10 内蒙古科电数据服务有限公司 Transformer substation electric shock prevention video detection method based on Gaussian mixture model separation algorithm
CN115410136A (en) * 2022-11-01 2022-11-29 济钢防务技术有限公司 Laser explosive disposal system emergency safety control method based on convolutional neural network
CN115601707A (en) * 2022-11-03 2023-01-13 国网湖北省电力有限公司荆州供电公司(Cn) Online monitoring method and system for power transmission line of power system
CN115601707B (en) * 2022-11-03 2024-01-23 国网湖北省电力有限公司荆州供电公司 On-line monitoring method and system for power transmission line of power system
CN115457447A (en) * 2022-11-07 2022-12-09 浙江莲荷科技有限公司 Moving object identification method, device and system, electronic equipment and storage medium
CN115937783A (en) * 2022-12-26 2023-04-07 爱克斯维智能科技(苏州)有限公司 Background self-adaptive water surface floater automatic identification method and device
CN116246215A (en) * 2023-05-11 2023-06-09 小手创新(杭州)科技有限公司 Method for identifying new articles based on visual algorithm, barrel cover and intelligent recycling bin
CN116246215B (en) * 2023-05-11 2024-01-09 小手创新(杭州)科技有限公司 Method for identifying new articles based on visual algorithm, barrel cover and intelligent recycling bin
CN116343103A (en) * 2023-05-31 2023-06-27 江西省自然资源事业发展中心 Natural resource supervision method based on three-dimensional GIS scene and video fusion
CN116343103B (en) * 2023-05-31 2023-08-15 江西省自然资源事业发展中心 Natural resource supervision method based on three-dimensional GIS scene and video fusion
CN116714021A (en) * 2023-07-26 2023-09-08 上海迪成智能科技有限公司 Intelligent testing method for monorail crane inspection robot based on data analysis
CN116714021B (en) * 2023-07-26 2024-01-23 上海迪成智能科技有限公司 Intelligent testing method for monorail crane inspection robot based on data analysis
CN117221609A (en) * 2023-11-07 2023-12-12 深圳微云通科技有限公司 Centralized monitoring check-in system for expressway toll service
CN117221609B (en) * 2023-11-07 2024-03-12 深圳微云通科技有限公司 Centralized monitoring check-in system for expressway toll service
CN117372966A (en) * 2023-12-06 2024-01-09 陕西龙跃锐星科技有限公司 Turntable state monitoring method based on video monitoring
CN117372966B (en) * 2023-12-06 2024-03-01 陕西龙跃锐星科技有限公司 Turntable state monitoring method based on video monitoring
CN118038310A (en) * 2024-01-12 2024-05-14 广东机电职业技术学院 Video background elimination method, system, equipment and storage medium
CN118470613A (en) * 2024-07-10 2024-08-09 山东麦港数据系统有限公司 Video image change detection method based on artificial intelligence
CN118474435A (en) * 2024-07-12 2024-08-09 浙江交投高速公路运营管理有限公司 Data backup processing device and method for vehicle-mounted equipment
CN118552910A (en) * 2024-07-29 2024-08-27 国网山东省电力公司嘉祥县供电公司 Power transformer running state real-time monitoring method and system based on infrared image

Also Published As

Publication number Publication date
CN106878674A (en) 2017-06-20
CN106878674B (en) 2019-08-30

Similar Documents

Publication Publication Date Title
WO2018130016A1 (en) Parking detection method and device based on monitoring video
US8798314B2 (en) Detection of vehicles in images of a night time scene
WO2022027931A1 (en) Video image-based foreground detection method for vehicle in motion
CN109977782B (en) Cross-store operation behavior detection method based on target position information reasoning
Tian et al. Real-time detection of abandoned and removed objects in complex environments
CN109636795B (en) Real-time non-tracking monitoring video remnant detection method
US20060245618A1 (en) Motion detection in a video stream
CN101916383B (en) Vehicle detecting, tracking and identifying system based on multi-camera
Bayona et al. Comparative evaluation of stationary foreground object detection algorithms based on background subtraction techniques
CN100589561C (en) Dubious static object detecting method based on video content analysis
CN111401311A (en) High-altitude parabolic recognition method based on image detection
US8553086B2 (en) Spatio-activity based mode matching
AU2009295350A1 (en) Detection of vehicles in an image
CN102222214A (en) Fast object recognition algorithm
Xu et al. Segmentation and tracking of multiple moving objects for intelligent video analysis
CN104463232A (en) Density crowd counting method based on HOG characteristic and color histogram characteristic
CN104881643A (en) Method and system for rapidly detecting remains
CN112818853B (en) Traffic element identification method, device, equipment and storage medium
CN111783700A (en) Automatic recognition early warning method and system for road foreign matters
CN107122732A (en) The quick license plate locating method of high robust under a kind of monitoring scene
Wang et al. Video image vehicle detection system for signaled traffic intersection
KR20200060868A (en) multi-view monitoring system using object-oriented auto-tracking function
Yao et al. A real-time pedestrian counting system based on rgb-d
CN117294818A (en) Building site panoramic monitoring method for airport construction
Renno et al. Evaluating motion detection algorithms: issues and results

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17891871

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17891871

Country of ref document: EP

Kind code of ref document: A1

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS (EPO FORM 1205A DATED 23.01.2020)

122 Ep: pct application non-entry in european phase

Ref document number: 17891871

Country of ref document: EP

Kind code of ref document: A1