A Human Eye Positioning Method Based on Point-by-Point Scanning
A point-by-point scanning and human eye positioning technology, which is applied in the direction of instruments, character and pattern recognition, computer components, etc., can solve problems such as difficult and effective positioning, and achieve the effects of small error rate, narrowed scanning range, and weakened interference
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- Publication Date
- 2018-02-09
- Estimated Expiration
- Not applicable · inactive patent
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The invention belongs to the field of image processing and machine vision, and relates to a human eye positioning method based on point-by-point scanning. Background technique
[0002] In the field of machine vision and image processing, human eye positioning has always been a hot research issue, and it is also one of the key technical issues in the research of driver fatigue monitoring and eye tracking. Human eye positioning mainly studies how to detect and locate human eyes in a given face image. At present, there are many mature human eye positioning algorithms, such as detection methods based on Hough transform, template matching methods, edge feature extraction methods, Geometric feature method, detection method based on AdaBoost classifier, gray integral projection method, etc. Although these methods can achieve human eye positioning under certain conditions, each method has its own advantages and disadvantages. For example, the existing gray-s...
Examples
Embodiment Construction
[0025] Below in conjunction with accompanying drawing and specific embodiment the present invention is described in further detail:
[0026] 1. The grid analysis method is used to obtain face images, such as figure 1 shown, including the following steps:
[0027] (a) Read in the original image containing the face, the original image is as figure 1 (a);
[0028] (b) If the image data is a three-dimensional RGB color image, the image needs to be converted into a one-dimensional image through image grayscale processing. The specific method is: according to the importance of the three indicators R, G, and B, the color image R, G, B The three components of G and B are weighted average with different weights. According to the formula f(i,j)=0.30R(i,j)+0.59G(i,j)+0.11B(i,j), the weighted average of the three components of R, G and B can get a more reasonable gray scale image, thus converting the 3D color image into a 1D grayscale image.
[0029] (c) Divide the processed image in...