CN104794275A - Face and hair style matching model for mobile terminal - Google Patents

Face and hair style matching model for mobile terminal Download PDF

Info

Publication number
CN104794275A
CN104794275A CN201510182209.9A CN201510182209A CN104794275A CN 104794275 A CN104794275 A CN 104794275A CN 201510182209 A CN201510182209 A CN 201510182209A CN 104794275 A CN104794275 A CN 104794275A
Authority
CN
China
Prior art keywords
face
feature vector
mobile terminal
hair style
server
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
CN201510182209.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.)
Beijing Union University
Original Assignee
Beijing Union 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 Beijing Union University filed Critical Beijing Union University
Priority to CN201510182209.9A priority Critical patent/CN104794275A/en
Publication of CN104794275A publication Critical patent/CN104794275A/en
Pending legal-status Critical Current

Links

Abstract

The invention discloses a face and hair style matching model for a mobile terminal. The face and hair style matching model based on the mobile terminal comprises two parts including the mobile phone mobile terminal and a server, wherein the mobile phone mobile terminal collects face outline feature vectors and sends the face outline feature vectors to the server, and the server feeds back to the mobile phone mobile terminal. The mobile phone mobile terminal collects a face image, the image is obtained by selecting existing photographs or photographing, a face outline is calculated automatically, and the face outline feature vectors are extracted; the feature vectors are submitted to the server, and a facial form category returned by the server is received; a hair style is recommended according to the facial form category. The server receives the face outline feature vectors sent by a mobile phone, the facial form category is judged based on the K nearest neighbor algorithm, and the facial form category result is sent to a mobile phone client side. Facial forms are classified in virtue of face recognition and the K nearest neighbor algorithm, and the calculation model is concise and efficient. The hair style is recommended according to the facial form, in addition, the face and hair style matching model for the mobile terminal is applied to a mobile phone platform, the operation is simple, and the applicability is strong.

Description

A kind of face of mobile terminal and hair style Matching Model
Technical field
The invention belongs to Mobile solution exploitation and field of image recognition, relate to a kind of face shape of face identification based on mobile terminal and hair style Matching Model.
Background technology
Traditional face recognition technology is mainly based on the recognition of face of visible images, and this is also the recognition method that people are familiar with, the development history of existing more than 30 year.But this mode has the defect being difficult to overcome, especially when ambient lighting changes, recognition effect can sharply decline, and cannot meet the needs of real system.The scheme solving lighting issues has 3-D view recognition of face, and thermal imaging recognition of face.But these two kinds of technology are also far immature, and recognition effect is unsatisfactory.
The a solution developed rapidly is the multiple light courcess face recognition technology based on active near-infrared image.It can overcome the impact of light change, and achieved remarkable recognition performance, the overall system performance in precision, stability and speed exceedes 3-D view recognition of face.This technology development in nearly 1 year rapidly, makes face recognition technology move towards practical gradually.
Face is equally inherent with other biological characteristic (fingerprint, iris etc.) of human body, its uniqueness and the superperformance be not easily replicated are that identity verify provides necessary prerequisite, compare recognition of face with the bio-identification of other type and there is following features: be non-imposed: user does not need to coordinate face collecting device specially, almost under unconscious state, just can obtain facial image, such sampling mode does not have " mandatory "; Untouchable: user does not need directly to contact with equipment just can obtain facial image; Concurrency: the sorting of multiple face, judgement and identification can be carried out under practical application scene; In addition, also meet visual characteristic: the characteristic of " knowing people with looks ", and the feature such as simple to operate, visual result, good concealment.
Current, there are some hair style design softwares in Mobile solution field, such as based on the hairdresser's of Android platform, smug hair style with send type etc. elsewhere based on ios platform, these are applied or recommend instantly popular hair style to user, and user maybe can be allowed to pass through hair style on probation of taking pictures, and function also comprises substantially chooses photo (by shooting or local acquisition), select hair style, place hair style, pull hair style, adjustment hair style etc.
Mobile terminal is also in conceptual phase by the hair style exemplary application of face recognition technology, and matured product is less.Therefore, in good time suitable proposition and improve existing face identification method, itself and mobile terminal are matched has very important Research Significance simultaneously.
Summary of the invention
Be add hair style on the photo of mobile phone based on the face of mobile terminal and hair style Matching Model, automatically identify personage's shape of face in photo, recommend hair style according to shape of face.Through size and the position thereof of suitably adjustment hair style material (or photo), rotate its angle, truly ideally experience hair style wearing effect.Model by means of face recognition technology, has the Functional Design of hommization, and operation is succinct, is the new opplication of field of mobile terminals.The technical matters solved mainly contains:
(1) face shape of face identification;
(2) hair style of different shape of face is recommended;
(3) friendly mobile terminal operation: for adding users is experienced, devise flexile gesture operation, facilitates user to choose photo and adjustment hair style.
For achieving the above object, the technical solution used in the present invention is a kind of face and hair style Matching Model of mobile terminal, mobile terminal of mobile telephone and server two parts are comprised based on the face of mobile terminal and hair style Matching Model, wherein, mobile terminal of mobile telephone gathers facial contour feature vector and sends to server, and server feeds back to mobile terminal of mobile telephone to mobile terminal of mobile telephone.
Mobile terminal of mobile telephone gathers facial image, and image chooses existing photo or take pictures obtain and automatically calculate facial contour, extracts facial contour feature vector; Proper vector is submitted to server, the shape of face classification that reception server returns; Hair style is recommended according to shape of face classification.
Server receives the facial contour feature vector that mobile phone is sent, and judges shape of face classification, shape of face category result is sent to cell-phone customer terminal based on k nearest neighbor algorithm.
Comprise the following steps based on the face of mobile terminal and hair style Matching Model:
Step one, mobile phone mobile client obtains facial image, and image sources has been taken in existing photo or startup camera function.
Step 2, mobile phone mobile client obtains facial contour by ASM (active shape model) algorithm, extracts facial contour feature vector.Owing to having bang, the top of face can be blocked, and therefore facial contour feature vector adopts profile below face, is made up of 20 pixels, [x1, y1, x2, y2, x3, y3 ... x20, y20].
Step 3, facial contour feature vector is sent to server by mobile phone mobile client.
Step 4, server receives face Outline Feature Vector, analyzes shape of face classification.Analytical approach is as follows:
(1) proper vector normalization; Calculate the center (x of proper vector c, y c)
x c = 1 n Σ i = 1 n x i
y c = 1 n Σ i = 1 n y i
In formula, x crepresent the transverse center point of face feature vector; y crepresent longitudinal center's point of face feature vector; I represents each location point of face feature vector,
Each point does translation transformation, calculating reposition (x ' i, y ' i)
x′ i=x i-x c
y′ i=y i-y c
X ' irepresent the transverse center point after face feature vector translation transformation; Y ' irepresent the longitudinal center's point after face feature vector translation transformation;
The scope that vector is normalized to [0-1], method for normalizing is as follows:
x i ′ = x i - x min x max - x min
y i ′ = y i - y min y max - y min
In formula, x minrepresent the normalized horizontal smallest point of face feature vector, x maxrepresent the normalized horizontal maximum point of face feature vector; y minrepresent the normalized longitudinal smallest point of face feature vector, y maxrepresent the normalized longitudinal maximum point of face feature vector;
(2) adopt k nearest neighbor Algorithm Analysis facial contour generic, method is as follows:
Server end store marked classification circle, ellipse, square and triangle face proper vector Sample Storehouse.All proper vectors in sample to be sorted and Sample Storehouse calculate Euclidean distance, choose front K nearest sample.In K sample, by the shape of face classifications being designated unknown sample maximum for classification.
Step 5, shape of face analysis result is sent to cell-phone customer terminal by server.
Step 6, mobile client receives shape of face category result, recommends hair style according to shape of face.
Step 7, hair style is shown, supports gesture operation, and comprise hair style and recommend or freely choose hair style, picture amplifies, reduce, rotate, translation.
The invention has the beneficial effects as follows: the face shape of face identification based on mobile terminal that the present invention proposes and hair style Matching Model, consider face shape of face feature, classify to shape of face by recognition of face and k nearest neighbor algorithm, computation model is succinctly efficient.Recommend hair style according to shape of face, and be applied to cell phone platform, simple to operate, applicability is strong.
Accompanying drawing explanation
Fig. 1 is system of the present invention composition structural drawing;
Fig. 2 is facial contour feature schematic diagram of the present invention;
Fig. 3 is effect figure of the invention process.
Embodiment
Below in conjunction with drawings and Examples, the present invention is described in further detail.
A kind of face of mobile terminal and hair style Matching Model, mobile terminal of mobile telephone and server two parts are comprised based on the face of mobile terminal and hair style Matching Model, wherein, mobile terminal of mobile telephone gathers facial contour feature vector and sends to server, server feeds back to mobile terminal of mobile telephone to mobile terminal of mobile telephone, and the relationship of the two is shown in Fig. 1.
Mobile terminal of mobile telephone gathers facial image, and image chooses existing photo or take pictures obtain and automatically calculate facial contour, extracts facial contour feature vector; Proper vector is submitted to server, the shape of face classification that reception server returns; Hair style is recommended according to shape of face classification.
Server receives the facial contour feature vector that mobile phone is sent, and judges shape of face classification, shape of face category result is sent to cell-phone customer terminal based on k nearest neighbor algorithm.
Comprise the following steps based on the face of mobile terminal and hair style Matching Model:
Step one, mobile phone mobile client obtains facial image, and image sources has been taken in existing photo or startup camera function.
Step 2, mobile phone mobile client obtains facial contour by ASM (active shape model) algorithm, extracts facial contour feature vector.Owing to having bang, the top of face can be blocked, and therefore facial contour feature vector adopts profile below face, is made up of 20 pixels, [x1, y1, x2, y2, x3, y3 ... x20, y20], effect is shown in Fig. 2.
Step 3, facial contour feature vector is sent to server by mobile phone mobile client.
Step 4, server receives face Outline Feature Vector, analyzes shape of face classification.Analytical approach is as follows:
(1) proper vector normalization; Calculate the center (x of proper vector c, y c)
x c = 1 n Σ i = 1 n x i
y c = 1 n Σ i = 1 n y i
In formula, x crepresent the transverse center point of face feature vector; y crepresent longitudinal center's point of face feature vector; I represents each location point of face feature vector,
Each point does translation transformation, calculating reposition (x ' i, y ' i)
x′ i=x i-x c
y′ i=y i-y c
X ' irepresent the transverse center point after face feature vector translation transformation; Y ' irepresent the longitudinal center's point after face feature vector translation transformation;
The scope that vector is normalized to [0-1], method for normalizing is as follows:
x i ′ = x i - x min x max - x min
y i ′ = y i - y min y max - y min
In formula, x minrepresent the normalized horizontal smallest point of face feature vector, x maxrepresent the normalized horizontal maximum point of face feature vector; y minrepresent the normalized longitudinal smallest point of face feature vector, y maxrepresent the normalized longitudinal maximum point of face feature vector;
(2) adopt k nearest neighbor Algorithm Analysis facial contour generic, method is as follows:
Server end store marked classification circle, ellipse, square and triangle face proper vector Sample Storehouse.All proper vectors in sample to be sorted and Sample Storehouse calculate Euclidean distance, choose front K nearest sample.In K sample, by the shape of face classifications being designated unknown sample maximum for classification.
Step 5, shape of face analysis result is sent to cell-phone customer terminal by server.
Step 6, mobile client receives shape of face category result, recommends hair style according to shape of face.
Step 7, hair style is shown, supports gesture operation, and comprise hair style and recommend or freely choose hair style, picture amplifies, reduce, rotate, translation, and bandwagon effect is shown in Fig. 3.

Claims (1)

1. the face of a mobile terminal and hair style Matching Model, it is characterized in that: comprise mobile terminal of mobile telephone and server two parts based on the face of mobile terminal and hair style Matching Model, wherein, mobile terminal of mobile telephone gathers facial contour feature vector and sends to server, and server feeds back to mobile terminal of mobile telephone to mobile terminal of mobile telephone.
Mobile terminal of mobile telephone gathers facial image, and image chooses existing photo or take pictures obtain and automatically calculate facial contour, extracts facial contour feature vector; Proper vector is submitted to server, the shape of face classification that reception server returns; Hair style is recommended according to shape of face classification.
Server receives the facial contour feature vector that mobile phone is sent, and judges shape of face classification, shape of face category result is sent to cell-phone customer terminal based on k nearest neighbor algorithm.
Comprise the following steps based on the face of mobile terminal and hair style Matching Model:
Step one, mobile phone mobile client obtains facial image, and image sources has been taken in existing photo or startup camera function.
Step 2, mobile phone mobile client obtains facial contour by ASM (active shape model) algorithm, extracts facial contour feature vector.Owing to having bang, the top of face can be blocked, and therefore facial contour feature vector adopts profile below face, is made up of 20 pixels, [x1, y1, x2, y2, x3, y3 ... x20, y20].
Step 3, facial contour feature vector is sent to server by mobile phone mobile client.
Step 4, server receives face Outline Feature Vector, analyzes shape of face classification.Analytical approach is as follows:
(1) proper vector normalization; Calculate the center (x of proper vector c, y c)
x c = 1 n Σ i = 1 n x i
y c = 1 n Σ i = 1 n y i
In formula, x crepresent the transverse center point of face feature vector; y crepresent longitudinal center's point of face feature vector; I represents each location point of face feature vector,
Each point does translation transformation, calculating reposition (x ' i, y ' i)
x′ i=x i-x c
y′ i=y i-y c
X ' irepresent the transverse center point after face feature vector translation transformation; Y ' irepresent the longitudinal center's point after face feature vector translation transformation;
The scope that vector is normalized to [0-1], method for normalizing is as follows:
x i ′ = x i - x min x max - x min
y i ′ = y i - y min y max - y min
In formula, x minrepresent the normalized horizontal smallest point of face feature vector, x maxrepresent the normalized horizontal maximum point of face feature vector; y minrepresent the normalized longitudinal smallest point of face feature vector, y maxrepresent the normalized longitudinal maximum point of face feature vector;
(2) adopt k nearest neighbor Algorithm Analysis facial contour generic, method is as follows:
Server end store marked classification circle, ellipse, square and triangle face proper vector Sample Storehouse.All proper vectors in sample to be sorted and Sample Storehouse calculate Euclidean distance, choose front K nearest sample.In K sample, by the shape of face classifications being designated unknown sample maximum for classification.
Step 5, shape of face analysis result is sent to cell-phone customer terminal by server.
Step 6, mobile client receives shape of face category result, recommends hair style according to shape of face.
Step 7, hair style is shown, supports gesture operation, and comprise hair style and recommend or freely choose hair style, picture amplifies, reduce, rotate, translation.
CN201510182209.9A 2015-04-16 2015-04-16 Face and hair style matching model for mobile terminal Pending CN104794275A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510182209.9A CN104794275A (en) 2015-04-16 2015-04-16 Face and hair style matching model for mobile terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510182209.9A CN104794275A (en) 2015-04-16 2015-04-16 Face and hair style matching model for mobile terminal

Publications (1)

Publication Number Publication Date
CN104794275A true CN104794275A (en) 2015-07-22

Family

ID=53559066

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510182209.9A Pending CN104794275A (en) 2015-04-16 2015-04-16 Face and hair style matching model for mobile terminal

Country Status (1)

Country Link
CN (1) CN104794275A (en)

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105956150A (en) * 2016-05-12 2016-09-21 张家港索奥通信科技有限公司 Method and apparatus for generating hair style and makeup matching suggestions of a user
CN106021550A (en) * 2016-05-27 2016-10-12 湖南拓视觉信息技术有限公司 Hair style designing method and system
CN106021455A (en) * 2016-05-17 2016-10-12 乐视控股(北京)有限公司 Image characteristic relationship matching method, apparatus and system
CN107194981A (en) * 2017-04-18 2017-09-22 武汉市爱米诺网络科技有限公司 Hair style virtual display system and its method
CN107679560A (en) * 2017-09-15 2018-02-09 广东欧珀移动通信有限公司 Data transmission method, device, mobile terminal and computer-readable recording medium
CN107808136A (en) * 2017-10-31 2018-03-16 广东欧珀移动通信有限公司 Image processing method, device, readable storage medium storing program for executing and computer equipment
CN108255998A (en) * 2017-12-29 2018-07-06 武汉璞华大数据技术有限公司 A kind of hair style recommends method, apparatus and equipment
CN108305146A (en) * 2018-01-30 2018-07-20 杨太立 A kind of hair style recommendation method and system based on image recognition
CN108664569A (en) * 2018-04-24 2018-10-16 杭州数为科技有限公司 A kind of hair style recommends method, system, terminal and medium
CN108984772A (en) * 2018-07-23 2018-12-11 京东方科技集团股份有限公司 A kind of information recommending apparatus and method
CN109493160A (en) * 2018-09-29 2019-03-19 口碑(上海)信息技术有限公司 A kind of virtual examination forwarding method, apparatus and system
CN109658327A (en) * 2018-11-26 2019-04-19 深圳艺达文化传媒有限公司 From hair style generation method and the Related product of shooting the video
CN109671014A (en) * 2018-11-26 2019-04-23 深圳艺达文化传媒有限公司 From the plait stacking method and Related product to shoot the video
CN109948402A (en) * 2017-12-20 2019-06-28 北京京东尚科信息技术有限公司 Article matching process and device, computer-readable medium
CN110349202A (en) * 2019-07-05 2019-10-18 合肥聚美网络科技有限公司 A kind of hair styling method based on shape of face analysis

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060228039A1 (en) * 2003-02-28 2006-10-12 Simon Richard A Method and system for enhancing portrait images that are processed in a batch mode
CN101997958A (en) * 2009-08-27 2011-03-30 杭州聚贝软件科技有限公司 Method for synthesizing Avatar by using one photo on phone set terminal
CN102262788A (en) * 2010-05-24 2011-11-30 上海一格信息科技有限公司 Method and device for processing interactive makeup information data of personal three-dimensional (3D) image
CN102339376A (en) * 2010-07-14 2012-02-01 上海一格信息科技有限公司 Classifying and processing method based on active shape model and K nearest neighbor algorithm for facial forms of human faces
CN102622613A (en) * 2011-12-16 2012-08-01 彭强 Hair style design method based on eyes location and face recognition
CN104333566A (en) * 2013-12-23 2015-02-04 乐视网信息技术(北京)股份有限公司 Information acquiring and recommending method, device and system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060228039A1 (en) * 2003-02-28 2006-10-12 Simon Richard A Method and system for enhancing portrait images that are processed in a batch mode
CN101997958A (en) * 2009-08-27 2011-03-30 杭州聚贝软件科技有限公司 Method for synthesizing Avatar by using one photo on phone set terminal
CN102262788A (en) * 2010-05-24 2011-11-30 上海一格信息科技有限公司 Method and device for processing interactive makeup information data of personal three-dimensional (3D) image
CN102339376A (en) * 2010-07-14 2012-02-01 上海一格信息科技有限公司 Classifying and processing method based on active shape model and K nearest neighbor algorithm for facial forms of human faces
CN102622613A (en) * 2011-12-16 2012-08-01 彭强 Hair style design method based on eyes location and face recognition
CN104333566A (en) * 2013-12-23 2015-02-04 乐视网信息技术(北京)股份有限公司 Information acquiring and recommending method, device and system

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105956150B (en) * 2016-05-12 2019-03-15 深圳森若科技有限公司 A kind of method and device generating user's hair style and dressing collocation suggestion
CN105956150A (en) * 2016-05-12 2016-09-21 张家港索奥通信科技有限公司 Method and apparatus for generating hair style and makeup matching suggestions of a user
CN106021455A (en) * 2016-05-17 2016-10-12 乐视控股(北京)有限公司 Image characteristic relationship matching method, apparatus and system
WO2017197826A1 (en) * 2016-05-17 2017-11-23 乐视控股(北京)有限公司 Relationship-based image feature matching method, device, and system
CN106021550A (en) * 2016-05-27 2016-10-12 湖南拓视觉信息技术有限公司 Hair style designing method and system
CN106021550B (en) * 2016-05-27 2020-06-26 湖南拓视觉信息技术有限公司 Hair style design method and system
CN107194981A (en) * 2017-04-18 2017-09-22 武汉市爱米诺网络科技有限公司 Hair style virtual display system and its method
CN107679560A (en) * 2017-09-15 2018-02-09 广东欧珀移动通信有限公司 Data transmission method, device, mobile terminal and computer-readable recording medium
CN107808136A (en) * 2017-10-31 2018-03-16 广东欧珀移动通信有限公司 Image processing method, device, readable storage medium storing program for executing and computer equipment
CN107808136B (en) * 2017-10-31 2020-06-12 Oppo广东移动通信有限公司 Image processing method, image processing device, readable storage medium and computer equipment
CN109948402A (en) * 2017-12-20 2019-06-28 北京京东尚科信息技术有限公司 Article matching process and device, computer-readable medium
CN108255998A (en) * 2017-12-29 2018-07-06 武汉璞华大数据技术有限公司 A kind of hair style recommends method, apparatus and equipment
CN108305146A (en) * 2018-01-30 2018-07-20 杨太立 A kind of hair style recommendation method and system based on image recognition
CN108664569A (en) * 2018-04-24 2018-10-16 杭州数为科技有限公司 A kind of hair style recommends method, system, terminal and medium
CN108984772A (en) * 2018-07-23 2018-12-11 京东方科技集团股份有限公司 A kind of information recommending apparatus and method
CN109493160A (en) * 2018-09-29 2019-03-19 口碑(上海)信息技术有限公司 A kind of virtual examination forwarding method, apparatus and system
CN109658327A (en) * 2018-11-26 2019-04-19 深圳艺达文化传媒有限公司 From hair style generation method and the Related product of shooting the video
CN109671014A (en) * 2018-11-26 2019-04-23 深圳艺达文化传媒有限公司 From the plait stacking method and Related product to shoot the video
CN110349202A (en) * 2019-07-05 2019-10-18 合肥聚美网络科技有限公司 A kind of hair styling method based on shape of face analysis
CN110349202B (en) * 2019-07-05 2021-07-20 合肥聚美网络科技有限公司 Hairstyle design method based on face analysis

Similar Documents

Publication Publication Date Title
CN104794275A (en) Face and hair style matching model for mobile terminal
CN106355170B (en) Photo classification method and device
CN107194341B (en) Face recognition method and system based on fusion of Maxout multi-convolution neural network
KR102174595B1 (en) System and method for identifying faces in unconstrained media
CN107545302B (en) Eye direction calculation method for combination of left eye image and right eye image of human eye
CN101989326B (en) Human posture recognition method and device
US9224037B2 (en) Apparatus and method for controlling presentation of information toward human object
CN107852533A (en) Three-dimensional content generating means and its three-dimensional content generation method
CN105260726B (en) Interactive video biopsy method and its system based on human face posture control
CN105989608B (en) A kind of vision capture method and device towards intelligent robot
CN110462633A (en) A kind of method, apparatus and electronic equipment of recognition of face
CN103716702A (en) Television program recommendation device and method
CN111241932A (en) Automobile exhibition room passenger flow detection and analysis system, method and storage medium
KR101558547B1 (en) Age Cognition Method that is powerful to change of Face Pose and System thereof
Zhao et al. Cascaded shape space pruning for robust facial landmark detection
He et al. Depth-images-based pose estimation using regression forests and graphical models
JP2019159630A (en) Image generation method, image generation apparatus, and image generation system
CN109509142A (en) A kind of face ageing image processing method, system, readable storage medium storing program for executing and equipment
JP2014194617A (en) Visual line direction estimating device, visual line direction estimating method, and visual line direction estimating program
CN109815823A (en) Data processing method and Related product
CN110222647A (en) A kind of human face in-vivo detection method based on convolutional neural networks
Matkowski et al. Gender and ethnicity classification based on palmprint and palmar hand images from uncontrolled environment
CN110598097B (en) Hair style recommendation system, method, equipment and storage medium based on CNN
Myers et al. Recognizing people by body shape using deep networks of images and words
He et al. Spontaneous facial expression recognition based on feature point tracking

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
EXSB Decision made by sipo to initiate substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20150722