CN102360422A - Violent behavior detecting method based on video analysis - Google Patents

Violent behavior detecting method based on video analysis Download PDF

Info

Publication number
CN102360422A
CN102360422A CN2011103182972A CN201110318297A CN102360422A CN 102360422 A CN102360422 A CN 102360422A CN 2011103182972 A CN2011103182972 A CN 2011103182972A CN 201110318297 A CN201110318297 A CN 201110318297A CN 102360422 A CN102360422 A CN 102360422A
Authority
CN
China
Prior art keywords
act
violence
sports ground
video analysis
method based
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
CN2011103182972A
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.)
Beijing Guochuang Keshi Technology Co., Ltd.
Original Assignee
HUNAN SHUNDE ELECTRONIC TECHNOLOGY Co Ltd
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 HUNAN SHUNDE ELECTRONIC TECHNOLOGY Co Ltd filed Critical HUNAN SHUNDE ELECTRONIC TECHNOLOGY Co Ltd
Priority to CN2011103182972A priority Critical patent/CN102360422A/en
Publication of CN102360422A publication Critical patent/CN102360422A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Image Analysis (AREA)

Abstract

The invention relates to a violent behavior detecting method based on video analysis. The method substantially comprises four steps of obtaining an ROI region, calculating an athletic field, extracting characteristics and classifying the characteristics. Computer assistance means and video analysis technology are utilized in the method for intelligently detecting the violent behavior in a monitoring video, quickly finding an abnormal condition and quickly performing early warning so as to effectively avoid the development of violent behaviors, so that the economic and social benefits are remarkable.

Description

Act of violence detection method based on video analysis
Technical field
The present invention relates to a kind of act of violence detection method based on video analysis.
Background technology
There are some potential safety hazards in a lot of occasions; For example personnel are numerous and jumbled in the supervision place, assembled some and had the personnel of violent tenet or extreme behavior, therefore; Incident of violence takes place frequently in the supervision place; Annual because of the act of violence incident that disables of causing injury reaches thousands of, this has not only caused ill effect to society, and has brought irreparable harm to the victim.Current, the supervision place adopts artificial surveillance style to keep watch on the act of violence in the supervision place mostly, still; Prison is many in the supervision place, and the convict is many, and scope of activities is big; And act of violence is sudden strong, when act of violence takes place, usually avoids the supervision personnel again, therefore; Artificial means of keeping watch on are the labor human and material resources not only, and can't prevent the generation of act of violence preferably.
Supervision place act of violence towards monitoring video detects; Adopt computer auxiliaring means and video analysis technology, the intelligent act of violence that detects in the monitoring video is in time found and early warning; Can effectively avoid the generation and the development of act of violence, economic and social benefit is remarkable.
The automatic detection of act of violence at present also is in the starting stage, and achievement in research is less relatively both at home and abroad.People such as Datta are according to human body contour outline and four limbs fetched behavioural characteristic; But for the complicated monitoring scene of reality, the accurate description of human body contour outline is difficulty very, when especially multiple goal is blocked each other; These class methods are difficult to prove effective, and this class methods detection speed is very slow; People's utilization sound such as Nam, as the feature detection act of violence, but this method only can to shoot, bleed, special screne such as blast detects, and can't detect common acts of violence such as having a fist fight, break; The local complexity notion that people such as Mecocci propose maximum variable color energy defines act of violence, but because this method is discerned according to color characteristic, the adaptability of monitoring environment complicated and changeable such as more weak is not strong for night, illumination; Patent [CN101557506] is analyzed act of violence through HMM, but this method is not suitable for complicated supervision scene only to the act of violence in simple scenario such as the elevator cage; Patent [CN101464952] adopts the abnormal behaviour recognition methods based on profile, but situation of blocking for many people and the target far away apart from video camera can't prove effective because this moment human body integrity profile be difficult to obtain; Patent [CN101344966] is extracted target trajectory feature detection abnormal behaviour, but this method can only detect in the simple scenario such as abnormal behaviour such as running, pace up and down, and is very low for act of violence accuracy of detection such as have a fist fight, break.
Summary of the invention
For this reason, the present invention extracts the act of violence method for quick based on sports ground, solves the low and slow-footed problem of act of violence accuracy of detection in the complicated monitoring scene.
The act of violence detection method that the present invention proposes mainly comprises four step: ROI (Region of Interest), and the zone obtains, sports ground calculating, feature extraction and tagsort, and as shown in Figure 1, details are as follows:
One, the ROI zone obtains
The zone that act of violence takes place must be the zone that compound movement is arranged, and obtains the ROI zone (MR) of compound movement, can reduce the calculated amount of subsequent process, reduces the flase drop phenomenon simultaneously.
(1), target detection
The adjacent N frame difference algorithm of target detection that the present invention's proposition is cut apart based on adaptive threshold, this algorithm noiseproof feature is strong, speed is fast, efficient is high, can reduce false alarm rate effectively, and its detailed process is (situation with N=5 is an example):
Step1 gets adjacent five two field picture I K-2, I K-1, I k, I K+1, I K+2, calculate frame difference data Erro.
Erro = | I k - α ( I k - 1 + I k - 2 2 ) - ( 1 - α ) ( I k + 1 + I k + 2 2 ) |
Wherein, α is weights, and initial value is made as 0.5.
Step2 confirms adaptive threshold T.Calculate frame difference data average, and it multiply by a weighting coefficient, with as adaptive threshold.
m = 1 M × N Σ i = 1 M Σ j = 1 N Erro ( i , j )
T=β×m
Wherein, M * N is a picture size, and β is a weighting coefficient, gets β=10 here.
Step3 upgrades α, extracts moving region M k
α=e -2/m
D p , q ( i , j ) = 1 , if | I p ( i , j ) - I q ( i , j ) | ≥ T 0 , otherwise
M k ( i , j ) = 1 , if ( D k , k - 2 ( i , j ) + D k , k - 1 ( i , j ) + D k , k + 1 ( i , j ) + D k , k + 2 ( i , j ) ≥ 3 ) 0 , otherwise
(2), ROI area identification
The present invention proposes the regional blending algorithm of ROI that combines based on medium filtering and mathematical morphology, and the target area that detects is merged and identifies, and step is following:
Step1 uses 3 * 3 medium filtering templates to eliminate isolated motor point;
The merging of step2 target area
Adopt expansion and corrosion operation in the mathematical morphology, remove " hole " of image;
Step3 ROI area identification
Adopt 8-in abutting connection with connection method, the bianry image of the moving target that detects is identified; Owing to only just act of violence possibly take place, therefore use a fixed threshold T in big zone AreaReject the very few moving region of motion number of pixels.
MR t j = 1 , Num i j > T area 0 , otherwise
Wherein, MR i jExpression t j moving region constantly, Num i jRepresent the number of motion pixel in this moving region, T Area=55.
Two, sports ground calculates
As key property, therefore, the sports ground of asking for act of violence place ROI zone is the basis that act of violence detects with the complexity of motion in act of violence.
The present invention adopts the ROI regional movement field computing method based on many rhombuses template, and the acquisition process of ROI regional movement field is following:
Step1 searches for 17 " 1. " points (as shown in Figure 2), the position of asking for least error MBD.If the MBD point is at the center of search window, then algorithm finishes; If the MBD point then carries out step2, otherwise carries out step3 on big rhombus template.
Step2 is the center with the MBD point of step1, reuses little rhombus template and searches for, and is positioned at the search window center up to the MBD point.
Step3 reduces by half step-size in search, and confirms new MBD point, equals 1 up to step-length, and algorithm finishes.
Because it is different that target range video camera distance not simultaneously, is asked for the yardstick of sports ground, for this reason, need carry out normalization to the sports ground of asking for.
The present invention proposes the sports ground method for normalizing based on pinhole camera modeling, and concrete method for normalizing is described below:
The projection of real-world object on the video camera imaging plane, the pinhole camera modeling that is widely used, as shown in Figure 3, be inverted at imaging plane for avoiding real-world object, we have been placed on imaging plane and real-world object the homonymy of focus.Wherein, F is the focal length of camera lens, and C is a focus, highly is respectively h 1, h 2Target T 1, T 2Picture altitude on imaging plane is respectively h 1', h 2', can know h by geometric relationship 1', h 2' exist as follows to concern:
h 1 ′ h 2 ′ = h 1 D 2 h 2 D 1
If the pinhole camera modeling field angle is β, its focal length is F, and imaging plane is positioned at the camera focus place, and the imaging size is m * n, and is as shown in Figure 4.By the geometric relationship between them, can easily derive following relation:
F = m 2 + n 2 2 tan ( β / 2 )
Central point with imaging plane is former heart O, sets up cartesian coordinate system, can know that by the related properties of camera lens optical axis OC is perpendicular to imaging plane, and is as shown in Figure 5.If the coordinate of target reference point T ' be (x, y), its projection on u, v axle is respectively α, γ with the angle that the formed line of focus C is become with optical axis, by relevant trigonometric function knowledge, can know:
α = arctan ( y - m 2 F )
γ = arctan ( x - n 2 F )
In the formula, (x is a true origin with the image lower left corner y) to the coordinate of target reference point T ', and F is a focal length.
Shown in Figure 6 is the geometric representation that a camera is positioned at the supervisory system of guarded region oblique upper.Wherein, C is a focus, itself and floor level CA=H, the angle on optical axis and ground is θ, T is an impact point, its position on imaging plane be T ' (x, y), wherein, TB ⊥ OA can be concerned through geometric relationship as follows:
CT = CB cos γ = H sin ( θ + α ) cos γ
So can get both form images the size ratio k n:
k n = h t ′ h 0 ′ = h t D 0 h 0 H sin ( θ + α ) cos γ = h t h 0 · D 0 H · 1 sin ( θ + α ) cos γ
For the ratio of the imaging size of same object on different distance, h t/ h 0=1, and D 0/ H is the zoom factor η that is asked just.Therefore, following formula can be reduced to:
k n = η sin ( θ + α ) cos γ
Wherein, η=D 0/ H is the ratio of camera height and reference altitude.
Here k nBe called zoom factor, the sports ground for each the ROI zone that obtains multiply by corresponding zoom factor with it, can realize that the normalization of sports ground is handled.
Three, feature extraction
See that from the angle of statistics when containing act of violence in the scene, the sports ground mould value in corresponding ROI zone is big, direction is disorderly, extracts the act of violence characteristic with this characteristic here.
(1), stable factor f U
When act of violence takes place, stop each other and antagonism that owing to interpersonal the variation of moving target centroid position is comparatively slow.This phenomenon is reacted on the sports ground, and promptly the average of sports ground is less.The present invention proposes stable factor f UDescribe this phenomenon, its computing method are following:
For ease of statement, establish certain moving region through the piece matching criterior, obtain M motion amplitude altogether and be not 0 sports ground, wherein the sports ground of i macro block is (Vx i, Vy i).Calculate the average
Figure BDA0000100227940000051
that sports ground makes progress at x, y respectively
Vx ‾ = 1 M Σ i = 1 M Vx i , Vy ‾ = 1 M Σ i = 1 M Vy i
Through following formula calculation stability factor f U:
f U = exp ( - λ Vx ‾ 2 + V ‾ y 2 )
Wherein, λ is a fixed coefficient, can confirm through experiment, gets λ=0.5 here.
(2), sports ground average energy M RThe peace meansquaredeviation R
When act of violence took place, some position of moving region (like arm, weapon and pin etc.) were inevitable with the fast speeds motion, and the movement velocity at some other position is relatively slow.Be reacted on the sports ground, i.e. sports ground energy hunting is bigger.The present invention proposes sports ground average energy M RThe peace meansquaredeviation RThis phenomenon is described.Its computing method are following:
Use following formula to calculate the energy R of each sports ground earlier i:
R i = Vx i 2 + Vy i 2
Calculate the average energy M of sports ground then RThe peace meansquaredeviation R:
M R = 1 M Σ i = 1 M R i
σ R = 1 M Σ i = 1 M ( R i - M R ) 2
(3), normalization direction entropy E oWith direction deviation M o
When act of violence takes place,, must cause sports ground on direction, to seem and be in a mess owing to confront with each other and behavior such as hide.The present invention proposes normalization direction entropy E oWith direction deviation M oCharacterize this phenomenon.Its implementation is following:
Step1 is divided into N direction with 0~360 degree, and N is a positive integer, and (experiment is found; The value of N is advisable between should being taken at 10~30), carry out mark with 0~N-1 respectively, the direction of sports ground is carried out normalization; The probability that sports ground occurs on the statistics all directions; Be called normalization direction of motion histogram H (θ), as shown in Figure 7, N is taken as 16 in Fig. 7.
Step2 calculates the entropy E of normalization direction histogram H (θ) o:
E o = Σ i = 0 N - 1 p i log p i
In the formula, p iBe the probability of sports ground on i direction.
Step3 calculated direction deviation M o: for i direction among the histogram H (θ), the relative direction θ of it and arbitrary direction j IjAvailable following formula calculates:
θ ij = | θ i - θ j | if | θ i - θ j | ≤ 8 16 - | θ i - θ j | else
Then the relative direction average of i direction
Figure BDA0000100227940000063
is:
θ i ‾ = 1 N Σ j = 0 N - 1 ( | θ ij | × p i )
Choose wherein minimum
Figure BDA0000100227940000065
As direction deviation M o:
M o = min 0 ≤ i ≤ 15 { θ i ‾ }
Four, tagsort
Generally, when having act of violence to take place in the moving region, the f that calculates U, σ R, E oAnd M oBe worth bigger, and M RCan be in the metastable scope.This statistical property is not then satisfied in other behavior,, though some slow motions such as for example walking, chat are its f U, M RValue might be close with act of violence, but σ R, E oAnd M oValue can be obviously less than normal; And move its f faster for the running uniform velocity UIt is very little that value can become, E oAnd M oValue less than normal, M RValue can be obviously bigger than normal.According to above-mentioned statistical property, the present invention adopts associating Gaussian membership function that characteristic parameter is carried out normalization and handles, to reduce the difference of each characteristic parameter on number change:
f i ( x ) = exp ( - ( x - c 1 ) 2 / 2 &sigma; 1 2 ) ifx < c 1 exp ( - ( x - c 2 ) 2 / &sigma; 2 2 ) ifx > c 2 1 else
Wherein, f iR, E o, M o, M Rc 1, c 2Be respectively the average of two Gaussian functions, σ 1, σ 2Be respectively the mean square deviation of two Gaussian functions, can confirm through experiment.
After experiment showed, that normalization is handled, characteristic parameter has good statistical property: when the moving region had act of violence to take place, each characteristic parameter all can obtain bigger value; Otherwise, when different normal behaviours takes place, have the different character parameter value less.Therefore, algorithm is lower to the requirement of Feature Fusion, and the present invention adopts weighted sum mode efficiently that the characteristic parameter of asking for is merged, and proposes the notion of violence progression RVI:
RVI i = &Sigma; j = 1 5 w j &times; f i
In the formula, 0≤w i≤1, represent the weights of i characteristic parameter, can confirm through experiment.f i=f U、M R、σ R、E o、M o
Violence progression RVI is the situation of change to movement locus, speed, direction in the moving region, and the concentrated expression of confusion degree, and the act of violence in the scene is had stronger sign ability.Because have a plurality of moving regions in every two field picture usually, the present invention chooses wherein maximum RVI and characterizes present frame, is defined as maximum violence progression MVI:
MVI=max{RVI i}
Because polytrope and some other unpredictable factors of people's behavior in the true environment are used single frames MVI to carry out act of violence and are detected the alert rate of the higher mistake of appearance easily.The present invention proposes the notion of average maximum violence progression AMVI, uses the average of multiframe MVI to characterize the possibility that act of violence is taking place in the supervision scene:
AMVI = 1 N &Sigma; j = 1 N MVI j
The use fixed threshold is judged the AMVI of present frame:
flag = 1 ifAMVI &GreaterEqual; T 0 else
If flag=1, judging has act of violence to take place in the scene, and present frame is the violence frame, can give the alarm or carries out other processing.
The advantage of method of the present invention is: the acts of violence such as having a fist fight, break, run that (1) exists in can the Intelligent Measurement video, and detection efficiency is high, and loss and false drop rate are low; (2) do not need to carry out the behavior differentiation according to the colouring information of human body, adaptive capacity to environment is strong, can adapt to non-stop run round the clock; (3) need not rely on the accurate profile information of human body to carry out the behavior differentiation, can adapt to the crowd of different crowded programs; (4) carry out characteristic normalization automatically according to pinhole camera modeling and handle, to video camera to set up conditional request little.
Description of drawings
Fig. 1 act of violence testing process
Fig. 2 sports ground search procedure
The perspective projection of Fig. 3 pinhole camera
The focal length of Fig. 4 pinhole camera and field angle
Fig. 5 object pixel is at the projection angle of imaging plane
The geometric representation of Fig. 6 supervisory system
Fig. 7 normalization direction of motion and its histogram
Embodiment
The act of violence detection method that the present invention proposes mainly comprises four steps:
One, the ROI zone obtains;
Two, sports ground calculates;
Three, feature extraction;
Four, tagsort.
Wherein,
One, the ROI zone obtains and comprises:
(1), target detection, its detailed process is:
Step1 gets adjacent five two field picture I K-2, I K-1, I k, I K+1, I K+2, calculate frame difference data Erro;
Step2 confirms adaptive threshold T; Calculate frame difference data average, and it multiply by a weighting coefficient, with as adaptive threshold;
Step3 upgrades α, extracts moving region M k
(2), the ROI area identification, step is following:
Step1 uses 3 * 3 medium filtering templates to eliminate isolated motor point;
The merging of step2 target area;
Adopt expansion and corrosion operation in the mathematical morphology, remove " hole " of image;
Step3 ROI area identification;
Adopt 8-in abutting connection with connection method, the bianry image of the moving target that detects is identified.
Two, sports ground calculates, and the acquisition process of ROI regional movement field is following:
Step1 searches for 17 " 1. " points, the position of asking for least error MBD, and at the center of search window, then algorithm finishes as if the MBD point; If the MBD point then carries out step2, otherwise carries out step3 on big rhombus template;
Step2 is the center with the MBD point of step1, reuses little rhombus template and searches for, and is positioned at the search window center up to the MBD point;
Step3 reduces by half step-size in search, and confirms new MBD point, equals 1 up to step-length, and algorithm finishes.
Method for normalizing is specially: k nBe zoom factor, the sports ground for each the ROI zone that obtains multiply by corresponding zoom factor with it, can realize that the normalization of sports ground is handled;
k n = &eta; sin ( &theta; + &alpha; ) cos &gamma;
Wherein, η=D 0/ H is the ratio of camera height and reference altitude.
Three, feature extraction comprises:
(1), stable factor f U, its concrete computing method are:
f U = exp ( - &lambda; Vx &OverBar; 2 + Vy &OverBar; 2 )
Wherein, λ is a fixed coefficient; Can confirm through experiment; Here get λ=0.5,
Figure BDA0000100227940000093
representes the average of sports ground on x, y direction respectively;
(2), sports ground average energy M RThe peace meansquaredeviation R
M R = 1 M &Sigma; i = 1 M R i
&sigma; R = 1 M &Sigma; i = 1 M ( R i - M R ) 2
Wherein: R iEnergy for each sports ground:
R i = Vx i 2 + Vy i 2
(Vx i, Vy i) expression i macro block sports ground;
(3), normalization direction entropy E oWith direction deviation M o, its implementation is following:
Step1 is divided into N direction with 0~360 degree, and N does;
Step2 calculates the entropy E of normalization direction histogram H (θ) o
Four, tagsort
Adopt associating Gaussian membership function that characteristic parameter is carried out normalization and handle, to reduce the difference of each characteristic parameter on number change:
f i ( x ) = exp ( - ( x - c 1 ) 2 / 2 &sigma; 1 2 ) ifx < c 1 exp ( - ( x - c 2 ) 2 / &sigma; 2 2 ) ifx > c 2 1 else
Wherein, f iR, E o, M o, M Rc 1, c 2Be respectively the average of two Gaussian functions, σ 1, σ 2Be respectively the mean square deviation of two Gaussian functions, can confirm through experiment.

Claims (7)

1. based on the act of violence detection method of video analysis, it is characterized in that, mainly comprise four steps:
One, the ROI zone obtains, and comprises (1), target detection; (2), ROI area identification;
Two, sports ground calculates, and adopts the ROI regional movement field computing method based on many rhombuses template;
Three, feature extraction;
Four, tagsort adopts associating Gaussian membership function that characteristic parameter is carried out normalization and handles, to reduce the difference of each characteristic parameter on number change.
2. the act of violence detection method based on video analysis according to claim 1 is characterized in that the ROI zone obtains and comprises:
(1), target detection, its detailed process is:
Step1 gets adjacent five two field picture I K-2, I K-1, I k, I K+1, I K+2, calculate frame difference data Erro;
Step2 confirms adaptive threshold T; Calculate frame difference data average, and it multiply by a weighting coefficient, with as adaptive threshold;
Step3 upgrades α, extracts moving region M k
(2), the ROI area identification, step is following:
Step1 uses 3 * 3 medium filtering templates to eliminate isolated motor point;
The merging of step2 target area;
Adopt expansion and corrosion operation in the mathematical morphology, remove " hole " of image;
Step3 ROI area identification;
Adopt 8-in abutting connection with connection method, the bianry image of the moving target that detects is identified.
3. the act of violence detection method based on video analysis according to claim 1 is characterized in that, sports ground calculates, and the acquisition process of ROI regional movement field is following:
Step1 searches for 17 " 1. " points, the position of asking for least error MBD, and at the center of search window, then algorithm finishes as if the MBD point; If the MBD point then carries out step2, otherwise carries out step3 on big rhombus template;
Step2 is the center with the MBD point of step1, reuses little rhombus template and searches for, and is positioned at the search window center up to the MBD point;
Step3 reduces by half step-size in search, and confirms new MBD point, equals 1 up to step-length, and algorithm finishes.
4. the act of violence detection method based on video analysis according to claim 1 is characterized in that method for normalizing is specially: k nBe zoom factor, the sports ground for each the ROI zone that obtains multiply by corresponding zoom factor with it, can realize that the normalization of sports ground is handled;
k n = &eta; sin ( &theta; + &alpha; ) cos &gamma;
Wherein, η=D 0/ H is the ratio of camera height and reference altitude.
5. the act of violence detection method based on video analysis according to claim 1 is characterized in that feature extraction comprises:
(1), stable factor f U, its concrete computing method are:
f U = exp ( - &lambda; Vx &OverBar; 2 + Vy &OverBar; 2 )
Wherein, λ is a fixed coefficient; Can confirm through experiment; Here get λ=0.5, representes the average of sports ground on x, y direction respectively;
(2), sports ground average energy M RThe peace meansquaredeviation R
M R = 1 M &Sigma; i = 1 M R i
&sigma; R = 1 M &Sigma; i = 1 M ( R i - M R ) 2
Wherein: R iEnergy for each sports ground:
R i = Vx i 2 + Vy i 2
(Vx i, Vy i) expression i macro block sports ground;
(3), normalization direction entropy E oWith direction deviation M o, its implementation is following:
Step1 is divided into N direction with 0~360 degree, and N does;
Step2 calculates the entropy E of normalization direction histogram H (θ) o
6. the act of violence detection method based on video analysis according to claim 1 is characterized in that, tagsort adopts associating Gaussian membership function that characteristic parameter is carried out normalization and handles, to reduce the difference of each characteristic parameter on number change:
f i ( x ) = exp ( - ( x - c 1 ) 2 / 2 &sigma; 1 2 ) ifx < c 1 exp ( - ( x - c 2 ) 2 / &sigma; 2 2 ) ifx > c 2 1 else
Wherein, f iR, E o, M o, M Rc 1, c 2Be respectively the average of two Gaussian functions, σ 1, σ 2Be respectively the mean square deviation of two Gaussian functions, can confirm through experiment.
7. the act of violence detection method based on video analysis according to claim 1 is characterized in that, adopts the weighted sum mode that the characteristic parameter of asking for is merged, and proposes the notion of violence progression RVI:
RVI i = &Sigma; j = 1 5 w j &times; f i
In the formula, 0≤w i≤1, represent the weights of i characteristic parameter, can confirm f through experiment i=f U, M R, σ R, E o, M o
CN2011103182972A 2011-10-19 2011-10-19 Violent behavior detecting method based on video analysis Pending CN102360422A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2011103182972A CN102360422A (en) 2011-10-19 2011-10-19 Violent behavior detecting method based on video analysis

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2011103182972A CN102360422A (en) 2011-10-19 2011-10-19 Violent behavior detecting method based on video analysis

Publications (1)

Publication Number Publication Date
CN102360422A true CN102360422A (en) 2012-02-22

Family

ID=45585749

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2011103182972A Pending CN102360422A (en) 2011-10-19 2011-10-19 Violent behavior detecting method based on video analysis

Country Status (1)

Country Link
CN (1) CN102360422A (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102902981A (en) * 2012-09-13 2013-01-30 中国科学院自动化研究所 Violent video detection method based on slow characteristic analysis
CN103280052A (en) * 2013-05-15 2013-09-04 重庆大学 Intrusion detection method applied in intelligent video monitoring of long-distance railway lines
CN103428407A (en) * 2012-05-25 2013-12-04 信帧电子技术(北京)有限公司 Method for detecting fighting in video
CN103974028A (en) * 2013-01-30 2014-08-06 由田新技股份有限公司 Method for detecting fierce behavior of personnel
CN105427344A (en) * 2015-11-18 2016-03-23 江苏省电力公司检修分公司 Moving target detection method in substation intelligent system
CN107368786A (en) * 2017-06-16 2017-11-21 华南理工大学 A kind of passenger based on machine vision crosses handrail detection algorithm
CN109116746A (en) * 2018-08-22 2019-01-01 佛山铮荣科技有限公司 A kind of smart home system
US10349126B2 (en) 2016-12-19 2019-07-09 Samsung Electronics Co., Ltd. Method and apparatus for filtering video
CN112653870A (en) * 2020-08-07 2021-04-13 柳州市云奇伟业信息技术有限公司 Abnormal behavior early warning system based on big data

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101834982A (en) * 2010-05-28 2010-09-15 上海交通大学 Hierarchical screening method of violent videos based on multiplex mode
CN101968848A (en) * 2010-09-27 2011-02-09 哈尔滨工业大学深圳研究生院 Video monitoring method and system and video monitoring alarm system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101834982A (en) * 2010-05-28 2010-09-15 上海交通大学 Hierarchical screening method of violent videos based on multiplex mode
CN101968848A (en) * 2010-09-27 2011-02-09 哈尔滨工业大学深圳研究生院 Video monitoring method and system and video monitoring alarm system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
秦陈刚: "一种面向监视场景的斗殴行为快速检测算法", 《数字技术与应用》, no. 04, 10 April 2010 (2010-04-10) *
秦陈刚: "面向监视场景的斗殴行为检测技术研究", 《中国优秀硕士学位论文全文数据库》, 13 April 2011 (2011-04-13), pages 31 - 45 *

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103428407A (en) * 2012-05-25 2013-12-04 信帧电子技术(北京)有限公司 Method for detecting fighting in video
CN102902981B (en) * 2012-09-13 2016-07-06 中国科学院自动化研究所 Violent video detection method based on slow feature analysis
CN102902981A (en) * 2012-09-13 2013-01-30 中国科学院自动化研究所 Violent video detection method based on slow characteristic analysis
CN103974028A (en) * 2013-01-30 2014-08-06 由田新技股份有限公司 Method for detecting fierce behavior of personnel
CN103280052A (en) * 2013-05-15 2013-09-04 重庆大学 Intrusion detection method applied in intelligent video monitoring of long-distance railway lines
CN103280052B (en) * 2013-05-15 2015-08-19 重庆大学 Be applied to the intrusion detection method of long distance track circuit intelligent video monitoring
CN105427344B (en) * 2015-11-18 2018-04-03 国网江苏省电力有限公司检修分公司 Moving target detecting method in a kind of substation intelligence system
CN105427344A (en) * 2015-11-18 2016-03-23 江苏省电力公司检修分公司 Moving target detection method in substation intelligent system
US10349126B2 (en) 2016-12-19 2019-07-09 Samsung Electronics Co., Ltd. Method and apparatus for filtering video
US10631045B2 (en) 2016-12-19 2020-04-21 Samsung Electronics Co., Ltd. Method and apparatus for filtering video
US11470385B2 (en) 2016-12-19 2022-10-11 Samsung Electronics Co., Ltd. Method and apparatus for filtering video
CN107368786A (en) * 2017-06-16 2017-11-21 华南理工大学 A kind of passenger based on machine vision crosses handrail detection algorithm
CN107368786B (en) * 2017-06-16 2020-02-18 华南理工大学 Machine vision-based passenger passing handrail detection method
CN109116746A (en) * 2018-08-22 2019-01-01 佛山铮荣科技有限公司 A kind of smart home system
CN112653870A (en) * 2020-08-07 2021-04-13 柳州市云奇伟业信息技术有限公司 Abnormal behavior early warning system based on big data
CN112653870B (en) * 2020-08-07 2022-08-19 柳州市云奇伟业信息技术有限公司 Abnormal behavior early warning system based on big data

Similar Documents

Publication Publication Date Title
CN102360422A (en) Violent behavior detecting method based on video analysis
Yang et al. An online learned CRF model for multi-target tracking
Porikli Trajectory distance metric using hidden markov model based representation
Datta et al. Person-on-person violence detection in video data
CN102136066B (en) Method for recognizing human motion in video sequence
US9875550B2 (en) Method and device for tracking sports players with context-conditioned motion models
CN102354422B (en) Perimeter protection-oriented method for monitoring suspicious target
Ferrarini et al. Exploring performance bounds of visual place recognition using extended precision
CN105528794A (en) Moving object detection method based on Gaussian mixture model and superpixel segmentation
CN104200495A (en) Multi-target tracking method in video surveillance
Chen et al. A novel solution for multi-camera object tracking
CN108021846A (en) A kind of face identification method and device
CN110633643A (en) Abnormal behavior detection method and system for smart community
CN104966305A (en) Foreground detection method based on motion vector division
CN109035305A (en) Indoor human body detection and tracking in the case of a kind of low visual angle based on RGB-D
Swears et al. Learning and recognizing complex multi-agent activities with applications to american football plays
Li et al. The application of Yolov4 and a new pedestrian clustering algorithm to implement social distance monitoring during the COVID-19 pandemic
CN103577804A (en) Abnormal human behavior identification method based on SIFT flow and hidden conditional random fields
CN101877135B (en) Moving target detecting method based on background reconstruction
Rakhsith et al. A survey on object detection methods in deep learning
Hamdi et al. Hybrid deep learning and HOF for Anomaly Detection
Liu et al. Unsupervised multi-target trajectory detection, learning and analysis in complicated environments
Wojke et al. Joint operator detection and tracking for person following from mobile platforms
CN116342645A (en) Multi-target tracking method for natatorium scene
Cheheb et al. Investigating the use of autoencoders for gait-based person recognition

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
ASS Succession or assignment of patent right

Owner name: BEIJING JCA CHRISTIE TECHNOLOGY CO., LTD.

Free format text: FORMER OWNER: HUNAN SHUNDE ELECTRONIC TECHNOLOGY CO., LTD.

Effective date: 20130320

C41 Transfer of patent application or patent right or utility model
COR Change of bibliographic data

Free format text: CORRECT: ADDRESS; FROM: 410004 CHANGSHA, HUNAN PROVINCE TO: 100088 XICHENG, BEIJING

TA01 Transfer of patent application right

Effective date of registration: 20130320

Address after: 100088, No. 5, building 8, block 207, Xinjie Avenue, Xinjie, Beijing, Beijing, Xicheng District. C

Applicant after: Beijing Guochuang Keshi Technology Co., Ltd.

Address before: 410004 Hunan province Changsha City Wuling Road No. 169 days Kang Park North A4-1204

Applicant before: Hunan Shunde Electronic Technology Co., Ltd.

C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20120222