CN106898014A - A kind of intrusion detection method based on depth camera - Google Patents
A kind of intrusion detection method based on depth camera Download PDFInfo
- Publication number
- CN106898014A CN106898014A CN201710098065.8A CN201710098065A CN106898014A CN 106898014 A CN106898014 A CN 106898014A CN 201710098065 A CN201710098065 A CN 201710098065A CN 106898014 A CN106898014 A CN 106898014A
- Authority
- CN
- China
- Prior art keywords
- num0
- state
- thr1
- thr2
- numi
- 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.)
- Granted
Links
- 238000001514 detection method Methods 0.000 title claims abstract description 18
- 238000012544 monitoring process Methods 0.000 claims abstract description 23
- 238000000034 method Methods 0.000 claims abstract description 19
- 241001465754 Metazoa Species 0.000 claims abstract description 6
- 230000009545 invasion Effects 0.000 claims abstract description 4
- 238000004364 calculation method Methods 0.000 claims description 6
- 238000005070 sampling Methods 0.000 claims description 6
- 238000004458 analytical method Methods 0.000 description 2
- 238000005516 engineering process Methods 0.000 description 2
- 230000009286 beneficial effect Effects 0.000 description 1
- 230000005540 biological transmission Effects 0.000 description 1
- 238000010586 diagram Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 230000007613 environmental effect Effects 0.000 description 1
- 238000009434 installation Methods 0.000 description 1
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N7/00—Television systems
- H04N7/18—Closed-circuit television [CCTV] systems, i.e. systems in which the video signal is not broadcast
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Image Analysis (AREA)
- Burglar Alarm Systems (AREA)
- Closed-Circuit Television Systems (AREA)
Abstract
本发明提供一种基于深度相机的入侵检测方法,通过如下步骤进行检测:首先用户在相机量程范围内设置监控范围;初始化预设监控范围内的背景像素数,记为num0;将入侵状态记为state,state=0代表无人,state=1代表有人,初始化为0;对每一帧距离图像数据,统计预设空间范围内像素数量,记为numi;若numi<num0+thr1,执行以下操作:Num0=(A*num0+B*numi)/(A+B),thr1是判定的第一阈值,反映的是背景像素数噪声波动情况,A和B用于调节背景像素数的更新速度;若numi>num0+thr2,执行以下操作:State设置为1;其中thr2是判定的第二阈值,通过调节thr2可以排除小动物入侵的误判;否则State保持不变。当预设监控范围内有入侵时点数会发生变化,根据变化的情况进行是否有人入侵的判定。与目前主流的入侵检测方法相比,该方法具有基本不受环境光影响,识别准确率高的优势。
The invention provides an intrusion detection method based on a depth camera, which is detected through the following steps: first, the user sets the monitoring range within the range of the camera; initializes the number of background pixels in the preset monitoring range, which is recorded as num0; records the intrusion state as state, state=0 means there is no one, state=1 means there are people, initialized to 0; for each frame of distance image data, count the number of pixels in the preset space range, and record it as numi; if numi<num0+thr1, perform the following operations : Num0=(A*num0+B*numi)/(A+B), thr1 is the first threshold of judgment, which reflects the background pixel number noise fluctuation situation, and A and B are used to adjust the update speed of the background pixel number; If numi>num0+thr2, perform the following operations: State is set to 1; where thr2 is the second threshold for judgment, by adjusting thr2 can eliminate the misjudgment of small animal invasion; otherwise, the State remains unchanged. When there is an intrusion within the preset monitoring range, the points will change, and it will be judged whether there is an intrusion according to the changed situation. Compared with the current mainstream intrusion detection methods, this method has the advantages of being basically not affected by ambient light and having high recognition accuracy.
Description
技术领域technical field
本发明涉及视频监控领域,尤其涉及一种基于深度相机的入侵检测方法。The invention relates to the field of video surveillance, in particular to an intrusion detection method based on a depth camera.
背景技术Background technique
视频监控是安全方案系统的重要组成部分,近年来,随着计算机、网络以及图像处理、传输技术的进步,视频监控技术也有了长足的进步。入侵检测是智能视频监控的重要组成部分,在军用与民用领域均有广泛应用。目前入侵检测主要有基于图像视频分析或红外探测器等方法,其中基于图像视频分析的方法容易受到环境光变化的应用,在环境光较复杂的场景容易产生误报;而基于红外探测器的方法易受小动物、雾气、雨雪等环境因素产生误报,另外安装方式、角度、位置的不同也会造成一定影响。Video surveillance is an important part of the security solution system. In recent years, with the advancement of computer, network, image processing, and transmission technologies, video surveillance technology has also made great progress. Intrusion detection is an important part of intelligent video surveillance, and it is widely used in military and civilian fields. At present, there are mainly methods based on image and video analysis or infrared detectors for intrusion detection. Among them, the method based on image and video analysis is vulnerable to the application of ambient light changes, and it is easy to generate false alarms in scenes with complex ambient light; while the method based on infrared detectors It is susceptible to false alarms caused by environmental factors such as small animals, fog, rain and snow. In addition, differences in installation methods, angles, and locations will also cause certain effects.
发明内容Contents of the invention
本发明公开了一种基于深度相机的入侵检测方法,通过深度相机获取场景中所有物体到相机的距离信息,进而可以通过相机的其他参数获取场景的点云(空间坐标系下每个采样点的三维坐标集)数据,计算预设的空间监控范围内像素点数并进行动态更新,当预设监控范围内有入侵时点数会发生变化,根据变化的情况进行是否有人入侵的判定The invention discloses an intrusion detection method based on a depth camera. The distance information from all objects in the scene to the camera is obtained through the depth camera, and then the point cloud of the scene (each sampling point in the space coordinate system) can be obtained through other parameters of the camera. Three-dimensional coordinate set) data, calculate the number of pixels in the preset space monitoring range and perform dynamic update, when there is an intrusion in the preset monitoring range, the number of points will change, and judge whether someone has invaded according to the changing situation
其技术方案如下所示:Its technical scheme is as follows:
一种基于深度相机的入侵检测方法,其特征在于:An intrusion detection method based on a depth camera, characterized in that:
包括如下步骤:Including the following steps:
1)配置监控范围:用户在相机量程范围内设置监控范围;1) Configure the monitoring range: the user sets the monitoring range within the range of the camera;
2)初始化预设监控范围内的背景像素数,初始化值可以设置为整幅图像对应的像素数(如320*240分辨率的距离图像设置为320*240=76800)或上电初始化第一帧对应的预设监控范围内的像素数或其他大于预估监控范围内点数的数值,记为num0;2) Initialize the number of background pixels within the preset monitoring range. The initialization value can be set to the number of pixels corresponding to the entire image (for example, the distance image with a resolution of 320*240 is set to 320*240=76800) or the first frame is initialized after power-on The number of pixels in the corresponding preset monitoring range or other values greater than the number of points in the estimated monitoring range, denoted as num0;
3)将入侵状态记为state,state=0代表无人,state=1代表有人,初始化为0;3) record the intrusion state as state, state=0 represents no one, state=1 represents people, initialized to 0;
4)对每一帧距离图像数据,统计预设空间范围内像素数量,记为numi;4) For each frame of distance image data, count the number of pixels in the preset space range, denoted as numi;
5)若numi<num0+thr1,执行以下操作:Num0=(A*num0+B*numi)/(A+B),5) If numi<num0+thr1, perform the following operations: Num0=(A*num0+B*numi)/(A+B),
State设置为0;其中thr1,A,B均为可调节参数,thr1是判定的第一阈值,反映的是背景像素数噪声波动情况,A和B用于调节背景像素数的更新速度;State is set to 0; among them, thr1, A, and B are all adjustable parameters, and thr1 is the first threshold for judgment, which reflects the noise fluctuation of the number of background pixels, and A and B are used to adjust the update speed of the number of background pixels;
6)若numi>num0+thr2,执行以下操作:State设置为1;其中thr2是判定的第二阈值,为可调节参数,通过调节thr2可以排除小动物等入侵的误判;6) If numi>num0+thr2, perform the following operations: State is set to 1; where thr2 is the second threshold for judgment, which is an adjustable parameter, and by adjusting thr2, misjudgment of small animals and other invasions can be eliminated;
7)若numi既不满足<num0+thr1、也不满足>num0+thr2,执行以下操作:State保持不变;7) If numi neither satisfies <num0+thr1 nor >num0+thr2, perform the following operations: State remains unchanged;
进一步的,所述步骤5)中的thr1通过如下方法确定:Further, thr1 in the step 5) is determined by the following method:
5-1)对固定场景连续抓取N次距离数据(例如N=100);5-1) Grab N times of distance data continuously for a fixed scene (for example, N=100);
5-2)统计N次数据的标准差(均方差)σ,按照如下标准计算公式计算:5-2) The standard deviation (mean square deviation) σ of the N-time data is calculated according to the following standard calculation formula:
假设有一组数值X1,X2,X3,......Xn(皆为实数),其平均值(算术平均值)为μ,公式如图式Suppose there is a set of values X 1 , X 2 , X 3 , ... Xn (all real numbers), the average value (arithmetic mean value) is μ, the formula is shown in the figure
标准差也被称为标准偏差,或者实验标准差,公式为The standard deviation is also known as the standard deviation, or the experimental standard deviation, and the formula is
5-3)将thr1设置为σ的某个倍数,通常按照正态分布可以将thr1设置为σ的4倍,其中各倍数对应面积如下所示:5-3) Set thr1 to a multiple of σ, usually according to the normal distribution, you can set thr1 to 4 times of σ, and the corresponding areas of each multiple are as follows:
■95.449974%的面积在平均值左右两个标准差2σ的范围内;95.449974% of the area is within two standard deviations 2σ of the mean;
■99.730020%的面积在平均值左右三个标准差3σ的范围内;99.730020% of the area is within the range of three standard deviations 3σ around the mean;
■99.993666%的面积在平均值左右四个标准差4σ的范围内。■ 99.993666% of the area is within four standard deviations 4σ of the mean.
进一步的,所述步骤6)中的thr2通过如下方法确定:Further, thr2 in the step 6) is determined by the following method:
6-1)每个采样点代表的空间体积计算公式为6-1) The calculation formula of the space volume represented by each sampling point is
体积L=(d/f)^3*A,其中d为距离,f为相机焦距,A为与相机传感器有关的系数;Volume L=(d/f)^3*A, where d is the distance, f is the focal length of the camera, and A is a coefficient related to the camera sensor;
6-2)假设想检测的物体体积要大于M,则thr2可设置为M/L的固定倍数,通常可设置为0.5倍的M/L,但该值至少要大于thr1;6-2) Suppose the volume of the object to be detected is greater than M, then thr2 can be set to a fixed multiple of M/L, usually 0.5 times M/L, but the value must be at least greater than thr1;
有益效果:本发明提供一种基于深度相机的入侵检测方法,深度相机获取场景中所有物体到相机的距离信息,进而可以通过相机的其他参数获取场景的点云(空间坐标系下每个采样点的三维坐标集)数据,计算预设的空间监控范围内像素点数并进行动态更新,当预设监控范围内有入侵时点数会发生变化,根据变化的情况进行是否有人入侵的判定。与目前主流的入侵检测方法相比,该方法具有基本不受环境光影响,识别准确率高的优势。Beneficial effects: the present invention provides an intrusion detection method based on a depth camera. The depth camera obtains the distance information from all objects in the scene to the camera, and then obtains the point cloud of the scene through other parameters of the camera (each sampling point in the space coordinate system The three-dimensional coordinate set) data, calculate the number of pixels in the preset spatial monitoring range and update it dynamically. When there is an intrusion in the preset monitoring range, the number of points will change, and judge whether there is an intrusion according to the changing situation. Compared with the current mainstream intrusion detection methods, this method has the advantages of being basically not affected by ambient light and having high recognition accuracy.
附图说明Description of drawings
结合附图对本发明作进一步详细说明:The present invention is described in further detail in conjunction with accompanying drawing:
图1为本申请方法流程示意图图;Fig. 1 is a schematic diagram of the process flow of the application method;
具体实施方式detailed description
以下将根据附图所示的优选实施例,对本发明进行详细解释,然而本发明不限于该实施例。Hereinafter, the present invention will be explained in detail based on a preferred embodiment shown in the drawings, but the present invention is not limited to this embodiment.
结合附图1,对本技术方案进行介绍:In conjunction with accompanying drawing 1, this technical solution is introduced:
一种基于深度相机的入侵检测方法,其特征在于:An intrusion detection method based on a depth camera, characterized in that:
包括如下步骤:Including the following steps:
1)配置监控范围:用户在相机量程范围内设置监控范围;1) Configure the monitoring range: the user sets the monitoring range within the range of the camera;
2)初始化预设监控范围内的背景像素数,初始化值可以设置为整幅图像对应的像素数(如320*240分辨率的距离图像设置为320*240=76800)或上电初始化第一帧对应的预设监控范围内的像素数或其他大于预估监控范围内点数的数值,记为num0;2) Initialize the number of background pixels within the preset monitoring range. The initialization value can be set to the number of pixels corresponding to the entire image (for example, the distance image with a resolution of 320*240 is set to 320*240=76800) or the first frame is initialized after power-on The number of pixels in the corresponding preset monitoring range or other values greater than the number of points in the estimated monitoring range, denoted as num0;
3)将入侵状态记为state,state=0代表无人,state=1代表有人,初始化为0;3) record the intrusion state as state, state=0 represents no one, state=1 represents people, initialized to 0;
4)对每一帧距离图像数据,统计预设空间范围内像素数量,记为numi;4) For each frame of distance image data, count the number of pixels in the preset space range, denoted as numi;
5)若numi<num0+thr1,执行以下操作:Num0=(A*num0+B*numi)/(A+B),5) If numi<num0+thr1, perform the following operations: Num0=(A*num0+B*numi)/(A+B),
State设置为0;其中thr1,A,B均为可调节参数,thr1是判定的第一阈值,反映的是背景像素数噪声波动情况,A和B用于调节背景像素数的更新速度;State is set to 0; among them, thr1, A, and B are all adjustable parameters, and thr1 is the first threshold for judgment, which reflects the noise fluctuation of the number of background pixels, and A and B are used to adjust the update speed of the number of background pixels;
6)若numi>num0+thr2,执行以下操作:State设置为1;其中thr2是判定的第二阈值,为可调节参数,通过调节thr2可以排除小动物等入侵的误判;6) If numi>num0+thr2, perform the following operations: State is set to 1; where thr2 is the second threshold for judgment, which is an adjustable parameter, and by adjusting thr2, misjudgment of small animals and other invasions can be eliminated;
7)若numi既不满足<num0+thr1、也不满足>num0+thr2,执行以下操作:State保持不变。7) If numi neither satisfies <num0+thr1 nor >num0+thr2, perform the following operations: State remains unchanged.
进一步的,所述步骤5)中的thr1通过如下方法确定:Further, thr1 in the step 5) is determined by the following method:
5-1)对固定场景连续抓取N次距离数据(例如N=100);5-1) Grab N times of distance data continuously for a fixed scene (for example, N=100);
5-2)统计N次数据的标准差(均方差)σ,按照如下标准计算公式计算:5-2) The standard deviation (mean square deviation) σ of the N-time data is calculated according to the following standard calculation formula:
假设有一组数值X1,X2,X3,......Xn(皆为实数),其平均值(算术平均值)为μ,公式如图式Suppose there is a set of values X 1 , X 2 , X 3 , ... Xn (all real numbers), the average value (arithmetic mean value) is μ, the formula is shown in the figure
标准差也被称为标准偏差,或者实验标准差,公式为The standard deviation is also known as the standard deviation, or the experimental standard deviation, and the formula is
5-3)将thr1设置为σ的某个倍数,通常按照正态分布可以将thr1设置为σ的4倍,其中各倍数对应面积如下所示:5-3) Set thr1 to a multiple of σ, usually according to the normal distribution, you can set thr1 to 4 times of σ, and the corresponding areas of each multiple are as follows:
■95.449974%的面积在平均值左右两个标准差2σ的范围内;95.449974% of the area is within two standard deviations 2σ of the mean;
■99.730020%的面积在平均值左右三个标准差3σ的范围内;99.730020% of the area is within the range of three standard deviations 3σ around the mean;
■99.993666%的面积在平均值左右四个标准差4σ的范围内。■ 99.993666% of the area is within four standard deviations 4σ of the mean.
进一步的,所述步骤6)中的thr2通过如下方法确定:Further, thr2 in the step 6) is determined by the following method:
6-1)每个采样点代表的空间体积计算公式为6-1) The calculation formula of the space volume represented by each sampling point is
体积L=(d/f)^3*A,其中d为距离,f为相机焦距,A为与相机传感器有关的系数;Volume L=(d/f)^3*A, where d is the distance, f is the focal length of the camera, and A is a coefficient related to the camera sensor;
6-2)假设想检测的物体体积要大于M,则thr2可设置为M/L的固定倍数,通常可设置为0.5倍的M/L,但该值至少要大于thr1;6-2) Suppose the volume of the object to be detected is greater than M, then thr2 can be set to a fixed multiple of M/L, usually 0.5 times M/L, but the value must be at least greater than thr1;
本发明具有如下特点:The present invention has following characteristics:
1本发明基于深度相机进行入侵检测,其获取的空间坐标精度和数据量都远远高于普通的红外探测器,结合本发明提供的算法可以实现非常稳定准确的入侵探测;1. The present invention performs intrusion detection based on a depth camera, and the spatial coordinate accuracy and data volume acquired by it are much higher than that of ordinary infrared detectors. Combining with the algorithm provided by the present invention, very stable and accurate intrusion detection can be realized;
2本发明设计了独特的背景更新方法,依靠计算空间物体坐标的变化而非传感器获取的原始光照度信息,这样可以排除环境光变化的干扰,与普通的摄像头依靠亮度变化进行背景更新的方法相比,本发明提供的方法鲁棒性更好,更新更准确;2 The present invention designs a unique background update method, which relies on calculating changes in spatial object coordinates rather than the original illuminance information acquired by sensors, which can eliminate the interference of ambient light changes, compared with ordinary cameras that rely on brightness changes for background update methods , the method provided by the present invention has better robustness and more accurate updates;
3本发明设计了使用监控范围内获取的采样点数进行入侵物体大小的判定的方法,可以很好的排除小体积物体入侵的干扰(如小动物等)。3. The present invention designs a method for judging the size of intruding objects using the number of sampling points acquired within the monitoring range, which can well eliminate the interference of small-sized objects intruding (such as small animals, etc.).
以上具体实施方式仅用以说明本发明的技术方案而非限制,尽管参照实例对本发明进行了详细说明,本领域的普通技术人员应当理解,可以对本发明的技术方案进行修改或者等同替换,而不脱离本发明技术方案的精神和范围,其均应涵盖在本发明的权利要求范围当中。The above specific embodiments are only used to illustrate the technical solutions of the present invention and not to limit them. Although the present invention has been described in detail with reference to examples, those of ordinary skill in the art should understand that the technical solutions of the present invention can be modified or equivalently replaced without Any deviation from the spirit and scope of the technical solutions of the present invention shall be covered by the scope of the claims of the present invention.
Claims (5)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710098065.8A CN106898014B (en) | 2017-02-22 | 2017-02-22 | An Intrusion Detection Method Based on Depth Camera |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710098065.8A CN106898014B (en) | 2017-02-22 | 2017-02-22 | An Intrusion Detection Method Based on Depth Camera |
Publications (2)
Publication Number | Publication Date |
---|---|
CN106898014A true CN106898014A (en) | 2017-06-27 |
CN106898014B CN106898014B (en) | 2020-02-18 |
Family
ID=59185230
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201710098065.8A Expired - Fee Related CN106898014B (en) | 2017-02-22 | 2017-02-22 | An Intrusion Detection Method Based on Depth Camera |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN106898014B (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110581980A (en) * | 2018-06-11 | 2019-12-17 | 视锐光科技股份有限公司 | How Security Monitoring Systems Work |
CN112869462A (en) * | 2020-11-30 | 2021-06-01 | 深圳市博云慧科技有限公司 | Folding bed cabinet |
CN117173643A (en) * | 2023-11-03 | 2023-12-05 | 深圳市湾测技术有限公司 | Monitoring protection method and device based on 3D camera and related equipment |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102957691A (en) * | 2012-10-12 | 2013-03-06 | 哈尔滨工业大学深圳研究生院 | Cloud intrusion statistical detection method |
CN103034991A (en) * | 2011-09-29 | 2013-04-10 | 联发科技(新加坡)私人有限公司 | Method and apparatus for foreground object detection |
CN104424649A (en) * | 2013-08-21 | 2015-03-18 | 株式会社理光 | Method and system for detecting moving object |
CN104753920A (en) * | 2015-03-01 | 2015-07-01 | 江西科技学院 | Quantum genetic algorithm based intrusion detection method |
-
2017
- 2017-02-22 CN CN201710098065.8A patent/CN106898014B/en not_active Expired - Fee Related
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103034991A (en) * | 2011-09-29 | 2013-04-10 | 联发科技(新加坡)私人有限公司 | Method and apparatus for foreground object detection |
CN102957691A (en) * | 2012-10-12 | 2013-03-06 | 哈尔滨工业大学深圳研究生院 | Cloud intrusion statistical detection method |
CN104424649A (en) * | 2013-08-21 | 2015-03-18 | 株式会社理光 | Method and system for detecting moving object |
CN104753920A (en) * | 2015-03-01 | 2015-07-01 | 江西科技学院 | Quantum genetic algorithm based intrusion detection method |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110581980A (en) * | 2018-06-11 | 2019-12-17 | 视锐光科技股份有限公司 | How Security Monitoring Systems Work |
CN110581980B (en) * | 2018-06-11 | 2021-06-18 | 视锐光科技股份有限公司 | How the security monitoring system works |
CN112869462A (en) * | 2020-11-30 | 2021-06-01 | 深圳市博云慧科技有限公司 | Folding bed cabinet |
CN117173643A (en) * | 2023-11-03 | 2023-12-05 | 深圳市湾测技术有限公司 | Monitoring protection method and device based on 3D camera and related equipment |
CN117173643B (en) * | 2023-11-03 | 2024-01-30 | 深圳市湾测技术有限公司 | Monitoring protection method and device based on 3D camera and related equipment |
Also Published As
Publication number | Publication date |
---|---|
CN106898014B (en) | 2020-02-18 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN109461168B (en) | Target object identification method and device, storage medium and electronic device | |
Yang et al. | 3D depth image analysis for indoor fall detection of elderly people | |
TWI685798B (en) | Object detection system, autonomous vehicle, and object detection method thereof | |
US9911198B2 (en) | Method, system and apparatus for matching moving targets between camera views | |
Boult et al. | Into the woods: Visual surveillance of noncooperative and camouflaged targets in complex outdoor settings | |
CN112669344B (en) | Method and device for positioning moving object, electronic equipment and storage medium | |
US10713798B2 (en) | Low-complexity motion detection based on image edges | |
Zhou et al. | Wildfire smoke detection based on local extremal region segmentation and surveillance | |
CN111027496B (en) | Infrared dim target detection method based on space-time joint local contrast | |
CN111753609A (en) | Target identification method and device and camera | |
Verstockt et al. | A multi-modal video analysis approach for car park fire detection | |
CN104463869B (en) | A kind of video flame image composite identification method | |
CN104598120B (en) | Color sampling method and touch control device | |
CN107122743B (en) | Security monitoring method and device and electronic equipment | |
Sharma | Human detection and tracking using background subtraction in visual surveillance | |
CN102982537A (en) | Scene change detection method and scene change detection system | |
US11200681B2 (en) | Motion detection method and motion detection system with low computational complexity and high detection accuracy | |
US7982774B2 (en) | Image processing apparatus and image processing method | |
CN106898014B (en) | An Intrusion Detection Method Based on Depth Camera | |
KR101512658B1 (en) | A device and method for detecting for fire flame using stereo camera and fuzzy logic | |
CN103870847B (en) | Detecting method for moving object of over-the-ground monitoring under low-luminance environment | |
Li et al. | Dynamic ARMA-based background subtraction for moving objects detection | |
Zaman et al. | Efficient human motion detection with adaptive background for vision-based security system | |
US10268922B2 (en) | Image processing by means of cross-correlation | |
CN103020587A (en) | View analyzing method based on video image analysis |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant | ||
CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20200218 |