CN101887524B - Pedestrian detection method based on video monitoring - Google Patents

Pedestrian detection method based on video monitoring Download PDF

Info

Publication number
CN101887524B
CN101887524B CN2010102277665A CN201010227766A CN101887524B CN 101887524 B CN101887524 B CN 101887524B CN 2010102277665 A CN2010102277665 A CN 2010102277665A CN 201010227766 A CN201010227766 A CN 201010227766A CN 101887524 B CN101887524 B CN 101887524B
Authority
CN
China
Prior art keywords
degree
pedestrian
histogram
detection
piece
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.)
Active
Application number
CN2010102277665A
Other languages
Chinese (zh)
Other versions
CN101887524A (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.)
Hunan creates the future Polytron Technologies Inc
Original Assignee
HUNAN CHUANGHE MANUFACTURING 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 CHUANGHE MANUFACTURING Co Ltd filed Critical HUNAN CHUANGHE MANUFACTURING Co Ltd
Priority to CN2010102277665A priority Critical patent/CN101887524B/en
Publication of CN101887524A publication Critical patent/CN101887524A/en
Application granted granted Critical
Publication of CN101887524B publication Critical patent/CN101887524B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention discloses a pedestrian detection method based on video monitoring, which comprises the following steps of: rapidly detecting a pedestrian by utilizing an expanded gradient histogram characteristic and an Adaboost algorithm, and then further identifying and verifying the detected pedestrian by utilizing the gradient histogram characteristic and a support vector machine. In the invention, experiments based on a standard pedestrian database indicate that the method not only can greatly reduce the detection time, but also markedly improves the detection rate. As one of key technologies of target detection, pedestrian detection has broad application prospect in the fields of video monitoring safety, intelligent traffic management and the like.

Description

Pedestrian detection method based on video monitoring
Technical field:
The present invention relates to mode identification technology, be specifically related to pedestrian detection method based on video monitoring.
Background technology:
Pedestrian detection is meant, pedestrian positions all in image or the video is positioned, and its position mark is come out.Notion is appreciated that and is target detection or Target Recognition widely.Based on compared with techniques such as infrared or radars, based on the reliability that the pedestrian detection technology of image or video possesses, advantages such as convenience and low cost more and more receive publicity, and are widely used in video monitoring, fields such as Automated Vehicle Operation with traditional.
Existing pedestrian detection method such as haar characteristic and Adaboost sorter (list of references: P.Viola, M.J.Jones, and D.Snow; " based on pedestrian detection technology mobile and skin mode, " international computer visual conference, the 1st volume; The 734-741 page or leaf, 2003), though this method has obtained good effect; But there is the higher shortcoming of false detection rate, can not be applied in the practical video monitoring.
Summary of the invention
Defective to above-mentioned prior art existence; The object of the invention aims to provide a kind of pedestrian detection method based on video monitoring, adopts the verification method of two-fold-classification device, can get rid of non-pedestrian fast; Can further reduce false detection rate through different sorters again, improve Practical Performance.
For realizing the foregoing invention purpose, the technical scheme that the present invention takes is: a kind of pedestrian detection method based on video monitoring comprises the steps:
The pedestrian's sample that has marked is trained modeling through training module, generates Adaboost cascade classifier and support vector machine classifier, constitutes detection module jointly; View data is input to detection module, accomplishes the location to the pedestrian through the different detection sorter successively; The training modeling procedure that wherein carries out at training module is following:
(1) pedestrian's image of having marked of normalization comprises normalization of pedestrian's size of images and gray scale normalization;
(2) describe the pedestrian through expansion histogram of gradients characteristic, adopt the Adaboost algorithm, select expansion histogram of gradients characteristic and generate to have the Adaboost cascade classifier of distinguishing pedestrian and background.
Said Adaboost algorithm steps is:
1) given n training sample (x 1, y 1) ... (x n, y n), y i=0,1 representes x respectively iBe negative sample or positive sample.
2) the wherein positive number of samples of initializes weights
Figure BSA00000192717500021
is l, and the negative sample number is m.
3) t is from 1 to T, and following steps are carried out in circulation:
A) normalization weight ω t , i = ω t , i / Σ j = 1 n ω t , j ;
B) to each characteristic f j, train a Weak Classifier h j, remember that this sorter error rate does ϵ j = Σ i ω t , j | h j ( x i - y i ) | ;
C) from last all Weak Classifiers of training of step, find out and have lowest error rate ω tSorter h t
D) upgrade weight
Figure BSA00000192717500024
β wherein tt/ (1-ε t), if x iCorrect by classification, e i=0, otherwise e i=1.
Figure BSA00000192717500031
Wherein α t = Log 1 β t .
(3) utilize traditional histogram of gradients characteristic and SVMs to generate and have the support vector machine classifier of distinguishing pedestrian and background;
The step that said detection module is realized is:
(1) the Adaboost cascade classifier that adopts training module to generate detects pedestrian candidate region, confirms the preliminary position of pedestrian;
(2) be utilized in support vector machine classifier further definite pedestrian's particular location in the preliminary position of pedestrian that above-mentioned steps is confirmed that training module generates.
View data can be video sequence or still image, when said view data is video sequence, before the input detection module, at first through interframe background subtraction method, confirms pedestrian candidate region.
Background function y (t)=f (t+1)-2f (t)+f (t-1) of adopting of interframe background subtraction method wherein, t is the current time, f (t) is the frame of video function.
The selection course of wherein expanding the histogram of gradients characteristic is following: establishing pedestrian's sample size is A=W*H, and wherein W is the wide of sample, and H is the height of sample; Former figure is divided into the N piece, and wherein the size of piece and yardstick have nothing in common with each other, and between piece and the piece overlapping region are arranged; Each piece is done following operation:
1) calculates the gradient magnitude and the direction of each pixel;
2) be divided into 9 histogram directions to gradient direction 0-180 degree;
3) be divided into the three major types characteristic, every category feature all has 9 candidate feature;
The first kind: 0-20 degree, 20-40 degree, 40-60 degree, 60-80 degree, 80-100 degree, 100-120 degree, 120-140 degree, 140-160 degree, 9 histogram directions of 160-180 degree;
Second type: 0-40 degree, 20-60 degree, 40-80 degree, 60-100 degree, 80-120 degree, 100-140 degree, 120-160 degree, 140-180 degree, 9 histogram directions of 160-180-20 degree;
The 3rd type: 0-60 degree, 20-80 degree, 40-100 degree, 60-120 degree, 80-140 degree, 100-160 degree, 120-180 degree, 140-180-20 degree, 9 histogram directions of 160-180-40 degree;
4) calculate expansion histogram of gradients characteristic: the gradient magnitude of above-mentioned each histogram direction and with total gradient magnitude and ratio be expansion histogram of gradients characteristic.
Through being divided into gradient direction 27 sub-directions, then each piece has 27 candidate feature; Then altogether candidate feature is 27*N; Utilize the Adaboost algorithm groups to become cascade classifier to reach the purpose that the pedestrian is detected again.
The principle of work of the pedestrian detection method based on video monitoring according to the invention is: at first that known classification is good pedestrian's sample is realized the training modeling through training module, generates the two-fold-classification device that is made up of Adaboost cascade classifier and support vector machine classifier through extracting different character.Then, video sequence or static images carry out pedestrian's detection through detection module, and video sequence was generally confirmed pedestrian's rough position through simple interframe background subtraction before being input to sorter, verify fast through the two-fold-classification device then.And static images is directly to locate fast through the two-fold-classification device.
In sum; Pedestrian detection method based on video monitoring according to the invention can not be applied to the Adaboost sorter to traditional histogram of gradients characteristic; The histogram of gradients characteristic is improved, the histogram of gradients that is expanded characteristic, and be suitable for the Adaboost sorter.Secondly, because traditional detection method has only been used single sorter, all there is certain limitation on speed or aspect the verification and measurement ratio; This method is through merging Adaboost cascade classifier and svm classifier device, and adaboost cascade classifier detection speed is fast, but pedestrian's false detection rate is high; It is high that the svm classifier device detects accuracy rate; But detection speed is slow, and both combine, and makes reaching a balance preferably aspect pedestrian detection speed and the detection accuracy rate; Can not only significantly reduce the complexity that is used to detect the pedestrian, and reduce false detection rate significantly.
Therefore, the present invention is owing to advantages such as its naturality, high acceptability can be used widely at aspects such as intelligent video monitoring, intelligent transportation and man-machine interactions.
Description of drawings
Fig. 1 is the pedestrian detection method schematic flow sheet based on video monitoring according to the invention;
Fig. 2 is some used among embodiment pedestrian's sample figure;
Fig. 3 is the said method of embodiment and the performance comparison diagram of several kinds of different pedestrian detection methods.
Embodiment
Below in conjunction with accompanying drawing and embodiment the present invention is done further detailed description.
Fig. 1 comprises training module and detection module for the pedestrian detection method schematic flow sheet based on video monitoring that the present invention proposes.At first, pedestrian's sample that known classification is good generates the Adaboost cascade classifier and the support vector machine classifier that can carry out different accuracy of detection to pedestrian's sample of the unknown with expansion histogram of gradients characteristic.At detection module, the video sequence of input is at first confirmed pedestrian's candidate region through the frame-to-frame differences method, utilizes the Adaboost cascade classifier to confirm pedestrian's position fast then.Support vector machine classifier is further verified the result of detection.Concrete training module basic step is following:
The first step: the training pedestrian image that normalization is original.Comprise size normalization of pedestrian's image and gray scale normalization, at first cut out pedestrian's image of standard, utilize histogram equalization (to suppose gray level γ in the piece image then according to pedestrian's ratio kThe probability that occurs is:
Figure BSA00000192717500061
K=0,1,2 ..., L-1.N is the summation of pixel in the image, n kBe that gray level is γ kNumber of pixels, L is the gray level sum in the image.Histogram equalization form with this understanding is:
Figure BSA00000192717500062
k=0; 1; 2; ..., L-1) eliminate the influence of illumination.Fig. 2 is pedestrian's sample of several standards of adopting in this instance.
Second step: utilize expansion histogram of gradients characteristic and Adaboost training to obtain the Adaboost cascade classifier that to locate the pedestrian fast.The Adaboost cascade classifier can be searched for pedestrian's position fast to pedestrian candidate region.Wherein the basic process of the expansion histogram of gradients characteristic of computed image is following: suppose that pedestrian's sample size is A=W*H, wherein W is the wide of sample, and H is the height of sample.Be divided into the N piece to former figure, to draw block mode different with traditional histogram of gradients characteristic, the size of piece, and yardstick is all different, and between piece and the piece overlapping region is arranged.
Each piece is done following operation:
1. calculate the gradient magnitude and the direction of each pixel;
2. be divided into 9 histogram directions to gradient direction 0-180 degree;
3. be divided into the three major types characteristic, every category feature all has 9 candidate feature;
The first kind: 0-20 degree, 20-40 degree, 40-60 degree, 60-80 degree, 80-100 degree, 100-120 degree, 120-140 degree, 140-160 degree, 9 histogram directions of 160-180 degree.
Second type: 0-40 degree, 20-60 degree, 40-80 degree, 60-100 degree, 80-120 degree, 100-140 degree, 120-160 degree, 140-180 degree, 9 histogram directions of 160-180-20 degree.
The 3rd type: 0-60 degree, 20-80 degree, 40-100 degree, 60-120 degree, 80-140 degree, 100-160 degree, 120-180 degree, 140-180-20 degree, 9 histogram directions of 160-180-40 degree.
4. calculated characteristics: be characterized as each histogram direction gradient magnitude and divided by total gradient magnitude with.
Through dividing 27 sub-directions gradient direction, then each piece has 27 candidate feature; Then altogether candidate feature is 27*N; Utilize the Adaboost algorithm groups to become the strong classifier of cascade to reach the purpose that the pedestrian is detected again.Owing to traditional histogram of gradients characteristic has been carried out discretize, therefore can well combine with the Adaboost algorithm.
The 3rd step: utilize traditional histogram of gradients characteristic on training sample, to train support vector machine classifier.Its basic skills is: at first, still similar step 2, with image all be divided into the M piece; Different is the size of piece; Yardstick is all equally big, and the number of piece is fewer comparatively speaking, on training sample, extracts the histogram of gradients characteristic then each piece is done following operation:
1) calculates the gradient magnitude and the direction of each pixel;
2) be divided into 9 histogram directions to gradient direction 0-360 degree;
Wherein 9 histogram directions are respectively: 0-40 degree, 40-80 degree, 80-120 degree, 120-160 degree, 160-200 degree, 200-240 degree, 240-280 degree, 280-320 degree, 320-360 degree.Per 40 degree are a histogram direction.
3) add up mould value in each histogram direction as proper vector.
Be together in series the proper vector of all pieces and constitute the proper vector of whole sample.
The 4th step: on histogram of gradients training characteristics space, train support vector machine classifier.The corresponding proper vector of each sample is input to the proper vector of all positive negative samples SVMs and generates the support vector machine classifier that can distinguish pedestrian and non-pedestrian.
The detection module basic step is following:
The first step: utilize interframe background subtraction point-score simply to confirm the pedestrian candidate position of input video.The pedestrian detection of static images is then skipped this step.
Second step:, be utilized in Adaboost cascade classifier that training module generates the candidate region is searched for pedestrian's position fast, and represent pedestrian's position with rectangle in the candidate region, pedestrian position that step 1 is confirmed.
The 3rd step: utilize support vector machine classifier further to confirm pedestrian's position.Because candidate pedestrian's number reduces greatly; Therefore support vector machine classifier can be confirmed the pedestrian position fast; In addition owing to utilized and be different from the characteristic of using at the Adaboost cascade classifier, the minimizing erroneous detection pedestrian that support vector machine classifier can be further.
Fig. 3 is the testing result of the present invention on famous Inria pedestrian storehouse.Transverse axis is represented false detection rate, and the longitudinal axis is illustrated in the verification and measurement ratio on the Inria storehouse.Wherein block curve is represented the pedestrian detection method that the inventive method proposes; Dashed curve is represented based on the traditional Adaboost sorter and the pedestrian detection method of haar characteristic; What be worth explanation is; Because Inria is the static map valut, so the step 1 of the detection module of the inventive method is not used in this storehouse.Can find out from figure, be under the millesimal situation in erroneous detection, and the verification and measurement ratio of traditional haar characteristic is 80%; The inventive method is 93.6%, be ten thousand in false detection rate/ situation under, traditional haar feature detection rate is 75%; And the verification and measurement ratio of the inventive method is 90.3%, compares traditional Adaboost detection method, and verification and measurement ratio of the present invention is significantly improved; The present invention is owing to adopted the non-pedestrian of the quick repulsion of adboost cascade zone; Time complexity also reduces greatly, and therefore, the present invention can be applied in the practical video monitoring.

Claims (3)

1. the pedestrian detection method based on video monitoring is characterized in that, comprises the steps:
The pedestrian's sample that has marked is trained modeling through training module, generates Adaboost cascade classifier and support vector machine classifier, constitutes detection module jointly; View data is input to said detection module, accomplishes the location to the pedestrian through two sorters successively; The training modeling procedure that wherein carries out at training module is following:
(1) pedestrian's image of having marked of normalization comprises normalization of pedestrian's size of images and gray scale normalization;
(2) through expansion histogram of gradients characteristic the pedestrian is described; Adopt the Adaboost algorithm to select expansion histogram of gradients characteristic; And generation has the Adaboost cascade classifier of distinguishing pedestrian and background; The selection course of wherein said expansion histogram of gradients characteristic is following: establishing pedestrian's sample size is A=W*H, and wherein W is the wide of sample, and H is the height of sample; Former figure is divided into the N piece, and wherein the size of piece and yardstick have nothing in common with each other, and between piece and the piece overlapping region are arranged; Each piece is done following operation:
1) calculates the gradient magnitude and the direction of each pixel;
2) be divided into 9 histogram directions to gradient direction 0-180 degree;
3) be divided into the three major types characteristic, every category feature all has 9 candidate feature;
The first kind: 0-20 degree, 20-40 degree, 40-60 degree, 60-80 degree, 80-100 degree, 100-120 degree, 120-140 degree, 140-160 degree, 9 histogram directions of 160-180 degree;
Second type: 0-40 degree, 20-60 degree, 40-80 degree, 60-100 degree, 80-120 degree, 100-140 degree, 120-160 degree, 140-180 degree, 9 histogram directions of 160-180-20 degree;
The 3rd type: 0-60 degree, 20-80 degree, 40-100 degree, 60-120 degree, 80-140 degree, 100-160 degree, 120-180 degree, 140-180-20 degree, 9 histogram directions of 160-180-40 degree;
4) said expansion histogram of gradients characteristic be by the gradient magnitude of above-mentioned each histogram direction and with total gradient magnitude and ratio constitute;
(3) utilize traditional histogram of gradients characteristic and SVMs to generate and have the support vector machine classifier of distinguishing pedestrian and background;
The step that said detection module is realized is:
(1) the Adaboost cascade classifier that adopts training module to generate detects pedestrian candidate region, confirms the preliminary position of pedestrian;
(2) be utilized in support vector machine classifier further definite pedestrian's particular location in the preliminary position of pedestrian that above-mentioned steps is confirmed that training module generates.
2. according to the said pedestrian detection method of claim 1 based on video monitoring; It is characterized in that said view data can be video sequence or still image, when said view data is video sequence; Before the input detection module, at first confirm pedestrian candidate region through interframe background subtraction method.
3. according to the said pedestrian detection method of claim 2, it is characterized in that based on video monitoring, background function y (t)=f (t+1)-2f (t)+f (t-1) of adopting of interframe background subtraction method wherein, wherein t is the current time, f (t) is the frame of video function.
CN2010102277665A 2010-07-06 2010-07-06 Pedestrian detection method based on video monitoring Active CN101887524B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2010102277665A CN101887524B (en) 2010-07-06 2010-07-06 Pedestrian detection method based on video monitoring

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2010102277665A CN101887524B (en) 2010-07-06 2010-07-06 Pedestrian detection method based on video monitoring

Publications (2)

Publication Number Publication Date
CN101887524A CN101887524A (en) 2010-11-17
CN101887524B true CN101887524B (en) 2012-07-04

Family

ID=43073439

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2010102277665A Active CN101887524B (en) 2010-07-06 2010-07-06 Pedestrian detection method based on video monitoring

Country Status (1)

Country Link
CN (1) CN101887524B (en)

Families Citing this family (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102169543B (en) * 2011-04-15 2013-04-03 苏州市慧视通讯科技有限公司 People counting method based on multiple source information fusion and on-line learning
CN102768726B (en) * 2011-05-06 2015-03-11 香港生产力促进局 Pedestrian detection method for preventing pedestrian collision
CN102201059A (en) * 2011-05-20 2011-09-28 北京大学深圳研究生院 Pedestrian detection method and device
CN102360434B (en) * 2011-10-09 2013-08-21 江苏大学 Target classification method of vehicle and pedestrian in intelligent traffic monitoring
CN102682304A (en) * 2012-03-26 2012-09-19 北京博康智能信息技术有限公司 Multi-feature integrated passer-by detection method and device
CN102682287B (en) * 2012-04-17 2014-02-26 电子科技大学 Pedestrian detection method based on saliency information
CN102945374B (en) * 2012-10-24 2015-07-08 北京航空航天大学 Method for automatically detecting civil aircraft in high-resolution remote sensing image
CN103106414A (en) * 2012-12-24 2013-05-15 厦门大学深圳研究院 Detecting method of passer-bys in intelligent video surveillance
CN103177248B (en) * 2013-04-16 2016-03-23 浙江大学 A kind of rapid pedestrian detection method of view-based access control model
CN103473953B (en) * 2013-08-28 2015-12-09 奇瑞汽车股份有限公司 A kind of pedestrian detection method and system
CN103500347B (en) * 2013-10-16 2018-02-02 北京航空航天大学 Angle cock of railway wagon handle loses the automatic testing method of failure
CN103617426B (en) * 2013-12-04 2017-02-01 东北大学 Pedestrian target detection method under interference by natural environment and shelter
CN104036284A (en) * 2014-05-12 2014-09-10 沈阳航空航天大学 Adaboost algorithm based multi-scale pedestrian detection method
CN104239865B (en) * 2014-09-16 2017-04-12 宁波熵联信息技术有限公司 Pedestrian detecting and tracking method based on multi-stage detection
CN104794432A (en) * 2015-03-25 2015-07-22 上海交通大学 Method and system for rapid cascade type car logo vision inspection and identification
CN105069477B (en) * 2015-08-13 2018-06-19 天津津航技术物理研究所 AdaBoost cascade classifier detection image mesh calibration methods
CN105303193B (en) * 2015-09-21 2018-08-14 重庆邮电大学 A kind of passenger number statistical system based on single-frame images processing
CN105260744B (en) * 2015-10-08 2018-08-14 北京航空航天大学 The automatic on-line diagnostic method and system of a kind of goods train coupler yoke key position failure
CN105654124B (en) * 2015-12-29 2020-03-24 大连楼兰科技股份有限公司 Method for accelerating Adaboost training speed and convergence speed
CN106778478A (en) * 2016-11-21 2017-05-31 中国科学院信息工程研究所 A kind of real-time pedestrian detection with caching mechanism and tracking based on composite character
CN107622258B (en) * 2017-10-16 2020-10-30 中南大学 Rapid pedestrian detection method combining static underlying characteristics and motion information
CN108491851B (en) * 2018-01-29 2020-07-31 江苏大学 Container lockhole rapid identification and hanger deviation correction method based on machine vision
CN108510934A (en) * 2018-05-21 2018-09-07 西南交通大学 Intelligent Dynamic economize on electricity billboard based on Machine Vision Detection and its control method
US10692002B1 (en) * 2019-01-28 2020-06-23 StradVision, Inc. Learning method and learning device of pedestrian detector for robust surveillance based on image analysis by using GAN and testing method and testing device using the same
CN110674787A (en) * 2019-10-09 2020-01-10 山东浪潮人工智能研究院有限公司 Video decompression method and system based on Hog feature and lgb classifier
CN113903068A (en) * 2021-10-19 2022-01-07 深圳市中博科创信息技术有限公司 Stranger monitoring method, device and equipment based on human face features and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1885310A (en) * 2006-06-01 2006-12-27 北京中星微电子有限公司 Human face model training module and method, human face real-time certification system and method
CN101699470A (en) * 2009-10-30 2010-04-28 华南理工大学 Extracting method for smiling face identification on picture of human face

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1885310A (en) * 2006-06-01 2006-12-27 北京中星微电子有限公司 Human face model training module and method, human face real-time certification system and method
CN101699470A (en) * 2009-10-30 2010-04-28 华南理工大学 Extracting method for smiling face identification on picture of human face

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Navneet等.Histograms of Oriented Gradients for Human Detection.《IEEE》.2005,参见第2-6部分. *
唐旭晟等.复杂背景下人眼的快速定位.《计算机辅助设计与图形学学报》.2006,第18卷(第10期),第2-4部分. *
黄如锦等.基于多特征的Adaboost行人检测算法.《吉林大学学报(理学版)》.2010,第48卷(第3期),全文. *

Also Published As

Publication number Publication date
CN101887524A (en) 2010-11-17

Similar Documents

Publication Publication Date Title
CN101887524B (en) Pedestrian detection method based on video monitoring
CN103871077B (en) A kind of extraction method of key frame in road vehicles monitoring video
CN102609686B (en) Pedestrian detection method
CN105335702B (en) A kind of bayonet model recognizing method based on statistical learning
TWI410879B (en) Method and system for identifying image and outputting identification result
CN102609716B (en) Pedestrian detecting method based on improved HOG feature and PCA (Principal Component Analysis)
CN111126224A (en) Vehicle detection method and classification recognition model training method
CN102163281B (en) Real-time human body detection method based on AdaBoost frame and colour of head
CN101221623B (en) Object type on-line training and recognizing method and system thereof
CN104766042A (en) Method and apparatus for and recognizing traffic sign board
CN108388871B (en) Vehicle detection method based on vehicle body regression
EP2648159A1 (en) Object detecting method and object detecting device using same
CN104408482A (en) Detecting method for high-resolution SAR (Synthetic Aperture Radar) image object
CN105184301B (en) A kind of method that vehicle heading is differentiated using four-axle aircraft
CN101976360A (en) Sparse characteristic face recognition method based on multilevel classification
CN106055653A (en) Video synopsis object retrieval method based on image semantic annotation
CN104615986A (en) Method for utilizing multiple detectors to conduct pedestrian detection on video images of scene change
CN105261021A (en) Method and apparatus of removing foreground detection result shadows
US20160321510A1 (en) Apparatus and method for detecting bar-type traffic sign in traffic sign recognition system
CN102867195A (en) Method for detecting and identifying a plurality of types of objects in remote sensing image
CN105160292A (en) Vehicle identification recognition method and system
CN105005798A (en) Target recognition method based on collecting and matching local similar structure
CN101739685B (en) Moving object classification method and system thereof
CN105512631A (en) Violence and horror video detection method based on MoSIFT and CSD features
Suchitra et al. Detection & classification of arrow markings on roads using signed edge signatures

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
ASS Succession or assignment of patent right

Owner name: HUNAN CHUANGHE WEILAI TECHNOLOGY CO., LTD.

Free format text: FORMER OWNER: HUNAN CHUANGHE MANUFACTURING CO., LTD.

Effective date: 20150508

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

Free format text: CORRECT: ADDRESS; FROM: 410011 CHANGSHA, HUNAN PROVINCE TO: 410000 CHANGSHA, HUNAN PROVINCE

TR01 Transfer of patent right

Effective date of registration: 20150508

Address after: 2, G building, No. 85, middle Ling Road, Yuhua District, Hunan, Changsha 410000, China

Patentee after: Hunan creates the future Polytron Technologies Inc

Address before: 410011,, Hunan Province, Changsha District, Shaoshan Road, No. 243 North King ha ha A block, room 710

Patentee before: Hunan Chuanghe Manufacturing Co., Ltd.