CN109949337A - Moving target detection method and device based on Gaussian mixture background model - Google Patents

Moving target detection method and device based on Gaussian mixture background model Download PDF

Info

Publication number
CN109949337A
CN109949337A CN201910287686.XA CN201910287686A CN109949337A CN 109949337 A CN109949337 A CN 109949337A CN 201910287686 A CN201910287686 A CN 201910287686A CN 109949337 A CN109949337 A CN 109949337A
Authority
CN
China
Prior art keywords
pixels
moving target
gaussian mixture
background model
target detection
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201910287686.XA
Other languages
Chinese (zh)
Inventor
贾振红
左军辉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Xinjiang University
Original Assignee
Xinjiang University
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 Xinjiang University filed Critical Xinjiang University
Priority to CN201910287686.XA priority Critical patent/CN109949337A/en
Publication of CN109949337A publication Critical patent/CN109949337A/en
Pending legal-status Critical Current

Links

Landscapes

  • Image Analysis (AREA)

Abstract

本发明实施例是关于一种基于高斯混合背景模型的运动目标检测方法及装置,涉及图像识别技术领域主要解决的技术问题是高斯混合背景模型法对运动目标检测的准确性不高。主要采用的技术方案为:基于高斯混合背景模型的运动目标检测方法包括:基于视频图像像素建立高斯混合背景模型;基于当前帧图像像素更新高斯混合背景模型的参数,并对当前帧图像像素分析获得前景像素;采用小波阈值去噪方法对所述前景像素进行去噪生成第一滤波图像;采用数学形态中的闭运算对所述第一滤波图像进行去噪生成当前帧图像的运动目标。相对于现有技术,可以消除动态背景下产生的噪声干扰,使得检测到的运动目标更加完整,从而提高运动目标检测准确性。

The embodiments of the present invention relate to a moving target detection method and device based on a Gaussian mixture background model, and relate to the technical field of image recognition technology. The main technical scheme adopted is: a moving target detection method based on a Gaussian mixture background model includes: establishing a Gaussian mixture background model based on video image pixels; updating parameters of the Gaussian mixture background model based on the pixels of the current frame image, and analyzing the pixels of the current frame image to obtain Foreground pixels; denoising the foreground pixels by using the wavelet threshold denoising method to generate a first filtered image; denoising the first filtered image by a mathematical form closing operation to generate a moving target of the current frame image. Compared with the prior art, the noise interference generated in the dynamic background can be eliminated, so that the detected moving target is more complete, thereby improving the detection accuracy of the moving target.

Description

基于高斯混合背景模型的运动目标检测方法及装置Moving target detection method and device based on Gaussian mixture background model

技术领域technical field

本发明实施例涉及图像识别技术领域,特别是涉及一种基于高斯混合背景模型的运动目标检测方法及装置。Embodiments of the present invention relate to the technical field of image recognition, and in particular, to a moving target detection method and device based on a Gaussian mixture background model.

背景技术Background technique

随着数字化视频技术的发展,人们可以对监控视频中的运动物体进行检测、跟踪、识别和分析等操作。利用这些技术,人们可以快速获得需要检测的运动目标的位置、轨迹以及行为等有效信息。运动目标检测是运动目标跟踪、行为识别和场景描述等技术的基础,检测的结果直接影响后续算法的准确性。因此,如何提高目标检测的准确性和鲁棒性,成为计算机视觉领域的主要研究方向之一。目前,运动目标检测方法主要有:帧间差分法、背景减除法和光流法。With the development of digital video technology, people can detect, track, identify and analyze moving objects in surveillance video. Using these technologies, people can quickly obtain effective information such as the position, trajectory, and behavior of the moving target that needs to be detected. Moving object detection is the foundation of technologies such as moving object tracking, behavior recognition, and scene description. The detection results directly affect the accuracy of subsequent algorithms. Therefore, how to improve the accuracy and robustness of target detection has become one of the main research directions in the field of computer vision. At present, the main moving target detection methods are: inter-frame difference method, background subtraction method and optical flow method.

光流法是根据检测到的目标图像的亮度信息进行检测的方法,该方法计算复杂度高,抗干扰能力弱,故而一般不采用。The optical flow method is a detection method based on the brightness information of the detected target image. This method has high computational complexity and weak anti-interference ability, so it is generally not used.

帧间差分法是用连续视频帧图像进行差分运算,实现运动目标的提取,对背景变化的适应能力比较强,但是检测到的目标存在空洞现象,且对于运动缓慢的目标存在漏检。The inter-frame difference method uses continuous video frame images to perform differential operations to achieve the extraction of moving objects. It has a strong adaptability to background changes, but the detected objects have holes and missed detection of slow-moving objects.

背景减除法是使用最广泛的方法,背景减法是先建立背景模型,然后将当前帧图像与背景模型做差来提取运动目标,该方法主要依靠稳定的背景模型来得到比较完整的前景特征,通过比较当前帧和背景模型得到运动目标。高斯混合背景模型法GMM属于背景减法的一种,为最受欢迎的背景减除算法,但是其也存在着在动态背景下运动目标检测的准确性不高的问题。The background subtraction method is the most widely used method. The background subtraction method is to first establish a background model, and then make a difference between the current frame image and the background model to extract the moving target. This method mainly relies on a stable background model to obtain a relatively complete foreground feature. Compare the current frame with the background model to get the moving object. Gaussian mixture background model method GMM is a kind of background subtraction and is the most popular background subtraction algorithm, but it also has the problem of low accuracy of moving target detection under dynamic background.

发明内容SUMMARY OF THE INVENTION

有鉴于此,本发明实施例提供一种基于高斯混合背景模型的运动目标检测方法及装置,主要解决的技术问题是高斯混合背景模型法对运动目标检测的准确性不高。In view of this, the embodiments of the present invention provide a moving target detection method and device based on a Gaussian mixture background model, and the main technical problem to be solved is that the Gaussian mixture background model method does not have high accuracy for moving target detection.

为达到上述目的,本发明实施例主要提供如下技术方案:To achieve the above purpose, the embodiments of the present invention mainly provide the following technical solutions:

一方面,本发明的实施例提供一种基于高斯混合背景模型的运动目标检测方法,包括:On the one hand, an embodiment of the present invention provides a moving target detection method based on a Gaussian mixture background model, including:

基于视频图像像素建立高斯混合背景模型;Build a Gaussian mixture background model based on video image pixels;

基于当前帧图像像素更新高斯混合背景模型的参数,并对当前帧图像像素分析获得前景像素;Update the parameters of the Gaussian mixture background model based on the pixels of the current frame image, and analyze the pixels of the current frame image to obtain the foreground pixels;

采用小波阈值去噪方法对所述前景像素进行去噪生成第一滤波图像;Denoising the foreground pixels using a wavelet threshold denoising method to generate a first filtered image;

采用数学形态中的闭运算对所述第一滤波图像进行去噪生成当前帧图像的运动目标。The first filtered image is denoised by the closing operation in mathematical form to generate the moving object of the current frame image.

本发明实施例的目的及解决其技术问题还可采用以下技术措施进一步实现。The purpose of the embodiments of the present invention and the solution to the technical problems thereof can be further achieved by adopting the following technical measures.

可选的,前述的基于高斯混合背景模型的运动目标检测方法,其中所述小波阈值去噪方法为小波半阈值去噪方法、小波软阈值去噪方法、小波硬阈值去噪方法中的任意一种。Optionally, the aforementioned moving target detection method based on the Gaussian mixture background model, wherein the wavelet threshold denoising method is any one of the wavelet half-threshold denoising method, the wavelet soft threshold denoising method, and the wavelet hard threshold denoising method. kind.

可选的,前述的基于高斯混合背景模型的运动目标检测方法,其中基于视频图像像素建立高斯混合背景模型,包括:Optionally, the aforementioned moving target detection method based on a Gaussian mixture background model, wherein a Gaussian mixture background model is established based on video image pixels, including:

对所述视频图像划分为M个子区域,M为大于等于2的正整数;The video image is divided into M sub-regions, where M is a positive integer greater than or equal to 2;

分别求取每个子区域像素的均值;Calculate the mean of the pixels of each sub-region respectively;

根据每个子区域像素的均值用多个高斯分布构建每个子区域不同像素的混合高斯模型。A mixture Gaussian model of different pixels in each sub-region is constructed with multiple Gaussian distributions according to the mean of the pixels in each sub-region.

可选的,前述的基于高斯混合背景模型的运动目标检测方法,其中基于当前帧图像像素更新高斯混合背景模型的参数,具体为:Optionally, the aforementioned moving target detection method based on the Gaussian mixture background model, wherein the parameters of the Gaussian mixture background model are updated based on the pixels of the current frame image, specifically:

基于当前帧图像每个像素更新每个像素的高斯混合背景模型的参数。Update the parameters of the Gaussian mixture background model for each pixel based on each pixel of the current frame image.

可选的,前述的基于高斯混合背景模型的运动目标检测方法,其中对所述视频图像划分为M个子区域,之前包括:Optionally, the aforementioned method for detecting moving objects based on a Gaussian mixture background model, wherein the video image is divided into M sub-regions, including:

获取执行基于高斯混合背景模型的运动目标检测方法的装置的硬件配置信息,根据所述硬件配置信息确定M值。Obtain the hardware configuration information of the apparatus for executing the moving target detection method based on the Gaussian mixture background model, and determine the M value according to the hardware configuration information.

另一方面,本发明的实施例提供一种基于高斯混合背景模型的运动目标检测装置,包括:On the other hand, an embodiment of the present invention provides a moving target detection device based on a Gaussian mixture background model, including:

建立单元,用于基于视频图像像素建立高斯混合背景模型;establishing a unit for establishing a Gaussian mixture background model based on video image pixels;

分析单元,用于基于当前帧图像像素更新高斯混合背景模型的参数,并对当前帧图像像素分析获得前景像素;An analysis unit, used for updating the parameters of the Gaussian mixture background model based on the pixels of the current frame image, and analyzing the pixels of the current frame image to obtain the foreground pixels;

第一去燥单元,用于采用小波阈值去噪方法对所述前景像素进行去噪生成第一滤波图像;a first denoising unit, used for denoising the foreground pixels using a wavelet threshold denoising method to generate a first filtered image;

第二去燥单元,用于采用数学形态中的闭运算对所述第一滤波图像进行去噪生成当前帧图像的运动目标。The second de-drying unit is configured to perform denoising on the first filtered image by using a closing operation in a mathematical form to generate a moving object of the current frame image.

本发明实施例的目的及解决其技术问题还可采用以下技术措施进一步实现。The purpose of the embodiments of the present invention and the solution to the technical problems thereof can be further achieved by adopting the following technical measures.

可选的,前述的基于高斯混合背景模型的运动目标检测装置,其中建立单元包括:Optionally, the aforementioned moving target detection device based on the Gaussian mixture background model, wherein the establishment unit includes:

划分模块,用于对所述视频图像划分为M个子区域,M为大于等于2的正整数;A division module, for dividing the video image into M sub-regions, where M is a positive integer greater than or equal to 2;

求取模块,用于分别求取每个子区域像素的均值;The obtaining module is used to obtain the mean value of the pixels of each sub-region respectively;

构建模块,用于根据每个子区域像素的均值用多个高斯分布构建每个子区域不同像素的混合高斯模型。The building block is used to construct a Gaussian mixture model of different pixels in each sub-region with multiple Gaussian distributions based on the mean of the pixels in each sub-region.

可选的,前述的基于高斯混合背景模型的运动目标检测装置,其中建立单元包括:Optionally, the aforementioned moving target detection device based on the Gaussian mixture background model, wherein the establishment unit includes:

确定模块,用于获取执行基于高斯混合背景模型的运动目标检测方法的装置的硬件配置信息,根据所述硬件配置信息确定M值。A determination module, configured to acquire hardware configuration information of an apparatus for executing the moving target detection method based on the Gaussian mixture background model, and determine the M value according to the hardware configuration information.

另一方面,本发明的实施例提供一种存储介质,所述存储介质包括存储的程序,其中,在所述程序运行时控制所述存储介质所在设备执行上述的运动目标检测方法。On the other hand, an embodiment of the present invention provides a storage medium, where the storage medium includes a stored program, wherein when the program runs, a device where the storage medium is located is controlled to execute the above-mentioned moving object detection method.

另一方面,本发明的实施例提供一种基于高斯混合背景模型的运动目标检测装置,所述装置包括存储介质;及一个或者多个处理器,所述存储介质与所述处理器耦合,所述处理器被配置为执行所述存储介质中存储的程序指令;所述程序指令运行时执行上述的运动目标检测方法。On the other hand, an embodiment of the present invention provides a moving target detection device based on a Gaussian mixture background model, the device includes a storage medium; and one or more processors, the storage medium is coupled to the processor, and the The processor is configured to execute the program instructions stored in the storage medium; when the program instructions are executed, the above-mentioned moving target detection method is executed.

借由上述技术方案,本发明技术方案提供的基于高斯混合背景模型的运动目标检测方法及装置至少具有下列优点:With the above technical solutions, the method and device for detecting moving objects based on the Gaussian mixture background model provided by the technical solutions of the present invention have at least the following advantages:

本发明实施例提供的技术方案中,基于视频图像像素建立的高斯混合背景模型对当前帧图像像素分析获得前景像素后,先采用小波阈值去噪方法对所述前景像素进行去噪生成第一滤波图像,再采用数学形态中的闭运算对所述第一滤波图像进行去噪生成当前帧图像的运动目标。相对于现有技术,可以消除动态背景下产生的噪声干扰,使得检测到的运动目标更加完整,从而提高运动目标检测准确性。In the technical solution provided by the embodiment of the present invention, after the foreground pixels are obtained by analyzing the pixels of the current frame image based on the Gaussian mixture background model established by the video image pixels, the wavelet threshold denoising method is used to denoise the foreground pixels to generate the first filter. image, and then use the closed operation in mathematical form to denoise the first filtered image to generate the moving target of the current frame image. Compared with the prior art, the noise interference generated in the dynamic background can be eliminated, so that the detected moving target is more complete, thereby improving the detection accuracy of the moving target.

上述说明仅是本发明技术方案的概述,为了能够更清楚了解本发明实施例的技术手段,并可依照说明书的内容予以实施,以下以本发明的较佳实施例并配合附图详细说明如后。The above description is only an overview of the technical solutions of the present invention. In order to understand the technical means of the embodiments of the present invention more clearly, and to implement them according to the contents of the description, the preferred embodiments of the present invention and the accompanying drawings are described in detail below. .

附图说明Description of drawings

通过阅读下文优选实施方式的详细描述,各种其他的优点和益处对于本领域普通技术人员将变得清楚明了。附图仅用于示出优选实施方式的目的,而并不认为是对本发明的限制。而且在整个附图中,用相同的参考符号表示相同的部件。在附图中:Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are for the purpose of illustrating preferred embodiments only and are not to be considered limiting of the invention. Also, the same components are denoted by the same reference numerals throughout the drawings. In the attached image:

图1是本发明的实施例提供的一种基于高斯混合背景模型的运动目标检测方法的流程示意图;1 is a schematic flowchart of a moving target detection method based on a Gaussian mixture background model provided by an embodiment of the present invention;

图2是本发明的实施例提供的另一种基于高斯混合背景模型的运动目标检测方法的流程示意图;2 is a schematic flowchart of another moving target detection method based on a Gaussian mixture background model provided by an embodiment of the present invention;

图3是本发明的实施例提供的一种基于高斯混合背景模型的运动目标检测装置的单元结构示意图。FIG. 3 is a schematic diagram of a unit structure of a moving target detection device based on a Gaussian mixture background model provided by an embodiment of the present invention.

具体实施方式Detailed ways

为更进一步阐述本发明为达成预定发明实施例目的所采取的技术手段及功效,以下结合附图及较佳实施例,对依据本发明实施例提出的基于高斯混合背景模型的运动目标检测方法及装置其具体实施方式、结构、特征及其功效,详细说明如后。在下述说明中,不同的“一实施例”或“实施例”指的不一定是同一实施例。此外,一或多个实施例中的特定特征、结构、或特点可由任何合适形式组合。In order to further illustrate the technical means and effects adopted by the present invention to achieve the purpose of the predetermined embodiment of the invention, the following describes the method for detecting moving objects based on the Gaussian mixture background model and the The specific implementation, structure, features and functions of the device are described in detail as follows. In the following description, different "an embodiment" or "embodiments" do not necessarily refer to the same embodiment. Furthermore, the particular features, structures, or characteristics in one or more embodiments may be combined in any suitable form.

第一方面,图1为本发明提供的基于高斯混合背景模型的运动目标检测方法一实施例,请参阅图1,本发明的一个实施例提出的基于高斯混合背景模型的运动目标检测方法,包括:In the first aspect, FIG. 1 is an embodiment of a method for detecting moving objects based on a Gaussian mixture background model provided by the present invention. Please refer to FIG. 1 . The method for detecting moving objects based on a Gaussian mixture background model proposed by an embodiment of the present invention includes: :

101、基于视频图像像素建立高斯混合背景模型;101. Establish a Gaussian mixture background model based on video image pixels;

高斯混合背景模型使对视频图像中的每个像素点用多个高斯分布构建形成。例如,在一些实施例中,可以分别依次计算并构建每个像素点的多个高斯分布,但不局限于此。The Gaussian mixture background model is formed by constructing multiple Gaussian distributions for each pixel in the video image. For example, in some embodiments, multiple Gaussian distributions for each pixel point may be calculated and constructed in sequence, but not limited thereto.

102、基于当前帧图像像素更新高斯混合背景模型的参数,并对当前帧图像像素分析获得前景像素;102. Update the parameters of the Gaussian mixture background model based on the pixels of the current frame image, and analyze the pixels of the current frame image to obtain foreground pixels;

前景像素的分析可以采用更新后的高斯混合背景模型,也可以采用更新前的高斯混合背景模型,将像素值与高斯混合背景模型的高斯分布进行匹配,若存在匹配,则该像素点为背景像素,否则该像素点被检测为前景像素,具体的匹配方法可参见现有的高斯混合背景模型法,本实施例中不做特别限定。The analysis of foreground pixels can use the updated Gaussian mixture background model or the Gaussian mixture background model before the update, and match the pixel value with the Gaussian distribution of the Gaussian mixture background model. If there is a match, the pixel is a background pixel. , otherwise the pixel is detected as a foreground pixel, and the specific matching method can refer to the existing Gaussian mixture background model method, which is not particularly limited in this embodiment.

103、采用小波阈值去噪方法对所述前景像素进行去噪生成第一滤波图像;103. Denoising the foreground pixels using a wavelet threshold denoising method to generate a first filtered image;

其中,所述小波阈值去噪方法可以为小波半阈值去噪方法、小波软阈值去噪方法、小波硬阈值去噪方法中的任意一种。其中,选用小波半阈值去噪方法能够对图像的高频分量产生更好的去噪效果。在运动目标检测阶段,为了有效的去除噪声的干扰,采用小波半阈值函数去噪方法与数学形态学去噪方法相结合来去除噪声对检测效果的影响。The wavelet threshold denoising method may be any one of the wavelet half-threshold denoising method, the wavelet soft threshold denoising method, and the wavelet hard threshold denoising method. Among them, the wavelet half-threshold denoising method can produce better denoising effect on the high frequency components of the image. In the moving target detection stage, in order to effectively remove the interference of noise, the wavelet half-threshold function denoising method and the mathematical morphology denoising method are used to remove the influence of noise on the detection effect.

104、采用数学形态中的闭运算对所述第一滤波图像进行去噪生成当前帧图像的运动目标。104. Denoise the first filtered image by using a closed operation in a mathematical form to generate a moving object of the current frame image.

第一滤波图像中仍然存在着较多的空洞,通过数学形态中的闭运算处理,将空洞填充,可以消除动态背景产生的噪声干扰。There are still many holes in the first filtered image, and by filling the holes through the closed operation processing in the mathematical form, the noise interference caused by the dynamic background can be eliminated.

本发明实施例提供的技术方案中,基于视频图像像素建立的高斯混合背景模型对当前帧图像像素分析获得前景像素后,先采用小波阈值去噪方法对所述前景像素进行去噪生成第一滤波图像,再采用数学形态中的闭运算对所述第一滤波图像进行去噪生成当前帧图像的运动目标。相对于现有技术,可以消除动态背景下产生的噪声干扰,使得检测到的运动目标更加完整,从而提高运动目标检测准确性。In the technical solution provided by the embodiment of the present invention, after the foreground pixels are obtained by analyzing the pixels of the current frame image based on the Gaussian mixture background model established by the video image pixels, the wavelet threshold denoising method is used to denoise the foreground pixels to generate the first filter. image, and then use the closed operation in mathematical form to denoise the first filtered image to generate the moving target of the current frame image. Compared with the prior art, the noise interference generated in the dynamic background can be eliminated, so that the detected moving target is more complete, thereby improving the detection accuracy of the moving target.

第二方面,其中,对于视频画面的质量逐步提升,像素点的个数也具有了大数据的的特点,由此带来的问题是,高斯混合背景模型的构建的计算量呈指数增长,导致高斯混合背景模型法难以完成新的高质量的视频画面的快速建模。为此,为了适用高质量的视频画面的快速建模,图2为本发明提供的基于高斯混合背景模型的运动目标检测方法一实施例,请参阅图2,本发明的一个实施例提出的基于高斯混合背景模型的运动目标检测方法,包括:In the second aspect, the quality of the video picture is gradually improved, and the number of pixels also has the characteristics of big data. The problem caused by this is that the calculation amount of the Gaussian mixture background model construction increases exponentially, resulting in an exponential increase in the number of pixels. The Gaussian mixture background model method is difficult to complete the rapid modeling of new high-quality video images. For this reason, in order to apply the fast modeling of high-quality video images, FIG. 2 is an embodiment of a method for detecting moving objects based on a Gaussian mixture background model provided by the present invention. Please refer to FIG. 2 . The moving target detection method of Gaussian mixture background model, including:

基于视频图像像素建立高斯混合背景模型,包括:Create a Gaussian mixture background model based on video image pixels, including:

201、获取执行基于高斯混合背景模型的运动目标检测方法的装置的硬件配置信息,根据所述硬件配置信息确定M值。201. Acquire hardware configuration information of an apparatus for executing a moving target detection method based on a Gaussian mixture background model, and determine an M value according to the hardware configuration information.

在一些实施例中,硬件配置信息包括处理器处理速率、内存容量等信息,综合硬件配置信息的处理能力确定M值,实施中,M值与处理器处理速率、内存容量呈正相关。其中,需要说明的是,上述的步骤201中,处理器处理速率、内存容量也可为其他的信息,用来确定M值,例如,在一些实施例中,硬件配置信息包括显示器的尺寸或分辨率等参数,实施中,M值与显示器的尺寸或分辨率呈负相关。或是,步骤201中M值的确定方法也可为其他的方法,例如,根据视频图像中每帧图像的像素数量确定M值,实施中,M值与视频图像中每帧图像的像素数量呈负相关。当然,步骤201为非必须采取的步骤,M的值也可以采用预先设定数值,或是通过用户输入变更的数值。In some embodiments, the hardware configuration information includes information such as processor processing rate and memory capacity, and the processing capability of the integrated hardware configuration information determines the M value. In implementation, the M value is positively correlated with the processor processing rate and memory capacity. It should be noted that in the above step 201, the processor processing rate and memory capacity may also be other information to determine the M value. For example, in some embodiments, the hardware configuration information includes the size or resolution of the display. In practice, the M value is inversely related to the size or resolution of the display. Or, the method for determining the M value in step 201 can also be other methods, for example, the M value is determined according to the number of pixels in each frame of the video image. negative correlation. Of course, step 201 is an optional step, and the value of M can also be a preset value or a value changed by user input.

202、对所述视频图像划分为M个子区域,M为大于等于2的正整数;202. Divide the video image into M sub-regions, where M is a positive integer greater than or equal to 2;

每个子区域中包含有至少2个像素。其中,M个子区域中包含的像素的个数可以相同,例如,每个子区域为3×3的9像素阵列或4×4的16像素阵列。在一些实施例中,M个子区域中包含的像素的个数也可以不同,对于视频图像预先划分为第一区域和第二区域,第一区域和第二区域为不同区域。子区域划分中,第一区域的区域划分的子区域中包含的像素的个数小于第二区域的区域划分的子区域中包含的像素的个数,第一区域可以是判断为运动目标活动较少或不活动的区域,第二区域可以是判断为运动目标活动较多的区域。Each sub-region contains at least 2 pixels. The number of pixels included in the M sub-regions may be the same, for example, each sub-region is a 3×3 9-pixel array or a 4×4 16-pixel array. In some embodiments, the number of pixels included in the M sub-regions may also be different, and the video image is pre-divided into a first region and a second region, and the first region and the second region are different regions. In the sub-area division, the number of pixels contained in the sub-areas of the first area is smaller than the number of pixels contained in the sub-areas of the second area, and the first area may be judged as a moving target with relatively high activity. The second area may be an area that is judged to be a more active area of the moving target.

203、分别求取每个子区域像素的均值;203. Calculate the mean value of each sub-region pixel respectively;

具体的,对于1个子区域像素的均值的计算过程为:计算1个子区域中所有像素的和后,再将计算的结果除该子区域中像素的总个数。Specifically, the process of calculating the mean value of pixels in one sub-region is: after calculating the sum of all pixels in one sub-region, divide the calculated result by the total number of pixels in the sub-region.

204、根据每个子区域像素的均值用构建每个子区域不同像素的混合高斯模型。204. Construct a Gaussian mixture model of different pixels in each sub-region according to the mean value of the pixels in each sub-region.

计算中,对图像中的每个子区域Xi,t用多个高斯分布构成的混合高斯模型来建模,其中,ηk(Xi,t,μi,t,k,∑i,t,k)是高斯分布函数,μi,t,k为均值,∑i,t,k为协方差矩阵,ωi,t,k为权重,K取值越大,越能描述更复杂的背景,但也增加了计算量,影响实时效果,所以K一般取3~5。Xi,t可以表示第i行第t列的子区域。将每个子区域像素的均值对应的多个高斯分布,作为该子区域中所有像素对应的多个高斯分布。相对于采用分别依次计算并构建每个像素点的多个高斯分布,通过一次运算,即可计算一个子区域中所有像素对应的多个高斯分布,大大降低了运算量。In the calculation, each sub-region X i,t in the image is modeled by a mixture Gaussian model composed of multiple Gaussian distributions, Among them, η k (X i, t , μ i, t, k , ∑ i, t, k ) is the Gaussian distribution function, μ i, t, k is the mean value, ∑ i, t, k is the covariance matrix, ω i, t, k are weights, The larger the value of K, the more complex the background can be described, but it also increases the amount of calculation and affects the real-time effect, so K generally takes 3 to 5. X i,t can represent a sub-region of the i-th row and the t-th column. The multiple Gaussian distributions corresponding to the mean value of the pixels in each sub-area are used as the multiple Gaussian distributions corresponding to all the pixels in the sub-area. Compared with calculating and constructing multiple Gaussian distributions for each pixel in turn, multiple Gaussian distributions corresponding to all pixels in a sub-area can be calculated by one operation, which greatly reduces the amount of calculation.

205、基于当前帧图像每个像素更新每个像素的高斯混合背景模型的参数,并对当前帧图像像素分析获得前景像素;205. Update the parameters of the Gaussian mixture background model of each pixel based on each pixel of the current frame image, and analyze the pixels of the current frame image to obtain foreground pixels;

在背景的高斯混合背景模型更新步骤中,采用自适应背景更新的方法更新高斯混合背景模型的参数。In the update step of the background Gaussian mixture background model, the parameters of the Gaussian mixture background model are updated by the method of adaptive background update.

206、采用小波阈值去噪方法对所述前景像素进行去噪生成第一滤波图像;206. Denoising the foreground pixels using a wavelet threshold denoising method to generate a first filtered image;

207、采用数学形态中的闭运算对所述第一滤波图像进行去噪生成当前帧图像的运动目标。207 . Denoise the first filtered image by using a closing operation in a mathematical form to generate a moving object of the current frame image.

在背景建模阶段步骤204中,为了易于计算和提高建模的速度,先对视频帧图像进行分块划分子区域处理,然后用图像块子区域像素的均值代替图像块子区域像素的值,最后用图像块子区域均值法去重构背景模型。In step 204 of the background modeling stage, in order to facilitate the calculation and improve the speed of modeling, the video frame image is first divided into sub-regions, and then the average value of the pixels in the sub-region of the image block is used to replace the value of the pixels in the sub-region of the image block. Finally, the background model is reconstructed by the image block sub-region mean method.

第三方面,依据图1或图2所示的方法,本公开的另一个实施例还提供了一种运动目标检测装置,如图3所示,所述装置主要包括:In a third aspect, according to the method shown in FIG. 1 or FIG. 2 , another embodiment of the present disclosure further provides a moving target detection device. As shown in FIG. 3 , the device mainly includes:

建立单元10,用于基于视频图像像素建立高斯混合背景模型;establishing unit 10 for establishing a Gaussian mixture background model based on video image pixels;

分析单元20,用于基于当前帧图像像素更新高斯混合背景模型的参数,并对当前帧图像像素分析获得前景像素;The analysis unit 20 is used to update the parameters of the Gaussian mixture background model based on the current frame image pixels, and analyze the current frame image pixels to obtain foreground pixels;

第一去燥单元30,用于采用小波阈值去噪方法对所述前景像素进行去噪生成第一滤波图像;a first denoising unit 30, configured to denoise the foreground pixels using a wavelet threshold denoising method to generate a first filtered image;

第二去燥单元40,用于采用数学形态中的闭运算对所述第一滤波图像进行去噪生成当前帧图像的运动目标。The second de-drying unit 40 is configured to perform denoising on the first filtered image by using the closing operation in mathematical form to generate a moving object of the current frame image.

在一些实施例中,建立单元包括:In some embodiments, the establishment unit includes:

划分模块,用于对所述视频图像划分为M个子区域,M为大于等于2的正整数;A division module, for dividing the video image into M sub-regions, where M is a positive integer greater than or equal to 2;

求取模块,用于分别求取每个子区域像素的均值;The obtaining module is used to obtain the mean value of the pixels of each sub-region respectively;

构建模块,用于根据每个子区域像素的均值用多个高斯分布构建每个子区域不同像素的混合高斯模型。The building block is used to construct a Gaussian mixture model of different pixels in each sub-region with multiple Gaussian distributions based on the mean of the pixels in each sub-region.

在一些实施例中,建立单元包括:In some embodiments, the establishment unit includes:

确定模块,用于获取执行基于高斯混合背景模型的运动目标检测方法的装置的硬件配置信息,根据所述硬件配置信息确定M值。A determination module, configured to acquire hardware configuration information of an apparatus for executing the moving target detection method based on the Gaussian mixture background model, and determine the M value according to the hardware configuration information.

所述装置包括处理器和存储介质,上述建立单元、分析单元、第一去燥单元、第二去燥单元等均作为程序单元存储在存储介质中,由处理器执行存储在存储介质中的上述程序单元来实现相应的功能。The device includes a processor and a storage medium, and the above-mentioned establishment unit, analysis unit, first de-drying unit, second de-drying unit, etc. are all stored in the storage medium as program units, and the processor executes the above-mentioned stored in the storage medium. program unit to achieve the corresponding function.

上述处理器中包含内核,由内核去存储介质中调取相应的程序单元。内核可以设置一个或以上。The above-mentioned processor includes a kernel, and the corresponding program unit is called from the storage medium by the kernel. The kernel can set one or more.

本发明实施例提供的技术方案中,基于视频图像像素建立的高斯混合背景模型对当前帧图像像素分析获得前景像素后,先采用小波阈值去噪方法对所述前景像素进行去噪生成第一滤波图像,再采用数学形态中的闭运算对所述第一滤波图像进行去噪生成当前帧图像的运动目标。相对于现有技术,可以消除动态背景下产生的噪声干扰,使得检测到的运动目标更加完整,从而提高运动目标检测准确性。In the technical solution provided by the embodiment of the present invention, after the foreground pixels are obtained by analyzing the pixels of the current frame image based on the Gaussian mixture background model established by the video image pixels, the wavelet threshold denoising method is used to denoise the foreground pixels to generate the first filter. image, and then use the closed operation in mathematical form to denoise the first filtered image to generate the moving target of the current frame image. Compared with the prior art, the noise interference generated in the dynamic background can be eliminated, so that the detected moving target is more complete, thereby improving the detection accuracy of the moving target.

第三方面的实施例提供的基于高斯混合背景模型的运动目标检测装置,可以用以执行第一方面或第二方面的实施例所提供的基于高斯混合背景模型的运动目标检测方法,相关的用于的含义以及具体的实施方式可以参见第一方面或第二方面的实施例中的相关描述,在此不再详细说明。The apparatus for detecting moving objects based on the Gaussian mixture background model provided by the embodiments of the third aspect can be used to perform the method for detecting moving objects based on the Gaussian mixture background model provided by the embodiments of the first aspect or the second aspect. For the meaning and specific implementation, reference may be made to the relevant descriptions in the embodiments of the first aspect or the second aspect, which will not be described in detail here.

第四方面,本公开的实施例提供了一种存储介质,所述存储介质包括存储的程序,其中,在所述程序运行时控制所述存储介质所在设备执行第一方面或第二方面所述的基于高斯混合背景模型的运动目标检测方法。In a fourth aspect, an embodiment of the present disclosure provides a storage medium, where the storage medium includes a stored program, wherein when the program runs, a device where the storage medium is located is controlled to execute the first aspect or the second aspect A moving target detection method based on Gaussian mixture background model.

存储介质可能包括计算机可读介质中的非永久性存储器,随机存取存储器(RAM)和/或非易失性内存等形式,如只读存储器(ROM)或闪存(flashRAM),存储器包括至少一个存储芯片。The storage medium may include non-persistent memory, random access memory (RAM) and/or non-volatile memory in the form of computer readable media, such as read only memory (ROM) or flash memory (flashRAM), the memory including at least one memory chip.

第五方面,本公开的实施例提供了基于高斯混合背景模型的运动目标检测装置,所述装置包括存储介质;及一个或者多个处理器,所述存储介质与所述处理器耦合,所述处理器被配置为执行所述存储介质中存储的程序指令;所述程序指令运行时执行第一方面或第二方面所述的基于高斯混合背景模型的运动目标检测方法。In a fifth aspect, an embodiment of the present disclosure provides a moving target detection device based on a Gaussian mixture background model, the device includes a storage medium; and one or more processors, the storage medium is coupled to the processor, the The processor is configured to execute the program instructions stored in the storage medium; when the program instructions are executed, the moving target detection method based on the Gaussian mixture background model described in the first aspect or the second aspect is executed.

本公开的实施例在提高检测图像的峰值信噪比的同时降低了图像的均方根误差,并获得了更好的视觉效果。The embodiments of the present disclosure reduce the root mean square error of the image while improving the peak signal-to-noise ratio of the detected image, and obtain better visual effects.

本领域内的技术人员应明白,本公开的实施例可提供为方法、系统、或计算机程序产品。因此,本公开的实施例可采用完全硬件实施例、完全软件实施例、或结合软件和硬件方面的实施例的形式。而且,本公开的实施例可采用在一个或多个其中包含有计算机可用程序代码的计算机可用存储介质(包括但不限于磁盘存储器、CD-ROM、光学存储器等)上实施的计算机程序产品的形式。As will be appreciated by one skilled in the art, embodiments of the present disclosure may be provided as a method, system, or computer program product. Accordingly, embodiments of the present disclosure may take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment combining software and hardware aspects. Furthermore, embodiments of the present disclosure may take the form of a computer program product implemented on one or more computer-usable storage media having computer-usable program code embodied therein, including but not limited to disk storage, CD-ROM, optical storage, etc. .

本申请是参照本公开的实施例的方法、设备(系统)、和计算机程序产品的流程图和/或方框图来描述的。应理解可由计算机程序指令实现流程图和/或方框图中的每一流程和/或方框、以及流程图和/或方框图中的流程和/或方框的结合。可提供这些计算机程序指令到通用计算机、专用计算机、嵌入式处理机或其他可编程数据处理设备的处理器以产生一个机器,使得通过计算机或其他可编程数据处理设备的处理器执行的指令产生用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的装置。The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products of embodiments of the present disclosure. It will be understood that each flow and/or block in the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to the processor of a general purpose computer, special purpose computer, embedded processor or other programmable data processing device to produce a machine such that the instructions executed by the processor of the computer or other programmable data processing device produce Means for implementing the functions specified in a flow or flow of a flowchart and/or a block or blocks of a block diagram.

这些计算机程序指令也可存储在能引导计算机或其他可编程数据处理设备以特定方式工作的计算机可读存储器中,使得存储在该计算机可读存储器中的指令产生包括指令装置的制造品,该指令装置实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能。These computer program instructions may also be stored in a computer-readable memory capable of directing a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory result in an article of manufacture comprising instruction means, the instructions The apparatus implements the functions specified in the flow or flow of the flowcharts and/or the block or blocks of the block diagrams.

这些计算机程序指令也可装载到计算机或其他可编程数据处理设备上,使得在计算机或其他可编程设备上执行一系列操作步骤以产生计算机实现的处理,从而在计算机或其他可编程设备上执行的指令提供用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的步骤。These computer program instructions can also be loaded on a computer or other programmable data processing device to cause a series of operational steps to be performed on the computer or other programmable device to produce a computer-implemented process such that The instructions provide steps for implementing the functions specified in the flow or blocks of the flowcharts and/or the block or blocks of the block diagrams.

在一个典型的配置中,计算设备包括一个或多个处理器(CPU)、输入/输出接口、网络接口和内存。In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.

存储器可能包括计算机可读介质中的非永久性存储器,随机存取存储器(RAM)和/或非易失性内存等形式,如只读存储器(ROM)或闪存(flashRAM)。存储器是计算机可读介质的示例。The memory may include non-persistent memory in computer readable media, random access memory (RAM) and/or non-volatile memory in the form of, for example, read only memory (ROM) or flash memory (flashRAM). Memory is an example of a computer-readable medium.

计算机可读介质包括永久性和非永久性、可移动和非可移动媒体可以由任何方法或技术来实现信息存储。信息可以是计算机可读指令、数据结构、程序的模块或其他数据。计算机的存储介质的例子包括,但不限于相变内存(PRAM)、静态随机存取存储器(SRAM)、动态随机存取存储器(DRAM)、其他类型的随机存取存储器(RAM)、只读存储器(ROM)、电可擦除可编程只读存储器(EEPROM)、快闪记忆体或其他内存技术、只读光盘只读存储器(CD-ROM)、数字多功能光盘(DVD)或其他光学存储、磁盒式磁带,磁带磁磁盘存储或其他磁性存储设备或任何其他非传输介质,可用于存储可以被计算设备访问的信息。按照本文中的界定,计算机可读介质不包括暂存电脑可读媒体(transitory media),如调制的数据信号和载波。Computer-readable media includes both persistent and non-permanent, removable and non-removable media, and storage of information may be implemented by any method or technology. Information may be computer readable instructions, data structures, modules of programs, or other data. Examples of computer storage media include, but are not limited to, phase-change memory (PRAM), static random access memory (SRAM), dynamic random access memory (DRAM), other types of random access memory (RAM), read only memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), Flash Memory or other memory technology, Compact Disc Read Only Memory (CD-ROM), Digital Versatile Disc (DVD) or other optical storage, Magnetic tape cassettes, magnetic tape magnetic disk storage or other magnetic storage devices or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, computer-readable media does not include transitory computer-readable media, such as modulated data signals and carrier waves.

还需要说明的是,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、商品或者设备不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、商品或者设备所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括要素的过程、方法、商品或者设备中还存在另外的相同要素。It should also be noted that the terms "comprising", "comprising" or any other variation thereof are intended to encompass a non-exclusive inclusion such that a process, method, article or device comprising a series of elements includes not only those elements, but also Other elements not expressly listed, or which are inherent to such a process, method, article of manufacture, or apparatus are also included. Without further limitation, an element qualified by the phrase "comprising a..." does not preclude the presence of additional identical elements in the process, method, article of manufacture or apparatus that includes the element.

本领域技术人员应明白,本公开的实施例可提供为方法、系统或计算机程序产品。因此,本公开的实施例可采用完全硬件实施例、完全软件实施例或结合软件和硬件方面的实施例的形式。而且,本公开的实施例可采用在一个或多个其中包含有计算机可用程序代码的计算机可用存储介质(包括但不限于磁盘存储器、CD-ROM、光学存储器等)上实施的计算机程序产品的形式。As will be appreciated by one skilled in the art, embodiments of the present disclosure may be provided as a method, system or computer program product. Accordingly, embodiments of the present disclosure may take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment combining software and hardware aspects. Furthermore, embodiments of the present disclosure may take the form of a computer program product implemented on one or more computer-usable storage media having computer-usable program code embodied therein, including but not limited to disk storage, CD-ROM, optical storage, etc. .

以上仅为本申请的实施例而已,并不用于限制本申请。对于本领域技术人员来说,本申请可以有各种更改和变化。凡在本申请的精神和原理之内所作的任何修改、等同替换、改进等,均应包含在本申请的权利要求范围之内。The above are merely examples of the present application, and are not intended to limit the present application. Various modifications and variations of this application are possible for those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of this application shall be included within the scope of the claims of this application.

Claims (10)

1.一种基于高斯混合背景模型的运动目标检测方法,其特征在于,包括:1. a moving target detection method based on Gaussian mixture background model, is characterized in that, comprises: 基于视频图像像素建立高斯混合背景模型;Build a Gaussian mixture background model based on video image pixels; 基于当前帧图像像素更新高斯混合背景模型的参数,并对当前帧图像像素分析获得前景像素;Update the parameters of the Gaussian mixture background model based on the pixels of the current frame image, and analyze the pixels of the current frame image to obtain the foreground pixels; 采用小波阈值去噪方法对所述前景像素进行去噪生成第一滤波图像;Denoising the foreground pixels using a wavelet threshold denoising method to generate a first filtered image; 采用数学形态中的闭运算对所述第一滤波图像进行去噪生成当前帧图像的运动目标。The first filtered image is denoised by the closing operation in mathematical form to generate the moving object of the current frame image. 2.根据权利要求1所述的运动目标检测方法,其特征在于,2. moving target detection method according to claim 1, is characterized in that, 所述小波阈值去噪方法为小波半阈值去噪方法、小波软阈值去噪方法、小波硬阈值去噪方法中的任意一种。The wavelet threshold denoising method is any one of the wavelet half-threshold denoising method, the wavelet soft threshold denoising method and the wavelet hard threshold denoising method. 3.根据权利要求1或2所述的运动目标检测方法,其特征在于,基于视频图像像素建立高斯混合背景模型,包括:3. The moving target detection method according to claim 1 or 2, wherein a Gaussian mixture background model is established based on video image pixels, comprising: 对所述视频图像划分为M个子区域,M为大于等于2的正整数;The video image is divided into M sub-regions, where M is a positive integer greater than or equal to 2; 分别求取每个子区域像素的均值;Calculate the mean of the pixels of each sub-region respectively; 根据每个子区域像素的均值用多个高斯分布构建每个子区域不同像素的混合高斯模型。A mixture Gaussian model of different pixels in each sub-region is constructed with multiple Gaussian distributions according to the mean of the pixels in each sub-region. 4.根据权利要求3所述的运动目标检测方法,其特征在于,基于当前帧图像像素更新高斯混合背景模型的参数,具体为:4. moving target detection method according to claim 3, is characterized in that, the parameter of Gaussian mixture background model is updated based on current frame image pixel, is specifically: 基于当前帧图像每个像素更新每个像素的高斯混合背景模型的参数。Update the parameters of the Gaussian mixture background model for each pixel based on each pixel of the current frame image. 5.根据权利要求3所述的运动目标检测方法,其特征在于,对所述视频图像划分为M个子区域,之前包括:5. The moving target detection method according to claim 3, wherein the video image is divided into M sub-regions, comprising: 获取执行基于高斯混合背景模型的运动目标检测方法的装置的硬件配置信息,根据所述硬件配置信息确定M值。Obtain the hardware configuration information of the apparatus for executing the moving target detection method based on the Gaussian mixture background model, and determine the M value according to the hardware configuration information. 6.一种基于高斯混合背景模型的运动目标检测装置,其特征在于,包括:6. A moving target detection device based on a Gaussian mixture background model, characterized in that, comprising: 建立单元,用于基于视频图像像素建立高斯混合背景模型;establishing a unit for establishing a Gaussian mixture background model based on video image pixels; 分析单元,用于基于当前帧图像像素更新高斯混合背景模型的参数,并对当前帧图像像素分析获得前景像素;An analysis unit, used for updating the parameters of the Gaussian mixture background model based on the pixels of the current frame image, and analyzing the pixels of the current frame image to obtain the foreground pixels; 第一去燥单元,用于采用小波阈值去噪方法对所述前景像素进行去噪生成第一滤波图像;a first denoising unit, used for denoising the foreground pixels using a wavelet threshold denoising method to generate a first filtered image; 第二去燥单元,用于采用数学形态中的闭运算对所述第一滤波图像进行去噪生成当前帧图像的运动目标。The second de-drying unit is configured to perform denoising on the first filtered image by using a closing operation in a mathematical form to generate a moving object of the current frame image. 7.根据权利要求6所述的运动目标检测装置,其特征在于,建立单元包括:7. The moving target detection device according to claim 6, wherein the establishment unit comprises: 划分模块,用于对所述视频图像划分为M个子区域,M为大于等于2的正整数;A division module, for dividing the video image into M sub-regions, where M is a positive integer greater than or equal to 2; 求取模块,用于分别求取每个子区域像素的均值;The obtaining module is used to obtain the mean value of the pixels of each sub-region respectively; 构建模块,用于根据每个子区域像素的均值用多个高斯分布构建每个子区域不同像素的混合高斯模型。The building block is used to construct a Gaussian mixture model of different pixels in each sub-region with multiple Gaussian distributions based on the mean of the pixels in each sub-region. 8.根据权利要求7所述的运动目标检测装置,其特征在于,建立单元包括:8. The moving target detection device according to claim 7, wherein the establishment unit comprises: 确定模块,用于获取执行基于高斯混合背景模型的运动目标检测方法的装置的硬件配置信息,根据所述硬件配置信息确定M值。A determination module, configured to acquire hardware configuration information of an apparatus for executing the moving target detection method based on the Gaussian mixture background model, and determine the M value according to the hardware configuration information. 9.一种存储介质,其特征在于,所述存储介质包括存储的程序,其中,在所述程序运行时控制所述存储介质所在设备执行权利要求1至5中任一项所述的运动目标检测方法。9. A storage medium, characterized in that the storage medium comprises a stored program, wherein when the program is run, a device where the storage medium is located is controlled to execute the moving target according to any one of claims 1 to 5 Detection method. 10.一种基于高斯混合背景模型的运动目标检测装置,其特征在于,所述装置包括存储介质;及一个或者多个处理器,所述存储介质与所述处理器耦合,所述处理器被配置为执行所述存储介质中存储的程序指令;所述程序指令运行时执行权利要求1至5中任一项所述的运动目标检测方法。10. A moving target detection device based on a Gaussian mixture background model, wherein the device comprises a storage medium; and one or more processors, the storage medium is coupled to the processor, and the processor is It is configured to execute the program instructions stored in the storage medium; when the program instructions are executed, the moving target detection method according to any one of claims 1 to 5 is executed.
CN201910287686.XA 2019-04-11 2019-04-11 Moving target detection method and device based on Gaussian mixture background model Pending CN109949337A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910287686.XA CN109949337A (en) 2019-04-11 2019-04-11 Moving target detection method and device based on Gaussian mixture background model

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910287686.XA CN109949337A (en) 2019-04-11 2019-04-11 Moving target detection method and device based on Gaussian mixture background model

Publications (1)

Publication Number Publication Date
CN109949337A true CN109949337A (en) 2019-06-28

Family

ID=67014301

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910287686.XA Pending CN109949337A (en) 2019-04-11 2019-04-11 Moving target detection method and device based on Gaussian mixture background model

Country Status (1)

Country Link
CN (1) CN109949337A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111539975A (en) * 2020-04-09 2020-08-14 普联技术有限公司 Method, device and equipment for detecting moving target and storage medium
CN113392677A (en) * 2020-03-12 2021-09-14 阿里巴巴集团控股有限公司 Target object detection method and device, storage medium and terminal
CN113554685A (en) * 2021-08-02 2021-10-26 中国人民解放军海军航空大学航空作战勤务学院 Remote sensing satellite moving target detection method, device, electronic device and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106778595A (en) * 2016-12-12 2017-05-31 河北工业大学 The detection method of abnormal behaviour in crowd based on gauss hybrid models
CN107368784A (en) * 2017-06-15 2017-11-21 西安理工大学 A kind of novel background subtraction moving target detecting method based on wavelet blocks

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106778595A (en) * 2016-12-12 2017-05-31 河北工业大学 The detection method of abnormal behaviour in crowd based on gauss hybrid models
CN107368784A (en) * 2017-06-15 2017-11-21 西安理工大学 A kind of novel background subtraction moving target detecting method based on wavelet blocks

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
邹斐: "煤矿井下运动目标检测与跟踪研究", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113392677A (en) * 2020-03-12 2021-09-14 阿里巴巴集团控股有限公司 Target object detection method and device, storage medium and terminal
CN111539975A (en) * 2020-04-09 2020-08-14 普联技术有限公司 Method, device and equipment for detecting moving target and storage medium
CN111539975B (en) * 2020-04-09 2023-12-22 成都市联洲国际技术有限公司 Method, device, equipment and storage medium for detecting moving object
CN113554685A (en) * 2021-08-02 2021-10-26 中国人民解放军海军航空大学航空作战勤务学院 Remote sensing satellite moving target detection method, device, electronic device and storage medium

Similar Documents

Publication Publication Date Title
US10282853B2 (en) Method for tracking object in video in real time in consideration of both color and shape and apparatus therefor
CN103971386B (en) A kind of foreground detection method under dynamic background scene
JP4964159B2 (en) Computer-implemented method for tracking an object in a sequence of video frames
WO2020107716A1 (en) Target image segmentation method and apparatus, and device
US9615039B2 (en) Systems and methods for reducing noise in video streams
WO2021068618A1 (en) Method and device for image fusion, computing processing device, and storage medium
CN110120065B (en) Target tracking method and system based on hierarchical convolution characteristics and scale self-adaptive kernel correlation filtering
US9122960B2 (en) Patch size adaptation for image enhancement
WO2021013049A1 (en) Foreground image acquisition method, foreground image acquisition apparatus, and electronic device
CN104268520A (en) Human motion recognition method based on depth movement trail
CN105469428B (en) A kind of detection method of small target based on morphologic filtering and SVD
CN109949337A (en) Moving target detection method and device based on Gaussian mixture background model
CN112364865A (en) Method for detecting small moving target in complex scene
WO2023116632A1 (en) Video instance segmentation method and apparatus based on spatio-temporal memory information
CN114897741B (en) Image blind deblurring method based on depth residual Fourier transform
KR20180071947A (en) Apparatus and method for processing image
Zheng et al. Constrained predictive filters for single image bokeh rendering
CN110060278B (en) Method and device for detecting moving target based on background subtraction
CN114913194A (en) A CUDA-based parallel optical flow method for moving target detection method and system
CN111476132A (en) Video scene recognition method, device and electronic device, storage medium
CN108875504A (en) Image detecting method and image detection device neural network based
CN111383216A (en) Method and device for detecting change between images
CN115482523A (en) Small object target detection method and system of lightweight multi-scale attention mechanism
CN112307854A (en) Human body action recognition method, device, equipment and storage medium
CN105427341A (en) Multi-variation level set-based multi-target detection method for complicated background video images

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20190628

RJ01 Rejection of invention patent application after publication