CN101620673A - Robust face detecting and tracking method - Google Patents

Robust face detecting and tracking method Download PDF

Info

Publication number
CN101620673A
CN101620673A CN200910087238A CN200910087238A CN101620673A CN 101620673 A CN101620673 A CN 101620673A CN 200910087238 A CN200910087238 A CN 200910087238A CN 200910087238 A CN200910087238 A CN 200910087238A CN 101620673 A CN101620673 A CN 101620673A
Authority
CN
China
Prior art keywords
face
people
window
colour
omega
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
CN200910087238A
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.)
Beihang University
Original Assignee
Beihang University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beihang University filed Critical Beihang University
Priority to CN200910087238A priority Critical patent/CN101620673A/en
Publication of CN101620673A publication Critical patent/CN101620673A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Image Analysis (AREA)

Abstract

The invention relates to a robust face detecting and tracking method comprising a robust face detecting method and a robust face tracking method. The robust face detecting method comprises the following steps: firstly, detecting a face based on similar-Haar small-wave characteristic extraction and a weight trimming AdaBoost algorithm; and then, verifying the face by using obvious detection. The robust face tracking method comprises the following steps: firstly, ensuring a face to be tracked based on face detection and skin color verification; and then, tracking the face based on Camshift track and skin color verification. When the face is lost, a face to be tracked is supplied according to the face detection and the skin color verification.

Description

A kind of people's face of robust detects and tracking
Technical field
The present invention relates to a kind of method of technical field of image processing, especially people's face of robust detects and tracking.
Background technology
It is to determine in a given image whether people's face is arranged that people's face detects, and exports the position of everyone face.The method that people's face detects roughly is divided into method based on knowledge, based on the method for feature, based on the method for template, based on the method for outward appearance etc.Comparatively successful fast face detecting method is based on the sensation target detection method of integral image and AdaBoost algorithm at present.Because the variability of people's face and the complicacy of actual application environment, situation detects with people's face of realizing robust need to examine yardstick, position, quantity, direction, expression, illumination, block etc.
Face tracking is meant follows the tracks of one or more people's faces in continuous sequence of video images.Face tracking in the video sequence can be applied to supervisory system, also can be used as the pre-service that recognition of face, facial pose identification and Expression Recognition contour level are used.Face tracking method is broadly divided into method based on feature, based on the method for model, based on the method for the colour of skin with based on method of shape etc.Have the characteristics of quick and low calculated amount based on the method for the colour of skin, but the background color of the variation of illumination and the similar colour of skin may cause the inefficacy of face tracking.Be not subjected to the influence of background color and illumination variation based on the method for shape, but highly in disorder background may have influence on tracking effect.The influence of factor such as the face tracking of robust need consider illumination, block also will reach the requirement of real-time simultaneously.
For people's face of realizing robust under the complex background detects and follows the tracks of, people's face that the present invention proposes a kind of robust detects and tracking, wherein the method for detecting human face of robust can be realized higher detection rate and lower false drop rate, and the face tracking method of robust can be issued to higher tracking accuracy in the various situations of blocking.
Summary of the invention
The objective of the invention is to detect and follow the tracks of applied environment at people's face of complexity, the people's face that proposes robust detects and face tracking method.The method for detecting human face of robust at first extracts based on class Haar wavelet character and weights pruning AdaBoost algorithm carries out the detection of people's face, utilizes conspicuousness to detect then people's face is verified.The face tracking method of robust at first detects based on people's face and people's face to be tracked is determined in colour of skin checking, carry out face tracking based on Camshift tracking and colour of skin checking then, under the situation that people's face is lost, provide people's face to be tracked by detection of people's face and colour of skin checking again.
People's face of a kind of robust of the present invention detects and tracking, comprises the method for detecting human face of robust and the face tracking method of robust.
About the method for detecting human face of robust, its step is as follows:
Step 1: utilize weights to prune the AdaBoost algorithm and carry out the training of people's face sorter, its process is as follows:
Step 1.1: given training image (x 1, y 1) ..., (x n, y n) y wherein i=0,1 corresponds respectively to negative sample and positive sample.
Step 1.2: initialization weights ω 1 , i = 1 2 m , 1 2 l Correspond respectively to y i=0,1, wherein m and l are respectively positive sample and negative sample number.
Step 1.3: for t=1 ..., T:
Step 1.3.1: normalization weights ω t , i ← ω t , i Σ j = 1 n ω t , j Make ω T, iSet ω tIt is a probability distribution.
Step 1.3.2: as t>T 0, determine threshold value θ t, make &Sigma; &omega; t , i < &theta; t &omega; t , i < 0.01 &le; &Sigma; &omega; t , i &le; &theta; t &omega; t , i . With weights less than θ tSample get rid of, be not used in the training of Weak Classifier.
Step 1.3.3:, train a sorter h for each feature j jMake its corresponding feature.Calculating is for ω tError, ε j=∑ iω i| h j(x i)-y i|.
Step 1.3.4: selection sort device h t, make it have least error ε t
Step 1.3.5: refreshing weight: &omega; t + 1 , i = &omega; t , i &beta; t 1 - e i If sample x wherein iBy the then e that correctly classifies i=0, otherwise e i=1, &beta; t = &epsiv; t 1 - &epsiv; t .
Step 1.4: final strong classifier is:
Figure G2009100872381D00026
Wherein &alpha; t = log 1 &beta; t - - - ( 1 )
Step 2: input picture is carried out window scanning, each window is extracted the class Haar wavelet character (the paper An extended set of Haar-like features for rapid object detection that list of references: Lienhart people such as (sharp grace Harts) delivered on International Conference on Image Processing (Flame Image Process international conference) in 2002 (fast target based on the class Haar feature of expanding detects)) of one group of expansion, as shown in Figure 2;
Step 3: the feature of extracting is sent into the AdaBoost sorter shown in the formula (1) carry out the detection of people's face, if h (x)=1, then this scanning window is people's face window to be verified; If h (x)=0, then this scanning window is not people's face window.
Step 4: people's face window to be verified is carried out the conspicuousness checking, as the formula (2):
H D = - &Sigma; i P D ( d i ) log 2 P D ( d i ) - - - ( 2 )
Wherein be P (d i) image value d iProbability.
If step 5: selected threshold θ is H D〉=θ, people's face window then to be verified is by checking, i.e. this window area behaviour face; If H DBy checking, promptly this window area is not people's face for<θ, people's face window then to be verified.
About the face tracking method of robust, its step is as follows:
Step 1: use method for detecting human face of the present invention to detect people's face,, carry out step 2 if detect people's face; If do not detect people's face, next frame carry out step 1.
Step 2: detected people's face is carried out colour of skin checking, if detected people's face verify by the colour of skin, carry out step 3; If detected people's face is disallowable with this people's face not by colour of skin checking, next frame carry out step 1.
Step 3: people's face window that will be by colour of skin checking is as object to be tracked.
Step 4: utilize Camshift algorithm (the paper Computer vision face tracking for use in a perceptualuser interface (being applied to the computer vision face tracking of a perception user interface) that list of references: Bradski (this base of cloth rad) delivered on Intel TechnologyJournal (Intel technical journal) in 1998) that object to be tracked is followed the tracks of, obtain the central point and the size of target window.
Step 5: the people's face that traces into is carried out colour of skin checking, if the people's face that traces into verify by the colour of skin, carry out step 6; If by colour of skin checking, then this people's face is not disallowable, for next frame, jumps to step 1 for the people's face that traces into.
Step 6: for next frame, people's face window of step 3 is carried out colour of skin checking,, the center of this people's face and size as target window, are jumped to step 4 if by colour of skin checking; If by colour of skin checking, people's face center of step 5 and size as target window, are jumped to step 4.
Good effect of the present invention and advantage are:
1. method of robust human face detection of the present invention has stronger robustness, not only has the higher detection rate, and lower false drop rate, can reject the chaff interference of the similar people's face that does not possess the conspicuousness characteristics;
2. robust human face tracking of the present invention has robustness to various partial occlusions, can avoid blocking the people's face that causes tracking and lose.
Description of drawings
Fig. 1 method step block scheme.
The class Haar wavelet character of one group of expansion of Fig. 2.
Embodiment
People's face of robust of the present invention detects and tracking;
One, the method for detecting human face of robust, its step is as follows:
Step 1: utilize weights to prune the AdaBoost algorithm and carry out the training of people's face sorter, its process is as follows:
Step 1.1: given training image (x 1, y 1) ..., (x n, y n) y wherein i=0,1 corresponds respectively to negative sample and positive sample.
Step 1.2: initialization weights &omega; 1 , i = 1 2 m , 1 2 l Correspond respectively to y i=0,1, wherein m and l are respectively positive sample and negative sample number.
Step 1.3: for t=1 ..., T:
Step 1.3.1: normalization weights &omega; t , i &LeftArrow; &omega; t , i &Sigma; j = 1 n &omega; t , j Make ω T, iSet ω tIt is a probability distribution.
Step 1.3.2: as t>T 0, determine threshold value θ t, make &Sigma; &omega; t , i < &theta; t &omega; t , i < 0.01 &le; &Sigma; &omega; t , i &le; &theta; t &omega; t , i . With weights less than θ tSample get rid of, be not used in the training of Weak Classifier.
Threshold value θ wherein tDefinite method be, at first with all sample weights ω T, iSort, then according to from small to large the order weights ω that adds up one by one T, i, when it with just greater than 0.01 the time, then selected current ω T, iBe θ tStep 1.3.3:, train a sorter h for each feature j jMake its corresponding feature.Calculating is for ω tError, ε j=∑ iω i| h j(x j)-y i|.
Step 1.3.4: selection sort device h t, make it have least error ε t
Step 1.3.5: refreshing weight: &omega; t + 1 , i = &omega; t , i &beta; t 1 - e i If sample x wherein iBy the then e that correctly classifies i=0, otherwise e i=1, &beta; t = &epsiv; t 1 - &epsiv; t .
Step 1.4: final strong classifier is:
Figure G2009100872381D00046
Wherein &alpha; t = log 1 &beta; t - - - ( 1 )
Step 2: to input picture carry out from left to right, the scanning of from top to bottom window, window is of a size of h * h, wherein h is since 24 and be that step-length increases gradually with 2, but is no more than the length of input picture or wide.Each window is extracted the class Haar wavelet character (the paper An extended set of Haar-like features forrapid object detection that list of references: Lienhart people such as (sharp grace Harts) delivered on International Conferenceon Image Processing (Flame Image Process international conference) in 2002 (fast target based on the class Haar feature of expanding detects)) of one group of expansion, as shown in Figure 2;
Step 3: the feature of extracting is sent into the AdaBoost sorter shown in the formula (1) carry out the detection of people's face, if h (x)=1, then this scanning window is people's face window to be verified; If h (x)=0, then this scanning window is not people's face window.
Step 4: people's face window to be verified is carried out the conspicuousness checking, as the formula (2):
H = - &Sigma; i P ( d i ) log 2 P ( d i ) - - - ( 2 )
Wherein be P (d i) image value d iProbability.
If step 5: selected threshold θ is H D〉=θ, people's face window then to be verified is by checking, i.e. this window area behaviour face; If H DBy checking, promptly this window area is not people's face for<θ, people's face window then to be verified.
Two, the face tracking method of robust, its step is as follows:
Step 1: use method for detecting human face of the present invention to detect people's face,, carry out step 2 if detect people's face; If do not detect people's face, next frame carry out step 1.
Step 2: detected people's face is carried out colour of skin checking, if detected people's face verify by the colour of skin, carry out step 3; If detected people's face is disallowable with this people's face not by colour of skin checking, next frame carry out step 1.
Wherein colour of skin checking is provided by formula (3), and when R (red), G (green), B (indigo plant) pixel value of a pixel satisfies this three subformulas simultaneously, this pixel just is classified as the colour of skin.When carrying out colour of skin checking, given human face region to be verified if the ratio of skin pixel number that is detected and regional total pixel number surpasses a threshold value P ∈ [0.5,1], judges that then this zone is people's face.
L R/G<R/G<U R/G
L R/B<R/B<U R/B (3)
L G/B<G/B<U G/B
L wherein R/G, L R/B, L G/BAnd U R/G, U R/B, U G/BBe respectively low threshold value and high threshold, the present invention adopts L R/G=1.08, L R/B=1.14, L G/B=0.96, U R/G=1.86, U R/B=3.92, U G/B=2.15.
Step 3: people's face window that will be by colour of skin checking is as object to be tracked.
Step 4: utilize Camshift algorithm (the paper Computer vision face tracking for use in a perceptualuser interface (being applied to the computer vision face tracking of a perception user interface) that list of references: Bradski (this base of cloth rad) delivered on Intel TechnologyJournal (Intel technical journal) in 1998) that object to be tracked is followed the tracks of, obtain the central point and the size of target window.
Step 5: the people's face that traces into is carried out colour of skin checking, if the people's face that traces into verify by the colour of skin, carry out step 6; If by colour of skin checking, then this people's face is not disallowable, for next frame, jumps to step 1 for the people's face that traces into.
Step 6: for next frame, people's face window of step 3 is carried out colour of skin checking,, the center of this people's face and size as target window, are jumped to step 4 if by colour of skin checking; If by colour of skin checking, people's face center of step 5 and size as target window, are jumped to step 4.

Claims (2)

1, a kind of method for detecting human face of robust is characterized in that: this method for detecting human face step is as follows:
Step 1: utilize weights to prune the AdaBoost algorithm and carry out the training of people's face sorter, its process is as follows:
Step 1.1: given training image (x 1, y 1) ..., (x n, y n) y wherein i=0,1 corresponds respectively to negative sample and positive sample;
Step 1.2: initialization weights &omega; 1 , i = 1 2 m , 1 2 l Correspond respectively to y i=0,1, wherein m and l are respectively positive sample and negative sample number;
Step 1.3: for t=1 ..., T:
Step 1.3.1: normalization weights &omega; t , i &LeftArrow; &omega; t , i &Sigma; j = 1 n &omega; t , j Make ω T, iSet ω tIt is a probability distribution;
Step 1.3.2: as t>T 0, determine threshold value θ t, make &Sigma; &omega; t , i < &theta; t &omega; t , i < 0.01 &le; &Sigma; &omega; t , i &le; &theta; t &omega; t , i . With weights less than θ tSample get rid of, be not used in the training of Weak Classifier;
Step 1.3.3:, train a sorter h for each feature j jMake its corresponding feature.Calculating is for ω tError, ε j=∑ iω i| h j(x i)-y i|;
Step 1.3.4: selection sort device h t, make it have least error ε t
Step 1.3.5: refreshing weight: &omega; t + 1 , i = &omega; t , i &beta; t 1 - e i If sample x wherein iBy the then e that correctly classifies i=0, otherwise
e i=1, &beta; t = &epsiv; t 1 - &epsiv; t ;
Step 1.4: final strong classifier is:
Figure A2009100872380002C6
Wherein a t = log 1 &beta; t - - - ( 1 )
Step 2: input picture is carried out window scanning, each window is extracted the class Haar wavelet character of one group of expansion;
Step 3: the feature of extracting is sent into the AdaBoost sorter shown in the formula (1) carry out the detection of people's face, if h (x)=1, then this scanning window is people's face window to be verified; If h (x)=0, then this scanning window is not people's face window;
Step 4: people's face window to be verified is carried out the conspicuousness checking, as the formula (2):
H D = - &Sigma; i P D ( d i ) log 2 P D ( d i ) - - - ( 2 )
Wherein be P (d i) image value d iProbability;
If step 5: selected threshold θ is H D〉=θ, people's face window then to be verified is by checking, i.e. this window area behaviour face; If H DBy checking, promptly this window area is not people's face for<θ, people's face window then to be verified.
2, a kind of face tracking method of robust is characterized in that: this face tracking method step is as follows:
Step 1: use method for detecting human face of the present invention to detect people's face,, carry out step 2 if detect people's face; If do not detect people's face, next frame carry out step 1;
Step 2: detected people's face is carried out colour of skin checking, if detected people's face verify by the colour of skin, carry out step 3; If detected people's face is disallowable with this people's face not by colour of skin checking, next frame carry out step 1;
Step 3: people's face window that will be by colour of skin checking is as object to be tracked;
Step 4: utilize the Camshift algorithm that object to be tracked is followed the tracks of, obtain the central point and the size of target window;
Step 5: the people's face that traces into is carried out colour of skin checking, if the people's face that traces into verify by the colour of skin, carry out step 6; If by colour of skin checking, then this people's face is not disallowable, for next frame, jumps to step 1 for the people's face that traces into;
Step 6: for next frame, people's face window of step 3 is carried out colour of skin checking,, the center of this people's face and size as target window, are jumped to step 4 if by colour of skin checking; If by colour of skin checking, people's face center of step 5 and size as target window, are jumped to step 4.
CN200910087238A 2009-06-18 2009-06-18 Robust face detecting and tracking method Pending CN101620673A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200910087238A CN101620673A (en) 2009-06-18 2009-06-18 Robust face detecting and tracking method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200910087238A CN101620673A (en) 2009-06-18 2009-06-18 Robust face detecting and tracking method

Publications (1)

Publication Number Publication Date
CN101620673A true CN101620673A (en) 2010-01-06

Family

ID=41513901

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200910087238A Pending CN101620673A (en) 2009-06-18 2009-06-18 Robust face detecting and tracking method

Country Status (1)

Country Link
CN (1) CN101620673A (en)

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101794385A (en) * 2010-03-23 2010-08-04 上海交通大学 Multi-angle multi-target fast human face tracking method used in video sequence
CN101916446A (en) * 2010-07-23 2010-12-15 北京航空航天大学 Gray level target tracking algorithm based on marginal information and mean shift
CN102324025A (en) * 2011-09-06 2012-01-18 北京航空航天大学 Human face detection and tracking method based on Gaussian skin color model and feature analysis
CN102385703A (en) * 2010-08-27 2012-03-21 北京中星微电子有限公司 Identity authentication method and identity authentication system based on human face
CN102779267A (en) * 2011-05-12 2012-11-14 株式会社理光 Method and device for detection of specific object region in image
CN102915450A (en) * 2012-09-28 2013-02-06 常州工学院 Online adaptive adjustment tracking method for target image regions
CN102955931A (en) * 2011-08-19 2013-03-06 株式会社理光 Method for identifying specific object in image and system implementing method
CN104298955A (en) * 2013-07-15 2015-01-21 深圳市振邦实业有限公司 Human head detection method and device
CN104318211A (en) * 2014-10-17 2015-01-28 中国传媒大学 Anti-shielding face tracking method
CN104392211A (en) * 2014-11-12 2015-03-04 厦门美图网科技有限公司 Skin recognition method based on saliency detection
CN104680551A (en) * 2013-11-29 2015-06-03 展讯通信(天津)有限公司 Tracking method and device based on skin color detection
CN104680120A (en) * 2013-12-02 2015-06-03 华为技术有限公司 Method and device for generating strong classifier for face detection
CN105404901A (en) * 2015-12-24 2016-03-16 上海玮舟微电子科技有限公司 Training method of classifier, image detection method and respective system
CN105931276A (en) * 2016-06-15 2016-09-07 广州尚云在线科技有限公司 Long-time face tracking method based on intelligent cloud platform of patrol robot
CN106156729A (en) * 2016-06-29 2016-11-23 东华大学 A kind of agricultural greenhouse warning system based on IB Adaboost Face datection and method
CN107146197A (en) * 2017-03-31 2017-09-08 北京奇艺世纪科技有限公司 A kind of reduced graph generating method and device
CN108304747A (en) * 2017-01-12 2018-07-20 泓图睿语(北京)科技有限公司 Embedded intelligence persona face detection system and method and artificial intelligence equipment
CN108717522A (en) * 2018-04-18 2018-10-30 上海交通大学 A kind of human body target tracking method based on deep learning and correlation filtering
CN111080983A (en) * 2019-12-31 2020-04-28 广东轻工职业技术学院 Special transport vehicle alarm system based on Beidou satellite navigation and positioning

Cited By (30)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101794385A (en) * 2010-03-23 2010-08-04 上海交通大学 Multi-angle multi-target fast human face tracking method used in video sequence
CN101794385B (en) * 2010-03-23 2012-11-21 上海交通大学 Multi-angle multi-target fast human face tracking method used in video sequence
CN101916446A (en) * 2010-07-23 2010-12-15 北京航空航天大学 Gray level target tracking algorithm based on marginal information and mean shift
CN102385703B (en) * 2010-08-27 2015-09-02 北京中星微电子有限公司 A kind of identity identifying method based on face and system
CN102385703A (en) * 2010-08-27 2012-03-21 北京中星微电子有限公司 Identity authentication method and identity authentication system based on human face
CN102779267A (en) * 2011-05-12 2012-11-14 株式会社理光 Method and device for detection of specific object region in image
CN102779267B (en) * 2011-05-12 2015-08-12 株式会社理光 The method and apparatus of specific object region in detected image
CN102955931A (en) * 2011-08-19 2013-03-06 株式会社理光 Method for identifying specific object in image and system implementing method
CN102955931B (en) * 2011-08-19 2015-11-25 株式会社理光 The method of special object and the system of use the method in recognition image
CN102324025A (en) * 2011-09-06 2012-01-18 北京航空航天大学 Human face detection and tracking method based on Gaussian skin color model and feature analysis
CN102324025B (en) * 2011-09-06 2013-03-20 北京航空航天大学 Human face detection and tracking method based on Gaussian skin color model and feature analysis
CN102915450B (en) * 2012-09-28 2016-11-16 常州工学院 The object region tracking that a kind of online adaptive adjusts
CN102915450A (en) * 2012-09-28 2013-02-06 常州工学院 Online adaptive adjustment tracking method for target image regions
CN104298955A (en) * 2013-07-15 2015-01-21 深圳市振邦实业有限公司 Human head detection method and device
CN104680551B (en) * 2013-11-29 2017-11-21 展讯通信(天津)有限公司 A kind of tracking and device based on Face Detection
CN104680551A (en) * 2013-11-29 2015-06-03 展讯通信(天津)有限公司 Tracking method and device based on skin color detection
CN104680120A (en) * 2013-12-02 2015-06-03 华为技术有限公司 Method and device for generating strong classifier for face detection
CN104680120B (en) * 2013-12-02 2018-10-19 华为技术有限公司 A kind of generation method and device of the strong classifier of Face datection
CN104318211A (en) * 2014-10-17 2015-01-28 中国传媒大学 Anti-shielding face tracking method
CN104392211A (en) * 2014-11-12 2015-03-04 厦门美图网科技有限公司 Skin recognition method based on saliency detection
CN105404901B (en) * 2015-12-24 2019-10-18 上海玮舟微电子科技有限公司 Training method, image detecting method and the respective system of classifier
CN105404901A (en) * 2015-12-24 2016-03-16 上海玮舟微电子科技有限公司 Training method of classifier, image detection method and respective system
CN105931276A (en) * 2016-06-15 2016-09-07 广州尚云在线科技有限公司 Long-time face tracking method based on intelligent cloud platform of patrol robot
CN105931276B (en) * 2016-06-15 2019-04-02 广州高新兴机器人有限公司 A kind of long-time face tracking method based on patrol robot intelligence cloud platform
CN106156729A (en) * 2016-06-29 2016-11-23 东华大学 A kind of agricultural greenhouse warning system based on IB Adaboost Face datection and method
CN108304747A (en) * 2017-01-12 2018-07-20 泓图睿语(北京)科技有限公司 Embedded intelligence persona face detection system and method and artificial intelligence equipment
CN107146197A (en) * 2017-03-31 2017-09-08 北京奇艺世纪科技有限公司 A kind of reduced graph generating method and device
CN108717522A (en) * 2018-04-18 2018-10-30 上海交通大学 A kind of human body target tracking method based on deep learning and correlation filtering
CN111080983A (en) * 2019-12-31 2020-04-28 广东轻工职业技术学院 Special transport vehicle alarm system based on Beidou satellite navigation and positioning
CN111080983B (en) * 2019-12-31 2021-09-21 广东轻工职业技术学院 Special transport vehicle alarm system based on Beidou satellite navigation and positioning

Similar Documents

Publication Publication Date Title
CN101620673A (en) Robust face detecting and tracking method
CN100361138C (en) Method and system of real time detecting and continuous tracing human face in video frequency sequence
CN101216884B (en) A method and system for face authentication
CN106355138A (en) Face recognition method based on deep learning and key features extraction
CN102682287B (en) Pedestrian detection method based on saliency information
CN102375970B (en) A kind of identity identifying method based on face and authenticate device
CN102722712B (en) Multiple-scale high-resolution image object detection method based on continuity
CN110119676A (en) A kind of Driver Fatigue Detection neural network based
CN103198493B (en) A kind ofly to merge and the method for tracking target of on-line study based on multiple features self-adaptation
CN106650693A (en) Multi-feature fusion identification algorithm used for human face comparison
CN102385703B (en) A kind of identity identifying method based on face and system
CN102902986A (en) Automatic gender identification system and method
CN107230267B (en) Intelligence In Baogang Kindergarten based on face recognition algorithms is registered method
CN108053615A (en) Driver tired driving condition detection method based on micro- expression
CN104680154B (en) A kind of personal identification method merged based on face characteristic and palm print characteristics
CN105138954A (en) Image automatic screening, query and identification system
CN104036247A (en) Facial feature based face racial classification method
CN102096823A (en) Face detection method based on Gaussian model and minimum mean-square deviation
CN103413119A (en) Single sample face recognition method based on face sparse descriptors
CN103870811A (en) Method for quickly recognizing front face through video monitoring
CN103136516A (en) Face recognition method and system fusing visible light and near-infrared information
CN103390151B (en) Method for detecting human face and device
CN103020614B (en) Based on the human motion identification method that space-time interest points detects
CN103065122A (en) Facial expression recognition method based on facial motion unit combination features
CN107480586B (en) Face characteristic point displacement-based biometric photo counterfeit attack detection method

Legal Events

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

Open date: 20100106