CN104899559A - Rapid pedestrian detection method based on video monitoring - Google Patents

Rapid pedestrian detection method based on video monitoring Download PDF

Info

Publication number
CN104899559A
CN104899559A CN201510271027.9A CN201510271027A CN104899559A CN 104899559 A CN104899559 A CN 104899559A CN 201510271027 A CN201510271027 A CN 201510271027A CN 104899559 A CN104899559 A CN 104899559A
Authority
CN
China
Prior art keywords
phi
centerdot
pedestrian
image
matrix
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
Application number
CN201510271027.9A
Other languages
Chinese (zh)
Other versions
CN104899559B (en
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.)
Jiangsu University
Original Assignee
Jiangsu University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Jiangsu University filed Critical Jiangsu University
Priority to CN201510271027.9A priority Critical patent/CN104899559B/en
Publication of CN104899559A publication Critical patent/CN104899559A/en
Application granted granted Critical
Publication of CN104899559B publication Critical patent/CN104899559B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/40Scenes; Scene-specific elements in video content
    • G06V20/41Higher-level, semantic clustering, classification or understanding of video scenes, e.g. detection, labelling or Markovian modelling of sport events or news items
    • G06V20/42Higher-level, semantic clustering, classification or understanding of video scenes, e.g. detection, labelling or Markovian modelling of sport events or news items of sport video content
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • G06F18/241Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches
    • G06F18/2411Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches based on the proximity to a decision surface, e.g. support vector machines

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • General Physics & Mathematics (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Evolutionary Biology (AREA)
  • Evolutionary Computation (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • General Engineering & Computer Science (AREA)
  • Artificial Intelligence (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Computational Linguistics (AREA)
  • Software Systems (AREA)
  • Multimedia (AREA)
  • Image Analysis (AREA)

Abstract

The present invention relates to a rapid pedestrian detection method based on video monitoring. The detection method comprises: carrying out image sampling; carrying out parameter setting and image preprocessing; carrying out motion detection; carrying out pedestrian detection by using a CENTRIST descriptor and a linear SVM classifier; and the like. With the rapid pedestrian detection method based on video monitoring according to the present invention, cost in the actual monitoring process is effectively reduced, and real-time monitoring on a video and rapid and accurate pedestrian detection are implemented.

Description

A kind of rapid pedestrian detection method based on video monitoring
Technical field
The invention belongs to field of intelligent video surveillance, be specifically related to a kind of rapid pedestrian detection method based on video monitoring.
Background technology
Be used as the characteristics of image of pedestrian detection from small echo first time and use SVM algorithm to target decision classification of taking exercises, to Frenchman Dalal in 2005 when CVPR delivers the detection algorithm of HOG+SVM, the basic frame structure of pedestrian detection algorithm just establishes, namely first by choosing suitable image characteristics extraction image information, set up suitable disaggregated model training standard image pattern, and then obtaining rational recognition classifier for image to be detected, final detection obtains pedestrian position and size.After this, pedestrian detection algorithm development is more and more faster, the feature extracted is also no longer single, but the edge contour from target image of suiting measures to local conditions, texture information are to histogram of gradients, colouring information etc., and the sorter adapted with it also has neural network, SVM, Adaboost and degree of depth study scheduling algorithm.
Classical HOG+SVM algorithm, can find 2 deficiencies by experiment: it is oversize that (1) image detects the time consumed, cannot reach the rate request for photographic technique in practical application far away; (2) the sample set not collecting corresponding scene, do not train corresponding categorised decision function prerequisite under, the effect of actual pedestrian detection is quite inaccurate, crosses inspection, undetected situation is very serious.This shows, although the training set of the SVM decision function acquiescence carried in OpenCV is INRIA standard pedestrian image library, Detection results is unsatisfactory.In the video monitoring of reality, in order to improve accuracy, must for different testing environments, scene, the corresponding standard picture storehouse of dynamic collection, and calculate corresponding decision function.
For first deficiency, (namely Census Transform Histogram, also claims C to a kind of CENTRIST descriptor being similar to HOG descriptor that the present invention proposes 4), its computation complexity on the basis of same projecting edge information but reduces greatly.Compared to HOG descriptor, C 4more pay attention to the information such as the edge contour of reservation image, effectively capture the local feature of image and complete coding, avoiding because illumination etc. changes suddenly the harmful effect caused.And it needs the mathematic interpolation amount calculated between neighborhood territory pixel to be greatly reduced.
In order to improve accuracy and the travelling speed of pedestrian detection, the present invention proposes a kind of innovatory algorithm on original svm classifier algorithm basis---the algorithm of support vector machine (Fast Classification Support Vector Machine, is abbreviated as: FCSVM) of Fast Classification.Experiment proves that this algorithm reduces the number of the support vector of training out on the basis of not obvious reduction SVM algorithm classification effect, also can decrease the time overhead of decision function during detection accordingly.
Summary of the invention
For above-mentioned conventional pedestrian's detection method exist problem, the present invention proposes a kind of rapid pedestrian detection method based on video monitoring, can improve accuracy and the travelling speed of pedestrian detection.
For achieving the above object, the concrete technical scheme of the present invention is as follows: a kind of rapid pedestrian detection method based on video monitoring, comprises the steps:
1) video acquisition and setting parameter: read video flowing, initial threshold value Thread, goes to step 2);
2) motion detection counter i=0, goes to step 3);
3) read a two field picture, go to step 4);
4) judge whether counter i is greater than threshold value Thread, if i>Thread, go to step 8), otherwise go to step 5);
5) Image semantic classification: carry out colour space transformation, denoising and gray processing process to image, utilizes Gamma formula compressed image size, goes to step 6);
6) moving target has been judged whether: detect in video image and whether have moving target to swarm into, if do not have moving target, go to step 2); Otherwise go to step 7);
7) counter i adds 1:i=i+1, goes to step 3);
8) pedestrian detection: judge whether the moving target swarmed into is pedestrian, if pedestrian goes to step 9), otherwise go to step 2);
9) report to the police;
Wherein, above-mentioned steps 8) comprise following steps:
8.1) the CENTRIST descriptor of present frame is extracted;
8.2) pedestrian's unique point in the Linear SVM detection of classifier image trained is used;
8.3) judge whether the moving object swarmed into is pedestrian according to pedestrian's unique point.
Further, above-mentioned steps 8.1) middle extraction CENTRIST descriptor, comprise the steps:
8.1.1) carry out gray processing, smothing filtering to present frame I, eliminate Local textural feature, extract the magnitude relationship between basic marginal information and pixel, wherein, wave filter is Sobel operator;
8.1.2) according to the magnitude relationship between present frame I pixel, a new image I is constructed /;
8.1.3) image I is asked /in the CT encoded radio of each pixel;
8.1.4) according to image I /in the histogram of CT encoded radio of all pixels obtain CENTRIST descriptor.
Further, above-mentioned steps 8.2) in use the method for pedestrian's unique point in the Linear SVM detection of classifier image that trains to comprise the steps:
8.2.1) carry out SVM training to the sample data collection gathered, obtain support vector collection S, wherein, the dimension of vector set S is N;
8.2.2) m=1 is established, n=N-m;
8.2.3) according to m, n, vector set S is divided into two subset P and Q, wherein, the dimension of subset P is the dimension of m, subset Q is n;
8.2.4) the inner product Km of subset of computations P and the inner product Kn of subset Q, computing formula is as follows:
K m = φ ( x 1 ) φ ( s 1 ) . . . . . . φ ( x L ) φ ( s 1 ) · · · . . . . . . · · · φ ( x 1 ) φ ( s m ) . . . . . . φ ( x L ) φ ( s m )
K n = φ ( x 1 ) φ ( s m + 1 ) . . . . . . φ ( x L ) φ ( s m + 1 ) · · · . . . . . . · · · φ ( x 1 ) φ ( s N - m ) . . . . . . φ ( x L ) φ ( s N - m )
8.2.5) transformation matrix W is calculated according to inner product Km, Kn t, computing formula is as follows:
K n=W TK m
8.2.6) according to transformation matrix W tcompute matrix A and matrix B, computing method are as follows:
A=(θ 1,…,θ L);
B=(θ′ 1,…θ′ L)
Wherein:
θ i = ∑ j = 1 N a j y j K ( x i , s j )
θ i ′ = ( A m T + A n T W T ) K m
Σ j = 1 N a j y j K ( x , s j ) = ( A m T + A n T W T ) K t
A m T = ( a 1 y 1 , a 2 y 2 , . . . , a m y m )
A n T = ( a m + 1 y m + 1 , a m + 2 y m + 2 , . . . , a N y N )
K t=(K t.1,…,K t.m) T
In above formula: a jfor Lagrange multiplier, y jfor positive and negative mark
8.2.7) ε is asked according to matrix A and matrix B m=|| A-B||;
8.2.8)m=m+1,n=N-m;
8.2.9) judge whether m is less than N, if m<N, then go to step 8.2.3), otherwise go to step 8.2.10);
8.2.10) obtain minimum ε, obtain the transformation matrix W of its correspondence t;
8.2.11) at previous step W tbasis on, in image, whether pixel is pedestrian's unique point, and wherein decision function is as follows to utilize decision function to judge:
f ( x ) = sgn ( ( A m T + A n T W T ) K t + b ) , In formula, b is threshold value (b=y j-W tx);
A kind of rapid pedestrian detection method based on video monitoring that the present invention proposes, effectively reduces the expense in actual monitored, realizes photographic technique and pedestrian detection fast and accurately.
Accompanying drawing explanation
Fig. 1 is based on the rapid pedestrian detection method process flow diagram of video monitoring.
Fig. 2 pedestrian detection process flow diagram.
Fig. 3 extracts CENTRIST descriptor process flow diagram.
Pedestrian's unique point algorithm flow chart in Fig. 4 Linear SVM detection of classifier image.
Embodiment
Below in conjunction with the drawings and specific embodiments, the invention will be further described.
Figure 1 shows that the rapid pedestrian detection method process flow diagram based on video monitoring, comprise the following steps:
1) video acquisition and setting parameter: read video flowing, initial threshold value Thread, in the present embodiment, initialization Thread is 3; Go to step 2);
2) establish motion detection counter i=0, go to step 3);
3) read a two field picture, go to step 4);
4) judge whether counter i is greater than threshold value Thread, if i>Thread, go to step 8), otherwise go to step 5);
5) Image semantic classification: carry out colour space transformation, denoising and gray processing process to image, utilizes Gamma formula compressed image size, goes to step 6);
6) moving target has been judged whether: detect in video image and whether have moving object to swarm into, if do not have moving target, go to step 2); Otherwise go to step 7);
7) counter i adds 1:i=i+1, goes to step 3);
8) pedestrian detection: judge whether moving object is pedestrian, if pedestrian goes to step 9), otherwise go to step 2);
9) report to the police.
Figure 2 shows that pedestrian detection process flow diagram, comprise following steps:
8.1) the CENTRIST descriptor of present frame is extracted;
8.2) pedestrian's unique point in the Linear SVM detection of classifier image trained is used;
8.3) judge whether the moving object swarmed into is pedestrian according to pedestrian's unique point.
Figure 3 shows that and extract CENTRIST descriptor process flow diagram, comprise the steps:
8.1.1) carry out gray processing, smothing filtering to present frame I, eliminate Local textural feature, extract the magnitude relationship between basic marginal information and pixel, wherein, wave filter is Sobel operator;
8.1.2) according to the magnitude relationship between present frame I pixel, a new image I is constructed /; In the present embodiment, building method is: according to the magnitude relationship between image I pixel, constructs a new images I /still retain the pixel size comparison signal of source images I, and ignore the value size of pixel, namely for any one adjacent pixel to meeting following relation:
sgn(I(p 1)-I(p 2))=sgn(I'(p 1)-I'(p 2))
Wherein p1 and p2 is arbitrary neighborhood point;
8.1.3) image I is asked /in the CT encoded radio of each pixel;
8.1.4) according to image I /in the histogram of CT encoded radio of all pixels obtain CENTRIST descriptor.
Figure 4 shows that pedestrian's unique point algorithm flow chart in Linear SVM detection of classifier image, comprise the steps:
8.2.1) carry out SVM training to the sample data collection gathered, obtain support vector collection S, wherein, the dimension of vector set S is N;
8.2.2) m=1 is established, n=N-m;
8.2.3) according to m, n, vector set S is divided into two subset P and Q, wherein, the dimension of subset P is the dimension of m, subset Q is n;
8.2.4) the inner product Km of subset of computations P and the inner product Kn of subset Q, computing formula is as follows:
K m = &phi; ( x 1 ) &phi; ( s 1 ) . . . . . . &phi; ( x L ) &phi; ( s 1 ) &CenterDot; &CenterDot; &CenterDot; . . . . . . &CenterDot; &CenterDot; &CenterDot; &phi; ( x 1 ) &phi; ( s m ) . . . . . . &phi; ( x L ) &phi; ( s m )
K n = &phi; ( x 1 ) &phi; ( s m + 1 ) . . . . . . &phi; ( x L ) &phi; ( s m + 1 ) &CenterDot; &CenterDot; &CenterDot; . . . . . . &CenterDot; &CenterDot; &CenterDot; &phi; ( x 1 ) &phi; ( s N - m ) . . . . . . &phi; ( x L ) &phi; ( s N - m )
8.2.5) transformation matrix W is calculated according to inner product Km, Kn t, computing formula is as follows:
K n=W TK m
8.2.6) according to transformation matrix W tcompute matrix A and matrix B, computing method are as follows:
A=(θ 1,…,θ L);
B=(θ′ 1,…θ′ L)
Wherein:
&theta; i = &Sum; j = 1 N a j y j K ( x i , s j )
&theta; i &prime; = ( A m T + A n T W T ) K m
&Sigma; j = 1 N a j y j K ( x , s j ) = ( A m T + A n T W T ) K t
A m T = ( a 1 y 1 , a 2 y 2 , . . . , a m y m )
A n T = ( a m + 1 y m + 1 , a m + 2 y m + 2 , . . . , a N y N )
K t=(K t.1,…,K t.m) T
In above formula: a jfor Lagrange multiplier, y jfor positive and negative mark
8.2.7) ε is asked according to matrix A and matrix B m=|| A-B||;
8.2.8)m=m+1,n=N-m;
8.2.9) judge whether m is less than N, if m<N, then go to step 8.2.3), otherwise go to step 8.2.10);
8.2.10) obtain minimum ε, obtain the transformation matrix W of its correspondence t;
8.2.11) at previous step W tbasis on, in image, whether pixel is pedestrian's unique point, and wherein decision function is as follows to utilize decision function to judge:
f ( x ) = sgn ( ( A m T + A n T W T ) K t + b ) , In formula, b is threshold value (b=y j-W tx).

Claims (3)

1., based on a rapid pedestrian detection method for video monitoring, it is characterized in that comprising the steps:
1) video acquisition and setting parameter: read video flowing, initial threshold value Thread, goes to step 2);
2) motion detection counter i=0, goes to step 3);
3) read a two field picture, go to step 4);
4) judge whether counter i is greater than threshold value Thread, if i>Thread, go to step 8), otherwise go to step 5);
5) Image semantic classification: carry out colour space transformation, denoising and gray processing process to image, utilizes Gamma formula compressed image size, goes to step 6);
6) moving target has been judged whether: detect in video image and whether have moving target to swarm into, if do not have moving target, go to step 2); Otherwise go to step 7);
7) counter i adds 1:i=i+1, goes to step 3);
8) pedestrian detection: judge whether moving target is pedestrian; If pedestrian goes to step 9), otherwise go to step 2);
9) report to the police;
Wherein, described step 8) comprise following steps:
8.1) the CENTRIST descriptor of present frame is extracted;
8.2) pedestrian's unique point in the Linear SVM detection of classifier image trained is used;
8.3) judge whether the moving target swarmed into is pedestrian according to pedestrian's unique point.
2., as claimed in claim 1 based on the rapid pedestrian detection method of video monitoring, it is characterized in that: described step 8.1) middle extraction CENTRIST descriptor, comprise the steps:
8.1.1) carry out gray processing, smothing filtering to present frame I, eliminate Local textural feature, extract the magnitude relationship between basic marginal information and pixel, wherein, wave filter is Sobel operator;
8.1.2) according to the magnitude relationship between present frame I pixel, a new image I is constructed /;
8.1.3) image I is asked /in the CT encoded radio of each pixel;
8.1.4) according to image I /in the histogram of CT encoded radio of all pixels obtain CENTRIST descriptor.
3., as claimed in claim 1 based on the rapid pedestrian detection method of video monitoring, it is characterized in that: described step 8.2) in use the method for pedestrian's unique point in the Linear SVM detection of classifier image trained to comprise the steps:
8.2.1) carry out SVM training to the sample data collection gathered, obtain support vector collection S, wherein, the dimension of vector set S is N;
8.2.2) m=1 is established, n=N-m;
8.2.3) according to m, n, vector set S is divided into two subset P and Q, wherein, the dimension of subset P is the dimension of m, subset Q is n;
8.2.4) the inner product Km of subset of computations P and the inner product Kn of subset Q, computing formula is as follows:
K m = &phi; ( x 1 ) &phi; ( s 1 ) . . . . . . &phi; ( x L ) &phi; ( s 1 ) &CenterDot; &CenterDot; &CenterDot; . . . . . . &CenterDot; &CenterDot; &CenterDot; &phi; ( x 1 ) &phi; ( s m ) . . . . . . &phi; ( x L ) &phi; ( s m )
K n = &phi; ( x 1 ) &phi; ( s m + 1 ) . . . . . . &phi; ( x L ) &phi; ( s m + 1 ) &CenterDot; &CenterDot; &CenterDot; . . . . . . &CenterDot; &CenterDot; &CenterDot; &phi; ( x 1 ) &phi; ( s N - m ) . . . . . . &phi; ( x L ) &phi; ( s N - m )
8.2.5) transformation matrix W is calculated according to inner product Km, Kn t, computing formula is as follows:
K n=W TK m
8.2.6) according to transformation matrix W tcompute matrix A and matrix B, computing method are as follows:
A=(θ 1,…,θ L);
B=(θ′ 1,…θ′ L)
Wherein:
&theta; i = &Sigma; j = 1 N a j y j K ( x i , s j )
&theta; i &prime; = ( A m T + A n T W T ) K m
&Sigma; j = 1 N a j y j K ( x , s j ) = ( A m T + A n T W T ) K t
A m T = ( a 1 y 1 , a 2 y 2 , . . . , a m y m )
A n T = ( a m + 1 y m + 1 , a m + 2 y m + 2 , . . . , a N y N )
K t=(K t.1,…,K t.m) T
In above formula: a jfor Lagrange multiplier, y jfor positive and negative mark
8.2.7) ε is asked according to matrix A and matrix B m=|| A-B||;
8.2.8)m=m+1,n=N-m;
8.2.9) judge whether m is less than N, if m<N, then go to step 8.2.3), otherwise go to step 8.2.10);
8.2.10) obtain minimum ε, obtain the transformation matrix W of its correspondence t;
8.2.11) at previous step W tbasis on, in image, whether pixel is pedestrian's unique point, and wherein decision function is as follows to utilize decision function to judge:
f ( x ) = sgn ( ( A m T + A n T W T ) K t + b ) , In formula, b is threshold value (b=y j-W tx).
CN201510271027.9A 2015-05-25 2015-05-25 A kind of rapid pedestrian detection method based on video monitoring Active CN104899559B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510271027.9A CN104899559B (en) 2015-05-25 2015-05-25 A kind of rapid pedestrian detection method based on video monitoring

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510271027.9A CN104899559B (en) 2015-05-25 2015-05-25 A kind of rapid pedestrian detection method based on video monitoring

Publications (2)

Publication Number Publication Date
CN104899559A true CN104899559A (en) 2015-09-09
CN104899559B CN104899559B (en) 2019-08-16

Family

ID=54032215

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510271027.9A Active CN104899559B (en) 2015-05-25 2015-05-25 A kind of rapid pedestrian detection method based on video monitoring

Country Status (1)

Country Link
CN (1) CN104899559B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105657376A (en) * 2016-03-11 2016-06-08 无锡吾芯互联科技有限公司 Home-security system and implementation method based on intelligent mobile terminal
CN108319926A (en) * 2018-02-12 2018-07-24 安徽金禾软件股份有限公司 A kind of the safety cap wearing detecting system and detection method of building-site
CN109614906A (en) * 2018-12-03 2019-04-12 北京工业大学 A kind of security system and security alarm method based on deep learning
CN110232314A (en) * 2019-04-28 2019-09-13 广东工业大学 A kind of image pedestrian's detection method based on improved Hog feature combination neural network
CN115631472A (en) * 2022-12-19 2023-01-20 山东高速股份有限公司 Intelligent detection method for pedestrian intrusion on expressway

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102867349A (en) * 2012-08-20 2013-01-09 无锡慧眼电子科技有限公司 People counting method based on elliptical ring template matching
CN102867177A (en) * 2012-09-19 2013-01-09 无锡慧眼电子科技有限公司 People number counting method based on image grey level matching

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102867349A (en) * 2012-08-20 2013-01-09 无锡慧眼电子科技有限公司 People counting method based on elliptical ring template matching
CN102867177A (en) * 2012-09-19 2013-01-09 无锡慧眼电子科技有限公司 People number counting method based on image grey level matching

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
李光春 等: ""基于CENTRIST特征的实时行人检测算法的实现"", 《电脑知识与技术》 *
李广春: ""基于CENTRIST特征的港口环境行人检测与研究"", 《中国优秀硕士学位论文全文数据库•信息科技辑》 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105657376A (en) * 2016-03-11 2016-06-08 无锡吾芯互联科技有限公司 Home-security system and implementation method based on intelligent mobile terminal
CN108319926A (en) * 2018-02-12 2018-07-24 安徽金禾软件股份有限公司 A kind of the safety cap wearing detecting system and detection method of building-site
CN109614906A (en) * 2018-12-03 2019-04-12 北京工业大学 A kind of security system and security alarm method based on deep learning
CN110232314A (en) * 2019-04-28 2019-09-13 广东工业大学 A kind of image pedestrian's detection method based on improved Hog feature combination neural network
CN115631472A (en) * 2022-12-19 2023-01-20 山东高速股份有限公司 Intelligent detection method for pedestrian intrusion on expressway

Also Published As

Publication number Publication date
CN104899559B (en) 2019-08-16

Similar Documents

Publication Publication Date Title
Wei et al. Multi-vehicle detection algorithm through combining Harr and HOG features
CN102542289B (en) Pedestrian volume statistical method based on plurality of Gaussian counting models
CN103218816B (en) A kind of crowd density estimation method and people flow rate statistical method based on video analysis
CN103048329B (en) A kind of road surface crack detection method based on active contour model
CN109636758B (en) Water surface floater detection method based on space-time dynamic operator
Li et al. Robust people counting in video surveillance: Dataset and system
CN104899559A (en) Rapid pedestrian detection method based on video monitoring
CN109918971B (en) Method and device for detecting number of people in monitoring video
CN102945378B (en) Method for detecting potential target regions of remote sensing image on basis of monitoring method
CN103310194A (en) Method for detecting head and shoulders of pedestrian in video based on overhead pixel gradient direction
CN105303191A (en) Method and apparatus for counting pedestrians in foresight monitoring scene
CN102682303A (en) Crowd exceptional event detection method based on LBP (Local Binary Pattern) weighted social force model
Momin et al. Vehicle detection and attribute based search of vehicles in video surveillance system
CN105096342A (en) Intrusion detection algorithm based on Fourier descriptor and histogram of oriented gradient
CN103034843A (en) Method for detecting vehicle at night based on monocular vision
CN113505638B (en) Method and device for monitoring traffic flow and computer readable storage medium
Rabiu Vehicle detection and classification for cluttered urban intersection
CN106056078B (en) Crowd density estimation method based on multi-feature regression type ensemble learning
Su et al. A new local-main-gradient-orientation HOG and contour differences based algorithm for object classification
CN104050674B (en) Salient region detection method and device
CN104063682A (en) Pedestrian detection method based on edge grading and CENTRIST characteristic
CN102081741A (en) Pedestrian detecting method and system based on visual attention principle
CN104123569A (en) Video person number information statistics method based on supervised learning
CN104615985B (en) A kind of recognition methods of human face similarity degree
KR20150002040A (en) The way of Real-time Pedestrian Recognition and Tracking using Kalman Filter and Clustering Algorithm based on Cascade Method by HOG

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant