US6895103B2 - Method for automatically locating eyes in an image - Google Patents

Method for automatically locating eyes in an image Download PDF

Info

Publication number
US6895103B2
US6895103B2 US09/884,373 US88437301A US6895103B2 US 6895103 B2 US6895103 B2 US 6895103B2 US 88437301 A US88437301 A US 88437301A US 6895103 B2 US6895103 B2 US 6895103B2
Authority
US
United States
Prior art keywords
eye
iris
pixel
template
region
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.)
Expired - Lifetime, expires
Application number
US09/884,373
Other versions
US20030016846A1 (en
Inventor
Shoupu Chen
Jiebo Luo
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.)
Monument Peak Ventures LLC
Original Assignee
Eastman Kodak Co
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 Eastman Kodak Co filed Critical Eastman Kodak Co
Assigned to EASTMAN KODAK COMPANY reassignment EASTMAN KODAK COMPANY ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: CHEN, SHOUPU, LUO, JIEBO
Priority to US09/884,373 priority Critical patent/US6895103B2/en
Priority to JP2002162530A priority patent/JP2003030667A/en
Priority to EP02077231A priority patent/EP1271394A3/en
Publication of US20030016846A1 publication Critical patent/US20030016846A1/en
Publication of US6895103B2 publication Critical patent/US6895103B2/en
Application granted granted Critical
Assigned to CITICORP NORTH AMERICA, INC., AS AGENT reassignment CITICORP NORTH AMERICA, INC., AS AGENT SECURITY INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: EASTMAN KODAK COMPANY, PAKON, INC.
Assigned to KODAK IMAGING NETWORK, INC., LASER-PACIFIC MEDIA CORPORATION, KODAK AVIATION LEASING LLC, NPEC INC., KODAK PHILIPPINES, LTD., KODAK REALTY, INC., KODAK PORTUGUESA LIMITED, KODAK AMERICAS, LTD., KODAK (NEAR EAST), INC., EASTMAN KODAK INTERNATIONAL CAPITAL COMPANY, INC., QUALEX INC., FPC INC., EASTMAN KODAK COMPANY, FAR EAST DEVELOPMENT LTD., CREO MANUFACTURING AMERICA LLC, PAKON, INC. reassignment KODAK IMAGING NETWORK, INC. PATENT RELEASE Assignors: CITICORP NORTH AMERICA, INC., WILMINGTON TRUST, NATIONAL ASSOCIATION
Assigned to INTELLECTUAL VENTURES FUND 83 LLC reassignment INTELLECTUAL VENTURES FUND 83 LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: EASTMAN KODAK COMPANY
Assigned to MONUMENT PEAK VENTURES, LLC reassignment MONUMENT PEAK VENTURES, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: INTELLECTUAL VENTURES FUND 83 LLC
Adjusted expiration legal-status Critical
Assigned to MONUMENT PEAK VENTURES, LLC reassignment MONUMENT PEAK VENTURES, LLC RELEASE BY SECURED PARTY (SEE DOCUMENT FOR DETAILS). Assignors: INTELLECTUAL VENTURES FUND 83 LLC
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V40/00Recognition of biometric, human-related or animal-related patterns in image or video data
    • G06V40/10Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands
    • G06V40/16Human faces, e.g. facial parts, sketches or expressions
    • G06V40/168Feature extraction; Face representation

Landscapes

  • Engineering & Computer Science (AREA)
  • Oral & Maxillofacial Surgery (AREA)
  • Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Health & Medical Sciences (AREA)
  • Human Computer Interaction (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Theoretical Computer Science (AREA)
  • Image Analysis (AREA)
  • Image Processing (AREA)
  • Collating Specific Patterns (AREA)

Abstract

A digital image processing method for locating human eyes in a digital image, includes the steps of detecting a skin colored region in the image; detecting human iris color pixels in the skin colored region; forming initial estimates of eye positions using the locations of the detected iris color pixels in the skin colored region; estimating the size of each eye based on the distance between the estimated initial eye positions; forming a first search window for one eye, the center of the window being the estimated initial position for the one eye and the size of the window being proportional to the estimated size of the one eye; and employing a template to locate an eye in the first search window.

Description

FIELD OF THE INVENTION
The present invention relates to digital image processing methods for automatically locating objects and more particularly to methods of locating human eyes.
BACKGROUND OF THE INVENTION
In digital image processing it is often useful to detect the areas in an image that are human eyes. This information is used for example, to locate other features in the image relative to the eyes, or to find the orientation of a human face in the image. U.S. Pat. No. 6,072,892 issued Jun. 6, 2000 to Kim discloses a method for detecting the position of eyes in a facial image using a simple thresholding method on an intensity histogram of the image to find three peaks in the histogram representing skin, white of the eye, and pupil.
One of the problems with this approach is that it needs to scan the entire image, pixel by pixel, and position a search window at each pixel that is not only unnecessary in consuming enormous computing power, but also it may produce a high rate of false positives because of similar histogram patterns that occur in places other than eye regions.
A neural networks method of locating human eyes is disclosed in Learning and Example Selection for Object and Pattern Detection, A.I.T.R. No. 1572, MIT, by Kah-Kay Sung, January, 1996. This method discloses training a neural network to recognize eyes with acceptable distortion from a pre-selected eye template. The operator repeatedly distorts the original eye template and all variations produced from distorting eyes are labeled as either acceptable or unacceptable. The distorted samples, i.e., the training images, and the associated labeling information are fed to the neural network. This training process is repeated until the neural network has achieved satisfactory recognition performance for the training images. The trained neural network effectively has stored a plurality of possible variations of the eye. Locating an eye is done by feeding a region in the image to the neural network for determining if a desired output, i.e., a match, occurs; all matches are identified as eyes.
Although the presently known and utilized methods of identifying eyes are satisfactory, they are not without drawbacks. The touch screen method requires constant human interaction of repeatedly touching the touch screen for zooming in on the eye and, as a result, is somewhat labor intensive. Still further, the neural network method requires extensive training, and also exhaustive search to be performed for all the possible sizes and orientations of the eye. A method disclosed by Luo et al. (see U.S. Pat. No. 5,892,837, issued Apr. 6, 1999) improves the method of locating eyes in an image so as to overcome the above-described drawbacks. In Luo's method, the search of the eye position starts with two approximate locations provided by the user. In some applications, it is more desirable to have completely automatic eye positioning mechanism.
There is a need therefore for an improved method of utilizing other information embedded in a digital facial image to locate human eyes in a completely automatic, yet computationally efficient manner.
SUMMARY OF THE INVENTION
The need is met according to the present invention by providing a digital image processing method for locating human eyes in a digital image, including the steps of. detecting a skin colored region in the image; detecting human iris color pixels in the skin colored region, forming initial estimates of eye positions using the locations of the detected iris color pixels in the skin colored region; estimating the size of each eye based on the distance between the estimated initial eye positions; forming a first search window for one eye, the center of the window being the estimated initial position for the one eye and the size of the window being proportional to the estimated size of the one eye; and employing a template to locate an eye in the first search window.
ADVANTAGES
The present invention is effective for automatically obtaining eye positions in a frontal face image and has the advantage of reducing the region of the image that must be searched, thereby greatly reducing the computation required to locate an eye, and reducing the incidence of false positive eye detection.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a schematic diagram of an image processing system useful in practicing the present invention;
FIG. 2 is a flowchart illustrating the eye detection method of the present invention;
FIG. 3 is an illustration showing the oval region of a human face;
FIG. 4 is a flowchart presenting iris and noniris pixel intensity distributions;
FIG. 5 is a flowchart illustrating the process of Bayesian iris modeling;
FIG. 6 is an illustration showing the iris color pixel clusters;
FIG. 7 a is a flow chart illustrating the matching procedure used by the present invention;
FIG. 7 b is a detailed diagram illustrating the zone-based cross-correlation process;
FIG. 8 is a view of the zone partition of the template of the present invention;
FIG. 9 is an illustration of obtaining estimates of size and orientation of the objects;
FIG. 10 is an illustration of the determination of the search window;
FIG. 11 is an illustration of the paring of eye candidates;
FIG. 12 is an illustration of the verification procedure for the distance between and orientation of the two eyes;
FIG. 13 is an illustration of matching of the eye-to-eye profile;
FIG. 14 is an illustration of the scoring function; and
FIG. 15 is an illustration of a symmetry profile.
DETAILED DESCRIPTION OF THE INVENTION
FIG. 1, shows an image processing system useful in practicing the present invention including a color digital image source 100, such as a film scanner, digital camera, or digital image storage device such as a compact disk drive with a Picture CD. The digital image from the digital image source 100 is provided to an image processor 102, such as a programmable personal computer, or digital image processing work station such as a Sun Sparc workstation. The image processor 102 may be connected to a CRT display 104, an operator interface such as a keyboard 106 and a mouse 108. Image processor 102 is also connected to computer readable storage medium 107. The image processor 102 transmits processed digital images to an output device 109. Output device 109 can comprise a hard copy printer, a long-term image storage device, a connection to another processor, or an image telecommunication device connected, for example, to the Internet.
In the following description, a preferred embodiment of the present invention will be described as a method. However, in another preferred embodiment, the present invention comprises a computer program product for detecting human eyes and irises in a digital image in accordance with the method described. In describing the present invention, it should be apparent that the computer program of the present invention can be utilized by any well-known computer system, such as the personal computer of the type shown in FIG. 1. However, many other types of computer systems can be used to execute the computer program of the present invention. Consequently, the computer system will not be discussed in further detail herein
It will be understood that the computer program product of the present invention may make use of image manipulation algorithms and processes that are well known. Accordingly, the present description will be directed in particular to those algorithms and processes forming part of, or cooperating more directly with, the method of the present invention. Thus, it will be understood that the computer program product embodiment of the present invention may embody algorithms and processes not specifically shown or described herein that are useful for implementation. Such algorithms and processes are conventional and within the ordinary skill in such arts
Other aspects of such algorithms and systems, and hardware and/or software for producing and otherwise processing the images involved or co-operating with the computer program product of the present invention, are not specifically shown or described herein and may be selected from such algorithms, systems, hardware, components, and elements known in the art.
The computer program for performing the method of the present invention may be stored in a computer readable storage medium. This medium may comprise, for example magnetic storage media such as a magnetic disk (such as a hard drive or a floppy disk) or magnetic tape, optical storage media such as an optical disc, optical tape, or machine readable bar code; solid state electronic storage devices such as random access memory (RAM), or read only memory (ROM), or any other physical device or medium employed to store a computer program. The computer program for performing the method of the present invention may also be stored on computer readable storage medium that is connected to the image processor by way of the Internet or other communication medium. Those skilled in the art will readily recognize that the equivalent of such a computer program product may also be constructed in hardware.
Turning now to FIG. 2, the method of the present invention will be described in greater detail. FIG. 2 is a flow chart illustrating one embodiment of the iris color pixel detection method of the present invention. In the embodiment shown in FIG. 2, iris color pixel detection 200 is accomplished by first detecting skin colored regions in the image and then identifying iris pixels from the skin colored regions.
The first step in skin color detection is color histogram equalization shown in FIG. 2 as block 201. Color Histogram Equalization block 201 receives images to be processed and ensures that the images are in a form that will permit skin color detection. This step is made necessary because human skin may take on any number of colors in an image because of lighting conditions, flash settings or other circumstances. This makes it difficult to automatically detect skin in such images. In Color Histogram Equalization block 201, a statistical analysis of each image is performed. If the mean intensity of any one of the color channels in the image is less than a predetermined value, then the color histogram equalization is performed on the image. In such cases, if the statistical analysis suggests that the image may contain regions of skin that have had their appearance modified by lighting conditions, flash settings or other circumstances, then such images are modified so that skin colored regions can be detected. After the color histogram equalization block, the image is searched for skin color regions in skin color detection block 202. While it is possible to detect skin in a digital image in a number of ways, a preferred method for detecting skin in a digital image is the method that is described in commonly assigned and co-pending application Ser. No. 09/692,930. In this method, skin color pixels are separated from other pixels by defining a working color space that contains a range of possible skin colors collected from a large, well-balanced population of images. A pixel is then identified as skin color pixel if the pixel has a color that is within the working color space.
Skin color detection block 202 identifies a region of skin color pixels in the image. This region can be defined in a number of ways. In one embodiment, the skin color region is defined by generating a set of pixel locations identifying the pixels in the image having skin colors. In another embodiment, a modified image is generated that contains only skin color pixels. In yet another embodiment, skin color detection block 202 defines boundaries that confine the skin color region in the image It will be recognized that more than one skin color region can be identified in the image.
Oval region extraction block 204 examines the skin color regions detected by the skin color detection block 202 to locate skin color regions that may be indicative of a face. Because the human face has a roughly oval shape, the skin color regions are examined to locate an oval shaped skin color region. When an oval shaped skin color region is found, the oval region extraction block 204 measures the geometric properties of the oval shaped skin color region. The oval region extraction block 204 uses these measurements to define parameters that describe the size of the face and the location of the face within the image.
FIG. 3 is an illustration of the relationship between the geometric parameters used to define an oval shaped skin color region in the image. The geometric parameters are determined by computing the moments of the skin color region and using the moments to estimate the ellipse parameters. As is shown in FIG. 3, these parameters include Oval_top 300, Oval_bottom 302, Oval_left 304, Oval_right 306, Oval_center_row 308, and Oval_center_column 310. These parameters are can be used in subsequent processing of the image. It will be recognized that the method of the present invention can be practiced using skin color detection regions that have shapes that are other than oval and that other geometric parameters can be defined in association with such shapes.
After the oval region extraction has been performed, iris color pixel detection block 206 examines the pixels in the oval shaped skin color region to detect iris color pixels. In the method of the present invention, iris color pixel detection block 206 determines whether a pixel is an iris by measuring the red intensity of the pixel. Red intensity levels are measured because it has been observed that that a human iris has a low red intensity level as compared to human skin which has a relatively high red intensity level. However, the preferred method of the present invention does not use a red level thresholding method to determine whether a pixel is to be classified as an iris or as a non-iris.
Instead, in the preferred method of the present invention a pixel is classified as an iris or a non-iris pixel on the basis of a probability analysis. This probability analysis applies an iris statistical model and a non-iris statistical model. The iris statistical model defines the probability that a given pixel is an iris pixel based upon the red intensity level of the pixel. Similarly, the non-iris statistical model defines the probability that a given pixel is not an iris pixel based upon the red intensity level of the pixel The relationship between these models is non-linear as is shown by way of example in FIG. 4 which is an illustration of the conditional probability 402 that a given pixel is an iris pixel stated as a function of a specific red intensity and the conditional probability 404 that a given pixel is a non-iris pixel as a function of a specific red intensity I.
The probability analysis can take many forms. For example, the probabilities can be combined in various ways with a pixel being classified as an iris or not on the basis of the relationship between these probabilities. However, in a preferred embodiment, a mathematical construct known as a Bayes model is used to combine the probabilities to produce the conditional probability that a pixel having a given red intensity belongs to an iris.
In this embodiment, the Bayes model is applied as follows: P ( i r i s | I ) = P ( I | i r i s ) P ( i r i s ) P ( I | i r i s ) P ( i r i s ) + P ( I | n o n i r i s ) P ( n o n i r i s ) ,
where P(iris|I) is the conditional probability that a given pixel intensity belongs to an iris; P(I|iris) is the conditional probability that a given iris pixel has a specific intensity I; P(iris) is the probability of the occurrence of an iris in the face oval region; P(I|noniris) is the conditional probability that a given non-iris pixel has a specific intensity I, and P(noniris) is the probability of the occurrence of a non-iris pixel in the face oval region. The Bayes model further applies the probability of the occurrence of an iris in a face oval region and the probability of the occurrence of a non-iris pixel in the face oval region. Using a probability analysis based on the Bayes model, a pixel is classified as an iris if the conditional probability that a pixel having a given red intensity belongs to an iris is greater than, for example, 0.05.
In the embodiment described above, only those pixels in the oval shaped skin color region defined by Oval_top 300, Oval_bottom 302, Oval_left 304, and Oval_right 306 are examined. Confining the pixels to be examined to those in the oval shaped skin color region reduces the number of pixels to be examined and decreases the likelihood that pixels that are not irises will be classified as such. It will be recognized that shapes other than an oval can be used to model the human face and that parameters that are appropriate to such shapes are used in subsequent processing of the image.
Further, it will be understood that iris pixels can be detected from a skin color region in an image without first detecting an oval or other shaped area. In such a case, each pixel of the skin color region is examined to detect iris color pixels and parameters defining the skin colored region are used later in the eye detection process
FIG. 5 shows a flow chart illustrating the processes used in the iris color/Bayes model training block 226 of FIG. 2 for developing the statistical models used to classify the pixels. This step will be performed before the method for detecting irises is used to detect iris pixels. As is shown, a large sample of frontal face images are collected and examined. All iris pixels and non-iris pixels in the face region of each image are then manually identified 502, 504. Next, the conditional probability that a given iris pixel has a specific red intensity I, P(I|iris) is computed and the probability of the occurrence of an iris in the face oval region, P(iris) 506 is computed; then the conditional probability that a given noniris pixel has a specific red intensity I, P(I|noniris) is computed and finally the probability of the occurrence of a non-ins pixel in the face oval region, P(noniris) 508 is computed. The computed statistical models of iris and non-iris are used in the Bayes formula to produce the conditional probability that a given pixel intensity belongs to an iris, P(iris|I) 510. In application, the Bayes model can be used to generate a look-up table to be used in iris color pixel detection block 206.
The iris color pixel detection block 206 identifies the location of the iris color pixels in the image. In some cases, it will be desirable to ensure that the iris color pixels that are detected are associated with an eye. This is done by performing the step of eye detection. Initial estimate of eye position block 214 is used to estimate the eye positions. It will be appreciated that there are many ways to determine whether an iris pixel is associated with an eye in the image. In one preferred embodiment of the present invention, the iris color pixel locations are used to facilitate the process of determining whether an iris pixel is associated with an eye in the image.
Detected iris color pixels are grouped into clusters 208. A cluster is a non-empty set of iris color pixels with the property that any pixel within the cluster is also within a predefined distance to another pixel in the cluster. One example of a predefined distance is one thirtieth of the digital image height. The iris color pixel grouping process 208 groups iris color pixels into clusters based upon this definition of a cluster. However, it will be understood that pixels may be clustered on the basis of other criteria.
Under certain circumstances a cluster of pixels may not be valid. A cluster may be invalid because, it contains too many iris color pixels or because the geometric relationship of the pixels in the cluster suggests that the cluster is not indicative of an iris. For example, if the height to width ratio is greater than 2.0, then this cluster is invalid. For another example, if the number of pixels in a cluster is greater than 10% of the total pixel numbers in the image, then this cluster is invalid. Invalid iris pixel clusters are removed from further consideration by the method of the present invention. Further iris color pixel cluster validating processes are performed in the following steps.
After the clustering operation, a center for each of the clusters is calculated in finding cluster center block 210. The center of a cluster is determined as the “center of mass” of the cluster. The center position of the clusters is calculated with respect to the origin of the image coordinate system. The origin of the image coordinate system for a digital image may be defined as the upper left corner of the image boundary. Iris color pixel cluster validating process continues in block 210. If the vertical coordinate of the cluster center is higher than Oval_center_row 308 plus a margin M, then this cluster is invalid and removed from further consideration. An example value for margin M is 5% of (Oval_bottom 302−Oval_top 300).
Oval division block 212 uses the oval_center_column 310 parameter to separate the oval shaped skin color region into a left-half region and a right-half region. As is shown in FIG. 6 iris pixel clusters 602 and the center positions 600 of the iris pixel clusters 602 are positioned in either the left-half or right- half regions 604 and 606 separated by the Oval_center_column 310.
In block 214, the process of forming initial estimates of eye positions pairs each cluster in the left-half region with each cluster in the right-half region based on the cluster center locations. If the distance between the two clusters' center in a pair is less than K times the distance between Oval_right 306 and Oval_left 304 and if the vertical distance between two clusters' center in a pair is less than N times the distance between Oval_top 300 and Oval_bottom 302, then the center locations of this cluster pair are treated as the initial estimates of two eyes. An example value of K is 0.4 and an example value of N is 0.1. The process of forming initial estimates of eye positions pairs may find more than one pairs of estimates of eye positions which are used in block 216 to locate a final eye positions. The process of locating eyes is detailed next.
Now, referring to FIG. 7 a, there is illustrated a flowchart of the process of locating eyes The process is initiated S2 by receiving the location data from block 214. The process then determines an estimated size of the eyes S4 by the following equation, which is graphically illustrated in FIG. 9 where d is the distance in pixels between a pair of initial estimates of eye positions, and s is the estimate size, or length, of the eye in pixels. In the present invention, s=d/1.618.
An estimated angular orientation of the eye is also generated from the pair of initial estimates of eye positions S4, as illustrated in FIG. 9. The assumption is that the two eyes are aligned and therefore the orientation of each eye is approximately the same as the orientation of the line connecting the two eyes. This estimated angle, denoted by θ, is between a line connecting the pair of initial estimates of eye positions and a horizontal line through one of initial estimates of eye positions, preferably the eye position on the left.
It is instructive to note that, from this estimated eye size, the resolution of the input image is changed so that the eyes in the image have approximately the same size as the eye template S6. As shown in FIG. 8, the preferred eye template of the present invention includes a resolution of 19 pixels horizontally and 13 pixels vertically This resolution change, or resizing, enables the eyes in the images to be matched at the same resolution of a template and against the same amount of structural detail, as will be described in detail herein below. An alternative is to design a set of templates with different amounts of detail and keep the resolution of the image unchanged. Such an alternative design is readily accomplished by those skilled in the art.
Referring back to FIG. 7 a, a rectangular-shaped search window is formed around one of the initial estimates of eye positions S8; the sides of the window are defined as a weighted product of the previously determined estimate size of the eye, as illustrated by the following equation that is graphically illustrated in FIG. 10: where w is the width in pixels, h is the height in pixels, and s is the estimate size of the eye, s=d/ 1.618. The initial estimate of eye position is used as the center of the search window. Alternative designs of the search window are readily accomplished by those skilled in the art.
The cross-correlation between the template and the image is computed by sequentially moving the center pixel of the template to each pixel in the defined search window and performing a specific type of zone-based cross-correlation at each pixel location for determining the center pixel of the eye S10, as will be described in detail below.
Referring briefly to FIG. 7 b, a zone-based cross-correlation S10 is initialized S10 a. A template is then retrieved and normalized S10 b, if it is not already stored in a normalized state. Referring briefly to FIG. 8, the template is preferably generated from sampling a plurality of eyes and relating their corresponding pixel values, for example by taking the average values at each pixel location. The template is then partitioned into four sub-regions that represent the eyelid, iris, and the two corners of the eye To normalize the template, the average pixel value for the entire template image is subtracted from each pixel value and the resulting pixel value is divided by the standard deviation of the entire template image for obtaining a normalized pixel value. The resulting template therefore has a mean value of zero and a unit variance.
Referring back to FIG. 7 b, with the center of the template at the pixel location of interest, the zone-based cross-correlation includes, first, extracting a block from the image with its center at the current pixel and its size/orientation the same as the template S10 c and normalizing the extracted image block S10 d. Compute the cross-correlation between each sub-region of the extracted block and its counterpart in the template with the pixel of the image at the center of the sub-region S10 e, hereinafter referred to as a zone-based correlation. If the cross-correlation for each sub-zone meets or exceeds a predetermined threshold, preferably 0 5, cross-correlation is performed with the entire template to the same image pixels of interest S10 f, hereinafter referred to as a complete correlation. If a threshold, preferably 0.7, is again met, the program temporarily stores the correlation value and the size/orientation of the template in a buffer S10 h. If the cross-correlation for one or more sub-zones fails the threshold or the cross-correlation for the entire template fails the threshold, the cross-correlation at the pixel of interest is set to “0” and the associated size/orientation are set to “N/A” S10 i. The program then continues to next pixel location S10 l for repeating the above-described partitioned and complete cross-correlations, if not the last pixel in the window
The above-described zone-based correlation and complete correlation are repeated by varying the template for a plurality of sizes around the estimate size (increasing and decreasing) and a plurality of orientations around the estimate orientation (clockwise and counter-clockwise rotation), in order to refine the size and orientation of the eye S10 j. Such increasing and decreasing of the template size/orientation is readily accomplished by those skilled in the art. This refinement involves the same previously described steps, S10 c-S10 i. If one or more complete correlation scores at a pixel location of interest result in a value above the threshold, the program selects the highest correlation value in the temporary buffer and its corresponding template size/orientation used for obtaining the highest value and places them in memory S10 k. It facilitates understanding to note that the above-described varying of the template size is for further refining the estimated size of the eye, and the size/orientation of the best-matching template variation in turn indicate the exact size/orientation of the actual eye.
For example, the template size is increased by 10% and decreased by 10%. If the highest correlation value is from the 19×13 resolution template, the estimated size of the eye is not adjusted. If either of the other resolutions produce the highest correlation value, the estimated size of the eye is adjusted so that it matches the template size producing the highest correlation score. Similarly, the template orientation is increased by 10 degrees and decreased by 10 degrees. If one or more complete correlation scores at the pixel location of interest result in a value above the threshold, the program selects the highest correlation value in the temporary buffer and its corresponding template orientation used for obtaining the highest value and places it in memory. If the highest correlation value is from the template at the original estimated orientation, the estimated orientation of the eye is not adjusted. If either of the other orientations produce the highest correlation value, the estimated orientation of the eye is adjusted so that it matches the template orientation producing the highest correlation value.
The process then continues to the next pixel location for repeating the above-described zone-based and complete correlation S10 l after the size and orientation have been refined for the pixel of interest S10 k. A search window is then defined for the other eye, and the above-describe processes for the first eye are then repeated for the pixels within this search window.
Referring back to FIG. 7 a, at this point, the process may select the pixel at the location containing the highest correlation score in each window S12, or continue on to verify the most likely candidates from the plurality of peak correlation points in each window as the center pixel of the eye S14-S20. The peak points are located as the points having a local maximum complete correlation score S14. The locations of these peaks are stored in a buffer S16.
Referring to FIG. 11, a plurality of verification steps are used. The steps involve matching known characteristics about a pair of eyes to all combinations of pixels selected during correlation, and a scoring technique is used (figures-of-merit) to select the most likely pair of locations for the center of the eyes. The first step is to form all combinations of pixels selected as likely candidates in the two windows S18. In other words, each peak pixel from one window is paired with all the other peak pixels in the other window, as illustrated in FIG. 11. The angular orientation is then determined (i.e. the angle between the line formed between the two pixels of interest and a horizontal line through one of the points, preferably the pixel on the left). If the angular orientation is not within five degrees of the estimated angular orientation in S10 c, the pair is eliminated as possible candidates for the center of both eyes If it is within five degrees of the estimated angular orientation, the pair is stored along with its particular score.
Also, the distance between the two candidate eyes is determined. If the distance is not proportional to the size of the eyes according to the knowledge of the human faces, the pair is eliminated as possible candidates for the center of both eyes. If the proportion is within 20% of the normal proportion, the pair is stored along with its particular score.
Referring to FIG. 13, the next step involves taking the pixels along a horizontal line through the two pixels in a possible combination. A graph of code values versus pixel location for each combination will have a shape as illustrated in FIG. 13. If the shape deviates substantially, the pair is eliminated as possible candidates for the center of the eyes; if it does not substantially deviate, the pair is stored along with its particular score. The deviation is preferably determined by the ratio of the middle peak point and the average of the two valley points, although those skilled in the art can determine other suitable measures of the deviation.
Referring to FIG. 15, all combinations are then examined for symmetry. This includes taking the distance between all combinations and, at a distance halfway between them, looking for symmetry on both sides of the image through pixels vertically through this halfway point. The region of interest, which contains the face, preferably has a width of twice the distance between the eyes and a height of three times the distance between the eyes. The face region is divided into two halves—the left side and the right ride according to the positions of the eyes. The symmetry is preferably determined by the correlation between the left side and the mirror image of the right side, although those skilled in the art can determine other suitable measure of the symmetry. If symmetry exists for the two sides, the pair and its particular score is again stored; if no symmetry exits, the pair is eliminated as a possible pair of candidates.
Also referring to FIG. 15, the image is next examined for the existence of a mouth at an estimated position. The process searches for three or four parallel lines (edges) within a rectangular box that has a width equal to the distance between the eyes and at a predetermined distance from the pair of pixels being analyzed. This distance is 1.2 times the distance between the candidate pairs, although those skilled in the art may determine other distance values or similar criteria. If the lines (edges) exist, the pair and its particular score are stored; if not, the pair is eliminated as possible candidates.
The combinations are then examined for proximity of the pixel locations to initial input locations. The proximity is measured by distance in pixels. If the proximity holds, the pair and their score are stored; if not, the pair is eliminated as possible candidates. The combinations are then examined for combined correlation of the two candidates. The combined correlation is the sum of the complete correlation scores at the two candidate locations. If the combined correlation is above a predetermined threshold, the pair and their score are stored; if not, the pair is eliminated as possible candidates. The most likely pair is the pair that has the highest cumulative scores S20. The final locations of the eyes are determined by this pair S22.
The shape of scoring functions for each above-described figure of merit is illustrated in FIG. 14. With this scoring function, even if a combination fails the threshold of a particular figure of merit, it is assigned a large penalty but can still be retained for further consideration. If a figure of merit x is satisfactory with respect to the threshold T0, the output of the scoring function, which is the input to the score accumulator, is close to a normalized maximum value of 1.0. If x fails the threshold, a increasing amount of penalty is accessed depending on how badly x fails. The advantage of using such a scoring function is improved robustness if a candidate barely fails the threshold but turns out to have the highest cumulative score.
The subject matter of the present invention relates to digital image understanding technology, which is understood to mean technology that digitally processes a digital image to recognize and thereby assign useful meaning to human understandable objects, attributes or conditions, and then to utilize the results obtained in the further processing of the digital image.
The invention has been described with reference to a preferred embodiment. However, it will be appreciated that variations and modifications can be effected by a person of ordinary skill in the art without departing from the scope of the invention
PARTS LIST
100 image source
102 image processor
104 image display
106 data and command entry device
107 computer readable storage medium
108 data and command control device
109 output device
201 color histogram equilization block
202 skin color detection block
204 oval region extraction block
206 iris color pixel detection block
208 group iris pixels into cluster step
210 find cluster center block
212 oval division block
214 initial estimate of eye position block
216 locate final eye position block
226 Iris color/Bayes Model Training block
300 oval_top
302 oval_bottom
304 oval_left
306 oval_right
308 oval_center_row
310 oval_center_column
402 conditional probability that a given pixel is an iris pixel
404 conditional probability that a given pixel is a non-iris pixel
502 iris pixels
504 non-iris pixels
506 probability of iris pixel in face region
508 probability of non-iris pixel in face region
510 probability a pixel intensity is iris
600 center position
602 pixel cluster
604 left half region
606 right half region
S2 initiate process
S4 estimate size of eyes
S6 eye template
S8 form search window
S10 determine center pixel of eye
S10a initialize zone base correlation
S10b retrieve and normalize template
S10c extract block
S10d normalize extracted block
S10e compute cross correlation
S10f perform cross correlation with entire template
S10h store correlation value in buffer
S10i set across correlation to zero
S10j vary template
S10k select highest correlation value
S10l continue
S12 select pixel at highest correlation point
S14 local maximum correlation
S16 store peak locations in buffer
S18 form pixel combinations
S20 pair with highest cumulative score
S22 final eye locations

Claims (15)

1. A digital image processing method for locating human eyes in a digital image, comprising the steps of:
a) detecting a skin colored region in the image;
b) detecting human iris color pixels in the skin colored region irrespective of the brightness of the skin colored region;
c) forming initial estimates of eye positions using the locations of the detected iris color pixels in the skin colored region;
d) estimating the size of each eye based on the distance between the estimated initial eye positions;
e) forming a first search window for one eye, the center of the window being the estimated initial position for the one eye and the size of the window being proportional to the estimated size of the one eye; and
f) employing a template to locate an eye in the first search window.
2. The method claimed in claim 1, further comprising:
g) forming a second search window for another eye; the center of the window being the estimated initial position for the other eye and the size of the window being proportional to the estimated size of the other eye; and
h) employing a template to locate another eye in the second search window.
3. The method claimed in claim 1, further comprising the step of finding an oval shaped skin color region, and locating eyes in only the oval shaped skin color region.
4. The method claimed in claim 3, wherein the step of forming initial estimates of eye positions comprises the steps of:
a) grouping the detected iris color pixels into clusters;
b) finding the center of each iris color pixel cluster;
c) dividing an oval region into a left-half and a right-half along a major axis of the oval region; and
d) forming the initial estimates of eye positions based on the location of the centers of the clusters in relation to the left and right halves of the oval region.
5. The method claimed in claim 1, wherein the step of detecting human iris color pixels, comprises the steps of:
c1) deriving probability distributions of iris and non-iris colored pixels from a number of sample images; and
c2) using the derived probability distributions in a Bayes model to produce a look up table indicating the probability that a given pixel is an iris colored pixel.
6. The method as claimed in claim 2, wherein the step of employing a template to locate an eye in a search window comprises determining a plurality of eye locations in the search window that give a desired matching response to the template.
7. The method as claimed in claim 6 further comprising the step of finding a best pair of eye locations, one eye location from each window.
8. The method as claimed in claim 7, wherein the step of finding the best pair of eye locations includes computing a plurality of figures of merit for each pair of eye locations and summing the figures of merit for each pair of eye locations.
9. The method as claimed in claim 8, wherein the step of computing a plurality of figures of merit selected from the group comprising: orientation, proximity, combined matching score, proportion, profile, and evidence of mouth.
10. The method as claimed in claim 9, wherein the step of computing a proximity figure of merit includes measuring the proximity of the located eyes to the estimated initial eye positions.
11. The method as claimed in claim 9, wherein the step of employing a template to locate an eye in a search window comprises determining a plurality of eye locations in the search window that give a desired matching response to the template, and wherein the step of computing a combined matching score includes summing up individual matching scores.
12. The method as claimed in claim 9, wherein the step of computing a proportion figure of merit includes providing an anthropological eye distance model, and computing a value representing the match between a distance between the located eyes with the anthropological eye distance model.
13. The method as claimed in claim 9, wherein the step of computing a profile figure of merit includes: providing a pre-determined model of an eye-to-eye profile; determining an actual eye to eye profile; and computing a goodness-of-fit between the actual eye to eye profile to the eye to eye model profile.
14. The method as claimed in claim 9, wherein the step of computing an evidence of mouth figure of merit includes: computing values representing strength and orientation of edges within a mouth window determined by a pair of eye locations.
15. The method as claimed in claim 6 wherein the desired matching response is a local maximum matching score.
US09/884,373 2001-06-19 2001-06-19 Method for automatically locating eyes in an image Expired - Lifetime US6895103B2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
US09/884,373 US6895103B2 (en) 2001-06-19 2001-06-19 Method for automatically locating eyes in an image
JP2002162530A JP2003030667A (en) 2001-06-19 2002-06-04 Method for automatically locating eyes in image
EP02077231A EP1271394A3 (en) 2001-06-19 2002-06-07 Method for automatically locating eyes in an image

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US09/884,373 US6895103B2 (en) 2001-06-19 2001-06-19 Method for automatically locating eyes in an image

Publications (2)

Publication Number Publication Date
US20030016846A1 US20030016846A1 (en) 2003-01-23
US6895103B2 true US6895103B2 (en) 2005-05-17

Family

ID=25384476

Family Applications (1)

Application Number Title Priority Date Filing Date
US09/884,373 Expired - Lifetime US6895103B2 (en) 2001-06-19 2001-06-19 Method for automatically locating eyes in an image

Country Status (3)

Country Link
US (1) US6895103B2 (en)
EP (1) EP1271394A3 (en)
JP (1) JP2003030667A (en)

Cited By (51)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030223635A1 (en) * 2002-06-04 2003-12-04 Russon Virgil K. Image correction system and method
US20040001614A1 (en) * 2002-06-26 2004-01-01 Russon Virgil Kay Image correction system and method
US20040042656A1 (en) * 2000-10-09 2004-03-04 Kadir Timor Method and apparatus for determining regions of interest in images and for image transmission
US20040197011A1 (en) * 2003-04-04 2004-10-07 Camus Theodore A. Method and apparatus for providing a robust object finder
US20050041867A1 (en) * 2002-03-27 2005-02-24 Gareth Loy Method and apparatus for the automatic detection of facial features
US20050063582A1 (en) * 2003-08-29 2005-03-24 Samsung Electronics Co., Ltd. Method and apparatus for image-based photorealistic 3D face modeling
US20050069219A1 (en) * 2003-09-29 2005-03-31 Shang-Yun Wu Method of processing red eye in digital images
US20050084137A1 (en) * 2002-01-16 2005-04-21 Kim Dae-Hoon System and method for iris identification using stereoscopic face recognition
US20060126939A1 (en) * 2004-12-09 2006-06-15 Samsung Electronics Co., Ltd. Apparatus and method for recognizing an image
US20060291702A1 (en) * 2004-08-02 2006-12-28 Herwig Miessbacher Pupil detection device and iris authentication apparatus
US20070014431A1 (en) * 2005-06-10 2007-01-18 Hammoud Riad I System and method for detecting an eye
US20070071287A1 (en) * 2004-08-02 2007-03-29 Morio Sugita Pupil detection device and iris authentication apparatus
US20070161886A1 (en) * 2005-11-07 2007-07-12 Rainer Kuth Method and apparatus for evaluating a 3D image of a laterally-symmetric organ system
US20070262574A1 (en) * 1982-06-18 2007-11-15 Intelligent Technologies International, Inc. Optical Monitoring of Vehicle Interiors
US20070274573A1 (en) * 2006-05-26 2007-11-29 Canon Kabushiki Kaisha Image processing method and image processing apparatus
US20070291983A1 (en) * 2006-06-14 2007-12-20 Hammoud Riad I Method of tracking a human eye in a video image
US20080219515A1 (en) * 2007-03-09 2008-09-11 Jiris Usa, Inc. Iris recognition system, a method thereof, and an encryption system using the same
US20080281797A1 (en) * 2007-05-08 2008-11-13 Canon Kabushiki Kaisha Image search apparatus and image search method, and storage medium thereof
US20080304749A1 (en) * 2007-06-11 2008-12-11 Sony Corporation Image processing apparatus, image display apparatus, imaging apparatus, method for image processing therefor, and program
US20090041299A1 (en) * 2007-08-10 2009-02-12 Nitin Afzulpurkar Method and Apparatus for Recognition of an Object by a Machine
US20090051979A1 (en) * 2007-08-24 2009-02-26 Hwai-Tzuu Tai Toner-based noise reduction in electrostatography
US20090324091A1 (en) * 2008-06-25 2009-12-31 Canon Kabushiki Kaisha Image processing apparatus, image processing method, program, and computer-readable print medium
US20090324063A1 (en) * 2008-06-25 2009-12-31 Canon Kabushiki Kaisha Image processing method and apparatus for correcting specific part
US7659923B1 (en) * 2005-06-24 2010-02-09 David Alan Johnson Elimination of blink-related closed eyes in portrait photography
US20100077297A1 (en) * 2008-09-25 2010-03-25 Canon Kabushiki Kaisha Information processing apparatus, processing method therefor, and computer-readable storage medium
US20100128978A1 (en) * 2007-03-30 2010-05-27 Mitsubishi Electric Corporaton Image processing apparatus and program recording medium
US7974475B1 (en) * 2009-08-20 2011-07-05 Thomas Cecil Minter Adaptive bayes image correlation
US20120027268A1 (en) * 2009-05-13 2012-02-02 John Kwan Reference Objects and/or Facial/Body Recognition
US20120230553A1 (en) * 2009-09-01 2012-09-13 Lg Innotek Co., Ltd. Apparatus and method for detecting eye state
US8442315B2 (en) 2010-07-16 2013-05-14 Canon Kabushiki Kaisha Image processing apparatus, image processing method, and computer-readable medium
US8457397B2 (en) 2010-07-16 2013-06-04 Canon Kabushiki Kaisha Image processing apparatus, image processing method, and computer-readable medium
US20140003728A1 (en) * 2011-03-10 2014-01-02 Panasonic Corporation Object determination device
US8639030B2 (en) 2010-05-24 2014-01-28 Canon Kabushiki Kaisha Image processing using an adaptation rate
US9002107B2 (en) 2010-07-16 2015-04-07 Canon Kabushiki Kaisha Color balance correction based on skin color and highlight color
US9189681B2 (en) 2012-07-09 2015-11-17 Canon Kabushiki Kaisha Image processing apparatus, method thereof, and computer-readable storage medium
US9208595B2 (en) 2012-07-09 2015-12-08 Canon Kabushiki Kaisha Apparatus, image processing method and storage medium storing program
US9214027B2 (en) 2012-07-09 2015-12-15 Canon Kabushiki Kaisha Apparatus, method, and non-transitory computer-readable medium
US9275270B2 (en) 2012-07-09 2016-03-01 Canon Kabushiki Kaisha Information processing apparatus and control method thereof
US9280720B2 (en) 2012-07-09 2016-03-08 Canon Kabushiki Kaisha Apparatus, method, and computer-readable storage medium
US9292760B2 (en) 2012-07-09 2016-03-22 Canon Kabushiki Kaisha Apparatus, method, and non-transitory computer-readable medium
US9299177B2 (en) 2012-07-09 2016-03-29 Canon Kabushiki Kaisha Apparatus, method and non-transitory computer-readable medium using layout similarity
US9501688B2 (en) 2012-07-09 2016-11-22 Canon Kabushiki Kaisha Apparatus, processing method and storage medium storing program
US9558212B2 (en) 2012-07-09 2017-01-31 Canon Kabushiki Kaisha Apparatus, image processing method and computer-readable storage medium for object identification based on dictionary information
US10013395B2 (en) 2012-07-09 2018-07-03 Canon Kabushiki Kaisha Apparatus, control method thereof, and storage medium that determine a layout image from a generated plurality of layout images by evaluating selected target images
US10366296B2 (en) 2016-03-31 2019-07-30 Princeton Identity, Inc. Biometric enrollment systems and methods
US10373008B2 (en) 2016-03-31 2019-08-06 Princeton Identity, Inc. Systems and methods of biometric analysis with adaptive trigger
US10425814B2 (en) 2014-09-24 2019-09-24 Princeton Identity, Inc. Control of wireless communication device capability in a mobile device with a biometric key
US10452936B2 (en) 2016-01-12 2019-10-22 Princeton Identity Systems and methods of biometric analysis with a spectral discriminator
US10484584B2 (en) 2014-12-03 2019-11-19 Princeton Identity, Inc. System and method for mobile device biometric add-on
US10607096B2 (en) 2017-04-04 2020-03-31 Princeton Identity, Inc. Z-dimension user feedback biometric system
US10902104B2 (en) 2017-07-26 2021-01-26 Princeton Identity, Inc. Biometric security systems and methods

Families Citing this family (30)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7224823B2 (en) * 2001-09-25 2007-05-29 Matsushita Electric Industrial Co., Ltd. Parameter estimation apparatus and data matching apparatus
US7239726B2 (en) * 2001-12-12 2007-07-03 Sony Corporation System and method for effectively extracting facial feature information
TWI224287B (en) * 2003-01-23 2004-11-21 Ind Tech Res Inst Iris extraction method
JP2005084980A (en) * 2003-09-09 2005-03-31 Fuji Photo Film Co Ltd Data generation unit for card with face image, method and program
JP2005316958A (en) * 2004-03-30 2005-11-10 Fuji Photo Film Co Ltd Red eye detection device, method, and program
WO2006041426A2 (en) 2004-09-15 2006-04-20 Adobe Systems Incorporated Locating a feature in a digital image
US7623707B2 (en) 2004-09-15 2009-11-24 Adobe Systems Incorporated Hierarchically locating a feature in a digital image
JPWO2006030519A1 (en) * 2004-09-17 2008-05-08 三菱電機株式会社 Face authentication apparatus and face authentication method
FR2880969B1 (en) * 2005-01-20 2007-06-15 Sagem DEVICE FOR DETECTING RED EYES ON AN IMAGE AND IMAGE PRINTING DEVICE USING THE SAME
FR2881546B1 (en) * 2005-01-31 2007-09-14 Sagem METHOD FOR DETERMINING A REFERENCE AXIS OF AN EYE
CN101636748A (en) * 2005-09-12 2010-01-27 卡洛斯·塔庞 The coupling based on frame and pixel of the graphics images to camera frames for computer vision that model generates
JP4479756B2 (en) 2007-07-05 2010-06-09 ソニー株式会社 Image processing apparatus, image processing method, and computer program
US8437514B2 (en) * 2007-10-02 2013-05-07 Microsoft Corporation Cartoon face generation
US8831379B2 (en) * 2008-04-04 2014-09-09 Microsoft Corporation Cartoon personalization
JP6045232B2 (en) 2012-07-09 2016-12-14 キヤノン株式会社 Image processing apparatus, image processing method, and program
JP6071287B2 (en) 2012-07-09 2017-02-01 キヤノン株式会社 Image processing apparatus, image processing method, and program
JP6071288B2 (en) 2012-07-09 2017-02-01 キヤノン株式会社 Image processing apparatus, image processing method, and program
US9600711B2 (en) * 2012-08-29 2017-03-21 Conduent Business Services, Llc Method and system for automatically recognizing facial expressions via algorithmic periocular localization
JP6261206B2 (en) 2013-06-28 2018-01-17 キヤノン株式会社 Information processing apparatus, information processing method, and program
US9666088B2 (en) * 2013-08-07 2017-05-30 Xerox Corporation Video-based teacher assistance
JP6282065B2 (en) 2013-09-05 2018-02-21 キヤノン株式会社 Image processing apparatus, image processing method, and program
JP6168928B2 (en) 2013-09-05 2017-07-26 キヤノン株式会社 Image processing apparatus, image processing method, and program
JP2015053541A (en) 2013-09-05 2015-03-19 キヤノン株式会社 Image processing apparatus, image processing method, and program
US9953247B2 (en) * 2015-01-29 2018-04-24 Samsung Electronics Co., Ltd. Method and apparatus for determining eye position information
US9830708B1 (en) * 2015-10-15 2017-11-28 Snap Inc. Image segmentation of a video stream
JP6931870B2 (en) * 2017-02-15 2021-09-08 国立研究開発法人理化学研究所 Methods and devices for detecting cell reprogramming
WO2019178054A1 (en) * 2018-03-12 2019-09-19 Carnegie Mellon University Pose invariant face recognition
CN111626143B (en) * 2020-05-06 2023-12-08 深圳市梦网视讯有限公司 Reverse face detection method, system and equipment based on eye positioning
CN113724213B (en) * 2021-08-20 2022-06-03 智昌科技集团股份有限公司 Small hole positioning method followed by user-defined search area
CN116681703B (en) * 2023-08-03 2023-10-10 杭州鸿世电器股份有限公司 Intelligent switch quality rapid detection method

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0899680A2 (en) 1997-08-29 1999-03-03 Eastman Kodak Company Method for automatic detection of human eyes in digital images
EP0899686A2 (en) 1997-08-29 1999-03-03 Eastman Kodak Company A computer program product for redeye detection
US5892837A (en) 1997-08-29 1999-04-06 Eastman Kodak Company Computer program product for locating objects in an image
EP0961225A2 (en) 1998-05-26 1999-12-01 Eastman Kodak Company A computer program product for redeye detection
US6072892A (en) 1997-08-20 2000-06-06 Daewoo Electronics Co., Ltd. Eye position detecting apparatus and method therefor
US6292575B1 (en) * 1998-07-20 2001-09-18 Lau Technologies Real-time facial recognition and verification system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AU1127197A (en) * 1995-12-04 1997-06-27 David Sarnoff Research Center, Inc. Wide field of view/narrow field of view recognition system and method

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6072892A (en) 1997-08-20 2000-06-06 Daewoo Electronics Co., Ltd. Eye position detecting apparatus and method therefor
EP0899680A2 (en) 1997-08-29 1999-03-03 Eastman Kodak Company Method for automatic detection of human eyes in digital images
EP0899686A2 (en) 1997-08-29 1999-03-03 Eastman Kodak Company A computer program product for redeye detection
US5892837A (en) 1997-08-29 1999-04-06 Eastman Kodak Company Computer program product for locating objects in an image
US6072893A (en) 1997-08-29 2000-06-06 Eastman Kodak Company Method and system for locating objects in an image
EP0961225A2 (en) 1998-05-26 1999-12-01 Eastman Kodak Company A computer program product for redeye detection
US6292575B1 (en) * 1998-07-20 2001-09-18 Lau Technologies Real-time facial recognition and verification system

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
Chang Thomas C. et al.: "Facial Feature Extraction from Color Images" Pattern Recognition, 1994, vol. 2-Conference B: Computer Vision & Image Processing., Proceedings of the 12<SUP>th </SUP>IAPR International. Conference on Jerusalem, Israel Oct. 9-13, 1994, Los Alamitos CA., USA, IEEE Comput. Soc., Oct. 9, 1994, pp. 39-43, XP010216250, ISBN: 0-8186-6270-0, paragraph 03.2-paragraph 03.6.
Chow Gloria et al.: "Towards a System for Automatic Facial Feature Detection" Pattern Recognition, Pergamon Press Inc. Elmsford, N.Y. US, vol. 26, No. 12, Dec. 1, 1993, pp. 1739-1755, XP000420368, ISSN: 0031-3203 Introduction.
Sung, Thesis for Ph.D.: Learning and Example Selection for Object and Pattern Detection, M.I.T. Artificial Intelligence Lab, AITR No. 1572, Jan. 1996, pp. 1-195.
U.S. Appl. No. 09/692,930, filed Oct. 20, 2000 by Chen et al.
WO 97/21188 A (Sarnoff David Res. Center) Jun. 12, 1997 p. 43, line 29, -p. 44, line 4.

Cited By (84)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8948442B2 (en) * 1982-06-18 2015-02-03 Intelligent Technologies International, Inc. Optical monitoring of vehicle interiors
US20070262574A1 (en) * 1982-06-18 2007-11-15 Intelligent Technologies International, Inc. Optical Monitoring of Vehicle Interiors
US20040042656A1 (en) * 2000-10-09 2004-03-04 Kadir Timor Method and apparatus for determining regions of interest in images and for image transmission
US7162081B2 (en) * 2000-10-09 2007-01-09 Motorola, Inc. Method and apparatus for determining regions of interest in images and for image transmission
US20050084137A1 (en) * 2002-01-16 2005-04-21 Kim Dae-Hoon System and method for iris identification using stereoscopic face recognition
US7460693B2 (en) * 2002-03-27 2008-12-02 Seeing Machines Pty Ltd Method and apparatus for the automatic detection of facial features
US20050041867A1 (en) * 2002-03-27 2005-02-24 Gareth Loy Method and apparatus for the automatic detection of facial features
US20030223635A1 (en) * 2002-06-04 2003-12-04 Russon Virgil K. Image correction system and method
US7146026B2 (en) * 2002-06-04 2006-12-05 Hewlett-Packard Development Company, L.P. Image correction system and method
US20040001614A1 (en) * 2002-06-26 2004-01-01 Russon Virgil Kay Image correction system and method
US7177449B2 (en) * 2002-06-26 2007-02-13 Hewlett-Packard Development Company, L.P. Image correction system and method
US20040197011A1 (en) * 2003-04-04 2004-10-07 Camus Theodore A. Method and apparatus for providing a robust object finder
US7599524B2 (en) * 2003-04-04 2009-10-06 Sarnoff Corporation Method and apparatus for providing a robust object finder
US20050063582A1 (en) * 2003-08-29 2005-03-24 Samsung Electronics Co., Ltd. Method and apparatus for image-based photorealistic 3D face modeling
US7835568B2 (en) * 2003-08-29 2010-11-16 Samsung Electronics Co., Ltd. Method and apparatus for image-based photorealistic 3D face modeling
US7295686B2 (en) * 2003-09-29 2007-11-13 Primax Electronics Ltd. Method of processing red eye in digital images
US20050069219A1 (en) * 2003-09-29 2005-03-31 Shang-Yun Wu Method of processing red eye in digital images
US20070071287A1 (en) * 2004-08-02 2007-03-29 Morio Sugita Pupil detection device and iris authentication apparatus
US20060291702A1 (en) * 2004-08-02 2006-12-28 Herwig Miessbacher Pupil detection device and iris authentication apparatus
US20060126939A1 (en) * 2004-12-09 2006-06-15 Samsung Electronics Co., Ltd. Apparatus and method for recognizing an image
US7715632B2 (en) * 2004-12-09 2010-05-11 Samsung Electronics Co., Ltd Apparatus and method for recognizing an image
US20070014431A1 (en) * 2005-06-10 2007-01-18 Hammoud Riad I System and method for detecting an eye
US7689008B2 (en) * 2005-06-10 2010-03-30 Delphi Technologies, Inc. System and method for detecting an eye
US7659923B1 (en) * 2005-06-24 2010-02-09 David Alan Johnson Elimination of blink-related closed eyes in portrait photography
US7724931B2 (en) * 2005-11-07 2010-05-25 Siemens Aktiengesellschaft Method and apparatus for evaluating a 3D image of a laterally-symmetric organ system
US20070161886A1 (en) * 2005-11-07 2007-07-12 Rainer Kuth Method and apparatus for evaluating a 3D image of a laterally-symmetric organ system
US8391595B2 (en) 2006-05-26 2013-03-05 Canon Kabushiki Kaisha Image processing method and image processing apparatus
US20070274573A1 (en) * 2006-05-26 2007-11-29 Canon Kabushiki Kaisha Image processing method and image processing apparatus
US7620216B2 (en) * 2006-06-14 2009-11-17 Delphi Technologies, Inc. Method of tracking a human eye in a video image
US20070291983A1 (en) * 2006-06-14 2007-12-20 Hammoud Riad I Method of tracking a human eye in a video image
US8023699B2 (en) * 2007-03-09 2011-09-20 Jiris Co., Ltd. Iris recognition system, a method thereof, and an encryption system using the same
US20080219515A1 (en) * 2007-03-09 2008-09-11 Jiris Usa, Inc. Iris recognition system, a method thereof, and an encryption system using the same
US8417025B2 (en) * 2007-03-30 2013-04-09 Mitsubishi Electric Corporation Image processing apparatus and program recording medium
US20100128978A1 (en) * 2007-03-30 2010-05-27 Mitsubishi Electric Corporaton Image processing apparatus and program recording medium
US8532431B2 (en) 2007-05-08 2013-09-10 Canon Kabushiki Kaisha Image search apparatus, image search method, and storage medium for matching images with search conditions using image feature amounts
US20080281797A1 (en) * 2007-05-08 2008-11-13 Canon Kabushiki Kaisha Image search apparatus and image search method, and storage medium thereof
US8085996B2 (en) * 2007-06-11 2011-12-27 Sony Corporation Image processing apparatus, image display apparatus, imaging apparatus, method for image processing therefor, and program
US20080304749A1 (en) * 2007-06-11 2008-12-11 Sony Corporation Image processing apparatus, image display apparatus, imaging apparatus, method for image processing therefor, and program
US20090041299A1 (en) * 2007-08-10 2009-02-12 Nitin Afzulpurkar Method and Apparatus for Recognition of an Object by a Machine
US8270711B2 (en) * 2007-08-10 2012-09-18 Asian Institute Of Technology Method and apparatus for recognition of an object by a machine
US7755802B2 (en) 2007-08-24 2010-07-13 Eastman Kodak Company Toner-based noise reduction in electrostatography
US20090051979A1 (en) * 2007-08-24 2009-02-26 Hwai-Tzuu Tai Toner-based noise reduction in electrostatography
US20090324063A1 (en) * 2008-06-25 2009-12-31 Canon Kabushiki Kaisha Image processing method and apparatus for correcting specific part
US20090324091A1 (en) * 2008-06-25 2009-12-31 Canon Kabushiki Kaisha Image processing apparatus, image processing method, program, and computer-readable print medium
US8374439B2 (en) 2008-06-25 2013-02-12 Canon Kabushiki Kaisha Image processing apparatus, image processing method, program, and computer-readable print medium
US20100077297A1 (en) * 2008-09-25 2010-03-25 Canon Kabushiki Kaisha Information processing apparatus, processing method therefor, and computer-readable storage medium
US20120027268A1 (en) * 2009-05-13 2012-02-02 John Kwan Reference Objects and/or Facial/Body Recognition
US9229957B2 (en) * 2009-05-13 2016-01-05 Kwan Sofware Engineering, Inc. Reference objects and/or facial/body recognition
US7974475B1 (en) * 2009-08-20 2011-07-05 Thomas Cecil Minter Adaptive bayes image correlation
US20120230553A1 (en) * 2009-09-01 2012-09-13 Lg Innotek Co., Ltd. Apparatus and method for detecting eye state
US8639030B2 (en) 2010-05-24 2014-01-28 Canon Kabushiki Kaisha Image processing using an adaptation rate
US9398282B2 (en) 2010-05-24 2016-07-19 Canon Kabushiki Kaisha Image processing apparatus, control method, and computer-readable medium
US8457397B2 (en) 2010-07-16 2013-06-04 Canon Kabushiki Kaisha Image processing apparatus, image processing method, and computer-readable medium
US9406003B2 (en) 2010-07-16 2016-08-02 Canon Kabushiki Kaisha Image processing with color balance correction
US8842914B2 (en) 2010-07-16 2014-09-23 Canon Kabushiki Kaisha Image processing apparatus, image processing method, and computer-readable medium
US8934712B2 (en) 2010-07-16 2015-01-13 Canon Kabushiki Kaisha Image processing apparatus, image processing method, and computer-readable medium
US9002107B2 (en) 2010-07-16 2015-04-07 Canon Kabushiki Kaisha Color balance correction based on skin color and highlight color
US8442315B2 (en) 2010-07-16 2013-05-14 Canon Kabushiki Kaisha Image processing apparatus, image processing method, and computer-readable medium
US9087231B2 (en) * 2011-03-10 2015-07-21 Panasonic Intellectual Property Management Co., Ltd. Object determination device
US20140003728A1 (en) * 2011-03-10 2014-01-02 Panasonic Corporation Object determination device
US10055640B2 (en) 2012-07-09 2018-08-21 Canon Kabushiki Kaisha Classification of feature information into groups based upon similarity, and apparatus, image processing method, and computer-readable storage medium thereof
US9501688B2 (en) 2012-07-09 2016-11-22 Canon Kabushiki Kaisha Apparatus, processing method and storage medium storing program
US9280720B2 (en) 2012-07-09 2016-03-08 Canon Kabushiki Kaisha Apparatus, method, and computer-readable storage medium
US9292760B2 (en) 2012-07-09 2016-03-22 Canon Kabushiki Kaisha Apparatus, method, and non-transitory computer-readable medium
US9299177B2 (en) 2012-07-09 2016-03-29 Canon Kabushiki Kaisha Apparatus, method and non-transitory computer-readable medium using layout similarity
US9189681B2 (en) 2012-07-09 2015-11-17 Canon Kabushiki Kaisha Image processing apparatus, method thereof, and computer-readable storage medium
US9208595B2 (en) 2012-07-09 2015-12-08 Canon Kabushiki Kaisha Apparatus, image processing method and storage medium storing program
US10127436B2 (en) 2012-07-09 2018-11-13 Canon Kabushiki Kaisha Apparatus, image processing method and storage medium storing program
US9558212B2 (en) 2012-07-09 2017-01-31 Canon Kabushiki Kaisha Apparatus, image processing method and computer-readable storage medium for object identification based on dictionary information
US9852325B2 (en) 2012-07-09 2017-12-26 Canon Kabushiki Kaisha Apparatus, image processing method and storage medium storing program
US10013395B2 (en) 2012-07-09 2018-07-03 Canon Kabushiki Kaisha Apparatus, control method thereof, and storage medium that determine a layout image from a generated plurality of layout images by evaluating selected target images
US9275270B2 (en) 2012-07-09 2016-03-01 Canon Kabushiki Kaisha Information processing apparatus and control method thereof
US9214027B2 (en) 2012-07-09 2015-12-15 Canon Kabushiki Kaisha Apparatus, method, and non-transitory computer-readable medium
US10425814B2 (en) 2014-09-24 2019-09-24 Princeton Identity, Inc. Control of wireless communication device capability in a mobile device with a biometric key
US10484584B2 (en) 2014-12-03 2019-11-19 Princeton Identity, Inc. System and method for mobile device biometric add-on
US10762367B2 (en) 2016-01-12 2020-09-01 Princeton Identity Systems and methods of biometric analysis to determine natural reflectivity
US10452936B2 (en) 2016-01-12 2019-10-22 Princeton Identity Systems and methods of biometric analysis with a spectral discriminator
US10643088B2 (en) 2016-01-12 2020-05-05 Princeton Identity, Inc. Systems and methods of biometric analysis with a specularity characteristic
US10643087B2 (en) 2016-01-12 2020-05-05 Princeton Identity, Inc. Systems and methods of biometric analysis to determine a live subject
US10943138B2 (en) 2016-01-12 2021-03-09 Princeton Identity, Inc. Systems and methods of biometric analysis to determine lack of three-dimensionality
US10366296B2 (en) 2016-03-31 2019-07-30 Princeton Identity, Inc. Biometric enrollment systems and methods
US10373008B2 (en) 2016-03-31 2019-08-06 Princeton Identity, Inc. Systems and methods of biometric analysis with adaptive trigger
US10607096B2 (en) 2017-04-04 2020-03-31 Princeton Identity, Inc. Z-dimension user feedback biometric system
US10902104B2 (en) 2017-07-26 2021-01-26 Princeton Identity, Inc. Biometric security systems and methods

Also Published As

Publication number Publication date
JP2003030667A (en) 2003-01-31
EP1271394A3 (en) 2004-02-11
US20030016846A1 (en) 2003-01-23
EP1271394A2 (en) 2003-01-02

Similar Documents

Publication Publication Date Title
US6895103B2 (en) Method for automatically locating eyes in an image
US6920237B2 (en) Digital image processing method and computer program product for detecting human irises in an image
US6151403A (en) Method for automatic detection of human eyes in digital images
US6792134B2 (en) Multi-mode digital image processing method for detecting eyes
US7092554B2 (en) Method for detecting eye and mouth positions in a digital image
EP1296279B1 (en) Method and computer program product for locating facial features
US6072893A (en) Method and system for locating objects in an image
US6661907B2 (en) Face detection in digital images
US8995725B2 (en) On-site composition and aesthetics feedback through exemplars for photographers
US5450504A (en) Method for finding a most likely matching of a target facial image in a data base of facial images
US7035461B2 (en) Method for detecting objects in digital images
Kawaguchi et al. Iris detection using intensity and edge information
US7376270B2 (en) Detecting human faces and detecting red eyes
JPH09102043A (en) Position detection of element at inside of picture
JPH10320562A (en) Detection system and detection method for face of person
JP2003317101A (en) Method for verifying face using method for automatically updating database and system therefor
CN108446639A (en) Low-power consumption augmented reality equipment
Lin et al. A gender classification scheme based on multi-region feature extraction and information fusion for unconstrained images
Karungaru et al. Face recognition in colour images using neural networks and genetic algorithms
Lin et al. Pose classification of human faces by weighting mask function approach
Dhamija et al. Analysis of age invariant face recognition using quadratic support vector machine-principal component analysis
Schimmel Efficient human facial pose estimation
Hoffmann et al. Face Detection Using Discrete Gabor Jets and a Probabilistic Model of Colored Image Patches

Legal Events

Date Code Title Description
AS Assignment

Owner name: EASTMAN KODAK COMPANY, NEW YORK

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:CHEN, SHOUPU;LUO, JIEBO;REEL/FRAME:011943/0642

Effective date: 20010618

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCF Information on status: patent grant

Free format text: PATENTED CASE

FPAY Fee payment

Year of fee payment: 4

AS Assignment

Owner name: CITICORP NORTH AMERICA, INC., AS AGENT, NEW YORK

Free format text: SECURITY INTEREST;ASSIGNORS:EASTMAN KODAK COMPANY;PAKON, INC.;REEL/FRAME:028201/0420

Effective date: 20120215

FPAY Fee payment

Year of fee payment: 8

AS Assignment

Owner name: EASTMAN KODAK INTERNATIONAL CAPITAL COMPANY, INC.,

Free format text: PATENT RELEASE;ASSIGNORS:CITICORP NORTH AMERICA, INC.;WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:029913/0001

Effective date: 20130201

Owner name: PAKON, INC., INDIANA

Free format text: PATENT RELEASE;ASSIGNORS:CITICORP NORTH AMERICA, INC.;WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:029913/0001

Effective date: 20130201

Owner name: QUALEX INC., NORTH CAROLINA

Free format text: PATENT RELEASE;ASSIGNORS:CITICORP NORTH AMERICA, INC.;WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:029913/0001

Effective date: 20130201

Owner name: EASTMAN KODAK COMPANY, NEW YORK

Free format text: PATENT RELEASE;ASSIGNORS:CITICORP NORTH AMERICA, INC.;WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:029913/0001

Effective date: 20130201

Owner name: KODAK PORTUGUESA LIMITED, NEW YORK

Free format text: PATENT RELEASE;ASSIGNORS:CITICORP NORTH AMERICA, INC.;WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:029913/0001

Effective date: 20130201

Owner name: FAR EAST DEVELOPMENT LTD., NEW YORK

Free format text: PATENT RELEASE;ASSIGNORS:CITICORP NORTH AMERICA, INC.;WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:029913/0001

Effective date: 20130201

Owner name: NPEC INC., NEW YORK

Free format text: PATENT RELEASE;ASSIGNORS:CITICORP NORTH AMERICA, INC.;WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:029913/0001

Effective date: 20130201

Owner name: KODAK (NEAR EAST), INC., NEW YORK

Free format text: PATENT RELEASE;ASSIGNORS:CITICORP NORTH AMERICA, INC.;WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:029913/0001

Effective date: 20130201

Owner name: LASER-PACIFIC MEDIA CORPORATION, NEW YORK

Free format text: PATENT RELEASE;ASSIGNORS:CITICORP NORTH AMERICA, INC.;WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:029913/0001

Effective date: 20130201

Owner name: KODAK REALTY, INC., NEW YORK

Free format text: PATENT RELEASE;ASSIGNORS:CITICORP NORTH AMERICA, INC.;WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:029913/0001

Effective date: 20130201

Owner name: CREO MANUFACTURING AMERICA LLC, WYOMING

Free format text: PATENT RELEASE;ASSIGNORS:CITICORP NORTH AMERICA, INC.;WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:029913/0001

Effective date: 20130201

Owner name: KODAK AMERICAS, LTD., NEW YORK

Free format text: PATENT RELEASE;ASSIGNORS:CITICORP NORTH AMERICA, INC.;WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:029913/0001

Effective date: 20130201

Owner name: FPC INC., CALIFORNIA

Free format text: PATENT RELEASE;ASSIGNORS:CITICORP NORTH AMERICA, INC.;WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:029913/0001

Effective date: 20130201

Owner name: KODAK IMAGING NETWORK, INC., CALIFORNIA

Free format text: PATENT RELEASE;ASSIGNORS:CITICORP NORTH AMERICA, INC.;WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:029913/0001

Effective date: 20130201

Owner name: KODAK AVIATION LEASING LLC, NEW YORK

Free format text: PATENT RELEASE;ASSIGNORS:CITICORP NORTH AMERICA, INC.;WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:029913/0001

Effective date: 20130201

Owner name: KODAK PHILIPPINES, LTD., NEW YORK

Free format text: PATENT RELEASE;ASSIGNORS:CITICORP NORTH AMERICA, INC.;WILMINGTON TRUST, NATIONAL ASSOCIATION;REEL/FRAME:029913/0001

Effective date: 20130201

AS Assignment

Owner name: INTELLECTUAL VENTURES FUND 83 LLC, NEVADA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:EASTMAN KODAK COMPANY;REEL/FRAME:030249/0314

Effective date: 20130201

FPAY Fee payment

Year of fee payment: 12

AS Assignment

Owner name: MONUMENT PEAK VENTURES, LLC, TEXAS

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:INTELLECTUAL VENTURES FUND 83 LLC;REEL/FRAME:041941/0079

Effective date: 20170215

AS Assignment

Owner name: MONUMENT PEAK VENTURES, LLC, TEXAS

Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:INTELLECTUAL VENTURES FUND 83 LLC;REEL/FRAME:064599/0304

Effective date: 20230728