CN103152558A - Intrusion detection method based on scene recognition - Google Patents
Intrusion detection method based on scene recognition Download PDFInfo
- Publication number
- CN103152558A CN103152558A CN2013101065723A CN201310106572A CN103152558A CN 103152558 A CN103152558 A CN 103152558A CN 2013101065723 A CN2013101065723 A CN 2013101065723A CN 201310106572 A CN201310106572 A CN 201310106572A CN 103152558 A CN103152558 A CN 103152558A
- Authority
- CN
- China
- Prior art keywords
- scene
- mode
- image
- video
- sigma
- 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 45
- 238000000034 method Methods 0.000 claims abstract description 38
- 238000012544 monitoring process Methods 0.000 claims abstract description 19
- 238000012545 processing Methods 0.000 claims abstract description 8
- 238000004458 analytical method Methods 0.000 claims abstract description 5
- 230000009545 invasion Effects 0.000 claims description 9
- 238000004364 calculation method Methods 0.000 claims description 6
- 238000012360 testing method Methods 0.000 claims description 4
- 230000033001 locomotion Effects 0.000 description 6
- 230000003068 static effect Effects 0.000 description 3
- 238000005516 engineering process Methods 0.000 description 2
- 238000005286 illumination Methods 0.000 description 2
- 238000009434 installation Methods 0.000 description 2
- 230000009191 jumping Effects 0.000 description 2
- 230000003287 optical effect Effects 0.000 description 2
- 230000002159 abnormal effect Effects 0.000 description 1
- 230000005540 biological transmission Effects 0.000 description 1
- 238000010276 construction Methods 0.000 description 1
- 230000001419 dependent effect Effects 0.000 description 1
- 238000010586 diagram Methods 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 238000012423 maintenance Methods 0.000 description 1
- 230000008092 positive effect Effects 0.000 description 1
- 238000011160 research Methods 0.000 description 1
Images
Landscapes
- Image Analysis (AREA)
- Closed-Circuit Television Systems (AREA)
Abstract
The invention provides an intrusion detection method based on scene recognition, and belongs to the technical field of intelligent video monitoring. According to the method, the problem of real-time intrusion detection of a video area under the dynamic background is effectively solved. The intrusion detection method based on the scene recognition comprises the following steps of initialization: dividing the whole video area into N*N image blocks, and calculating the mean value and the standard deviation of each image block; inputting a monitored area video image, wherein the input image is a video image which is collected by a surveillance camera in real time, and can be an image sequence consisting of a plurality of frames decomposed by a collected video file, and inputting the images one by one in sequence; and scene recognition and intrusion area analysis and processing: according to the existing normal mode of the scene, firstly, effectively recognizing and matching the current scene, and then, calculating and comparing the mode deviation of each image block with a threshold value to obtain the intruded video area so as to realize the intrusion detection of the surveillance video. The intrusion detection method based on the scene recognition is mainly used for the intrusion detection.
Description
Technical Field
The invention belongs to the technical field of intelligent video monitoring.
Background
Intrusion detection is an important component of an intelligent security system and is widely applied to monitoring and protection of key areas, such as military heavy areas, railways, museums, test fields, dangerous areas, warning areas and the like. Compared with the installation of special sensor equipment (such as infrared and sound control equipment), the intrusion detection based on the video image has the characteristics of large detection coverage, simplicity in installation, convenience in maintenance, low construction cost, wide application range and the like, so that the intrusion detection becomes a hotspot of the research of the current intrusion detection technology.
The intrusion detection based on the video images is to analyze the video image content of a monitoring scene by utilizing a computer vision technology, automatically detect abnormal conditions in a monitoring picture, alarm and provide useful information, and thus, security personnel can be effectively reminded to timely process illegal intrusion. At present, intrusion detection methods based on video images mainly include a gray scale comparison method, a background difference method, an inter-frame difference method and an optical flow method, and all of the methods realize intrusion detection and alarm functions by detecting moving objects from a video sequence. The gray scale comparison method detects a moving object by using a gray scale statistic value for a background and an object, but is very sensitive to changes of ambient light. The background difference method is used for extracting a moving target by calculating the difference value between a current input frame image and a background image, but the background image needs to be refreshed in real time, and the detection precision of the background difference method depends on the reliability of the background image to a great extent. The frame difference method is to subtract two or more adjacent frames and detect the reserved moving target information. Although the method is slightly influenced by the change of ambient light, when the shaking of the camera causes the corresponding shaking of background points of two adjacent frames, the method cannot completely filter the background, thereby causing misjudgment; in addition, this method cannot effectively detect objects that are stationary or moving at too low a speed. The optical flow method is to extract a moving target by analyzing the motion field of the image pixel point, and the method is difficult to process the target detection problem under the dynamic background. The methods can not effectively solve the intrusion detection problem under the dynamic background, such as a mobile camera, scene switching and the like, and have poor adaptability and low expansibility.
In view of this, the present invention provides an intrusion detection method based on scene recognition. The method comprises the steps of dividing the whole video scene into a plurality of sub-regions, namely image blocks, establishing various normal modes (non-invasive modes) of the scene according to the mean value and standard deviation of each image block, identifying the mode of the current scene during operation, namely matching the mode with the normal modes, and finally obtaining an invaded video region (consisting of a plurality of image blocks) by calculating the deviation of each image block in the current mode and the corresponding matching mode and comparing the threshold value, thereby realizing real-time invasion detection.
Disclosure of Invention
The invention aims to provide an intrusion detection method based on scene recognition, which can effectively realize real-time video area intrusion detection. The process automatically realizes the motion tracking of the invading target because the invading area is dynamically updated according to the invaded condition of each image block along with the input of the video stream. Therefore, the method can be used for the intrusion detection task of a fixed camera or a mobile camera regardless of a static or dynamic background, has more accurate detection and strong adaptability and expansibility, and has simple structure and easy realization.
The purpose of the invention is realized by the following technical scheme: the technical scheme comprises the following steps:
(1) initialization
Dividing the entire video area into N image blocks, the size of N being dependent onThe actual area range covered by the video is set, such as N =30. Let the mean and standard deviation of the ith image block be muiAnd σiThen, the mode Z of the entire scene is a vector formed by the mean and the standard deviation corresponding to the N × N image blocks, that is:
Z=(μ1,σ1,μ2,σ2,…,μi,σi,…,μN×N,σN×N).
for a dynamic scene, the individual image blocks will have different mean and standard deviations under different circumstances, and thus the dynamic scene will have a plurality of different modes. Is provided with ZkRepresenting the Kth mode of the scene, the mean value and the standard deviation of the ith image block corresponding to the mode are respectively represented as muk,iAnd σk,iAnd then:
Zk=(μk,1,σk,1,μk,2,σk,2,…,μk,i,σk,i,…,μk,N×N,σk,N×N).
for a fixed camera, scene changes mainly come from illumination changes (e.g., day, night, light) and background motion (e.g., tree sway); while for a moving camera the scene will change more, i.e. the scene will have more modes. Before monitoring begins, possible patterns of a scene are acquired. Specifically, for a fixed camera, representative video images are collected at a plurality of moments and under various weather conditions; for a mobile camera, when the camera moves a certain angle (for example, every 1 degree), a group of video images is acquired, and the group of images refers to representative video images acquired at multiple moments and under various weather conditions. And calculating all modes of the scene according to the obtained images, wherein the modes are normal modes of the scene when no intrusion occurs.
(2) Inputting monitoring area video image
And inputting a video image for intrusion detection, wherein the input image is a video image acquired by a monitoring camera in real time, or can be an image sequence formed by decomposing an acquired video file into a plurality of frames, and the images are input one by one according to a time sequence. If the input image is empty, the entire process is terminated.
(3) Scene recognition
The scene mode Z of the monitored image at the current time t is calculated in the same way as in the initializationtNamely:
wherein,andrespectively representing scene modes ZtThe mean and standard deviation of the ith image block of (1). Is provided withRepresenting the current scene mode ZtThe distance from the Kth normal mode of the scene isThe calculation is as follows:
calculating and comparing the current scene mode ZtDistance from all normal modes of the scene, letThe sequence number of the scene normal mode corresponding to the minimum distance in all the distances is as follows:
wherein, H is a set of sequence numbers of all normal modes of the scene. Thus, the result of scene recognition is the first to be a sceneA normal mode As the current scene ZtA mode in whichAndrespectively representing scene modesThe mean and standard deviation of the ith image block of (1).
(4) Intrusion zone analysis and processing
According to the current scene mode ZtAnd the mode to which it belongsAnd calculating the mode deviation corresponding to each image block. Let eiE is the mode deviation corresponding to the ith image blockiThe calculation is as follows:
for all the N × N image blocks, if the deviation value is greater than the threshold value thetaeIf so, the image block is marked as invaded, otherwise, the image block is not invaded. ThetaeThe values may be selected and set as the application test results are specified.
Therefore, if one or more image blocks are marked to be invaded, the whole scene is considered to be invaded, otherwise, the scene is considered to be not invaded. For the situation of a fixed camera, when a scene is invaded, an invasion area (consisting of a plurality of image blocks) can be directly highlighted and alarm prompt is carried out; for the mobile camera, when the scene is invaded, the camera is firstly stopped to move, and then the invasion area is highlighted and an alarm is given. With the input of the video stream, the intrusion area is dynamically updated according to the intrusion condition of each image block, so the process automatically realizes the motion tracking of the intrusion object.
And (4) if the intrusion detection is continued, jumping to (2), otherwise, stopping the whole process.
After the processing of the steps (1) to (4), according to the existing normal mode of the scene, the current scene is firstly effectively identified and matched, and then the mode deviation of each image block is calculated and compared with the threshold value to obtain the invaded video area, so that the invasion detection of the monitoring video is realized.
Compared with the prior art, the invention has the advantages and positive effects that: the method establishes a corresponding mode for a video scene, and then identifies and matches the scene mode during operation, so as to extract the invaded video area, thereby realizing real-time invasion detection and tracking. Therefore, the method can be used for the intrusion detection task of a fixed camera or a mobile camera regardless of a static or dynamic background, has more accurate detection and strong adaptability and expansibility, and has simple structure and easy realization.
Drawings
FIG. 1 is a schematic diagram of the division of video area into image blocks according to the present invention
FIG. 2 is a technical flow chart of the present invention
Detailed Description
The invention is further described below with reference to the accompanying drawings:
the present invention can be implemented according to the logic procedures of the technical flow chart and the steps described in the summary of the invention. The method of the invention can be used in various occasions of intrusion detection under video images. Before the method is used for intrusion detection, various normal modes of possible scenes are established or a video area is divided into image blocks by processing representative scene images at different moments and under different conditions; the video monitoring camera is arranged at a proper position, so that the video range can cover a required monitoring area; then, a suitable video transmission means is adopted, such as a wired or wireless mode, video images collected by a camera in real time are extracted in the intrusion detection process, then scene identification and matching are carried out on the images according to the method of the invention, and finally, the regional intrusion detection result is obtained by carrying out intrusion analysis on each image block in the scene. The method can be used for the intrusion detection task of a fixed camera or a mobile camera regardless of a static or dynamic background, has more accurate detection and strong adaptability and expansibility, and has simple structure and easy realization.
The technical scheme of the invention comprises the following steps:
(1) initialization
The whole video area is divided into N × N image blocks, where the size of N may be set according to the actual area covered by the video, such as N =30. Let the mean and standard deviation of the ith image blockIs muiAnd σiThen, the mode Z of the entire scene is a vector formed by the mean and the standard deviation corresponding to the N × N image blocks, that is:
Z=(μ1,σ1,μ2,σ2,…,μi,σi,…,μN×N,σN×N).
for a dynamic scene, the individual image blocks will have different mean and standard deviations under different circumstances, and thus the dynamic scene will have a plurality of different modes. Is provided with ZkRepresenting the Kth mode of the scene, the mean value and the standard deviation of the ith image block corresponding to the mode are respectively represented as muk,iAnd σk,iAnd then:
Zk=(μk,1,σk,1,μk,2,σk,2,…,μk,i,σk,i,…,μk,N×N,σk,N×N).
for a fixed camera, scene changes mainly come from illumination changes (e.g., day, night, light) and background motion (e.g., tree sway); while for a moving camera the scene will change more, i.e. the scene will have more modes. Before monitoring begins, possible patterns of a scene are acquired. Specifically, for a fixed camera, representative video images are collected at a plurality of moments and under various weather conditions; for a mobile camera, when the camera moves a certain angle (for example, every 1 degree), a group of video images is acquired, and the group of images refers to representative video images acquired at multiple moments and under various weather conditions. And calculating all modes of the scene according to the obtained images, wherein the modes are normal modes of the scene when no intrusion occurs.
(2) Inputting monitoring area video image
And inputting a video image for intrusion detection, wherein the input image is a video image acquired by a monitoring camera in real time, or can be an image sequence formed by decomposing an acquired video file into a plurality of frames, and the images are input one by one according to a time sequence. If the input image is empty, the entire process is terminated.
(3) Scene recognition
The scene mode Z of the monitored image at the current time t is calculated in the same way as in the initializationtNamely:
wherein,andrespectively representing scene modes ZtThe mean and standard deviation of the ith image block of (1). Is provided withRepresenting the current scene mode ZtThe distance from the Kth normal mode of the scene isThe calculation is as follows:
calculating and comparing the current scene mode ZtDistance from all normal modes of the scene, letThe sequence number of the scene normal mode corresponding to the minimum distance in all the distances is as follows:
wherein, H is a set of sequence numbers of all normal modes of the scene. Thus, the result of scene recognition is the first to be a sceneA normal mode As the current scene ZtA mode in whichAndrespectively representing scene modesThe mean and standard deviation of the ith image block of (1).
(4) Intrusion zone analysis and processing
According to the current scene mode ZtAnd the mode to which it belongsAnd calculating the mode deviation corresponding to each image block. Let eiE is the mode deviation corresponding to the ith image blockiThe calculation is as follows:
for all the N × N image blocks, if the deviation value is greater than the threshold value thetaeThen mark the image block as invadedOtherwise, no intrusion. ThetaeThe values may be selected and set as the application test results are specified.
Therefore, if one or more image blocks are marked to be invaded, the whole scene is considered to be invaded, otherwise, the scene is considered to be not invaded. For the situation of a fixed camera, when a scene is invaded, an invasion area (consisting of a plurality of image blocks) can be directly highlighted and alarm prompt is carried out; for the mobile camera, when the scene is invaded, the camera is firstly stopped to move, and then the invasion area is highlighted and an alarm is given. With the input of the video stream, the intrusion area is dynamically updated according to the intrusion condition of each image block, so the process automatically realizes the motion tracking of the intrusion object.
And (4) if the intrusion detection is continued, jumping to (2), otherwise, stopping the whole process.
After the processing of the steps (1) to (4), according to the existing normal mode of the scene, the current scene is firstly effectively identified and matched, and then the mode deviation of each image block is calculated and compared with the threshold value to obtain the invaded video area, so that the invasion detection of the monitoring video is realized.
The method can be realized by programming in any computer programming language (such as C language), and the system software realized based on the method can realize real-time regional intrusion detection application in any PC or embedded system.
Claims (2)
1. An intrusion detection method based on scene recognition comprises the following steps:
(1) initialization
Dividing the whole video area into N × N image blocks, calculating the mean value and standard deviation of each image block according to the pixel brightness value of the image, and setting the mean value and standard deviation of the ith image block as muiAnd σiThen, the mode Z of the entire scene is a vector formed by the mean and the standard deviation corresponding to the N × N image blocks, that is:
Z=(μ1,σ1,μ2,σ2,…,μi,σi,…,μN×N,σN×N).
for a dynamic scene, each image block will have different mean and standard deviation under different conditions, so the dynamic scene will have a plurality of different modes, let ZkRepresenting the Kth mode of the scene, the mean value and the standard deviation of the ith image block corresponding to the mode are respectively represented as muk,iAnd σk,iAnd then:
Zk=(μk,1,σk,1,μk,2,σk,2,…,μk,i,σk,i,…,μk,N×N,σk,N×N).
before monitoring starts, acquiring possible modes of a scene, specifically, acquiring representative video images of a fixed camera at a plurality of moments and under various weather conditions;
(2) inputting monitoring area video image
Inputting a video image for intrusion detection, wherein the input image is a video image acquired by a monitoring camera in real time, or an image sequence formed by decomposing an acquired video file into a plurality of frames, and inputting the images one by one according to a time sequence; if the input image is empty, the whole process is stopped;
(3) scene recognition
The scene mode Z of the monitored image at the current time t is calculated in the same way as in the initializationtNamely:
wherein,andrespectively representing scene modes ZtThe mean and standard deviation of the ith image block of (1); is provided withRepresenting the current scene mode ZtThe distance from the Kth normal mode of the scene isThe calculation is as follows:
calculating and comparing the current scene mode ZtDistance from all normal modes of the scene, letThe sequence number of the scene normal mode corresponding to the minimum distance in all the distances is as follows:
h is a set of sequence numbers of all normal modes of a scene; thus, the result of scene recognition is the first to be a sceneA normal mode As the current scene ZtA mode in whichAndrespectively representing scene modesThe mean and standard deviation of the ith image block of (1);
(4) intrusion zone analysis and processing
According to the current scene mode ZtAnd the mode to which it belongsCalculating the mode deviation corresponding to each image block, and setting eiE is the mode deviation corresponding to the ith image blockiThe calculation is as follows:
for all the N × N image blocks, if the deviation value is greater than the threshold value thetaeIf so, marking the image block as invaded, otherwise, marking the image block as not invaded by thetaeThe value can be selected and set according to the application test result according to specific conditions;
after the processing of the steps (1) to (4), according to the existing normal mode of the scene, the current scene is firstly effectively identified and matched, and then the mode deviation of each image block is calculated and compared with the threshold value to obtain the invaded video area, so that the invasion detection of the monitoring video is realized.
2. The intrusion detection method based on scene recognition according to claim 1, wherein: for a mobile camera, when the camera moves a certain angle, a group of video images are collected, and the images are representative video images collected at a plurality of moments and under various weather conditions; and calculating each mode of the scene according to the obtained images, wherein the modes are normal modes of the scene when no intrusion occurs.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201310106572.3A CN103152558B (en) | 2013-03-29 | 2013-03-29 | Based on the intrusion detection method of scene Recognition |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201310106572.3A CN103152558B (en) | 2013-03-29 | 2013-03-29 | Based on the intrusion detection method of scene Recognition |
Publications (2)
Publication Number | Publication Date |
---|---|
CN103152558A true CN103152558A (en) | 2013-06-12 |
CN103152558B CN103152558B (en) | 2015-10-07 |
Family
ID=48550403
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201310106572.3A Expired - Fee Related CN103152558B (en) | 2013-03-29 | 2013-03-29 | Based on the intrusion detection method of scene Recognition |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN103152558B (en) |
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106815960A (en) * | 2017-02-15 | 2017-06-09 | 山东科技大学 | A kind of method for reducing Forest Fire Alarm rate of false alarm |
CN108198367A (en) * | 2018-01-16 | 2018-06-22 | 西门子工厂自动化工程有限公司 | Data acquire and monitoring control method, system, device and computer storage media |
CN109655932A (en) * | 2019-01-25 | 2019-04-19 | 宁波中车时代传感技术有限公司 | A kind of method and system of the gate foreign bodies detection based on image recognition and alarm |
CN111881863A (en) * | 2020-08-03 | 2020-11-03 | 成都西交智汇大数据科技有限公司 | Regional group abnormal behavior detection method |
CN113115085A (en) * | 2021-04-16 | 2021-07-13 | 海信电子科技(武汉)有限公司 | Video playing method and display equipment |
CN113408450A (en) * | 2021-06-27 | 2021-09-17 | 樊嘉烨 | Image processing method for intelligently sensing wild cat intrusion |
CN114429761A (en) * | 2022-04-01 | 2022-05-03 | 南京有物信息科技有限公司 | Display control method, device and system suitable for multiple terminals |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101256626A (en) * | 2008-02-28 | 2008-09-03 | 王路 | Method for monitoring instruction based on computer vision |
US7616817B2 (en) * | 2007-04-12 | 2009-11-10 | The United States Of America As Represented By The Secretary Of The Navy | Three dimensional shape correlator |
CN101835035A (en) * | 2010-06-04 | 2010-09-15 | 天津市亚安科技电子有限公司 | Regional invasion real-time detection method |
CN102538695A (en) * | 2010-12-15 | 2012-07-04 | 无锡物联网产业研究院 | Security detection method and related device thereof |
CN102546638A (en) * | 2012-01-12 | 2012-07-04 | 冶金自动化研究设计院 | Scene-based hybrid invasion detection method and system |
-
2013
- 2013-03-29 CN CN201310106572.3A patent/CN103152558B/en not_active Expired - Fee Related
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7616817B2 (en) * | 2007-04-12 | 2009-11-10 | The United States Of America As Represented By The Secretary Of The Navy | Three dimensional shape correlator |
CN101256626A (en) * | 2008-02-28 | 2008-09-03 | 王路 | Method for monitoring instruction based on computer vision |
CN101835035A (en) * | 2010-06-04 | 2010-09-15 | 天津市亚安科技电子有限公司 | Regional invasion real-time detection method |
CN102538695A (en) * | 2010-12-15 | 2012-07-04 | 无锡物联网产业研究院 | Security detection method and related device thereof |
CN102546638A (en) * | 2012-01-12 | 2012-07-04 | 冶金自动化研究设计院 | Scene-based hybrid invasion detection method and system |
Cited By (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106815960A (en) * | 2017-02-15 | 2017-06-09 | 山东科技大学 | A kind of method for reducing Forest Fire Alarm rate of false alarm |
CN106815960B (en) * | 2017-02-15 | 2018-10-02 | 山东科技大学 | A method of reducing Forest Fire Alarm rate of false alarm |
CN108198367A (en) * | 2018-01-16 | 2018-06-22 | 西门子工厂自动化工程有限公司 | Data acquire and monitoring control method, system, device and computer storage media |
CN109655932A (en) * | 2019-01-25 | 2019-04-19 | 宁波中车时代传感技术有限公司 | A kind of method and system of the gate foreign bodies detection based on image recognition and alarm |
CN111881863A (en) * | 2020-08-03 | 2020-11-03 | 成都西交智汇大数据科技有限公司 | Regional group abnormal behavior detection method |
CN111881863B (en) * | 2020-08-03 | 2021-04-13 | 成都西交智汇大数据科技有限公司 | Regional group abnormal behavior detection method |
CN113115085A (en) * | 2021-04-16 | 2021-07-13 | 海信电子科技(武汉)有限公司 | Video playing method and display equipment |
CN113408450A (en) * | 2021-06-27 | 2021-09-17 | 樊嘉烨 | Image processing method for intelligently sensing wild cat intrusion |
CN114429761A (en) * | 2022-04-01 | 2022-05-03 | 南京有物信息科技有限公司 | Display control method, device and system suitable for multiple terminals |
Also Published As
Publication number | Publication date |
---|---|
CN103152558B (en) | 2015-10-07 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN103152558B (en) | Based on the intrusion detection method of scene Recognition | |
CN112396658B (en) | Indoor personnel positioning method and system based on video | |
CN103069434B (en) | For the method and system of multi-mode video case index | |
CN103400111B (en) | Method for detecting fire accident on expressway or in tunnel based on video detection technology | |
CN109920185A (en) | One kind merging the mobile mesh calibration method of detection with video data based on millimetre-wave radar | |
US8301577B2 (en) | Intelligent monitoring system for establishing reliable background information in a complex image environment | |
CN107437318B (en) | Visible light intelligent recognition algorithm | |
CN103456024B (en) | A kind of moving target gets over line determination methods | |
Alshammari et al. | Intelligent multi-camera video surveillance system for smart city applications | |
KR101541272B1 (en) | Apparatus and method for detecting terrorism using irregular motion of peoples | |
KR20060031832A (en) | A smart visual security system based on real-time behavior analysis and situation cognizance | |
CN111523397B (en) | Intelligent lamp post visual identification device, method and system and electronic equipment thereof | |
CN112270253A (en) | High-altitude parabolic detection method and device | |
Ketcham et al. | The intruder detection system for rapid transit using CCTV surveillance based on histogram shapes | |
KR20150034398A (en) | A Parking Event Detection System Based on Object Recognition | |
US20110304729A1 (en) | Method for Automatically Ignoring Cast Self Shadows to Increase the Effectiveness of Video Analytics Based Surveillance Systems | |
CN112800975A (en) | Behavior identification method in security check channel based on image processing | |
CN113111771A (en) | Method for identifying unsafe behaviors of power plant workers | |
KR102434154B1 (en) | Method for tracking multi target in traffic image-monitoring-system | |
CN109492548B (en) | Method for obtaining region mask picture based on video analysis | |
CN112257683A (en) | Cross-mirror tracking method for vehicle running track monitoring | |
CN111597919A (en) | Human body tracking method in video monitoring scene | |
MY152782A (en) | A system and method to detect intrusion event | |
KR20180081645A (en) | Embedded vision system for real-time detection of safety anomaly in subway screen door and method thereof | |
CN202904792U (en) | Intelligent visualized alarm system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C14 | Grant of patent or utility model | ||
GR01 | Patent grant | ||
CF01 | Termination of patent right due to non-payment of annual fee | ||
CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20151007 Termination date: 20180329 |