CN105574895A - Congestion detection method during the dynamic driving process of vehicle - Google Patents

Congestion detection method during the dynamic driving process of vehicle Download PDF

Info

Publication number
CN105574895A
CN105574895A CN201610006292.9A CN201610006292A CN105574895A CN 105574895 A CN105574895 A CN 105574895A CN 201610006292 A CN201610006292 A CN 201610006292A CN 105574895 A CN105574895 A CN 105574895A
Authority
CN
China
Prior art keywords
vehicle
target
feature
detection method
tracking
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
CN201610006292.9A
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.)
Zhejiang Bot Technology Co Ltd
Original Assignee
Zhejiang Bot 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 Zhejiang Bot Technology Co Ltd filed Critical Zhejiang Bot Technology Co Ltd
Priority to CN201610006292.9A priority Critical patent/CN105574895A/en
Publication of CN105574895A publication Critical patent/CN105574895A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10016Video; Image sequence
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30248Vehicle exterior or interior
    • G06T2207/30252Vehicle exterior; Vicinity of vehicle

Landscapes

  • Image Processing (AREA)
  • Image Analysis (AREA)

Abstract

The invention relates to a congestion detection method during the dynamic driving process of a vehicle. The detection method comprises the steps: 1) foreground detection for the vehicle: by means of video shooting, performing frame selection of one area in every frame of a grey-scale map and utilizing a Vibe algorithm to perform background modeling, extracting the motion foregrounds of the vehicle, performing area filtering for every motion foreground, filtering the foregrounds with too large area or too small area, and maintaining the foreground which belongs to the vehicle most possibly; 2) vehicle tracking: after finishing extraction of FHOG characteristics, respectively using a translation filter and a scale filter to perform translation tracking and scale tracking for a target; and 3) according to the tracking result, calculating the real-time velocity for every vehicle target, and updating the accumulated real-time velocity Va, wherein the update rate is set as 0.1; determining whether Va is less than a threshold; if so, representing that congestion occurs and alarming; and if not, no alarming. The congestion detection method during the dynamic driving process of a vehicle has the advantages of being accurate in the detection effect and being able to quickly solve the congestion situation.

Description

A kind of detection method of blocking up in vehicle dynamic travels
Technical field
The invention belongs to vehicle congestion detection method technical field, particularly relate to a kind of detection method of blocking up in vehicle dynamic travels.
Background technology
Along with the continuous increase of private car quantity, urban transportation day by day can't bear the heavy load, and often in whole traffic circulation peak period, has to, by duty at each crossing of traffic police, solve the traffic problems day by day blocked up at present, consume a large amount of manpowers like this.But along with the progress of science and technology, have developed a kind of camera head, judge jam situation by the dense degree of the vehicular movement on backstage manual observation video and speed, cause accuracy not high, but also can not the look-ahead arrival of blocking up.
Summary of the invention
The object of the invention is to the deficiency overcoming prior art existence, and provide a kind of detection method of blocking up in vehicle dynamic travels, object is that Detection results is accurate, can quick solution jam situation.
The object of the invention is to have come by following technical solution, the method comprises the steps:
1), vehicle foreground detects: pass through video capture, each frame gray-scale map in input video surveyed area, frame selects a certain region of each frame gray-scale map to adopt Vibe algorithm to carry out background modeling, and extract vehicle movement prospect, area filtration is carried out to each sport foreground, the prospect that filtering area is too large or too little, reservation is most possibly the prospect of vehicle;
2), vehicle tracking: adopt Felzenszwalb algorithm to each vehicle foreground target, extract centered by target's center, be of a size of the FHOG feature of 33 different yardsticks of the same yardstick FHOG characteristic sum of the square region of target two times of sizes, extraction step is as follows:
(1) image is converted to gray-scale map, with the gradient operator [-1,0,1] on x direction and gradient operator [-1,0, the 1] T on y direction, filtering is carried out to gray-scale map;
(2) to each unique point on image, compute gradient direction and amplitude, formula is as follows:
M ( x , y ) = I x 2 + I y 2
Calculate during compute gradient direction simultaneously and have symbol (0-360 °) or the gradient direction without symbol (0-180 °);
(3) carry out weight votes by gradient direction and amplitude to there being 18 of symbol bin and signless 9 bin, obtain a length be 18 vector sum length be the vector of 9;
(4) every four unit combination become a block, are normalized, to eliminate illumination effect in block to vector;
(5) Felzenszwalb be extracted a large amount of unit without symbol gradient, each unit is totally 4 × 9=36 dimensional feature, and carry out principal component analysis (PCA) (PCA), find to use front 11 proper vectors substantially can comprise all information, but in order to quick calculating, obtain a kind of approximate PCA dimensionality reduction effect by the visual result of major component; Specifically, 36 dimensional vectors are regarded as the matrix of 4 × 9, to every a line, each row summation obtains 13 dimensional features, substantially can reach the Detection results that HOG feature 36 is tieed up; Be applicable to using the accuracy of detection having symbol gradient target to improve those, then have the summation of symbol gradient direction to obtain 18 dimensional vectors to 18, and add wherein, finally obtain the 13+18=31 dimensional feature vector in figure below;
(6), after FHOG feature extraction completes, with translate filter and scaling filter, translation tracking and yardstick tracking are carried out to target respectively;
3), according to the result of following the tracks of calculate the real-time speed of each vehicle target, and upgrade accumulation real-time speed Va, turnover rate can be arranged to 0.1; Judge whether Va is less than certain threshold value, if so, represents vehicle congestion and reports to the police, otherwise do not report to the police.
As preferably, described vehicle foreground detects by judging whether sampled pixel point pixel value in current frame pixel point and background model is apart from being greater than threshold value R to realize, and following formula is followed in its judgement:
#{S R(v(x))∩{v 1,v 2,…,v N}}≥#min
Optimum configurations is N=20, #min=2, R=20.
As preferably, the translation filter step that described translation is followed the tracks of is as follows:
1), the expection Gauss of initialized target exports G (two dimension);
2), centered by the old position of target, the sample Z that is of a size of target 2 times of sizes is gathered;
3), in sample each pixel calculates 28 dimension fusion features (1 dimension original gradation feature+27 ties up fhog feature), is multiplied by after two-dimentional hann window as test input Z;
4), adopt max (y) is asked to obtain target reposition.
As preferably, the scale filter step that described yardstick is followed the tracks of is as follows:
1), the expection Gauss of initialization yardstick exports G (three-dimensional);
2), centered by target reposition, the sample Z under 33 kinds of different scales is extracted;
3), each sample resize become fixed measure, extract 317 dimension fhog features respectively, all fhog features of each sample are connected into a proper vector again and form 33 layers of pyramid feature, are multiplied by after one dimension hann window as test input Z;
4), adopt max (y) is asked to obtain current yardstick.
Beneficial effect of the present invention is: can react vehicle jam situation fast, precisely, intuitively, and report to the police in advance to possible blocking up, thus improves the traffic efficiency of vehicle and ensure the unobstructed of road, and the fast passing for vehicle provides strong support.
Accompanying drawing explanation
Fig. 1 is the testing process schematic diagram that blocks up of the present invention.
Fig. 2 is that FHOG characteristic vector pickup of the present invention catches schematic diagram.
Fig. 3 is that gradient direction of the present invention and amplitude carry out weight votes schematic diagram.
Fig. 4 is the translation filter step schematic diagram that translation of the present invention is followed the tracks of.
Fig. 5 is the scale filter step schematic diagram that yardstick of the present invention is followed the tracks of.
Fig. 6 is vibe principle schematic of the present invention.
Embodiment
Do detailed introduction below in conjunction with accompanying drawing to the present invention: as shown in Figure 1, method of the present invention comprises the steps:
1), vehicle foreground detects: pass through video capture, each frame gray-scale map in input video surveyed area, frame selects a certain region of each frame gray-scale map to adopt Vibe algorithm to carry out background modeling, and extract vehicle movement prospect, area filtration is carried out to each sport foreground, the prospect that filtering area is too large or too little, reservation is most possibly the prospect of vehicle;
2), vehicle tracking: adopt Felzenszwalb algorithm to each vehicle foreground target, extract centered by target's center, be of a size of the FHOG feature of 33 different yardsticks of the same yardstick FHOG characteristic sum of the square region of target two times of sizes, extraction step is as follows:
(1) image is converted to gray-scale map, with the gradient operator [-1,0,1] on x direction and gradient operator [-1,0, the 1] T on y direction, filtering is carried out to gray-scale map;
(2) to each unique point on image, compute gradient direction and amplitude, formula is as follows:
M ( x , y ) = I x 2 + I y 2
Calculate during compute gradient direction simultaneously and have symbol (0-360 °) or the gradient direction without symbol (0-180 °);
(3) carry out weight votes by gradient direction and amplitude to there being 18 of symbol bin and signless 9 bin, obtain a length be 18 vector sum length be 9 vector (as shown in Figure 3);
(4) every four unit combination become a block, are normalized, to eliminate illumination effect in block to vector;
(5) Felzenszwalb be extracted a large amount of unit without symbol gradient, each unit is totally 4 × 9=36 dimensional feature, and carry out principal component analysis (PCA) (PCA), find to use front 11 proper vectors substantially can comprise all information, but in order to quick calculating, obtain a kind of approximate PCA dimensionality reduction effect by the visual result of major component; Specifically, 36 dimensional vectors are regarded as the matrix of 4 × 9, to every a line, each row summation obtains 13 dimensional features, substantially can reach the Detection results that HOG feature 36 is tieed up; Be applicable to using the accuracy of detection having symbol gradient target to improve those, then have the summation of symbol gradient direction to obtain 18 dimensional vectors to 18, and add wherein, finally obtain the 13+18=31 dimensional feature vector (as shown in Figure 2) in figure below;
(6), after FHOG feature extraction completes, with translate filter and scaling filter, translation tracking and yardstick tracking are carried out to target respectively; The wherein translation filter step following (as shown in Figure 4) of translation tracking:
1, the expection Gauss of initialized target exports G (two dimension);
2, centered by the old position of target, the sample Z that is of a size of target 2 times of sizes is gathered;
3, in sample, each pixel calculates 28 dimension fusion features (1 dimension original gradation feature+27 ties up fhog feature), is multiplied by after two-dimentional hann window as test input Z;
4, adopt max (y) is asked to obtain target reposition.
The scale filter step following (as shown in Figure 5) that yardstick is followed the tracks of:
1, the expection Gauss of initialization yardstick exports G (three-dimensional);
2, centered by target reposition, the sample Z under 33 kinds of different scales is extracted;
3, each sample resize is become fixed measure, extract 317 dimension fhog features respectively, all fhog features of each sample are connected into a proper vector again and form 33 layers of pyramid feature, are multiplied by after one dimension hann window as test input Z;
4, adopt max (y) is asked to obtain current yardstick.
3), according to the result of following the tracks of calculate the real-time speed of each vehicle target, and upgrade accumulation real-time speed Va, turnover rate can be arranged to 0.1; Judge whether Va is less than certain threshold value, if so, represents vehicle congestion and reports to the police, otherwise do not report to the police.
Described vehicle foreground detects by judging whether the sampled pixel point pixel value distance in current frame pixel point and background model is greater than threshold value R to realize, and following formula is followed in its judgement:
#{S R(v(x))∩{v 1,v 2,…,v N}}≥#min
Optimum configurations is N=20, #min=2, R=20.
When upgrading background, adopt following strategy:
1. when v (x) is judged as background, with the probability updating background sample set of 1/16;
2. when v (x) is selected be used for upgrading background time, replace at random a pixel value in background sample set with its;
3. when v (x) is selected be used for upgrading background time, get the background sample set of a pixel in its neighborhood, replace at random a pixel value in this background sample set with its.
As shown in Figure 6, vibe principle is: suppose the pixel value of v (x) for coordinate x point place; M (x)=and v1, v2 ..., vN} is the background sample set at x place, and sample size is N; The spheric region that SR (v (x)) is take x as centre of sphere R is radius; Vibe is by judging whether the distance of v (x) to vi is less than threshold value R and determines whether it being background dot, if be less than, is then judged as background dot, if be greater than, is then judged as foreground point.
Wave filter of the present invention differentiates:
Suppose f 1..., f ta series of target image block, using them as training sample.G is exported with target filtering 1..., g tas their label.The correlation filter h of optimum when time t tobtain by minimizing mean square deviation:
Function f j, g jand h tsize be all M × N, asterisk represent circumference be correlated with.Second equation follows Parseval's theorem.In formula, capitalization represents the DFT conversion of respective function. horizontal line above represents complex conjugate, it is the multiplication of point mode.After minimizing formula 2.1, obtain following wave filter:
H t = Σ j = 1 T G ‾ j F j Σ j = 1 T F ‾ j F j . - - - 2.2
Target filtering exports g jthat target f is dropped on summit jthe Gaussian function at center.In practical application, H tmolecule A twith denominator B talong with each new observation f tinput upgraded respectively by the method for weighted average and obtain.
To the image block z that the size fixed in a new frame is M × N, the computing formula of the degree of confidence y that wave filter exports is here the inverse DFT operator of representative, the position of fresh target is positioned at the maximal value place of y.
Here adopt HOG feature as translate filter and got up in it and common gradation of image feature simultaneous.Certainly, other feature can also be comprised.In DSST algorithm, we only adopt 1 extra dimension wave filter to estimate yardstick, namely estimate translation with 2 dimension wave filters, search for the target in metric space with the wave filter of 3 dimensions.
We consider that the d dimensional feature figure of a signal represents, suppose that f is a square object block extracted inside this characteristic pattern, in f l dimension (l ∈ 1 ..., d}) on feature f lrepresent, target finds an optimization correlative filter device h, by a wave filter h on every one dimension lcomposition.This obtains by minimizing following cost function:
ϵ = | | Σ l = 1 d h l * f l - g | | 2 + λ Σ l = 1 d | | h l | | 2 - - - 2.3
Here, g is that the target filtering of training sample f exports, and parameter lambda >=0 controls the impact of regularization term.Minimize 2.3 to obtain:
H l = G ‾ F l Σ k = 1 d F k ‾ F k + λ - - - 2.4
As can be seen from above formula, prevent the adding of regularization term coefficient denominator be 0 situation.
Notice that formula 2.3 only considers a sample, optimal filter can be reached by the cost function minimized on all training samples, and this is excessive for online algorithm cost.In order to obtain the approximate of a robust, we adopt the molecule A in following formula renewal 2.4 respectively here twith denominator B t:
A t l = ( 1 - η ) A t - 1 l + η G ‾ t F t l
B t = ( 1 - η ) B t - 1 + η Σ k = 1 d F t k ‾ F t k - - - 2.5
Here, η is a Study rate parameter.Output degree of confidence y on a square region z adopts formula 2.6 to represent:
First we use HOG features training translation estimation filter.In order to train this wave filter, we extract the characteristic pattern of object block, then wave filter h transformula 2.5 is adopted to train.We come the position of estimating target in a new frame by the characteristic pattern being extracted in future position, and then degree of confidence output y adopts 2.6 to obtain.How following several trifles descriptions adopt these wave filters to carry out estimating target yardstick.
First a kind of associating translation-yardstick tracking based on study 3d metric space correlation filter is proposed.Filter size is fixed as the height and width that M × N × S, M and N is wave filter, and S is the number of yardstick.In order to upgrade wave filter, in our square region first around target, extract a feature pyramid.Training sample f is set to a cubical area above feature pyramid, and cube size is M × N × S and centered by target state estimator position out and yardstick.We export as target filtering with 3d Gaussian function.Finally, metric space tracking filter adopts formula 2.5 to upgrade.
In order to locate the position of target in a new frame, we extract one from feature pyramid and are of a size of M × N × S cube z, cubical position and the size being centrally located at prediction, then calculate degree of confidence according to formula 2.6 and export y.New target location is located in the maximal value place of y.
Be understandable that, for a person skilled in the art, technical scheme of the present invention and inventive concept be equal to and replace or change the protection domain that all should belong to the claim appended by the present invention.

Claims (4)

1. the detection method of blocking up in vehicle dynamic travels, is characterized in that: the method comprises the steps:
1), vehicle foreground detects: pass through video capture, each frame gray-scale map in input video surveyed area, frame selects a certain region of each frame gray-scale map to adopt Vibe algorithm to carry out background modeling, and extract vehicle movement prospect, area filtration is carried out to each sport foreground, the prospect that filtering area is too large or too little, reservation is most possibly the prospect of vehicle;
2), vehicle tracking: adopt Felzenszwalb algorithm to each vehicle foreground target, extract centered by target's center, be of a size of the FHOG feature of 33 different yardsticks of the same yardstick FHOG characteristic sum of the square region of target two times of sizes, extraction step is as follows:
(1) image is converted to gray-scale map, with the gradient operator [-1,0,1] on x direction and gradient operator [-1,0, the 1] T on y direction, filtering is carried out to gray-scale map;
(2) to each unique point on image, compute gradient direction and amplitude, formula is as follows:
Calculate during compute gradient direction simultaneously and have symbol (0-360 °) or the gradient direction without symbol (0-180 °);
(3) carry out weight votes by gradient direction and amplitude to there being 18 of symbol bin and signless 9 bin, obtain a length be 18 vector sum length be the vector of 9;
(4) every four unit combination become a block, are normalized, to eliminate illumination effect in block to vector;
(5) Felzenszwalb be extracted a large amount of unit without symbol gradient, each unit is totally 4 × 9=36 dimensional feature, and carry out principal component analysis (PCA) (PCA), find to use front 11 proper vectors substantially can comprise all information, but in order to quick calculating, obtain a kind of approximate PCA dimensionality reduction effect by the visual result of major component; Specifically, 36 dimensional vectors are regarded as the matrix of 4 × 9, to every a line, each row summation obtains 13 dimensional features, substantially can reach the Detection results that HOG feature 36 is tieed up; Be applicable to using the accuracy of detection having symbol gradient target to improve those, then have the summation of symbol gradient direction to obtain 18 dimensional vectors to 18, and add wherein, finally obtain the 13+18=31 dimensional feature vector in figure below;
(6), after FHOG feature extraction completes, with translate filter and scaling filter, translation tracking and yardstick tracking are carried out to target respectively;
3), according to the result of following the tracks of calculate the real-time speed of each vehicle target, and upgrade accumulation real-time speed Va, turnover rate can be arranged to 0.1; Judge whether Va is less than certain threshold value, if so, represents vehicle congestion and reports to the police, otherwise do not report to the police.
2. the detection method of blocking up in vehicle dynamic travels according to claim 1, it is characterized in that: described vehicle foreground detects by judging whether the sampled pixel point pixel value distance in current frame pixel point and background model is greater than threshold value R to realize, and following formula is followed in its judgement:
#{S R(v(x))∩{v 1,v 2,…,v N}}≥#min
Optimum configurations is N=20, #min=2, R=20.
3. the detection method of blocking up in vehicle dynamic travels according to claim 1, is characterized in that: the translation filter step that described translation is followed the tracks of is as follows:
1), the expection Gauss of initialized target exports G (two dimension);
2), centered by the old position of target, the sample Z that is of a size of target 2 times of sizes is gathered;
3), in sample each pixel calculates 28 dimension fusion features (1 dimension original gradation feature+27 ties up fhog feature), is multiplied by after two-dimentional hann window as test input Z;
4), adopt max (y) is asked to obtain target reposition.
4. the detection method of blocking up in vehicle dynamic travels according to claim 1, is characterized in that: the scale filter step that described yardstick is followed the tracks of is as follows:
1), the expection Gauss of initialization yardstick exports G (three-dimensional);
2), centered by target reposition, the sample Z under 33 kinds of different scales is extracted;
3), each sample resize become fixed measure, extract 317 dimension fhog features respectively, all fhog features of each sample are connected into a proper vector again and form 33 layers of pyramid feature, are multiplied by after one dimension hann window as test input Z;
4), adopt max (y) is asked to obtain current yardstick.
CN201610006292.9A 2016-01-05 2016-01-05 Congestion detection method during the dynamic driving process of vehicle Pending CN105574895A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610006292.9A CN105574895A (en) 2016-01-05 2016-01-05 Congestion detection method during the dynamic driving process of vehicle

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610006292.9A CN105574895A (en) 2016-01-05 2016-01-05 Congestion detection method during the dynamic driving process of vehicle

Publications (1)

Publication Number Publication Date
CN105574895A true CN105574895A (en) 2016-05-11

Family

ID=55884982

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610006292.9A Pending CN105574895A (en) 2016-01-05 2016-01-05 Congestion detection method during the dynamic driving process of vehicle

Country Status (1)

Country Link
CN (1) CN105574895A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106778560A (en) * 2016-12-01 2017-05-31 中科唯实科技(北京)有限公司 A kind of model recognizing method based on FHOG features and Linear SVM
CN108229475A (en) * 2018-01-03 2018-06-29 深圳中兴网信科技有限公司 Wireless vehicle tracking, system, computer equipment and readable storage medium storing program for executing
CN108596951A (en) * 2018-03-30 2018-09-28 西安电子科技大学 A kind of method for tracking target of fusion feature
CN108830219A (en) * 2018-06-15 2018-11-16 北京小米移动软件有限公司 Method for tracking target, device and storage medium based on human-computer interaction
CN109902543A (en) * 2017-12-11 2019-06-18 北京京东尚科信息技术有限公司 Target trajectory estimation method, device and Target Tracking System
CN112750146A (en) * 2020-12-31 2021-05-04 浙江大华技术股份有限公司 Target object tracking method and device, storage medium and electronic equipment
CN113487650A (en) * 2021-06-08 2021-10-08 中移(上海)信息通信科技有限公司 Road congestion detection method, device and detection equipment
TWI799318B (en) * 2022-07-14 2023-04-11 中華電信股份有限公司 Apparatus and method for analyzing traffic status and computer program product implementing the method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101923778A (en) * 2009-09-11 2010-12-22 中山大学 Detection method of highway traffic congestion state based on video
CN102208135A (en) * 2010-03-31 2011-10-05 爱信艾达株式会社 Congestion level display apparatus, congestion level display method and congestion level display system
CN103310638A (en) * 2013-05-24 2013-09-18 江苏引跑网络科技有限公司 Video traffic flow counting technique based on virtual coil technology
CN104134222A (en) * 2014-07-09 2014-11-05 郑州大学 Traffic flow monitoring image detecting and tracking system and method based on multi-feature fusion
CN104318263A (en) * 2014-09-24 2015-01-28 南京邮电大学 Real-time high-precision people stream counting method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101923778A (en) * 2009-09-11 2010-12-22 中山大学 Detection method of highway traffic congestion state based on video
CN102208135A (en) * 2010-03-31 2011-10-05 爱信艾达株式会社 Congestion level display apparatus, congestion level display method and congestion level display system
CN103310638A (en) * 2013-05-24 2013-09-18 江苏引跑网络科技有限公司 Video traffic flow counting technique based on virtual coil technology
CN104134222A (en) * 2014-07-09 2014-11-05 郑州大学 Traffic flow monitoring image detecting and tracking system and method based on multi-feature fusion
CN104318263A (en) * 2014-09-24 2015-01-28 南京邮电大学 Real-time high-precision people stream counting method

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
MARTIN DANELLJAN ET AL.: "Accurate Scale Estimation for Robust Visual Tracking", 《BRITISH MACHINE VISION CONFERENCE》 *
孙水发 等: "《视频前景检测及其在水电工程监测中的应用》", 31 December 2014 *

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106778560A (en) * 2016-12-01 2017-05-31 中科唯实科技(北京)有限公司 A kind of model recognizing method based on FHOG features and Linear SVM
CN109902543A (en) * 2017-12-11 2019-06-18 北京京东尚科信息技术有限公司 Target trajectory estimation method, device and Target Tracking System
CN108229475A (en) * 2018-01-03 2018-06-29 深圳中兴网信科技有限公司 Wireless vehicle tracking, system, computer equipment and readable storage medium storing program for executing
CN108596951A (en) * 2018-03-30 2018-09-28 西安电子科技大学 A kind of method for tracking target of fusion feature
CN108830219A (en) * 2018-06-15 2018-11-16 北京小米移动软件有限公司 Method for tracking target, device and storage medium based on human-computer interaction
CN112750146A (en) * 2020-12-31 2021-05-04 浙江大华技术股份有限公司 Target object tracking method and device, storage medium and electronic equipment
CN112750146B (en) * 2020-12-31 2023-09-12 浙江大华技术股份有限公司 Target object tracking method and device, storage medium and electronic equipment
CN113487650A (en) * 2021-06-08 2021-10-08 中移(上海)信息通信科技有限公司 Road congestion detection method, device and detection equipment
CN113487650B (en) * 2021-06-08 2023-09-19 中移(上海)信息通信科技有限公司 Road congestion detection method, device and detection equipment
TWI799318B (en) * 2022-07-14 2023-04-11 中華電信股份有限公司 Apparatus and method for analyzing traffic status and computer program product implementing the method

Similar Documents

Publication Publication Date Title
CN105574895A (en) Congestion detection method during the dynamic driving process of vehicle
CN100502463C (en) Method for collecting characteristics in telecommunication flow information video detection
CN102855759B (en) Automatic collecting method of high-resolution satellite remote sensing traffic flow information
CN101800890B (en) Multiple vehicle video tracking method in expressway monitoring scene
Omer et al. An automatic image recognition system for winter road surface condition classification
CN103366602B (en) Method of determining parking lot occupancy from digital camera images
CN104318258A (en) Time domain fuzzy and kalman filter-based lane detection method
CN105513354A (en) Video-based urban road traffic jam detecting system
CN106096525A (en) A kind of compound lane recognition system and method
CN103176185A (en) Method and system for detecting road barrier
CN102855500A (en) Haar and HoG characteristic based preceding car detection method
CN103208190B (en) Traffic flow detection method based on object detection
Liu et al. Vision-based real-time lane marking detection and tracking
CN110298307A (en) A kind of exception parking real-time detection method based on deep learning
CN105069441A (en) Moving vehicle detection method based on background updating and particle swarm optimization algorithm
CN104902261A (en) Device and method for road surface identification in low-definition video streaming
CN102982304A (en) Method and system used for detecting vehicle positions by means of polarized images
CN105654516A (en) Method for detecting small moving object on ground on basis of satellite image with target significance
CN103794050A (en) Real-time transport vehicle detecting and tracking method
CN107808524A (en) A kind of intersection vehicle checking method based on unmanned plane
CN106372619A (en) Vehicle robustness detection and divided-lane arrival accumulative curve estimation method
CN114926984B (en) Real-time traffic conflict collection and road safety evaluation method
Kotha et al. Potsense: Pothole detection on Indian roads using smartphone sensors
Guerrieri et al. Flexible and stone pavements distress detection and measurement by deep learning and low-cost detection devices
Kühnl et al. Visual ego-vehicle lane assignment using spatial ray features

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Inventor after: Shi Xiaoyu

Inventor after: Wang Haibo

Inventor after: Shen Weiting

Inventor before: Wang Haibo

Inventor before: Yu Yongfang

Inventor before: Shi Xiaoyu

Inventor before: Shen Weiting

CB03 Change of inventor or designer information
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20160511