US6263113B1 - Method for detecting a face in a digital image - Google Patents

Method for detecting a face in a digital image Download PDF

Info

Publication number
US6263113B1
US6263113B1 US09/210,415 US21041598A US6263113B1 US 6263113 B1 US6263113 B1 US 6263113B1 US 21041598 A US21041598 A US 21041598A US 6263113 B1 US6263113 B1 US 6263113B1
Authority
US
United States
Prior art keywords
facial
binary image
pixels
graph
components
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
Application number
US09/210,415
Inventor
Mohamed Abdel-Mottaleb
Ahmed Elgammal
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.)
Philips North America LLC
Original Assignee
Philips Electronics North America Corp
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 Philips Electronics North America Corp filed Critical Philips Electronics North America Corp
Priority to US09/210,415 priority Critical patent/US6263113B1/en
Assigned to PHILIPS ELECTRONICS NORTH AMERICA CORPORATION reassignment PHILIPS ELECTRONICS NORTH AMERICA CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: ELGAMMAL, AHMED, ABDEL-MOTTALEB, MOHAMED
Priority to JP2000588717A priority patent/JP2002532807A/en
Priority to EP99961034A priority patent/EP1053530A1/en
Priority to KR1020007008751A priority patent/KR100677177B1/en
Priority to PCT/EP1999/009360 priority patent/WO2000036546A1/en
Priority to US09/790,190 priority patent/US6574354B2/en
Application granted granted Critical
Publication of US6263113B1 publication Critical patent/US6263113B1/en
Anticipated expiration legal-status Critical
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/161Detection; Localisation; Normalisation
    • G06V40/165Detection; Localisation; Normalisation using facial parts and geometric relationships
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition

Definitions

  • This invention relates to the field of image detection and more specifically to the detection of a face disposed within a digital image.
  • Face detection is also useful in security systems, criminal identifications, digital image capturing, and teleconferences.
  • a security system for example, it is useful to detect the facial portions of an image being viewed so that an operator of the system can discern whether a human is present in the image.
  • One prior art technique that does perform face detection determines whether a cluster of pixels conforms to a facial template. This routine is deficient because of different scales and orientations of possible faces.
  • the template itself is one size and orientation and will not detect faces which are of a different size or are rotated. Consequently, the template itself must be scaled up and down and rotated while searching is performed yielding a search space that is too big to be useful or practical.
  • Some prior art techniques like EPA 0836326 A2, use merely a shape template to see if a cluster of pixels conforms to that shape. In addition to the scaling and rotation problems mentioned above, this solution is too simplistic to be used with complex backgrounds which may have many objects with the same shape as a face and perhaps even the same color as a face.
  • One aspect of the invention is a method for detecting a face disposed within a digital image.
  • the method comprises providing a digital image composed of a plurality of pixels and producing a binary image from the digital image by detecting skin colored pixels.
  • the method further includes removing pixels corresponding to edges in the luminance component thereby producing binary image components; mapping the binary image components into at least one graph; and classifying the mapped binary image components as facial and non-facial types wherein the facial types serve as facial candidates.
  • a face disposed within a digital image can be detected.
  • Another aspect of the invention is a computer readable storage medium containing data for performing the steps of providing a digital image composed of a plurality of pixels and producing a binary image from the digital image by detecting skin colored pixels.
  • the computer readable storage medium further contains data for removing pixels corresponding to edges in the luminance component thereby producing binary image components; mapping the binary image components into at least one graph; and classifying the mapped binary image components as facial and non-facial types wherein the facial types serve as facial candidates.
  • Yet another aspect of the invention is a method for detecting a face disposed within a digital image.
  • the method comprises providing a digital image composed of a plurality of pixels and producing a binary image from the digital image by detecting skin colored pixels.
  • the method further includes removing pixels corresponding to edges in the luminance component thereby producing binary image components; and classifying each of the binary image components as one of a facial type and a non-facial type.
  • the classifying includes forming a bounding box around a classified component of the components and performing at least one of: comparing an area of the bounding box to a bounding box threshold; comparing an aspect ratio of the bounding box to an aspect ratio threshold; determining an area ratio, the area ratio being the comparison between the area of the classified component and the area of the bounding box, and comparing the area ratio to an area ratio threshold; determining an orientation of elongated objects within the bounding box; and determining a distance between a center of the bounding box and a center of the classified component.
  • FIG. 1 is a diagram of a cylindrical coordinate system used for graphing colors of pixels in images
  • FIGS. 2A, 2 B, and 2 C are three graphs representing projections of the YUV color domain indicating the areas where skin colored pixels lie;
  • FIGS. 3A-3F are original images and respective binary images, the binary images being formed by grouping pixels based on color;
  • FIG. 4 is a diagram illustrating how a 3 ⁇ 3 mask is used as part of luminance variation detection in accordance with the invention.
  • FIGS. 5A and 5B are diagrams illustrating 4 and 8 type connectivity, respectively;
  • FIGS. 6A and 6B are images showing what the image of FIGS. 3C and 3E would look like after the edges are removed in accordance with the invention
  • FIG. 7 is an image showing examples of bounding boxes applied to the image of FIG. 3F;
  • FIG. 8 is a sequence of diagrams showing how components of an image are represented by vertices and connected to form a graph in accordance with the invention.
  • FIGS. 9A-9D are a sequence of images illustrating the application of a heuristic according to the invention.
  • FIG. 10 is a flow chart detailing the general steps involved in the invention.
  • Each pixel in an image is generally represented in the HSV (hue, saturation, value) color domain. These values are mapped onto a cylindrical coordinate system as shown in FIG. 1 where P is the value (or luminance), ⁇ is the hue, and r is the saturation. Due to the non-linearity of cylindrical coordinate systems, other color spaces are used to approximate the HSV space. In the present applications, the YUV color space is used because most video material stored on a magnetic medium and the MPEG2 standard, both use this color space.
  • each pixel in an image is examined to discern whether it is skin colored. Those pixels which are skin colored are grouped from the rest of the image and are thus retained as potential face candidates. If at least one projection of a pixel does not fall within the boundaries of the skin cluster segment, the pixel is deemed not skin colored and removed from consideration as a potential face candidate.
  • the resultant image formed by the skin color detection is binary because it shows either portions of the image which are skin color or portions which are not skin color as shown in FIGS. 3B, 3 D, and 3 F which correspond to original images in FIGS. 3A, 3 C, and 3 E respectively.
  • white is shown for skin color and black for non-skin color.
  • this detecting step alone may rule out large portions of the image as having a face disposed within it.
  • Prior art techniques which use color and shape may thus work for simple backgrounds like that shown in FIG. 3 A.
  • FIGS. 3C and 3D and FIGS. 3E and 3F it is clear that detection by color and shape alone may not be sufficient to detect the faces.
  • FIGS. 3C and 3D and FIGS. 3E and 3F it is clear that detection by color and shape alone may not be sufficient to detect the faces.
  • objects in the background like leather, wood, clothes, and hair have colors similar to skin.
  • these skin colored objects are disposed immediately adjacent to the skin of the faces and so the faces themselves are difficult to detect.
  • edges are removed from consideration.
  • An edge is a change in the brightness level from one pixel to the next.
  • the removal is accomplished by taking each skin colored pixel and calculating the variance in the pixels around it in the luminance component; a high variance being indicative of an edge.
  • a box (“window”), the size of either 3 ⁇ 3 or 5 ⁇ 5 pixels is placed on top of a skin colored pixel.
  • ⁇ x is the average of all the pixels in the examined window.
  • a “high” variance level will be different depending upon the face and the camera used in broadcasting the digital image. Therefore, an iterative routine is used starting with a very high variance level and working down to a low variance level.
  • Connected components are pixels which are of the same binary value (white for facial color) and connected. Connectivity can be either 4 or 8 type connectivity. As shown in FIG. 5A, for 4 type connectivity, the center pixel is considered “connected” to only pixels directly adjacent to it as is indicated by the “ 1 ” in the adjacent boxes. In 8 type connectivity, as is shown in FIG. 5B, pixels diagonally touching the center pixel are also considered to be “connected” to that pixel.
  • the connected components are examined in a component classification step to see if they could be a face.
  • This examination involves looking at 5 distinct criteria based upon a bounding box drawn around each resulting connected component; examples of which are shown in FIG. 7 based on the image of FIG. 3 E.
  • the criteria are:
  • the aspect ratio (height compared to the width) of the bounding box compared to a threshold. This recognizes that human faces generally fall into a range of aspect ratios.
  • the orientation of elongated objects within the bounding box There are many known ways of determining the orientation of a series of pixels. For example, the medial axis can be determined and the orientation can be found from that axis. In general, faces are not rotated significantly about the axis (“z-axis”) which is perpendicular to the plane having the image and so components with elongated objects that are rotated with respect to the z-axis are removed from consideration.
  • FIGS. 3C and 3E are shown transformed in FIGS. 6A and 6B respectively after the variance iteration process.
  • faces in the image were separated from the non-facial skin colored areas in the background as a result of the variance iteration. Frequently, this causes the area with detected skin color to be fragmented as is exemplified in FIG. 6 B. This occurs because either there are objects occluding portions of the face (like eyeglasses or facial hair) or because portions were removed due to high variance. It would thus be difficult to look for a face using the resulting components by themselves.
  • the components that still can be part of face after the variance iteration and component classification steps are mapped on to a graph as shown in FIG. 8 . In this way, skin colored components that have similar features, and are close in space, are grouped together and then further examined.
  • each resulting component (that survives the color detecting, edge removal, and component classification steps) is represented by a vertex of a graph. Vertices are connected if they are close in space in the original image and if they have a similar color in the original image. Two components, i and j, have a similar color if:
  • Y n , U n , and V n are the average values of the luminance and chrominance of the n th component and t n are threshold values.
  • the thresholds are based upon variations in the Y, U, and V values in faces and are kept high enough so that components of the same face will be considered similar. Components are considered close in space if the distance between them is less than a threshold. The spatial requirement ensures that spatially distant components are not grouped together because portions of a face would not normally be located in spatially distant portions of an image.
  • the connection between vertices is called an edge.
  • Each edge is given a weight which is proportional to the Euclidean distance between the two vertices. Connecting the vertices together will result in a graph or a set of disjointed graphs.
  • the minimum spanning tree is extracted.
  • the minimum spanning tree is generally defined as the subset of a graph where all of the vertices are still connected and the sum of the lengths of the edges of the graph is as small as possible (minimum weight).
  • the components corresponding to each resulting graph are classified as either face or not face using the shape parameters defined in the component classification step mentioned above except that now all the components in a graph are classified as a whole instead of one component at a time.
  • each graph is split into two graphs by removing the weakest edge (the edge with the greatest weight) and the corresponding components of the resulting graphs are examined again. The division continues until the area of a bounding box formed around the resultant graphs is smaller than a threshold.
  • the aforementioned heuristic is effectuated by first applying a morphological closing operation to the facial candidates within the image.
  • a mask is chosen and applied to each pixel within a potential facial area. For example, a 3 ⁇ 3 mask could be used.
  • a dilation algorithm is applied to expand the borders of face candidate components.
  • an erosion algorithm is used to eliminate pixels from the borders.
  • the ratio of pixels with a high variance neighborhood inside the face candidate area is compared to the total number of pixels in the face candidate area.
  • FIGS. 9A to 9 D an original image in FIG. 9A is examined for potential face candidates using the methods described above to achieve the binary image shown in FIG. 9 B.
  • the morphological closing operation is performed on the binary image resulting in the image shown in FIG. 9 C.
  • pixels with high variance located in the image of FIG. 9C are detected as is shown in FIG. 9 D.
  • the ratio of the high variance pixels to the total number of pixels can then be determined.
  • the invention through detecting pixels that are skin colored, removing edges, grouping components, classifying components, and applying a heuristic, thereby detects faces disposed within a digital image.
  • the method can be summarized by steps S 2 -S 16 shown in FIG. 10 .
  • the data for performing the steps can be stored on a computer readable storage medium such as a CD-rom or a floppy disk.

Abstract

In order to detect a face disposed within a digital image, the pixels of the image are grouped based on whether they are skin color. The edges of the skin colored areas are removed by eliminating pixels that have surrounding pixels with a high variance in the luminance component. The resulting connected components are classified to determine whether they could include a face. The classification includes examining: the area of the bounding box of the component, the aspect ratio, the ratio of detected skin to the area of the bounding box, the orientation of elongated objects, and the distance between the center of the bounding box and the center of mass of the component. Components which are still considered facial candidates are mapped on to a graph. The minimum spanning trees of the graphs are extracted and the corresponding components which remain are again classified for whether they could include a face. Each graph is split into two by removing the weakest edge and the corresponding components which remain are yet again classified. The graph is continually broken down until a bounding box formed around the resulting graphs is smaller than a threshold. Finally, a heuristic is performed to eliminate false positives. The heuristic compares the ratio of pixels with high variance to the total number of pixels in a face candidate component.

Description

BACKGROUND OF THE INVENTION
This invention relates to the field of image detection and more specifically to the detection of a face disposed within a digital image.
As broadcasting becomes more digitally based, it becomes easier to archive and catalog video content. Researchers have developed systems for content-based image and video indexing and retrieval that utilize low-level visual features (semantics) like color, texture, shape and sketch of an image. To facilitate the automatic archiving and retrieval of video material based on higher level semantics, it is important to detect and recognize events in video clips. Human activities are important events in video clips and face detection is a step toward the recognization of human activities.
Face detection is also useful in security systems, criminal identifications, digital image capturing, and teleconferences. In a security system, for example, it is useful to detect the facial portions of an image being viewed so that an operator of the system can discern whether a human is present in the image.
The detection of faces from images has not received much attention by researchers. Most conventional techniques concentrate on face recognition and assume that a face has been identified within the image or assume that the image only has one face as in a “mug shot” image. Such conventional techniques are unable to detect faces from complex backgrounds.
One prior art technique that does perform face detection determines whether a cluster of pixels conforms to a facial template. This routine is deficient because of different scales and orientations of possible faces. The template itself is one size and orientation and will not detect faces which are of a different size or are rotated. Consequently, the template itself must be scaled up and down and rotated while searching is performed yielding a search space that is too big to be useful or practical. Some prior art techniques, like EPA 0836326 A2, use merely a shape template to see if a cluster of pixels conforms to that shape. In addition to the scaling and rotation problems mentioned above, this solution is too simplistic to be used with complex backgrounds which may have many objects with the same shape as a face and perhaps even the same color as a face.
Therefore, there exists a need for a method of detecting faces within a digital image in which the face is disposed within a complex background.
SUMMARY AND OBJECTS OF THE INVENTION
One aspect of the invention is a method for detecting a face disposed within a digital image. The method comprises providing a digital image composed of a plurality of pixels and producing a binary image from the digital image by detecting skin colored pixels. The method further includes removing pixels corresponding to edges in the luminance component thereby producing binary image components; mapping the binary image components into at least one graph; and classifying the mapped binary image components as facial and non-facial types wherein the facial types serve as facial candidates.
In this way, as well as with the following aspects of the invention, a face disposed within a digital image can be detected.
Another aspect of the invention is a computer readable storage medium containing data for performing the steps of providing a digital image composed of a plurality of pixels and producing a binary image from the digital image by detecting skin colored pixels. The computer readable storage medium further contains data for removing pixels corresponding to edges in the luminance component thereby producing binary image components; mapping the binary image components into at least one graph; and classifying the mapped binary image components as facial and non-facial types wherein the facial types serve as facial candidates.
Yet another aspect of the invention is a method for detecting a face disposed within a digital image. The method comprises providing a digital image composed of a plurality of pixels and producing a binary image from the digital image by detecting skin colored pixels. The method further includes removing pixels corresponding to edges in the luminance component thereby producing binary image components; and classifying each of the binary image components as one of a facial type and a non-facial type. The classifying includes forming a bounding box around a classified component of the components and performing at least one of: comparing an area of the bounding box to a bounding box threshold; comparing an aspect ratio of the bounding box to an aspect ratio threshold; determining an area ratio, the area ratio being the comparison between the area of the classified component and the area of the bounding box, and comparing the area ratio to an area ratio threshold; determining an orientation of elongated objects within the bounding box; and determining a distance between a center of the bounding box and a center of the classified component.
It is an object of the invention to provide a method for detecting a face disposed within a digital image.
This object, as well as others, will become more apparent from the following description read in conjunction with the accompanying drawings where like reference numerals are intended to designate the same elements.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a diagram of a cylindrical coordinate system used for graphing colors of pixels in images;
FIGS. 2A, 2B, and 2C are three graphs representing projections of the YUV color domain indicating the areas where skin colored pixels lie;
FIGS. 3A-3F are original images and respective binary images, the binary images being formed by grouping pixels based on color;
FIG. 4 is a diagram illustrating how a 3×3 mask is used as part of luminance variation detection in accordance with the invention;
FIGS. 5A and 5B are diagrams illustrating 4 and 8 type connectivity, respectively;
FIGS. 6A and 6B are images showing what the image of FIGS. 3C and 3E would look like after the edges are removed in accordance with the invention;
FIG. 7 is an image showing examples of bounding boxes applied to the image of FIG. 3F;
FIG. 8 is a sequence of diagrams showing how components of an image are represented by vertices and connected to form a graph in accordance with the invention;
FIGS. 9A-9D are a sequence of images illustrating the application of a heuristic according to the invention;
FIG. 10 is a flow chart detailing the general steps involved in the invention; and
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
Each pixel in an image is generally represented in the HSV (hue, saturation, value) color domain. These values are mapped onto a cylindrical coordinate system as shown in FIG. 1 where P is the value (or luminance), θ is the hue, and r is the saturation. Due to the non-linearity of cylindrical coordinate systems, other color spaces are used to approximate the HSV space. In the present applications, the YUV color space is used because most video material stored on a magnetic medium and the MPEG2 standard, both use this color space.
Transforming an RGB image into the YUV domain, and further projecting into the VU, VY, and VU planes, produces graphs like those shown in FIGS. 2A, 2B, and 2C. The circle segments represent the approximation of the HSV domain. When pixels corresponding to skin color are graphed in the YUV space, they generally fall into those circle segments shown. For example, when the luminance of a pixel has a value between 0 and 200, the chrominance U generally has a value between −100 and 0 for a skin colored pixel. These are general values based on experimentation. Clearly, a color training operation could be performed for each camera being used to capture images that include faces. The results of that training would then be used to produce more precise skin colored segments.
To detect a face, each pixel in an image is examined to discern whether it is skin colored. Those pixels which are skin colored are grouped from the rest of the image and are thus retained as potential face candidates. If at least one projection of a pixel does not fall within the boundaries of the skin cluster segment, the pixel is deemed not skin colored and removed from consideration as a potential face candidate.
The resultant image formed by the skin color detection is binary because it shows either portions of the image which are skin color or portions which are not skin color as shown in FIGS. 3B, 3D, and 3F which correspond to original images in FIGS. 3A, 3C, and 3E respectively. In the figures, white is shown for skin color and black for non-skin color. As shown in FIGS. 3A and 3B, this detecting step alone may rule out large portions of the image as having a face disposed within it. Prior art techniques which use color and shape may thus work for simple backgrounds like that shown in FIG. 3A. However, looking at FIGS. 3C and 3D and FIGS. 3E and 3F, it is clear that detection by color and shape alone may not be sufficient to detect the faces. In FIGS. 3C-3F, objects in the background like leather, wood, clothes, and hair, have colors similar to skin. As can be seen in FIGS. 3D and 3F, these skin colored objects are disposed immediately adjacent to the skin of the faces and so the faces themselves are difficult to detect.
After the pixels are grouped by color, the pixels located on edges are removed from consideration. An edge is a change in the brightness level from one pixel to the next. The removal is accomplished by taking each skin colored pixel and calculating the variance in the pixels around it in the luminance component; a high variance being indicative of an edge. As is shown in FIG. 4, a box (“window”), the size of either 3×3 or 5×5 pixels is placed on top of a skin colored pixel. Clearly, other masks besides a square box could be used. The variance is defined as 1 n i = 1 n ( x i - μ x ) 2
Figure US06263113-20010717-M00001
where μx is the average of all the pixels in the examined window. A “high” variance level will be different depending upon the face and the camera used in broadcasting the digital image. Therefore, an iterative routine is used starting with a very high variance level and working down to a low variance level.
At each step of the variance iteration, pixels are removed from facial consideration if the variance in the window around the skin colored pixel is greater than the variance threshold being tested for that iteration. After all of the pixels are examined in an iteration, the resulting connected components are examined for facial characteristics as is described more fully below. Connected components are pixels which are of the same binary value (white for facial color) and connected. Connectivity can be either 4 or 8 type connectivity. As shown in FIG. 5A, for 4 type connectivity, the center pixel is considered “connected” to only pixels directly adjacent to it as is indicated by the “1” in the adjacent boxes. In 8 type connectivity, as is shown in FIG. 5B, pixels diagonally touching the center pixel are also considered to be “connected” to that pixel.
As stated above, after each iteration, the connected components are examined in a component classification step to see if they could be a face. This examination involves looking at 5 distinct criteria based upon a bounding box drawn around each resulting connected component; examples of which are shown in FIG. 7 based on the image of FIG. 3E. The criteria are:
1. The area of the bounding box compared to a threshold. This recognizes the fact that a face will generally not be very large or very small.
2. The aspect ratio (height compared to the width) of the bounding box compared to a threshold. This recognizes that human faces generally fall into a range of aspect ratios.
3. The ratio of the area of detected skin colored pixels to the area of the bounding box, compared to a threshold. This criteria recognizes that fact that the area covered by a human face will fall into a range of percentages of the area of the bounding box.
4. The orientation of elongated objects within the bounding box. There are many known ways of determining the orientation of a series of pixels. For example, the medial axis can be determined and the orientation can be found from that axis. In general, faces are not rotated significantly about the axis (“z-axis”) which is perpendicular to the plane having the image and so components with elongated objects that are rotated with respect to the z-axis are removed from consideration.
5. The distance between the center of the bounding box and the center of mass of the component being examined. Generally, faces are located within the center of the of the bounding box and will not, for example, be located all to one side.
The iterations for variance are continued thereby breaking down the image into smaller components until the size of the components is below a threshold. The images of FIGS. 3C and 3E are shown transformed in FIGS. 6A and 6B respectively after the variance iteration process. As can be discerned, faces in the image were separated from the non-facial skin colored areas in the background as a result of the variance iteration. Frequently, this causes the area with detected skin color to be fragmented as is exemplified in FIG. 6B. This occurs because either there are objects occluding portions of the face (like eyeglasses or facial hair) or because portions were removed due to high variance. It would thus be difficult to look for a face using the resulting components by themselves. The components that still can be part of face after the variance iteration and component classification steps, are mapped on to a graph as shown in FIG. 8. In this way, skin colored components that have similar features, and are close in space, are grouped together and then further examined.
Referring to FIG. 8, each resulting component (that survives the color detecting, edge removal, and component classification steps) is represented by a vertex of a graph. Vertices are connected if they are close in space in the original image and if they have a similar color in the original image. Two components, i and j, have a similar color if:
|Yi−Yj|<ty|Ui−Uj|<tu|Vi−Vj|<tv
where Yn, Un, and Vn, are the average values of the luminance and chrominance of the nth component and tn are threshold values. The thresholds are based upon variations in the Y, U, and V values in faces and are kept high enough so that components of the same face will be considered similar. Components are considered close in space if the distance between them is less than a threshold. The spatial requirement ensures that spatially distant components are not grouped together because portions of a face would not normally be located in spatially distant portions of an image.
The connection between vertices is called an edge. Each edge is given a weight which is proportional to the Euclidean distance between the two vertices. Connecting the vertices together will result in a graph or a set of disjointed graphs. For each of the resulting graphs, the minimum spanning tree is extracted. The minimum spanning tree is generally defined as the subset of a graph where all of the vertices are still connected and the sum of the lengths of the edges of the graph is as small as possible (minimum weight). The components corresponding to each resulting graph are classified as either face or not face using the shape parameters defined in the component classification step mentioned above except that now all the components in a graph are classified as a whole instead of one component at a time. Then each graph is split into two graphs by removing the weakest edge (the edge with the greatest weight) and the corresponding components of the resulting graphs are examined again. The division continues until the area of a bounding box formed around the resultant graphs is smaller than a threshold.
By breaking down and examining each graph for a face, a set of all the possible locations and sizes of faces in an image is determined. This set may contain a large number of false positives and so a heuristic is applied to remove some of the false positives. Looking for all the facial features (i.e. nose, mouth, etc.) would require a template which would yield too large of a search space. However, experimentation has shown that those facial features have edges with a high variance. Many false positives can be removed by examining the ratio of high variance pixels inside a potential face, to the overall number of pixels in the potential face.
The aforementioned heuristic is effectuated by first applying a morphological closing operation to the facial candidates within the image. As is known in the art, a mask is chosen and applied to each pixel within a potential facial area. For example, a 3×3 mask could be used. A dilation algorithm is applied to expand the borders of face candidate components. Then an erosion algorithm is used to eliminate pixels from the borders. One with ordinary skill in the art will appreciate that these two algorithms, performed in this order, will fill in gaps between components and will also keep the components at substantially the same scale. Clearly, one could perform multiple dilation and then multiple erosion steps as long as the both are applied an equal number of times.
Now, the ratio of pixels with a high variance neighborhood inside the face candidate area is compared to the total number of pixels in the face candidate area. Referring to FIGS. 9A to 9D, an original image in FIG. 9A is examined for potential face candidates using the methods described above to achieve the binary image shown in FIG. 9B. The morphological closing operation is performed on the binary image resulting in the image shown in FIG. 9C. Finally, pixels with high variance located in the image of FIG. 9C are detected as is shown in FIG. 9D. The ratio of the high variance pixels to the total number of pixels can then be determined.
As can be discerned, the invention, through detecting pixels that are skin colored, removing edges, grouping components, classifying components, and applying a heuristic, thereby detects faces disposed within a digital image. The method can be summarized by steps S2-S16 shown in FIG. 10. The data for performing the steps can be stored on a computer readable storage medium such as a CD-rom or a floppy disk.
Having described the preferred embodiments it should be made apparent that various changes could be made without departing from the scope and spirit of the invention which is defined more clearly in the appended claims.

Claims (5)

What is claimed is:
1. A method for detecting a face disposed within a digital image, comprising the steps of:
providing a digital image composed of a plurality of pixels;
providing a binary image from the digital image by detecting skin colored pixels;
removing pixels corresponding to edges in the luminance component of said binary image thereby producing binary image components;
mapping said binary image components into at least one graph; and
classifying said mapped binary image components as facial and non-facial types wherein the facial types serve as facial candidates,
further comprising the step of applying a heuristic, said heuristic including in the following steps:
applying a morphological closing operation on each of said facial candidates to produce at least one closed facial candidate;
determining high variance pixels in said closed facial candidate;
determining the ratio between said high variance pixels and the total number of pixels in said closed facial candidate; and
comparing said ratio to a threshold.
2. A method for detecting a face disposed within a digital image, comprising the steps of:
providing a digital image composed of a plurality of pixels;
providing a binary image from the digital image by detecting skin colored pixels;
removing pixels corresponding to edges in the luminance component of said binary image thereby producing binary image components;
mapping said binary image components into at least one graph; and
classifying said mapped binary image components as facial and non-facial types wherein the facial types serve as facial candidates
wherein said step of removing includes:
applying a mask to a plurality of said pixels including an examined pixel;
determining the variance between said examined pixel and pixels disposed within said mask; and
comparing said variance to a variance threshold wherein:
said step of removing is repeated for decreasing variance thresholds until a size or said binary image components is below a component size threshold; and
after each step of removing, each of said binary image components is classified as one of the facial type and non-facial type.
3. A method for detecting a face disposed within a digital image, comprising the steps of:
providing a digital image composed of a plurality of pixels;
providing a binary image from the digital image by detecting skin colored pixels;
removing pixels corresponding to edges in the luminance component of said binary image thereby producing binary image components;
mapping said binary image components into at least one graph; and
classifying said mapped binary image components as facial and non-facial types wherein the facial types serve as facial candidates wherein said step of removing includes:
applying a mask to a plurality of said pixels including an examined pixel;
determining the variance between said examined pixel and pixels disposed within said mask; and
comparing said variance to a variance threshold wherein:
said step of removing is repeated for decreasing variance thresholds until a size of said binary image components is below a component size threshold; and
after each step of removing, each of said binary image components is classified as one of the facial type and non-facial type,
wherein said binary image components are connected.
4. A method for detecting a face disposed within a digital image, comprising the steps of:
providing a digital image composed of a plurality of pixels;
providing a binary image from the digital image by detecting skin colored pixels;
removing pixels corresponding to edges in the luminance component of said binary image thereby producing binary image components;
mapping said binary image components into at least one graph; and
classifying said mapped binary image components as facial and non-facial types wherein the facial types serve as facial candidates,
wherein said step of mapping comprises the following steps:
representing each component as a vertex;
connecting vertices with an edge when close in space and similar in color, thereby forming said at least one graph.
5. A method for detecting a face disposed within a digital image, comprising the steps of:
providing a digital image composed of a plurality of pixels;
providing a binary image from the digital image by detecting skin colored pixels;
removing pixels corresponding to edges in the luminance component of said binary image thereby producing binary image components;
mapping said binary image components into at least one graph; and
classifying said mapped binary image components as facial and non-facial types wherein the facial types serve as facial candidates,
wherein said step of mapping comprises the following steps:
representing each component as a vertex;
connecting vertices with an edge when close in space and similar in color, thereby forming said at least one graph,
wherein each edge has an associated weight and further comprising the steps of:
extracting the minimum spanning tree of each graph;
classifying the corresponding binary image components of each graph as one of the facial type and non-facial type;
removing the edge in each graph with the greatest weight thereby forming two smaller graphs; and
repeating said step of classifying the corresponding binary image components for each of said smaller graphs until a bounding box around said smaller graphs is smaller than a graph threshold.
US09/210,415 1998-12-11 1998-12-11 Method for detecting a face in a digital image Expired - Lifetime US6263113B1 (en)

Priority Applications (6)

Application Number Priority Date Filing Date Title
US09/210,415 US6263113B1 (en) 1998-12-11 1998-12-11 Method for detecting a face in a digital image
JP2000588717A JP2002532807A (en) 1998-12-11 1999-12-01 Method for detecting faces in digital images
EP99961034A EP1053530A1 (en) 1998-12-11 1999-12-01 Method for detecting a face in a digital image
KR1020007008751A KR100677177B1 (en) 1998-12-11 1999-12-01 Method for detecting a face in a digital image
PCT/EP1999/009360 WO2000036546A1 (en) 1998-12-11 1999-12-01 Method for detecting a face in a digital image
US09/790,190 US6574354B2 (en) 1998-12-11 2001-02-22 Method for detecting a face in a digital image

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US09/210,415 US6263113B1 (en) 1998-12-11 1998-12-11 Method for detecting a face in a digital image

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US09/790,190 Continuation US6574354B2 (en) 1998-12-11 2001-02-22 Method for detecting a face in a digital image

Publications (1)

Publication Number Publication Date
US6263113B1 true US6263113B1 (en) 2001-07-17

Family

ID=22782815

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/210,415 Expired - Lifetime US6263113B1 (en) 1998-12-11 1998-12-11 Method for detecting a face in a digital image
US09/790,190 Expired - Lifetime US6574354B2 (en) 1998-12-11 2001-02-22 Method for detecting a face in a digital image

Family Applications After (1)

Application Number Title Priority Date Filing Date
US09/790,190 Expired - Lifetime US6574354B2 (en) 1998-12-11 2001-02-22 Method for detecting a face in a digital image

Country Status (5)

Country Link
US (2) US6263113B1 (en)
EP (1) EP1053530A1 (en)
JP (1) JP2002532807A (en)
KR (1) KR100677177B1 (en)
WO (1) WO2000036546A1 (en)

Cited By (103)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010019620A1 (en) * 2000-03-02 2001-09-06 Honda Giken Kogyo Kabushiki Kaisha Face recognition apparatus
US20020009231A1 (en) * 2000-03-29 2002-01-24 Kunihiro Yamamoto Image retrieval method and apparatus
US20020039447A1 (en) * 2000-08-29 2002-04-04 Imageid Ltd Indexing, storage and retrieval of digital images
US20020085738A1 (en) * 2000-12-28 2002-07-04 Peters Geoffrey W. Controlling a processor-based system by detecting flesh colors
US20020122605A1 (en) * 2001-01-11 2002-09-05 Samsung Electronics Co., Ltd Visual terminal apparatus having a pseudo background function and method of obtaining the same
US6574354B2 (en) * 1998-12-11 2003-06-03 Koninklijke Philips Electronics N.V. Method for detecting a face in a digital image
US20030103647A1 (en) * 2001-12-03 2003-06-05 Yong Rui Automatic detection and tracking of multiple individuals using multiple cues
GB2384305A (en) * 2002-01-16 2003-07-23 Autoliv Dev Human position detection by capturing spectral contents of images representative of human skin
US6639998B1 (en) * 1999-01-11 2003-10-28 Lg Electronics Inc. Method of detecting a specific object in an image signal
US6661907B2 (en) * 1998-06-10 2003-12-09 Canon Kabushiki Kaisha Face detection in digital images
US20040017938A1 (en) * 2002-04-08 2004-01-29 James Cooper Method and apparatus for detecting and/or tracking one or more colour regions in an image or sequence of images
US20040141643A1 (en) * 2002-11-22 2004-07-22 Marquering Henricus A. Segmenting an image via shortest cycles
US20040140992A1 (en) * 2002-11-22 2004-07-22 Marquering Henricus A. Segmenting an image via a graph
US20050063568A1 (en) * 2003-09-24 2005-03-24 Shih-Ching Sun Robust face detection algorithm for real-time video sequence
US20050180612A1 (en) * 2004-01-27 2005-08-18 Toshinori Nagahashi Method of correcting deviation of detection position for human face, correction system, and correction program
US6940545B1 (en) * 2000-02-28 2005-09-06 Eastman Kodak Company Face detecting camera and method
US7003135B2 (en) * 2001-05-25 2006-02-21 Industrial Technology Research Institute System and method for rapidly tracking multiple faces
US20060050927A1 (en) * 2002-01-16 2006-03-09 Marcus Klomark Camera arrangement
US20060059099A1 (en) * 2004-04-14 2006-03-16 Digital River, Inc. Software wrapper having use limitation within a geographic boundary
US20060115172A1 (en) * 2004-11-30 2006-06-01 Qian Lin Face enhancement in a digital video
US7057636B1 (en) * 1998-12-22 2006-06-06 Koninklijke Philips Electronics N.V. Conferencing system and method for the automatic determination of preset positions corresponding to participants in video-mediated communications
US20060204056A1 (en) * 2003-06-26 2006-09-14 Eran Steinberg Perfecting the effect of flash within an image acquisition devices using face detection
US20060204054A1 (en) * 2003-06-26 2006-09-14 Eran Steinberg Digital image processing composition using face detection information
US20060204057A1 (en) * 2003-06-26 2006-09-14 Eran Steinberg Digital image adjustable compression and resolution using face detection information
US20060203108A1 (en) * 2003-06-26 2006-09-14 Eran Steinberg Perfecting the optics within a digital image acquisition device using face detection
US20060203107A1 (en) * 2003-06-26 2006-09-14 Eran Steinberg Perfecting of digital image capture parameters within acquisition devices using face detection
US20060215924A1 (en) * 2003-06-26 2006-09-28 Eran Steinberg Perfecting of digital image rendering parameters within rendering devices using face detection
US7155033B1 (en) * 1999-02-01 2006-12-26 Thomson Licensing Coarse representation of visual object's shape for search/query/filtering applications
US7221780B1 (en) * 2000-06-02 2007-05-22 Sony Corporation System and method for human face detection in color graphics images
KR100756047B1 (en) 2006-01-25 2007-09-07 한국인식산업(주) Apparatus for recognizing a biological face and method therefor
US20070230743A1 (en) * 2006-03-28 2007-10-04 Samsung Electronics Co., Ltd. Method and apparatus for tracking listener's head position for virtual stereo acoustics
US20080075336A1 (en) * 2006-09-26 2008-03-27 Huitao Luo Extracting features from face regions and auxiliary identification regions of images for person recognition and other applications
US7440593B1 (en) 2003-06-26 2008-10-21 Fotonation Vision Limited Method of improving orientation and color balance of digital images using face detection information
US20090003658A1 (en) * 2007-06-26 2009-01-01 Microsoft Corporation Digital ink-based search
US20090002392A1 (en) * 2007-06-26 2009-01-01 Microsoft Corporation Integrated platform for user input of digital ink
US20090003703A1 (en) * 2007-06-26 2009-01-01 Microsoft Corporation Unifield digital ink recognition
US7551755B1 (en) 2004-01-22 2009-06-23 Fotonation Vision Limited Classification and organization of consumer digital images using workflow, and face detection and recognition
US7555148B1 (en) 2004-01-22 2009-06-30 Fotonation Vision Limited Classification system for consumer digital images using workflow, face detection, normalization, and face recognition
US7558408B1 (en) 2004-01-22 2009-07-07 Fotonation Vision Limited Classification system for consumer digital images using workflow and user interface modules, and face detection and recognition
US7565030B2 (en) 2003-06-26 2009-07-21 Fotonation Vision Limited Detecting orientation of digital images using face detection information
US7564994B1 (en) 2004-01-22 2009-07-21 Fotonation Vision Limited Classification system for consumer digital images using automatic workflow and face detection and recognition
US20090196475A1 (en) * 2008-02-01 2009-08-06 Canfield Scientific, Incorporated Automatic mask design and registration and feature detection for computer-aided skin analysis
US7574016B2 (en) 2003-06-26 2009-08-11 Fotonation Vision Limited Digital image processing using face detection information
US7587068B1 (en) 2004-01-22 2009-09-08 Fotonation Vision Limited Classification database for consumer digital images
US7620218B2 (en) 2006-08-11 2009-11-17 Fotonation Ireland Limited Real-time face tracking with reference images
US7715597B2 (en) 2004-12-29 2010-05-11 Fotonation Ireland Limited Method and component for image recognition
US20100195911A1 (en) * 2009-02-02 2010-08-05 Jonathan Yen System and method for image facial area detection employing skin tones
WO2010134066A1 (en) 2009-05-21 2010-11-25 May Patents Ltd. System and method for controlling a screen based on face or hand gesture detection
US7844076B2 (en) 2003-06-26 2010-11-30 Fotonation Vision Limited Digital image processing using face detection and skin tone information
US7855737B2 (en) 2008-03-26 2010-12-21 Fotonation Ireland Limited Method of making a digital camera image of a scene including the camera user
US7864990B2 (en) 2006-08-11 2011-01-04 Tessera Technologies Ireland Limited Real-time face tracking in a digital image acquisition device
US7916971B2 (en) 2007-05-24 2011-03-29 Tessera Technologies Ireland Limited Image processing method and apparatus
US7916897B2 (en) 2006-08-11 2011-03-29 Tessera Technologies Ireland Limited Face tracking for controlling imaging parameters
US20110122297A1 (en) * 2004-10-28 2011-05-26 Eran Steinberg Method and apparatus for detection and correction of flash-induced eye defects within digital images using preview or other reference images
US7962629B2 (en) 2005-06-17 2011-06-14 Tessera Technologies Ireland Limited Method for establishing a paired connection between media devices
US7965875B2 (en) 2006-06-12 2011-06-21 Tessera Technologies Ireland Limited Advances in extending the AAM techniques from grayscale to color images
CN101488181B (en) * 2008-01-15 2011-07-20 华晶科技股份有限公司 Poly-directional human face detection method
US8050465B2 (en) 2006-08-11 2011-11-01 DigitalOptics Corporation Europe Limited Real-time face tracking in a digital image acquisition device
US8050466B2 (en) 2006-08-02 2011-11-01 DigitalOptics Corporation Europe Limited Face recognition with combined PCA-based datasets
US8055067B2 (en) 2007-01-18 2011-11-08 DigitalOptics Corporation Europe Limited Color segmentation
US20120033127A1 (en) * 2010-08-09 2012-02-09 Canon Kabushiki Kaisha Image capture apparatus
US8155397B2 (en) 2007-09-26 2012-04-10 DigitalOptics Corporation Europe Limited Face tracking in a camera processor
US8170350B2 (en) 2004-08-16 2012-05-01 DigitalOptics Corporation Europe Limited Foreground/background segmentation in digital images
US8189927B2 (en) 2007-03-05 2012-05-29 DigitalOptics Corporation Europe Limited Face categorization and annotation of a mobile phone contact list
US8213737B2 (en) 2007-06-21 2012-07-03 DigitalOptics Corporation Europe Limited Digital image enhancement with reference images
US8224039B2 (en) 2007-02-28 2012-07-17 DigitalOptics Corporation Europe Limited Separating a directional lighting variability in statistical face modelling based on texture space decomposition
US8265348B2 (en) 2006-02-24 2012-09-11 DigitalOptics Corporation Europe Limited Digital image acquisition control and correction method and apparatus
US8285001B2 (en) 2006-02-24 2012-10-09 DigitalOptics Corporation Europe Limited Method and apparatus for selective disqualification of digital images
US20120275650A1 (en) * 2006-12-22 2012-11-01 Canon Kabushiki Kaisha Method and apparatus for detecting and processing specific pattern from image
US8330831B2 (en) 2003-08-05 2012-12-11 DigitalOptics Corporation Europe Limited Method of gathering visual meta data using a reference image
US8345114B2 (en) 2008-07-30 2013-01-01 DigitalOptics Corporation Europe Limited Automatic face and skin beautification using face detection
US8363951B2 (en) 2007-03-05 2013-01-29 DigitalOptics Corporation Europe Limited Face recognition training method and apparatus
US8379917B2 (en) 2009-10-02 2013-02-19 DigitalOptics Corporation Europe Limited Face recognition performance using additional image features
US8494286B2 (en) 2008-02-05 2013-07-23 DigitalOptics Corporation Europe Limited Face detection in mid-shot digital images
US8498452B2 (en) 2003-06-26 2013-07-30 DigitalOptics Corporation Europe Limited Digital image processing using face detection information
US8503800B2 (en) 2007-03-05 2013-08-06 DigitalOptics Corporation Europe Limited Illumination detection using classifier chains
US8553949B2 (en) 2004-01-22 2013-10-08 DigitalOptics Corporation Europe Limited Classification and organization of consumer digital images using workflow, and face detection and recognition
US8593542B2 (en) 2005-12-27 2013-11-26 DigitalOptics Corporation Europe Limited Foreground/background separation using reference images
US8649604B2 (en) 2007-03-05 2014-02-11 DigitalOptics Corporation Europe Limited Face searching and detection in a digital image acquisition device
US8675991B2 (en) 2003-06-26 2014-03-18 DigitalOptics Corporation Europe Limited Modification of post-viewing parameters for digital images using region or feature information
US8682097B2 (en) 2006-02-14 2014-03-25 DigitalOptics Corporation Europe Limited Digital image enhancement with reference images
US8687078B2 (en) 2008-12-05 2014-04-01 DigitalOptics Corporation Europe Limited Face recognition using face tracker classifier data
US8750578B2 (en) 2008-01-29 2014-06-10 DigitalOptics Corporation Europe Limited Detecting facial expressions in digital images
US8836777B2 (en) 2011-02-25 2014-09-16 DigitalOptics Corporation Europe Limited Automatic detection of vertical gaze using an embedded imaging device
WO2014186422A1 (en) * 2013-05-14 2014-11-20 Google Inc. Image masks for face-related selection and processing in images
US8989453B2 (en) 2003-06-26 2015-03-24 Fotonation Limited Digital image processing using face detection information
US9129381B2 (en) 2003-06-26 2015-09-08 Fotonation Limited Modification of post-viewing parameters for digital images using image region or feature information
WO2015162605A2 (en) 2014-04-22 2015-10-29 Snapaid Ltd System and method for controlling a camera based on processing an image captured by other camera
US9256950B1 (en) 2014-03-06 2016-02-09 Google Inc. Detecting and modifying facial features of persons in images
US9547908B1 (en) 2015-09-28 2017-01-17 Google Inc. Feature mask determination for images
US9692964B2 (en) 2003-06-26 2017-06-27 Fotonation Limited Modification of post-viewing parameters for digital images using image region or feature information
US9754163B2 (en) 2015-06-22 2017-09-05 Photomyne Ltd. System and method for detecting objects in an image
US9864901B2 (en) 2015-09-15 2018-01-09 Google Llc Feature detection and masking in images based on color distributions
US20180197226A1 (en) * 2017-01-06 2018-07-12 Fujitsu Limited Non-transitory computer-readable storage medium, information processing apparatus and method
US10658005B1 (en) 2019-08-19 2020-05-19 Neon Evolution Inc. Methods and systems for image and voice processing
US10671838B1 (en) * 2019-08-19 2020-06-02 Neon Evolution Inc. Methods and systems for image and voice processing
US10803646B1 (en) 2019-08-19 2020-10-13 Neon Evolution Inc. Methods and systems for image and voice processing
US10868867B2 (en) 2012-01-09 2020-12-15 May Patents Ltd. System and method for server based control
US10949715B1 (en) 2019-08-19 2021-03-16 Neon Evolution Inc. Methods and systems for image and voice processing
WO2021050369A1 (en) * 2019-09-10 2021-03-18 The Regents Of The University Of California Autonomous comfort systems
US11094350B2 (en) 2008-05-19 2021-08-17 Maxell, Ltd. Recording and reproducing apparatus and method thereof
US11238374B2 (en) * 2018-08-24 2022-02-01 Htc Corporation Method for verifying training data, training system, and computer readable medium
US11308657B1 (en) 2021-08-11 2022-04-19 Neon Evolution Inc. Methods and systems for image processing using a learning engine

Families Citing this family (34)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7010146B2 (en) * 2000-06-12 2006-03-07 Kabushiki Kaisha Topcon Database constructing system
US20020145756A1 (en) * 2001-04-06 2002-10-10 Stoecker Steven D. Passport photograph generation system
KR20030026529A (en) * 2001-09-26 2003-04-03 엘지전자 주식회사 Keyframe Based Video Summary System
US20030174869A1 (en) * 2002-03-12 2003-09-18 Suarez Anthony P. Image processing apparatus, image processing method, program and recording medium
EP1439484B1 (en) * 2002-11-22 2009-01-21 Océ-Technologies B.V. Segmenting an image via shortest cycles
GB2395780A (en) * 2002-11-29 2004-06-02 Sony Uk Ltd Face detection
US7190829B2 (en) * 2003-06-30 2007-03-13 Microsoft Corporation Speedup of face detection in digital images
JP2005196270A (en) * 2003-12-26 2005-07-21 Konica Minolta Photo Imaging Inc Image processing method, image processing equipment, and image processing program
CN100418106C (en) * 2003-12-29 2008-09-10 佳能株式会社 Method and apparatus for detecting human face
JP3714350B2 (en) * 2004-01-27 2005-11-09 セイコーエプソン株式会社 Human candidate region extraction method, human candidate region extraction system, and human candidate region extraction program in image
JP4824411B2 (en) * 2005-01-20 2011-11-30 パナソニック株式会社 Face extraction device, semiconductor integrated circuit
TWI297863B (en) * 2005-05-09 2008-06-11 Compal Electronics Inc Method for inserting a picture in a video frame
KR100695159B1 (en) * 2005-08-04 2007-03-14 삼성전자주식회사 Apparatus and method for generating RGB map for skin color model and apparatus and method for detecting skin color employing the same
KR101303877B1 (en) * 2005-08-05 2013-09-04 삼성전자주식회사 Method and apparatus for serving prefer color conversion of skin color applying face detection and skin area detection
US7545954B2 (en) * 2005-08-22 2009-06-09 General Electric Company System for recognizing events
JP4765732B2 (en) * 2006-04-06 2011-09-07 オムロン株式会社 Movie editing device
TW200809700A (en) * 2006-08-15 2008-02-16 Compal Electronics Inc Method for recognizing face area
US20080107341A1 (en) * 2006-11-02 2008-05-08 Juwei Lu Method And Apparatus For Detecting Faces In Digital Images
US7979809B2 (en) * 2007-05-11 2011-07-12 Microsoft Corporation Gestured movement of object to display edge
KR20100034843A (en) * 2008-09-25 2010-04-02 (주)엠엑스알커뮤니케이션즈 Method and apparatus for security using three-dimensional(3d) face recognition
AU2008260018C1 (en) * 2008-12-18 2011-01-20 Canon Kabushiki Kaisha Refining text extraction in colour compound documents
US8170332B2 (en) * 2009-10-07 2012-05-01 Seiko Epson Corporation Automatic red-eye object classification in digital images using a boosting-based framework
US8254646B2 (en) * 2010-01-25 2012-08-28 Apple Inc. Image preprocessing
US8358812B2 (en) 2010-01-25 2013-01-22 Apple Inc. Image Preprocessing
US8244003B2 (en) * 2010-01-25 2012-08-14 Apple Inc. Image preprocessing
US8244004B2 (en) * 2010-01-25 2012-08-14 Apple Inc. Image preprocessing
US8326001B2 (en) * 2010-06-29 2012-12-04 Apple Inc. Low threshold face recognition
US9679212B2 (en) 2014-05-09 2017-06-13 Samsung Electronics Co., Ltd. Liveness testing methods and apparatuses and image processing methods and apparatuses
KR102240570B1 (en) 2014-05-13 2021-04-15 삼성전자주식회사 Method and apparatus for generating spanning tree,method and apparatus for stereo matching,method and apparatus for up-sampling,and method and apparatus for generating reference pixel
EP3167407A4 (en) 2014-08-07 2017-11-08 Huawei Technologies Co. Ltd. A processing device and method for face detection
WO2016165060A1 (en) * 2015-04-14 2016-10-20 Intel Corporation Skin detection based on online discriminative modeling
US10223590B2 (en) 2016-08-01 2019-03-05 Qualcomm Incorporated Methods and systems of performing adaptive morphology operations in video analytics
KR102645202B1 (en) 2017-01-03 2024-03-07 한국전자통신연구원 Method and apparatus for machine learning
EP3782114A4 (en) * 2018-04-17 2022-01-05 HRL Laboratories, LLC Hardware and system of bounding box generation for image processing pipeline

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0654749A2 (en) * 1993-11-22 1995-05-24 Hitachi Europe Limited An image processing method and apparatus
EP0836326A2 (en) 1996-10-08 1998-04-15 Lucent Technologies Inc. Skin area detection for video image systems
US5781650A (en) * 1994-02-18 1998-07-14 University Of Central Florida Automatic feature detection and age classification of human faces in digital images
US5905807A (en) * 1992-01-23 1999-05-18 Matsushita Electric Industrial Co., Ltd. Apparatus for extracting feature points from a facial image
US5912721A (en) * 1996-03-13 1999-06-15 Kabushiki Kaisha Toshiba Gaze detection apparatus and its method as well as information display apparatus
US6072903A (en) * 1997-01-07 2000-06-06 Kabushiki Kaisha Toshiba Image processing apparatus and image processing method

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2116600C (en) * 1993-04-10 1996-11-05 David Jack Ittner Methods and apparatus for inferring orientation of lines of text
WO1999023600A1 (en) * 1997-11-04 1999-05-14 The Trustees Of Columbia University In The City Of New York Video signal face region detection
US6263113B1 (en) * 1998-12-11 2001-07-17 Philips Electronics North America Corp. Method for detecting a face in a digital image

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5905807A (en) * 1992-01-23 1999-05-18 Matsushita Electric Industrial Co., Ltd. Apparatus for extracting feature points from a facial image
EP0654749A2 (en) * 1993-11-22 1995-05-24 Hitachi Europe Limited An image processing method and apparatus
US5781650A (en) * 1994-02-18 1998-07-14 University Of Central Florida Automatic feature detection and age classification of human faces in digital images
US5912721A (en) * 1996-03-13 1999-06-15 Kabushiki Kaisha Toshiba Gaze detection apparatus and its method as well as information display apparatus
EP0836326A2 (en) 1996-10-08 1998-04-15 Lucent Technologies Inc. Skin area detection for video image systems
US6072903A (en) * 1997-01-07 2000-06-06 Kabushiki Kaisha Toshiba Image processing apparatus and image processing method

Non-Patent Citations (7)

* Cited by examiner, † Cited by third party
Title
"A Sketch Retrieval Method for Full Color Image Database", by Toshikazu Kato et al, IEEE, 1992, pp. 530-533.
"Automatic detection of human faces in natural scene images by use of a skin color model and of invariant moments", by JC Terrillon et al, Proceedings Third IEEE International Conference, published 1998, Abstract.
"Face-Textured Model Based on SGLD and Its Application in Face Detection in a Color Scene", Ying Dai et al, Pattern Recognition, vol. 29, No. 6, pp. 1007-1017, 1996.
"Finding facial features using an HLS colour space", P. Ranefall et al, Image Analysis and Processing, 8th International Conference, ICIAP '95, pp. 191-196, 1995.
"Image Retrieval Using Color and Shape", by Anil K. Jain et al, Pattern Recognition, vol. 29, No. 3, 1996, pp. 1233-1244.
"Object oriented face detection using range and color information", by Sang Hoon Kim et al, Proceedings Third IEEE International Conference, published 1998, Abstract.
Takacs, "Face Recognition Using Binary Image Metrics", IEEE, pp. 294-299, 1998.*

Cited By (222)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6661907B2 (en) * 1998-06-10 2003-12-09 Canon Kabushiki Kaisha Face detection in digital images
US7218759B1 (en) 1998-06-10 2007-05-15 Canon Kabushiki Kaisha Face detection in digital images
US6574354B2 (en) * 1998-12-11 2003-06-03 Koninklijke Philips Electronics N.V. Method for detecting a face in a digital image
US7057636B1 (en) * 1998-12-22 2006-06-06 Koninklijke Philips Electronics N.V. Conferencing system and method for the automatic determination of preset positions corresponding to participants in video-mediated communications
US6639998B1 (en) * 1999-01-11 2003-10-28 Lg Electronics Inc. Method of detecting a specific object in an image signal
US7085402B2 (en) 1999-01-11 2006-08-01 Lg Electronics Inc. Method of detecting a specific object in an image signal
US20040047494A1 (en) * 1999-01-11 2004-03-11 Lg Electronics Inc. Method of detecting a specific object in an image signal
US7155033B1 (en) * 1999-02-01 2006-12-26 Thomson Licensing Coarse representation of visual object's shape for search/query/filtering applications
US20050264658A1 (en) * 2000-02-28 2005-12-01 Ray Lawrence A Face detecting camera and method
US7583294B2 (en) 2000-02-28 2009-09-01 Eastman Kodak Company Face detecting camera and method
US6940545B1 (en) * 2000-02-28 2005-09-06 Eastman Kodak Company Face detecting camera and method
US20010019620A1 (en) * 2000-03-02 2001-09-06 Honda Giken Kogyo Kabushiki Kaisha Face recognition apparatus
US7155037B2 (en) * 2000-03-02 2006-12-26 Honda Giken Kogyo Kabushiki Kaisha Face recognition apparatus
US7194453B2 (en) * 2000-03-29 2007-03-20 Canon Kabushiki Kaisha Image retrieval method and apparatus
US20020009231A1 (en) * 2000-03-29 2002-01-24 Kunihiro Yamamoto Image retrieval method and apparatus
US7221780B1 (en) * 2000-06-02 2007-05-22 Sony Corporation System and method for human face detection in color graphics images
US7203367B2 (en) 2000-08-29 2007-04-10 Imageid Ltd. Indexing, storage and retrieval of digital images
US20020039447A1 (en) * 2000-08-29 2002-04-04 Imageid Ltd Indexing, storage and retrieval of digital images
US20020085738A1 (en) * 2000-12-28 2002-07-04 Peters Geoffrey W. Controlling a processor-based system by detecting flesh colors
US20020122605A1 (en) * 2001-01-11 2002-09-05 Samsung Electronics Co., Ltd Visual terminal apparatus having a pseudo background function and method of obtaining the same
US7003135B2 (en) * 2001-05-25 2006-02-21 Industrial Technology Research Institute System and method for rapidly tracking multiple faces
US20050188013A1 (en) * 2001-12-03 2005-08-25 Microsoft Corporation Automatic detection and tracking of multiple individuals using multiple cues
US7428315B2 (en) 2001-12-03 2008-09-23 Microsoft Corporation Automatic detection and tracking of multiple individuals using multiple cues
US7171025B2 (en) 2001-12-03 2007-01-30 Microsoft Corporation Automatic detection and tracking of multiple individuals using multiple cues
EP1330128A3 (en) * 2001-12-03 2006-02-08 Microsoft Corporation Automatic detection and tracking of multiple individuals' faces using multiple cues
EP1838104A3 (en) * 2001-12-03 2009-09-30 Microsoft Corporation Automatic detection and tracking of multiple individuals' faces using multiple cues
US20030103647A1 (en) * 2001-12-03 2003-06-05 Yong Rui Automatic detection and tracking of multiple individuals using multiple cues
US20050147278A1 (en) * 2001-12-03 2005-07-07 Mircosoft Corporation Automatic detection and tracking of multiple individuals using multiple cues
EP1330128A2 (en) * 2001-12-03 2003-07-23 Microsoft Corporation Automatic detection and tracking of multiple individuals' faces using multiple cues
US7151843B2 (en) 2001-12-03 2006-12-19 Microsoft Corporation Automatic detection and tracking of multiple individuals using multiple cues
US7433495B2 (en) 2001-12-03 2008-10-07 Microsoft Corporation Automatic detection and tracking of multiple individuals using multiple cues
US20050129278A1 (en) * 2001-12-03 2005-06-16 Microsoft Corporation Automatic detection and tracking of multiple individuals using multiple cues
US20050210103A1 (en) * 2001-12-03 2005-09-22 Microsoft Corporation Automatic detection and tracking of multiple individuals using multiple cues
GB2384305B (en) * 2002-01-16 2005-03-16 Autoliv Dev Improvements in or relating to a camera arrangement
GB2384305A (en) * 2002-01-16 2003-07-23 Autoliv Dev Human position detection by capturing spectral contents of images representative of human skin
US20060050927A1 (en) * 2002-01-16 2006-03-09 Marcus Klomark Camera arrangement
US7236629B2 (en) 2002-04-08 2007-06-26 Mitsubishi Electric Corporation Method and apparatus for detecting and/or tracking one or more colour regions in an image or sequence of images
US20040017938A1 (en) * 2002-04-08 2004-01-29 James Cooper Method and apparatus for detecting and/or tracking one or more colour regions in an image or sequence of images
US20040140992A1 (en) * 2002-11-22 2004-07-22 Marquering Henricus A. Segmenting an image via a graph
US20040141643A1 (en) * 2002-11-22 2004-07-22 Marquering Henricus A. Segmenting an image via shortest cycles
US7529407B2 (en) * 2002-11-22 2009-05-05 Oce-Technologies B.V. Segmenting an image via shortest cycles
US7570811B2 (en) * 2002-11-22 2009-08-04 Oce Technologies B.V. Segmenting an image via a graph
US9692964B2 (en) 2003-06-26 2017-06-27 Fotonation Limited Modification of post-viewing parameters for digital images using image region or feature information
US7574016B2 (en) 2003-06-26 2009-08-11 Fotonation Vision Limited Digital image processing using face detection information
US20060203107A1 (en) * 2003-06-26 2006-09-14 Eran Steinberg Perfecting of digital image capture parameters within acquisition devices using face detection
US20060203108A1 (en) * 2003-06-26 2006-09-14 Eran Steinberg Perfecting the optics within a digital image acquisition device using face detection
US20060204057A1 (en) * 2003-06-26 2006-09-14 Eran Steinberg Digital image adjustable compression and resolution using face detection information
US20060204054A1 (en) * 2003-06-26 2006-09-14 Eran Steinberg Digital image processing composition using face detection information
US8498452B2 (en) 2003-06-26 2013-07-30 DigitalOptics Corporation Europe Limited Digital image processing using face detection information
US7269292B2 (en) 2003-06-26 2007-09-11 Fotonation Vision Limited Digital image adjustable compression and resolution using face detection information
US8160312B2 (en) 2003-06-26 2012-04-17 DigitalOptics Corporation Europe Limited Perfecting the effect of flash within an image acquisition devices using face detection
US7315630B2 (en) * 2003-06-26 2008-01-01 Fotonation Vision Limited Perfecting of digital image rendering parameters within rendering devices using face detection
US7317815B2 (en) 2003-06-26 2008-01-08 Fotonation Vision Limited Digital image processing composition using face detection information
US20080019565A1 (en) * 2003-06-26 2008-01-24 Fotonation Vision Limited Digital Image Adjustable Compression and Resolution Using Face Detection Information
US7912245B2 (en) 2003-06-26 2011-03-22 Tessera Technologies Ireland Limited Method of improving orientation and color balance of digital images using face detection information
US7362368B2 (en) 2003-06-26 2008-04-22 Fotonation Vision Limited Perfecting the optics within a digital image acquisition device using face detection
US20110025886A1 (en) * 2003-06-26 2011-02-03 Tessera Technologies Ireland Limited Perfecting the Effect of Flash within an Image Acquisition Devices Using Face Detection
US20060204056A1 (en) * 2003-06-26 2006-09-14 Eran Steinberg Perfecting the effect of flash within an image acquisition devices using face detection
US8265399B2 (en) 2003-06-26 2012-09-11 DigitalOptics Corporation Europe Limited Detecting orientation of digital images using face detection information
US7440593B1 (en) 2003-06-26 2008-10-21 Fotonation Vision Limited Method of improving orientation and color balance of digital images using face detection information
US7466866B2 (en) 2003-06-26 2008-12-16 Fotonation Vision Limited Digital image adjustable compression and resolution using face detection information
US7471846B2 (en) 2003-06-26 2008-12-30 Fotonation Vision Limited Perfecting the effect of flash within an image acquisition devices using face detection
US8224108B2 (en) 2003-06-26 2012-07-17 DigitalOptics Corporation Europe Limited Digital image processing using face detection information
US9129381B2 (en) 2003-06-26 2015-09-08 Fotonation Limited Modification of post-viewing parameters for digital images using image region or feature information
US9053545B2 (en) 2003-06-26 2015-06-09 Fotonation Limited Modification of viewing parameters for digital images using face detection information
US8155401B2 (en) 2003-06-26 2012-04-10 DigitalOptics Corporation Europe Limited Perfecting the effect of flash within an image acquisition devices using face detection
US20110013044A1 (en) * 2003-06-26 2011-01-20 Tessera Technologies Ireland Limited Perfecting the effect of flash within an image acquisition devices using face detection
US8005265B2 (en) 2003-06-26 2011-08-23 Tessera Technologies Ireland Limited Digital image processing using face detection information
US7860274B2 (en) 2003-06-26 2010-12-28 Fotonation Vision Limited Digital image processing using face detection information
US7565030B2 (en) 2003-06-26 2009-07-21 Fotonation Vision Limited Detecting orientation of digital images using face detection information
US8675991B2 (en) 2003-06-26 2014-03-18 DigitalOptics Corporation Europe Limited Modification of post-viewing parameters for digital images using region or feature information
US8131016B2 (en) 2003-06-26 2012-03-06 DigitalOptics Corporation Europe Limited Digital image processing using face detection information
US8989453B2 (en) 2003-06-26 2015-03-24 Fotonation Limited Digital image processing using face detection information
US8498446B2 (en) 2003-06-26 2013-07-30 DigitalOptics Corporation Europe Limited Method of improving orientation and color balance of digital images using face detection information
US8126208B2 (en) 2003-06-26 2012-02-28 DigitalOptics Corporation Europe Limited Digital image processing using face detection information
US7853043B2 (en) 2003-06-26 2010-12-14 Tessera Technologies Ireland Limited Digital image processing using face detection information
US7848549B2 (en) 2003-06-26 2010-12-07 Fotonation Vision Limited Digital image processing using face detection information
US7616233B2 (en) 2003-06-26 2009-11-10 Fotonation Vision Limited Perfecting of digital image capture parameters within acquisition devices using face detection
US8948468B2 (en) 2003-06-26 2015-02-03 Fotonation Limited Modification of viewing parameters for digital images using face detection information
US7844076B2 (en) 2003-06-26 2010-11-30 Fotonation Vision Limited Digital image processing using face detection and skin tone information
US7684630B2 (en) 2003-06-26 2010-03-23 Fotonation Vision Limited Digital image adjustable compression and resolution using face detection information
US7844135B2 (en) 2003-06-26 2010-11-30 Tessera Technologies Ireland Limited Detecting orientation of digital images using face detection information
US7693311B2 (en) 2003-06-26 2010-04-06 Fotonation Vision Limited Perfecting the effect of flash within an image acquisition devices using face detection
US7702136B2 (en) 2003-06-26 2010-04-20 Fotonation Vision Limited Perfecting the effect of flash within an image acquisition devices using face detection
US8055090B2 (en) 2003-06-26 2011-11-08 DigitalOptics Corporation Europe Limited Digital image processing using face detection information
US20100165150A1 (en) * 2003-06-26 2010-07-01 Fotonation Vision Limited Detecting orientation of digital images using face detection information
US20060215924A1 (en) * 2003-06-26 2006-09-28 Eran Steinberg Perfecting of digital image rendering parameters within rendering devices using face detection
US8326066B2 (en) 2003-06-26 2012-12-04 DigitalOptics Corporation Europe Limited Digital image adjustable compression and resolution using face detection information
US7809162B2 (en) 2003-06-26 2010-10-05 Fotonation Vision Limited Digital image processing using face detection information
US8330831B2 (en) 2003-08-05 2012-12-11 DigitalOptics Corporation Europe Limited Method of gathering visual meta data using a reference image
US20050063568A1 (en) * 2003-09-24 2005-03-24 Shih-Ching Sun Robust face detection algorithm for real-time video sequence
US7564994B1 (en) 2004-01-22 2009-07-21 Fotonation Vision Limited Classification system for consumer digital images using automatic workflow and face detection and recognition
US20100014721A1 (en) * 2004-01-22 2010-01-21 Fotonation Ireland Limited Classification System for Consumer Digital Images using Automatic Workflow and Face Detection and Recognition
US7587068B1 (en) 2004-01-22 2009-09-08 Fotonation Vision Limited Classification database for consumer digital images
US8897504B2 (en) 2004-01-22 2014-11-25 DigitalOptics Corporation Europe Limited Classification and organization of consumer digital images using workflow, and face detection and recognition
US7558408B1 (en) 2004-01-22 2009-07-07 Fotonation Vision Limited Classification system for consumer digital images using workflow and user interface modules, and face detection and recognition
US7555148B1 (en) 2004-01-22 2009-06-30 Fotonation Vision Limited Classification system for consumer digital images using workflow, face detection, normalization, and face recognition
US7551755B1 (en) 2004-01-22 2009-06-23 Fotonation Vision Limited Classification and organization of consumer digital images using workflow, and face detection and recognition
US9779287B2 (en) 2004-01-22 2017-10-03 Fotonation Limited Classification and organization of consumer digital images using workflow, and face detection and recognition
US8553949B2 (en) 2004-01-22 2013-10-08 DigitalOptics Corporation Europe Limited Classification and organization of consumer digital images using workflow, and face detection and recognition
US8199979B2 (en) 2004-01-22 2012-06-12 DigitalOptics Corporation Europe Limited Classification system for consumer digital images using automatic workflow and face detection and recognition
US20050180612A1 (en) * 2004-01-27 2005-08-18 Toshinori Nagahashi Method of correcting deviation of detection position for human face, correction system, and correction program
US7415140B2 (en) * 2004-01-27 2008-08-19 Seiko Epson Corporation Method of correcting deviation of detection position for human face, correction system, and correction program
US8874487B2 (en) 2004-04-14 2014-10-28 Digital River, Inc. Software wrapper having use limitation within a geographic boundary
US8732841B2 (en) 2004-04-14 2014-05-20 Digital River, Inc. Software license server with geographic location validation
US20060059100A1 (en) * 2004-04-14 2006-03-16 Digital River, Inc. Software license server with geographic location validation
US20060059561A1 (en) * 2004-04-14 2006-03-16 Digital River, Inc. Electronic storefront that limits download of software wrappers based on geographic location
US20060059099A1 (en) * 2004-04-14 2006-03-16 Digital River, Inc. Software wrapper having use limitation within a geographic boundary
US8170350B2 (en) 2004-08-16 2012-05-01 DigitalOptics Corporation Europe Limited Foreground/background segmentation in digital images
US7953251B1 (en) 2004-10-28 2011-05-31 Tessera Technologies Ireland Limited Method and apparatus for detection and correction of flash-induced eye defects within digital images using preview or other reference images
US8135184B2 (en) 2004-10-28 2012-03-13 DigitalOptics Corporation Europe Limited Method and apparatus for detection and correction of multiple image defects within digital images using preview or other reference images
US8320641B2 (en) 2004-10-28 2012-11-27 DigitalOptics Corporation Europe Limited Method and apparatus for red-eye detection using preview or other reference images
US20110122297A1 (en) * 2004-10-28 2011-05-26 Eran Steinberg Method and apparatus for detection and correction of flash-induced eye defects within digital images using preview or other reference images
US7796827B2 (en) * 2004-11-30 2010-09-14 Hewlett-Packard Development Company, L.P. Face enhancement in a digital video
US20060115172A1 (en) * 2004-11-30 2006-06-01 Qian Lin Face enhancement in a digital video
US7715597B2 (en) 2004-12-29 2010-05-11 Fotonation Ireland Limited Method and component for image recognition
US8335355B2 (en) 2004-12-29 2012-12-18 DigitalOptics Corporation Europe Limited Method and component for image recognition
US7962629B2 (en) 2005-06-17 2011-06-14 Tessera Technologies Ireland Limited Method for establishing a paired connection between media devices
US8593542B2 (en) 2005-12-27 2013-11-26 DigitalOptics Corporation Europe Limited Foreground/background separation using reference images
KR100756047B1 (en) 2006-01-25 2007-09-07 한국인식산업(주) Apparatus for recognizing a biological face and method therefor
US8682097B2 (en) 2006-02-14 2014-03-25 DigitalOptics Corporation Europe Limited Digital image enhancement with reference images
US8285001B2 (en) 2006-02-24 2012-10-09 DigitalOptics Corporation Europe Limited Method and apparatus for selective disqualification of digital images
US8265348B2 (en) 2006-02-24 2012-09-11 DigitalOptics Corporation Europe Limited Digital image acquisition control and correction method and apparatus
US20070230743A1 (en) * 2006-03-28 2007-10-04 Samsung Electronics Co., Ltd. Method and apparatus for tracking listener's head position for virtual stereo acoustics
US8331614B2 (en) * 2006-03-28 2012-12-11 Samsung Electronics Co., Ltd. Method and apparatus for tracking listener's head position for virtual stereo acoustics
US7965875B2 (en) 2006-06-12 2011-06-21 Tessera Technologies Ireland Limited Advances in extending the AAM techniques from grayscale to color images
US8050466B2 (en) 2006-08-02 2011-11-01 DigitalOptics Corporation Europe Limited Face recognition with combined PCA-based datasets
US8050465B2 (en) 2006-08-11 2011-11-01 DigitalOptics Corporation Europe Limited Real-time face tracking in a digital image acquisition device
US7864990B2 (en) 2006-08-11 2011-01-04 Tessera Technologies Ireland Limited Real-time face tracking in a digital image acquisition device
US8385610B2 (en) 2006-08-11 2013-02-26 DigitalOptics Corporation Europe Limited Face tracking for controlling imaging parameters
US8509496B2 (en) 2006-08-11 2013-08-13 DigitalOptics Corporation Europe Limited Real-time face tracking with reference images
US7620218B2 (en) 2006-08-11 2009-11-17 Fotonation Ireland Limited Real-time face tracking with reference images
US7916897B2 (en) 2006-08-11 2011-03-29 Tessera Technologies Ireland Limited Face tracking for controlling imaging parameters
US8055029B2 (en) 2006-08-11 2011-11-08 DigitalOptics Corporation Europe Limited Real-time face tracking in a digital image acquisition device
US7689011B2 (en) 2006-09-26 2010-03-30 Hewlett-Packard Development Company, L.P. Extracting features from face regions and auxiliary identification regions of images for person recognition and other applications
US20080075336A1 (en) * 2006-09-26 2008-03-27 Huitao Luo Extracting features from face regions and auxiliary identification regions of images for person recognition and other applications
US9239946B2 (en) * 2006-12-22 2016-01-19 Canon Kabushiki Kaisha Method and apparatus for detecting and processing specific pattern from image
US20120275650A1 (en) * 2006-12-22 2012-11-01 Canon Kabushiki Kaisha Method and apparatus for detecting and processing specific pattern from image
US8055067B2 (en) 2007-01-18 2011-11-08 DigitalOptics Corporation Europe Limited Color segmentation
US8509561B2 (en) 2007-02-28 2013-08-13 DigitalOptics Corporation Europe Limited Separating directional lighting variability in statistical face modelling based on texture space decomposition
US8224039B2 (en) 2007-02-28 2012-07-17 DigitalOptics Corporation Europe Limited Separating a directional lighting variability in statistical face modelling based on texture space decomposition
US8649604B2 (en) 2007-03-05 2014-02-11 DigitalOptics Corporation Europe Limited Face searching and detection in a digital image acquisition device
US8503800B2 (en) 2007-03-05 2013-08-06 DigitalOptics Corporation Europe Limited Illumination detection using classifier chains
US8363951B2 (en) 2007-03-05 2013-01-29 DigitalOptics Corporation Europe Limited Face recognition training method and apparatus
US8363952B2 (en) 2007-03-05 2013-01-29 DigitalOptics Corporation Europe Limited Face recognition training method and apparatus
US8189927B2 (en) 2007-03-05 2012-05-29 DigitalOptics Corporation Europe Limited Face categorization and annotation of a mobile phone contact list
US8923564B2 (en) 2007-03-05 2014-12-30 DigitalOptics Corporation Europe Limited Face searching and detection in a digital image acquisition device
US9224034B2 (en) 2007-03-05 2015-12-29 Fotonation Limited Face searching and detection in a digital image acquisition device
US8494232B2 (en) 2007-05-24 2013-07-23 DigitalOptics Corporation Europe Limited Image processing method and apparatus
US8515138B2 (en) 2007-05-24 2013-08-20 DigitalOptics Corporation Europe Limited Image processing method and apparatus
US7916971B2 (en) 2007-05-24 2011-03-29 Tessera Technologies Ireland Limited Image processing method and apparatus
US8896725B2 (en) 2007-06-21 2014-11-25 Fotonation Limited Image capture device with contemporaneous reference image capture mechanism
US8213737B2 (en) 2007-06-21 2012-07-03 DigitalOptics Corporation Europe Limited Digital image enhancement with reference images
US9767539B2 (en) 2007-06-21 2017-09-19 Fotonation Limited Image capture device with contemporaneous image correction mechanism
US10733472B2 (en) 2007-06-21 2020-08-04 Fotonation Limited Image capture device with contemporaneous image correction mechanism
US20090003703A1 (en) * 2007-06-26 2009-01-01 Microsoft Corporation Unifield digital ink recognition
US8315482B2 (en) 2007-06-26 2012-11-20 Microsoft Corporation Integrated platform for user input of digital ink
US8041120B2 (en) 2007-06-26 2011-10-18 Microsoft Corporation Unified digital ink recognition
US20090002392A1 (en) * 2007-06-26 2009-01-01 Microsoft Corporation Integrated platform for user input of digital ink
US20090003658A1 (en) * 2007-06-26 2009-01-01 Microsoft Corporation Digital ink-based search
US8094939B2 (en) 2007-06-26 2012-01-10 Microsoft Corporation Digital ink-based search
US8155397B2 (en) 2007-09-26 2012-04-10 DigitalOptics Corporation Europe Limited Face tracking in a camera processor
CN101488181B (en) * 2008-01-15 2011-07-20 华晶科技股份有限公司 Poly-directional human face detection method
US11689796B2 (en) 2008-01-27 2023-06-27 Adeia Imaging Llc Detecting facial expressions in digital images
US11470241B2 (en) 2008-01-27 2022-10-11 Fotonation Limited Detecting facial expressions in digital images
US9462180B2 (en) 2008-01-27 2016-10-04 Fotonation Limited Detecting facial expressions in digital images
US8750578B2 (en) 2008-01-29 2014-06-10 DigitalOptics Corporation Europe Limited Detecting facial expressions in digital images
US20090196475A1 (en) * 2008-02-01 2009-08-06 Canfield Scientific, Incorporated Automatic mask design and registration and feature detection for computer-aided skin analysis
US8218862B2 (en) 2008-02-01 2012-07-10 Canfield Scientific, Incorporated Automatic mask design and registration and feature detection for computer-aided skin analysis
US8494286B2 (en) 2008-02-05 2013-07-23 DigitalOptics Corporation Europe Limited Face detection in mid-shot digital images
US7855737B2 (en) 2008-03-26 2010-12-21 Fotonation Ireland Limited Method of making a digital camera image of a scene including the camera user
US8243182B2 (en) 2008-03-26 2012-08-14 DigitalOptics Corporation Europe Limited Method of making a digital camera image of a scene including the camera user
US11094350B2 (en) 2008-05-19 2021-08-17 Maxell, Ltd. Recording and reproducing apparatus and method thereof
US11727960B2 (en) 2008-05-19 2023-08-15 Maxell, Ltd. Recording and reproducing apparatus and method thereof
US11948605B2 (en) 2008-05-19 2024-04-02 Maxell, Ltd. Recording and reproducing apparatus and method thereof
US9007480B2 (en) 2008-07-30 2015-04-14 Fotonation Limited Automatic face and skin beautification using face detection
US8384793B2 (en) 2008-07-30 2013-02-26 DigitalOptics Corporation Europe Limited Automatic face and skin beautification using face detection
US8345114B2 (en) 2008-07-30 2013-01-01 DigitalOptics Corporation Europe Limited Automatic face and skin beautification using face detection
US8687078B2 (en) 2008-12-05 2014-04-01 DigitalOptics Corporation Europe Limited Face recognition using face tracker classifier data
US7916905B2 (en) * 2009-02-02 2011-03-29 Kabushiki Kaisha Toshiba System and method for image facial area detection employing skin tones
US20100195911A1 (en) * 2009-02-02 2010-08-05 Jonathan Yen System and method for image facial area detection employing skin tones
US10582144B2 (en) 2009-05-21 2020-03-03 May Patents Ltd. System and method for control based on face or hand gesture detection
US8614674B2 (en) 2009-05-21 2013-12-24 May Patents Ltd. System and method for control based on face or hand gesture detection
WO2010134066A1 (en) 2009-05-21 2010-11-25 May Patents Ltd. System and method for controlling a screen based on face or hand gesture detection
US8614673B2 (en) 2009-05-21 2013-12-24 May Patents Ltd. System and method for control based on face or hand gesture detection
US20100295782A1 (en) * 2009-05-21 2010-11-25 Yehuda Binder System and method for control based on face ore hand gesture detection
US8379917B2 (en) 2009-10-02 2013-02-19 DigitalOptics Corporation Europe Limited Face recognition performance using additional image features
US10032068B2 (en) 2009-10-02 2018-07-24 Fotonation Limited Method of making a digital camera image of a first scene with a superimposed second scene
US20120033127A1 (en) * 2010-08-09 2012-02-09 Canon Kabushiki Kaisha Image capture apparatus
US8836777B2 (en) 2011-02-25 2014-09-16 DigitalOptics Corporation Europe Limited Automatic detection of vertical gaze using an embedded imaging device
US11349925B2 (en) 2012-01-03 2022-05-31 May Patents Ltd. System and method for server based control
US11824933B2 (en) 2012-01-09 2023-11-21 May Patents Ltd. System and method for server based control
US11245765B2 (en) 2012-01-09 2022-02-08 May Patents Ltd. System and method for server based control
US11128710B2 (en) 2012-01-09 2021-09-21 May Patents Ltd. System and method for server-based control
US11240311B2 (en) 2012-01-09 2022-02-01 May Patents Ltd. System and method for server based control
US11190590B2 (en) 2012-01-09 2021-11-30 May Patents Ltd. System and method for server based control
US11375018B2 (en) 2012-01-09 2022-06-28 May Patents Ltd. System and method for server based control
US11336726B2 (en) 2012-01-09 2022-05-17 May Patents Ltd. System and method for server based control
US10868867B2 (en) 2012-01-09 2020-12-15 May Patents Ltd. System and method for server based control
WO2014186422A1 (en) * 2013-05-14 2014-11-20 Google Inc. Image masks for face-related selection and processing in images
US8983152B2 (en) 2013-05-14 2015-03-17 Google Inc. Image masks for face-related selection and processing in images
CN105359162A (en) * 2013-05-14 2016-02-24 谷歌公司 Image masks for face-related selection and processing in images
US9256950B1 (en) 2014-03-06 2016-02-09 Google Inc. Detecting and modifying facial features of persons in images
US9866748B2 (en) 2014-04-22 2018-01-09 Snap-Aid Patents Ltd. System and method for controlling a camera based on processing an image captured by other camera
WO2015162605A2 (en) 2014-04-22 2015-10-29 Snapaid Ltd System and method for controlling a camera based on processing an image captured by other camera
EP4250738A2 (en) 2014-04-22 2023-09-27 Snap-Aid Patents Ltd. Method for controlling a camera based on processing an image captured by other camera
US9661215B2 (en) 2014-04-22 2017-05-23 Snapaid Ltd. System and method for controlling a camera based on processing an image captured by other camera
US9754163B2 (en) 2015-06-22 2017-09-05 Photomyne Ltd. System and method for detecting objects in an image
US10452905B2 (en) 2015-06-22 2019-10-22 Photomyne Ltd. System and method for detecting objects in an image
US9928418B2 (en) 2015-06-22 2018-03-27 Photomyne Ltd. System and method for detecting objects in an image
US10198629B2 (en) 2015-06-22 2019-02-05 Photomyne Ltd. System and method for detecting objects in an image
US9864901B2 (en) 2015-09-15 2018-01-09 Google Llc Feature detection and masking in images based on color distributions
US9547908B1 (en) 2015-09-28 2017-01-17 Google Inc. Feature mask determination for images
US20180197226A1 (en) * 2017-01-06 2018-07-12 Fujitsu Limited Non-transitory computer-readable storage medium, information processing apparatus and method
US11238374B2 (en) * 2018-08-24 2022-02-01 Htc Corporation Method for verifying training data, training system, and computer readable medium
US10658005B1 (en) 2019-08-19 2020-05-19 Neon Evolution Inc. Methods and systems for image and voice processing
US11670024B2 (en) 2019-08-19 2023-06-06 Neon Evolution Inc. Methods and systems for image and voice processing
US10671838B1 (en) * 2019-08-19 2020-06-02 Neon Evolution Inc. Methods and systems for image and voice processing
US10803646B1 (en) 2019-08-19 2020-10-13 Neon Evolution Inc. Methods and systems for image and voice processing
US10949715B1 (en) 2019-08-19 2021-03-16 Neon Evolution Inc. Methods and systems for image and voice processing
WO2021050369A1 (en) * 2019-09-10 2021-03-18 The Regents Of The University Of California Autonomous comfort systems
US11308657B1 (en) 2021-08-11 2022-04-19 Neon Evolution Inc. Methods and systems for image processing using a learning engine

Also Published As

Publication number Publication date
US20010026633A1 (en) 2001-10-04
KR100677177B1 (en) 2007-02-05
KR20010040852A (en) 2001-05-15
EP1053530A1 (en) 2000-11-22
WO2000036546A1 (en) 2000-06-22
US6574354B2 (en) 2003-06-03
JP2002532807A (en) 2002-10-02

Similar Documents

Publication Publication Date Title
US6263113B1 (en) Method for detecting a face in a digital image
Deng et al. Color image segmentation
US7336819B2 (en) Detection of sky in digital color images
US8358813B2 (en) Image preprocessing
US6731788B1 (en) Symbol Classification with shape features applied to neural network
US7039239B2 (en) Method for image region classification using unsupervised and supervised learning
US7035461B2 (en) Method for detecting objects in digital images
US6184926B1 (en) System and method for detecting a human face in uncontrolled environments
US7454040B2 (en) Systems and methods of detecting and correcting redeye in an image suitable for embedded applications
EP1452995B1 (en) Method for detecting color objects in digital images
US20040114829A1 (en) Method and system for detecting and correcting defects in a digital image
US20080193020A1 (en) Method for Facial Features Detection
JP2003515230A (en) Method and system for separating categorizable symbols of video stream
Rosenfeld Image pattern recognition
US11836958B2 (en) Automatically detecting and isolating objects in images
JP3490482B2 (en) Edge and contour extraction device
Fang et al. 1-D barcode localization in complex background
Dai et al. Robust and accurate moving shadow detection based on multiple features fusion
Liu et al. A simple and fast text localization algorithm for indoor mobile robot navigation
Sushma et al. Text detection in color images
Chan et al. Using colour features to block dubious images
US7899255B2 (en) Method for recognizing and indexing digital media
KR100305590B1 (en) An image retrieval method by using directional edge map
Vu et al. Extraction of text regions from complex background in document images by multilevel clustering
Mehta et al. Text Detection from Scene Videos having Blurriness and Text of Different Sizes

Legal Events

Date Code Title Description
AS Assignment

Owner name: PHILIPS ELECTRONICS NORTH AMERICA CORPORATION, NEW

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:ABDEL-MOTTALEB, MOHAMED;ELGAMMAL, AHMED;REEL/FRAME:009647/0414;SIGNING DATES FROM 19981203 TO 19981204

STCF Information on status: patent grant

Free format text: PATENTED CASE

FPAY Fee payment

Year of fee payment: 4

FPAY Fee payment

Year of fee payment: 8

FPAY Fee payment

Year of fee payment: 12