CN104091157A - Pedestrian detection method based on feature fusion - Google Patents

Pedestrian detection method based on feature fusion Download PDF

Info

Publication number
CN104091157A
CN104091157A CN201410327106.2A CN201410327106A CN104091157A CN 104091157 A CN104091157 A CN 104091157A CN 201410327106 A CN201410327106 A CN 201410327106A CN 104091157 A CN104091157 A CN 104091157A
Authority
CN
China
Prior art keywords
image
hog
feature
lbp
pca
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
CN201410327106.2A
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.)
Hohai University HHU
Original Assignee
Hohai University HHU
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 Hohai University HHU filed Critical Hohai University HHU
Priority to CN201410327106.2A priority Critical patent/CN104091157A/en
Publication of CN104091157A publication Critical patent/CN104091157A/en
Pending legal-status Critical Current

Links

Landscapes

  • Image Analysis (AREA)

Abstract

The invention discloses a pedestrian detection method based on feature fusion. Pedestrians are detected through fusion of pedestrian features in pictures, limitation of a single feature can be overcome, and therefore the pedestrian detection rate is improved; meanwhile, dimensions are reduced and the detection speed is increased. The HOG and textural feature LBP fusion pedestrian detection method achieving dimension reduction through PCA is provided, dimension reduction is carried out on the HOG through the PCA, and the feature dimension is decreased to 300 from 3780. By the adoption of the multi-feature fusion method, LBP textural features are fused, an SVM classifier is combined, the training and detecting time is shortened while the HOG-LBP recognition rate is increased, and the problem of pedestrian blocking can be well solved.

Description

A kind of pedestrian detection method based on Fusion Features
Technical field
The invention belongs to pedestrian detection field in computer vision, particularly a kind of pedestrian detection method based on Fusion Features.
Background technology
Pedestrian detecting system relates to subjects and the computer technology problems such as pattern-recognition, computer vision, be a comparatively complicated and huge engineering, in the fields such as intelligent automobile, intelligent transportation, video monitoring, robot and senior man-machine interaction, have application prospect very widely.Although there has been preliminary achievement in research now, but also there are a lot of difficult points, as features such as non-rigid, the attitude of human body self, the varietys of appearance kimonos, be easy to be subject to illumination, weather and external environment condition complicated and changeable etc. and permitted multifactorial interference, cause human detection to become a quite complicated problem and face lot of challenges.
The technical method that has at present many pedestrian detection, wherein great majority are the detection methods based on machine learning, mainly comprise two importances, and one is that feature is described operator, and another is learning algorithm.Feature is described operator haar-like, HOG (gradient orientation histogram), LBP (local binary patterns) and edgelet (edge feature) etc.Learning algorithm has support vector machine (SVM) and cascade classifier Adaboost.Existing pedestrian detection technology has the shortcoming that detection speed is slow, accuracy rate is not high enough.
Summary of the invention
Goal of the invention: the problem existing for prior art, the invention provides the pedestrian detection method based on Fusion Features that a kind of detection speed is fast, accuracy rate is high.
Summary of the invention: the invention provides a kind of pedestrian detection method based on Fusion Features, comprise the following steps:
Step 1: gather image;
Step 2: the gamma of the image that step 1 is collected (gamma) space and color space carry out standardization;
Step 3: the image obtaining in step 2 is carried out to the calculating of pixel gradient;
Step 4: the image that step 3 is obtained carries out the histogrammic statistics of unit inside gradient;
Step 5: the unit inside gradient Nogata segment normalized that step 4 statistics is obtained obtains piece normalization histogram;
Step 6: step 5 is obtained to piece normalization histogram and extract feature, obtaining dimension is the HOG proper vector of 3780*3780 dimension;
Step 7: the image of step 6, by the HOG feature of training sample, is obtained to sample average, computation of characteristic values, proper vector and covariance matrix U, wherein the matrix size of U is 3780*3780;
Step 8: for each the HOG eigenwert in covariance matrix, carry out dimensionality reduction by PCA dimensionality reduction formula, obtain having the p dimension matrix of HOG-PCA feature;
Step 9: the image gathering for step 1 carries out image to be cut apart;
Step 10: every LBP feature histogram in the image after asking for step 9 and cutting apart;
Step 11: the LBP feature histogram obtaining for step 10 is normalized histogram and processes;
Step 12: the histogram obtaining after normalized for step 11 extracts texture LBP feature;
Step 13: the LBP eigenmatrix level that the HOG-PCA eigenmatrix that step 8 is obtained and step 12 obtain is linked togather, and obtains HOG-PCA-LBP eigenmatrix;
Step 14, treats all pedestrian's images Output rusults that is disposed.
Further, in described step 9, adopting 16 * 16 blocks of images of cutting apart gathering in step 1 to carry out image cuts apart.Help like this when the image to after cutting apart carries out texture feature extraction, can not increase the complexity of calculating, guarantee to extract most texture information simultaneously.
Beneficial effect: compared with prior art, the present invention is by the fusion of pedestrian's feature in picture is detected to pedestrian, thus the limitation that can make up single features improves pedestrian detection rate, reduces dimension simultaneously and has improved detection speed.A kind of HOG of the PCA of utilization dimensionality reduction and the pedestrian detection method that textural characteristics LBP merges have been proposed.Utilize PCA to carry out dimensionality reduction to HOG, intrinsic dimensionality is reduced to 300 dimensions from 3780 dimensions.Adopt the method for many Fusion Features, merge LBP textural characteristics, combine with svm classifier device, when improving HOG-LBP discrimination, the time of having reduced training and having detected, and can fine processing pedestrian occlusion issue.
Accompanying drawing explanation
Fig. 1 is schematic flow sheet of the present invention.
Embodiment
Below in conjunction with accompanying drawing, the present invention is described in detail.
As shown in Figure 1, the pedestrian detection method based on Fusion Features of the present invention, its step is as follows
Step 1: gather image.
Step 2: the gamma of the image that step 1 is collected (gamma) space and color space carry out standardization.
Square root gamma standardization is the impact of removal of images global illumination and contrast well.In the present embodiment, adopt square root and log compression to carry out denoising to the image collecting, and zoom to same size.On each passage of color space, to use these two kinds of methods to calculate.
Step 3: the image obtaining in step 2 is carried out to the calculating of pixel gradient;
The First-order Gradient of computed image.Calculate derivative and not only can obtain human body contour outline and texture information, can also further weaken the impact of illumination.Because the computing of HOG feature is to template operator sensitivity very, through Experimental Comparison, find, that the simplest one-dimensional discrete differential template (1,0 ,+1) and transposition thereof carry out gradient calculation to each pixel of image and can obtain best detection effect in horizontal and vertical directions on the contrary.Can distinguish by formula gradient-norm value and the deflection of calculating pixel point (x, y):
G ( x , y ) = ( H ( x + 1 , y ) - H ( x - 1 , y ) ) 2 + ( H ( x , y + 1 ) - H ( x , y - 1 ) ) 2
α ( x , y ) = ta n - 1 ( H ( x , y + 1 ) - H ( x , y - 1 ) H ( x + 1 , y ) - H ( x - 1 , y ) )
Wherein, G (x, y), α (x, y), H (x, y) represents respectively the gray-scale value of gradient magnitude, gradient direction and the pixel of pixel.For coloured image, can calculate respectively the gradient of their each Color Channels, select the value of amplitude maximum wherein as the gradient of this pixel.
Step 4: the image that step 3 is obtained carries out the histogrammic statistics of unit inside gradient;
The essence of this step is to local image-region coding, and can keep the hyposensitiveness perception to the outward appearance of human object in image and posture.We are divided into several zonules image window, and these zonules are called as " cell ", i.e. cell.Image averaging is divided into some foursquare cells (cell), and each cell comprises 8 * 8 pixels, handle in each cell gradient direction be divided into 9 intervals (bin), then in each cell, the Grad of all pixels carries out statistics with histogram in each bin interval respectively again, such cell obtain one 9 dimension proper vector.
Step 5: the unit inside gradient Nogata segment normalized that step 4 statistics is obtained obtains piece normalization histogram;
The main cause that the variation range of Grad is very wide is the variation due to the contrast of exposure rate local in image and foreground-background.Thereby the detection effect that will obtain, must carry out local contrast standardization effectively.Standardized method has a lot, and general method is all that one group of cell is put in a piece, then distinguishes each piece of standardization.2 * 2 cell form a piece, and such piece just forms the proper vector of 36 dimensions, and recycling L2-norm is normalized whole, obtains final proper vector.
Step 6: step 5 is obtained to piece normalization histogram and extract feature, obtaining dimension is the HOG proper vector of 3780*3780 dimension;
The image gathering in embodiment is that 64 * 128, cell is 8 * 8, and piece is 16 * 16, and piece image just comprises 105 pieces so, and each piece is 36 dimensional vectors, so the HOG proper vector of the image of 64 * 128 sizes is 36 * 105=3780 dimension.
Step 7: the image of step 6, by the HOG feature of training sample, is obtained to sample average, and according to formula computation of characteristic values, proper vector and covariance matrix U, wherein the matrix size of U is 3780 * 3780;
By the HOG feature of training sample, N, x i, represent respectively sample size, sample value and sample mean.According to following formula computation of characteristic values, proper vector and covariance matrix U, wherein the matrix size of U is 3780*3780.
U T = 1 N Σ n = 1 N ( x i - x ‾ ) ( x i - x ‾ ) T
Step 8: for each the HOG eigenwert in covariance matrix, carry out dimensionality reduction by PCA dimensionality reduction formula, obtain having the p dimension matrix of HOG-PCA feature;
The present invention adopts PCA (principal component analysis (PCA)) to carry out dimensionality reduction to proper vector, experimental results show that PCA dimensionality reduction effect is relatively good.PCA main thought: carry out spatial alternation by the sample space to original, make on the lower and mutually orthogonal space of original coordinate projection to new dimension.
Get front p the major component of covariance matrix, to each the HOG eigenwert in training sample, by following formula, carry out Feature Dimension Reduction, obtain HOG-PCA feature, vectorial dimension is p dimension, and it is 300 that the numerical value of p will be determined by experiment.
y = U T ( x i - x ‾ )
Step 9: the image gathering for step 1 carries out image to be cut apart;
In the present embodiment, the picture of 64 * 128 original sizes being cut apart according to 16 * 16, is mainly that 8 * 8 too small, can increase computation complexity because when texture feature extraction, and 32 * 32 is too large, can lost part texture information.But based on gray level image during the required LBP feature of real process, so first coloured image should be converted into gray level image.
Step 10: every LBP feature histogram in the image after asking for step 9 and cutting apart;
For the subimage of every 16 * 16, according to LBP82 operator, ask for the textural characteristics of image, obtain 256 dimensional feature vectors, then 256 dimensional feature vectors are converted into 59 dimensional feature vectors.
Step 11: the LBP feature histogram obtaining for step 10 is normalized histogram and processes;
In order to improve the robustness of proper vector, overcome the interference of some noises, with HOG feature class seemingly, need to be normalized operation to 59 dimensional feature vectors that extract.Consider different normalized factors, the anti-interference of subtend measure feature has larger impact, adopts L2-norm normalized factor in the present embodiment, and that obtains is effective.
Step 12: the histogram obtaining after normalized for step 11 extracts texture LBP feature;
In the present embodiment, image is 64 * 128, and detection window is divided into 32 cell, and the proper vector of each cell is 59 dimensions, so finally obtain the LBP proper vector of 1888 dimensions.
Step 13: the LBP eigenmatrix level that the HOG-PCA eigenmatrix that step 8 is obtained and step 12 obtain is linked togather, and obtains HOG-PCA-LBP eigenmatrix.
Step 14, treats all pedestrian's images Output rusults that is disposed.
Experiment adopts the method for HOG feature, HOG+LBP feature and HOG-PCA+LBP feature in this paper to verify detection effect, and result is as shown in table 1.Experimental data shows that method in this paper has advantage than the method for Dalal and Wang, and on the training time, this paper method time used is approximately half of HOG, is about 1/3 of HOG+LBP.On detection time, be also like this.Aspect discrimination, the discrimination of HOG+LBP than HOG, improve 5.7% and can well process occlusion issue.This paper method HOG+LBP that compares, although that discrimination improves is few, suitable with the former when processing occlusion issue, still the time used but greatly reduces approximately 2/3, so this paper method is effective.Table 1
Feature kind Vector dimension/dimension Training time/s Detection time/ms Discrimination
HOG 3780 223 91 89%
HOG+LBP 5668 334 136 94.7%
HOG-PCA+LBP 2188 128 47 96.37%

Claims (2)

1. the pedestrian detection method based on Fusion Features, is characterized in that: comprise the following steps:
Step 1: gather image;
Step 2: the gamma space of the image that step 1 is collected and color space carry out standardization;
Step 3: the image obtaining in step 2 is carried out to the calculating of pixel gradient;
Step 4: the image that step 3 is obtained carries out the histogrammic statistics of unit inside gradient;
Step 5: the unit inside gradient Nogata segment normalized that step 4 statistics is obtained obtains piece normalization histogram;
Step 6: step 5 is obtained to piece normalization histogram and extract feature, obtaining dimension is the HOG proper vector of 3780*3780 dimension;
Step 7: the image of step 6, by the HOG feature of training sample, is obtained to sample average, computation of characteristic values, proper vector and covariance matrix U, wherein the matrix size of U is 3780*3780;
Step 8: for each the HOG eigenwert in covariance matrix, carry out dimensionality reduction by PCA dimensionality reduction formula, obtain having the p dimension matrix of HOG-PCA feature;
Step 9: the image gathering for step 1 carries out image to be cut apart;
Step 10: every LBP feature histogram in the image after asking for step 9 and cutting apart;
Step 11: the LBP feature histogram obtaining for step 10 is normalized histogram and processes;
Step 12: the histogram obtaining after normalized for step 11 extracts texture LBP feature;
Step 13: the LBP eigenmatrix level that the HOG-PCA eigenmatrix that step 8 is obtained and step 12 obtain is linked togather, and obtains HOG-PCA-LBP eigenmatrix.
Step 14, treats all pedestrian's images Output rusults that is disposed.
2. the pedestrian detection method based on Fusion Features according to claim 1, is characterized in that: in described step 9, adopt 16 * 16 blocks of images of cutting apart gathering in step 1 to carry out image and cut apart.
CN201410327106.2A 2014-07-09 2014-07-09 Pedestrian detection method based on feature fusion Pending CN104091157A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410327106.2A CN104091157A (en) 2014-07-09 2014-07-09 Pedestrian detection method based on feature fusion

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410327106.2A CN104091157A (en) 2014-07-09 2014-07-09 Pedestrian detection method based on feature fusion

Publications (1)

Publication Number Publication Date
CN104091157A true CN104091157A (en) 2014-10-08

Family

ID=51638872

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410327106.2A Pending CN104091157A (en) 2014-07-09 2014-07-09 Pedestrian detection method based on feature fusion

Country Status (1)

Country Link
CN (1) CN104091157A (en)

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104598924A (en) * 2015-01-14 2015-05-06 南京邮电大学 Target matching detection method
CN104598929A (en) * 2015-02-03 2015-05-06 南京邮电大学 HOG (Histograms of Oriented Gradients) type quick feature extracting method
CN104680144A (en) * 2015-03-02 2015-06-03 华为技术有限公司 Lip language recognition method and device based on projection extreme learning machine
CN105095475A (en) * 2015-08-12 2015-11-25 武汉大学 Incomplete attribute tagged pedestrian re-identification method and system based on two-level fusion
CN105335701A (en) * 2015-09-30 2016-02-17 中国科学院合肥物质科学研究院 Pedestrian detection method based on HOG and D-S evidence theory multi-information fusion
CN105354547A (en) * 2015-10-30 2016-02-24 河海大学 Pedestrian detection method in combination of texture and color features
CN105426905A (en) * 2015-11-02 2016-03-23 国网山东省电力公司电力科学研究院 Robot barrier identification method based on gradient histogram and support vector machine
CN105426819A (en) * 2015-10-30 2016-03-23 河海大学 Pedestrian detection method based on multi-scale HOG
CN105447503A (en) * 2015-11-05 2016-03-30 长春工业大学 Sparse-representation-LBP-and-HOG-integration-based pedestrian detection method
CN105809108A (en) * 2016-02-24 2016-07-27 中国科学院自动化研究所 Pedestrian positioning method and system based on distributed vision
CN106022314A (en) * 2016-06-14 2016-10-12 安徽清新互联信息科技有限公司 Detection method for rigid target loss in intelligent video monitoring
CN106203346A (en) * 2016-07-13 2016-12-07 吉林大学 A kind of road environment image classification method towards the switching of intelligent vehicle driving model
CN106485226A (en) * 2016-10-14 2017-03-08 杭州派尼澳电子科技有限公司 A kind of video pedestrian detection method based on neutral net
CN106650667A (en) * 2016-12-26 2017-05-10 北京交通大学 Pedestrian detection method and system based on support vector machine
CN107220651A (en) * 2017-06-05 2017-09-29 北京邮电大学 A kind of method and device for extracting characteristics of image
CN107292246A (en) * 2017-06-05 2017-10-24 河海大学 Infrared human body target identification method based on HOG PCA and transfer learning
CN109359549A (en) * 2018-09-20 2019-02-19 广西师范大学 A kind of pedestrian detection method based on mixed Gaussian and HOG_LBP
CN111126482A (en) * 2019-12-23 2020-05-08 自然资源部国土卫星遥感应用中心 Remote sensing image automatic classification method based on multi-classifier cascade model
CN111241957A (en) * 2020-01-04 2020-06-05 圣点世纪科技股份有限公司 Finger vein in-vivo detection method based on multi-feature fusion and DE-ELM
CN112270328A (en) * 2020-10-19 2021-01-26 西安工程大学 Traffic signal lamp detection method fused with HOG-LBP function
CN112287769A (en) * 2020-10-09 2021-01-29 江汉大学 Face detection method, device, equipment and storage medium
CN114387619A (en) * 2021-12-31 2022-04-22 歌尔科技有限公司 Pedestrian detection method, device, electronic equipment and computer-readable storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102609716A (en) * 2012-01-10 2012-07-25 银江股份有限公司 Pedestrian detecting method based on improved HOG feature and PCA (Principal Component Analysis)
CN102663409A (en) * 2012-02-28 2012-09-12 西安电子科技大学 Pedestrian tracking method based on HOG-LBP
CN103632170A (en) * 2012-08-20 2014-03-12 深圳市汉华安道科技有限责任公司 Pedestrian detection method and device based on characteristic combination

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102609716A (en) * 2012-01-10 2012-07-25 银江股份有限公司 Pedestrian detecting method based on improved HOG feature and PCA (Principal Component Analysis)
CN102663409A (en) * 2012-02-28 2012-09-12 西安电子科技大学 Pedestrian tracking method based on HOG-LBP
CN103632170A (en) * 2012-08-20 2014-03-12 深圳市汉华安道科技有限责任公司 Pedestrian detection method and device based on characteristic combination

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
刘军: "静态图像中的行人检测", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *
熊慧: "复杂环境下运动人体检测与跟踪算法研究", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *

Cited By (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104598924A (en) * 2015-01-14 2015-05-06 南京邮电大学 Target matching detection method
CN104598929A (en) * 2015-02-03 2015-05-06 南京邮电大学 HOG (Histograms of Oriented Gradients) type quick feature extracting method
CN104680144A (en) * 2015-03-02 2015-06-03 华为技术有限公司 Lip language recognition method and device based on projection extreme learning machine
CN105095475A (en) * 2015-08-12 2015-11-25 武汉大学 Incomplete attribute tagged pedestrian re-identification method and system based on two-level fusion
CN105095475B (en) * 2015-08-12 2018-06-19 武汉大学 Imperfect attribute based on two-graded fusion marks pedestrian recognition methods and system again
CN105335701A (en) * 2015-09-30 2016-02-17 中国科学院合肥物质科学研究院 Pedestrian detection method based on HOG and D-S evidence theory multi-information fusion
CN105335701B (en) * 2015-09-30 2019-01-04 中国科学院合肥物质科学研究院 A kind of pedestrian detection method based on HOG Yu D-S evidence theory multi-information fusion
CN105354547A (en) * 2015-10-30 2016-02-24 河海大学 Pedestrian detection method in combination of texture and color features
CN105426819A (en) * 2015-10-30 2016-03-23 河海大学 Pedestrian detection method based on multi-scale HOG
CN105426905A (en) * 2015-11-02 2016-03-23 国网山东省电力公司电力科学研究院 Robot barrier identification method based on gradient histogram and support vector machine
CN105426905B (en) * 2015-11-02 2019-08-06 国网山东省电力公司电力科学研究院 Robot barrier object recognition methods based on histogram of gradients and support vector machines
CN105447503A (en) * 2015-11-05 2016-03-30 长春工业大学 Sparse-representation-LBP-and-HOG-integration-based pedestrian detection method
CN105447503B (en) * 2015-11-05 2018-07-03 长春工业大学 Pedestrian detection method based on rarefaction representation LBP and HOG fusion
CN105809108B (en) * 2016-02-24 2019-09-13 中国科学院自动化研究所 Pedestrian's localization method and system based on distributed vision
CN105809108A (en) * 2016-02-24 2016-07-27 中国科学院自动化研究所 Pedestrian positioning method and system based on distributed vision
CN106022314A (en) * 2016-06-14 2016-10-12 安徽清新互联信息科技有限公司 Detection method for rigid target loss in intelligent video monitoring
CN106203346A (en) * 2016-07-13 2016-12-07 吉林大学 A kind of road environment image classification method towards the switching of intelligent vehicle driving model
CN106485226A (en) * 2016-10-14 2017-03-08 杭州派尼澳电子科技有限公司 A kind of video pedestrian detection method based on neutral net
CN106650667A (en) * 2016-12-26 2017-05-10 北京交通大学 Pedestrian detection method and system based on support vector machine
CN107220651A (en) * 2017-06-05 2017-09-29 北京邮电大学 A kind of method and device for extracting characteristics of image
CN107292246A (en) * 2017-06-05 2017-10-24 河海大学 Infrared human body target identification method based on HOG PCA and transfer learning
CN109359549A (en) * 2018-09-20 2019-02-19 广西师范大学 A kind of pedestrian detection method based on mixed Gaussian and HOG_LBP
CN111126482A (en) * 2019-12-23 2020-05-08 自然资源部国土卫星遥感应用中心 Remote sensing image automatic classification method based on multi-classifier cascade model
CN111126482B (en) * 2019-12-23 2020-11-13 自然资源部国土卫星遥感应用中心 Remote sensing image automatic classification method based on multi-classifier cascade model
CN111241957A (en) * 2020-01-04 2020-06-05 圣点世纪科技股份有限公司 Finger vein in-vivo detection method based on multi-feature fusion and DE-ELM
CN112287769A (en) * 2020-10-09 2021-01-29 江汉大学 Face detection method, device, equipment and storage medium
CN112287769B (en) * 2020-10-09 2024-03-12 江汉大学 Face detection method, device, equipment and storage medium
CN112270328A (en) * 2020-10-19 2021-01-26 西安工程大学 Traffic signal lamp detection method fused with HOG-LBP function
CN114387619A (en) * 2021-12-31 2022-04-22 歌尔科技有限公司 Pedestrian detection method, device, electronic equipment and computer-readable storage medium

Similar Documents

Publication Publication Date Title
CN104091157A (en) Pedestrian detection method based on feature fusion
Kumar et al. Review of lane detection and tracking algorithms in advanced driver assistance system
CN103310194A (en) Method for detecting head and shoulders of pedestrian in video based on overhead pixel gradient direction
CN102521561B (en) Face identification method on basis of multi-scale weber local features and hierarchical decision fusion
CN105404857A (en) Infrared-based night intelligent vehicle front pedestrian detection method
Kuang et al. Feature selection based on tensor decomposition and object proposal for night-time multiclass vehicle detection
CN106682641A (en) Pedestrian identification method based on image with FHOG- LBPH feature
CN110008932A (en) A kind of vehicle violation crimping detection method based on computer vision
CN103413119A (en) Single sample face recognition method based on face sparse descriptors
CN113370977A (en) Intelligent vehicle forward collision early warning method and system based on vision
CN104021375A (en) Model identification method based on machine learning
Kim et al. Autonomous vehicle detection system using visible and infrared camera
Cai et al. Traffic sign recognition algorithm based on shape signature and dual-tree complex wavelet transform
Campos et al. Discrimination of abandoned and stolen object based on active contours
CN105740751A (en) Object detection and identification method and system
CN103186776A (en) Human detection method based on multiple features and depth information
Yang et al. An efficient method for vehicle model identification via logo recognition
CN103413154A (en) Human motion identification method based on normalized class Google measurement matrix
CN105354547A (en) Pedestrian detection method in combination of texture and color features
CN104063682A (en) Pedestrian detection method based on edge grading and CENTRIST characteristic
CN105550646A (en) Generalized illumination invariant face feature description method based on logarithmic gradient histogram
CN106022310B (en) Human body behavior identification method based on HTG-HOG and STG characteristics
CN104517300A (en) Vision judgment tracking method based on statistical characteristic
CN102081741A (en) Pedestrian detecting method and system based on visual attention principle
CN103065302A (en) Image significance detection method based on stray data mining

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20141008

RJ01 Rejection of invention patent application after publication