Object tracking and eye state identification method
10 claims: 1 independent, 9 dependent
- 1A method of tracking movement of an object between first and second successively generated infrared video images after a position of the object in said first video image has been identified, comprising the steps of:defining a first state vector for the first video image corresponding to the identified position of said object (40);defining a search window in said second video image based on said first state vector (42);grey-scale bottom hat filtering said search window with a non-flat structuring element to form a filtered image (50);binarizing said filtered image and identifying candidate binary blobs that possibly correspond to said object (62);computing a spatial Euclidean distance between each candidate binary blob and said first state vector, and selecting a candidate binary blob for which the computed spatial Euclidean distance is smallest (70);determining a center of mass of the selected binary blob (70);and defining a second state vector based on said center of mass for identifying the location of said object in said second video image (88).
- 2The method of Claim 1, wherein the step of bottom hat filtering said search window includes the steps of:scanning said non-flat structuring element over said search window using a first convolution function to form a dilation image (52);rotating said structuring element (54);scanning the rotated structuring element over said dilation image using a second convolution function to form an erosion image (56);and subtracting said erosion image from said search window to form said filtered image (58).
- 3The method of Claim 1, wherein said non-flat structuring element is ellipsoidal.
- 4The method of Claim 1, where the object is a person's eye, the method including the steps of:establishing an eye model defining image characteristics of human eyes and a non-eye model defining image characteristics of facial features other than human eyes (78);extracting a patch of said search window based on said center of mass (76);computing deviations of said patch from said eye model and said non-eye model (78);and rejecting the selected candidate binary blob when the deviation of said patch from said eye model is greater than the deviation of said patch from said non-eye model (80, 82).
- 5The method of Claim 4, wherein said eye model includes an open-eye mode defining image characteristics of open eyes and a closed-eye model defining image characteristics of closed eyes, and the method includes the steps of:computing deviations of said patch from said open-eye model and said closed-eye model (78);and rejecting the selected candidate binary blob when the deviation of said patch from said non-eye model is less than both the deviation of said patch from said open-eye model and the deviation of said patch from said closed-eye model (80, 82).
- 6The method of Claim 1, where the object is a subject's eye, the method including the steps of:selecting candidate binary blobs in successively generated video images based on minimum spatial Euclidean distance (72);determining a size of the selected candidate binary blobs, and computing a change in size of successively selected candidate binary blobs (74, 90);and determining an eye state designating either that said eye is open or that said eye is closed based on a sign of said change in size when said change in size has a magnitude that exceeds a threshold magnitude (92, 114).
- 7The method of Claim 6, including the steps of:establishing an open-eye model defining image characteristics of open eyes and a closed-eye model defining image characteristics of closed eyes (78);computing deviations of said patch from said open-eye model and said closed-eye model (78);forming a model-based determination that said eye is open when the deviation of said patch from said open-eye model is less than the deviation of said patch from said closed-eye model, and closed when the deviation of said patch from said closed-eye model is less than the deviation of said patch from said open-eye model (102, 104, 106);determining said eye state based on said model-based determination and said sign of said change in size (114).
- 8The method of Claim 6, including the step of:determining a shape parameter of said selected candidate binary blob according to a difference in standard deviation calculations along orthogonal axes (74);forming an appearance-based determination that said eye is open if said shape parameter is less than a predefined threshold, and closed if said shape parameter is greater than said predefined threshold (108, 110, 112);and determining said eye state based on said appearance-based determination and said sign of said change in size (114).
- 9The method of Claim 6, including the step of:determining said eye state based on said sign of said change in size and a previously determined eye state (114).
- 10The method of Claim 9, including the steps of:applying at least said sign of said change in size and said previously determined eye state to a decision matrix to determine said eye state and a confidence that the determined eye state is accurate (114).
Independent claims10
22 paragraphs, as filed
Technical Field
0001The present invention relates to an object tracking method for tracking the location of an object in successively generated frames of a video image, and where the object is a person's eye, for identifying the eye state as open or closed.
Background of the Invention
0002Vision systems frequently entail locating and tracking an object such as a person's eye in successively generated frames of video data. In the motor vehicle environment, for example, a CCD camera can be used to generate a video image of the driver's face, and portions of the image corresponding to the driver's eyes can be analyzed to assess driver gaze or drowsiness. See, for example, the <patcit id="pcit0001" dnum="US5795306A"><text>U.S. Patent Nos. 5,795,306</text></patcit>; <patcit id="pcit0002" dnum="US5878156A"><text>5,878,156</text></patcit>; <patcit id="pcit0003" dnum="US5926251A"><text>5,926,251</text></patcit>; <patcit id="pcit0004" dnum="US6097295A"><text>6,097,295</text></patcit>; <patcit id="pcit0005" dnum="US6130617A"><text>6,130,617</text></patcit>; <patcit id="pcit0006" dnum="US6243015B"><text>6,243,015</text></patcit>; <patcit id="pcit0007" dnum="US6304187B"><text>6,304,187</text></patcit>; and <patcit id="pcit0008" dnum="US6571002B"><text>6,571,002</text></patcit>, incorporated herein by reference. While eye location and tracking algorithms can work reasonably well in a controlled environment, they tend to perform poorly under real world imaging conditions, particularly in systems having only one camera. For example, the ambient illumination can change dramatically, the subject may be wearing eyeglasses or sunglasses, and the subject's head can be rotated in a way that partially or fully obscures the eye.
0003Tracking eye movement from one video frame to the next is generally achieved using a correlation technique in which the eye template (i.e., a cluster of pixels corresponding to the subject's eye) of the previous frame is compared to different portions of a search window within the current frame. Correlation values are computed for each comparison, and the peak correlation value is used to identify the eye template in the current frame. While this technique is useful, the accuracy of the eye template tends to degenerate over time due to drift and conditions such as out-of-plane rotation of the subject's head, noise and changes in the eye appearance (due to glasses, for example). At some point, the eye template will be sufficiently degenerated that the system must enter a recovery mode in which the entire image is analyzed to re-locate the subject's eye. <patcit id="pcit0009" dnum="US6606397B"><text>US Patent No. 6606397</text></patcit> describes a facial image processing method for extracting an eye image based on the position of the nose. <patcit id="pcit0010" dnum="WO9926126A"><text>WO 99/26126</text></patcit> discloses a method for eye tracking with heuristic rules.
Summary of the Invention
0004The present invention is directed to an improved object tracking method that tracks a target object between successively generated infrared video images using an optimized grey-scale hat filter to extract the target object from the background. The filtered image is binarized, and candidate binary blobs are extracted. The binary blob that minimizes the Euclidean spatial distance to the previous position of the object and satisfies a specified appearance model is selected, and its center of mass is taken as the current position of the object. Where the object is a person's eye, the eye state is determined by analyzing the shape and appearance of the binary blob along with changes in its size and the previous eye state, and applying corresponding parameters to an eye state decision matrix. The decision matrix also indicates a confidence in the eye state determination.
Brief Description of the Drawings
0005The present invention will now be described, by way of example, with reference to the accompanying drawings, in which:- <ul id="ul0001" list-style="none" compact="compact"><li><figref idref="f0001">Figure 1</figref> is a block diagram of a motor vehicle vision system including a video camera and a microprocessor-based image processor for monitoring driver alertness.</li><li><figref idref="f0002">Figures 2A</figref>, <figref idref="f0003">2B</figref> and <figref idref="f0004">2C</figref> together depict a flow diagram of a software routine executed by the image processor of <figref idref="f0001">Figure 1</figref> for carrying out the object tracking and eye state identification method of this invention.</li><li><figref idref="f0001">Figure 3</figref> is a flow diagram detailing a portion of the flow diagram of <figref idref="f0002">Figure 2A</figref> pertaining to grey-scale hat filtering.</li><li><figref idref="f0005">Figure 4</figref> is a diagram illustrating a convolution function of the type used in the hat filtering of <figref idref="f0001">Figure 3</figref>.</li><li><figref idref="f0006">Figures 5A and 5B</figref> are charts depicting eye state decision matrices used according to this invention to deduce a subject's eye state.</li></ul>
Description of the Preferred Embodiment
0006The object tracking method of the present invention is disclosed in the context of a system that tracks and monitors the eye of a motor vehicle driver, and additionally determines whether the eye is open or closed. However, it will be recognized that the disclosed tracking method is equally applicable to other vision systems that track the location of an object, whether animate or inanimate.
0007Referring to the drawings, and particularly to <figref idref="f0001">Figure 1</figref>, the reference numeral 10 generally designates a motor vehicle vision system for monitoring driver alertness. The system 10 includes an infrared CCD camera 12, a microprocessor-based image processor 14, a driver monitor 16, and an alarm 18. The camera 12 is mounted in a convenient location within the vehicle passenger compartment, such as in a center console or instrument panel, and is configured to produce an unobstructed image of the driver's head, taking into account differences in driver height and orientation. The image processor 14 captures a stream of infrared video frames or images (IMAGE<sub>t-1</sub>, IMAGE<sub>t</sub>, etc.) produced by camera 12, and executes software routines for producing outputs on lines 14a and 14b pertaining to the eye position and the eye state, respectively. As explained below, the eye position in each video image is defined by a state vector S<sub>t</sub>, and the eye state is defined by a binary state variable ES<sub>t</sub> and a confidence level CONF that the determined eye state is accurate. The driver monitor 16 receives the driver eye information from image processor 14, detects eye movement and/or states characteristic of driver drowsiness and/or distraction, and activates the alarm 18 or other safety alert when it is determined that the driver's lack of alertness or attention may possibly compromise vehicle safety.
0008The flow diagram of <figref idref="f0002 f0003 f0004">Figures 2A-2C</figref> depicts a software routine executed by the image processor 14 according to this invention. Inputs to the routine include the current video image IMAGE<sub>t</sub>, and a state vector S<sub>t-1</sub> and search window SW<sub>t-1</sub> for the previous video image IMAGE<sub>t-1</sub>. The blocks 40 and 42 are first executed to define a portion (referred to herein as a search window SW) of the current image IMAGE<sub>t</sub> that should include the driver's eye, even with driver movement between IMAGE<sub>t-1</sub> and IMAGE<sub>t</sub>. This is achieved by defining the coordinates of an eye template (eyeT) -- that is, a small set of pixels that encompass primarily just the driver's eye -- based on the state vector S<sub>t-1</sub> for INMGE<sub>t-1</sub>, applying the coordinates of eyeT to IMAGE<sub>t</sub>, and defining the search window SW as a larger portion of IMAGE<sub>t</sub> that includes both eyeT and a set of pixels surrounding eyeT. The block 44 then carries out a sum-of-absolute-differences (SAD) computation on the search window SW for the current image IMAGE<sub>t</sub> and the search window SW<sub>t-1</sub> for the previous image INMGE<sub>t-1</sub>. The SAD computation is essentially a pixel-by-pixel comparison of SW and SW<sub>t-1</sub>, and provides a fast and reliable measure of the driver movement between the successive images IMAGE<sub>t-1</sub> and IMAGE<sub>t</sub>. The block 46 compares the computed SAD value to a predefined threshold THR_SAD. If SAD <= THR SAD, there is inconsequential driver movement between the images IMAGF<sub>t-1</sub> and IMAGE<sub>t</sub>, and the block 48 sets the current state vector S<sub>t</sub> and the eye state ES<sub>t</sub> equal to the previous values S<sub>t-1</sub> and ES<sub>t-1</sub>. If SAD > THR_SAD, there is significant driver eye movement between the images IMAGE<sub>t-1</sub>, and IMAGE<sub>t</sub>, and the remainder of the routine is executed to identify S<sub>t</sub> and ES<sub>t</sub> for the current image IMAGE<sub>t</sub>.
0009The first step in identifying the location of the driver's eye in IMAGE<sub>t</sub> is to filter the search window SW with an optimized grey-scale bottom hat filter, as indicated at block 50 in <figref idref="f0002 f0003 f0004">Figure 2</figref>, and detailed by the blocks 52-58 of <figref idref="f0001">Figure 3</figref>. In general, the grey-scale bottom hat filter enhances the edges of objects within the search window SW, removing small existing holes in it. And according to this invention, the grey-scale hat filter is optimized through the use of a non-flat structuring element or mask that corresponds in shape to the object; in the illustrated embodiment where the object is a driver's eye, the mask is ellipsoid-shaped. Referring to <figref idref="f0001">Figure 3</figref>, the grey-scale hat filtering comprises a dilation operation (block 52) followed by an erosion operation (blocks 54 and 56) and a subtraction of the result of the erosion operation from the search window SW (block 58). The dilation and erosion operations are both real-time morphological convolution functions in which the structuring element or mask (which may be a 31-by-31 block of pixels, for example) is scanned over the image being filtered. As indicated at block 52, the result of the dilation operation (DILATION_IMAGE) is obtained by a convolution function in which the structuring element or mask (MASK) is scanned over the search window SW. The blocks 54 and 56 then rotate the MASK by 180 degrees and perform an erosion convolution function in which the rotated MASK is scanned over the DILATION_IMAGE to form the EROSION_IMAGE. And finally, the EROSION_IMAGE is subtracted from the search window SW to form the filtered grey-scale image IMAGE_FILT, as indicated at block 58.
0010Mathematically, the dilation and erosion convolution functions may be expressed as: <maths id="math0001" num=""><math display="block"><mrow><mi mathvariant="normal">OUT</mi><mfenced separators=","><mi mathvariant="normal">x</mi><mi mathvariant="normal">y</mi></mfenced><mo>=</mo><mrow><mstyle displaystyle="true"><mrow><munderover><mrow><mo>∑</mo></mrow><mrow><mi mathvariant="normal">i</mi><mo>=</mo><mn mathvariant="normal">0</mn></mrow><mrow><mi mathvariant="normal">N</mi><mo>−</mo><mn mathvariant="normal">1</mn></mrow></munderover></mrow></mstyle><mrow><mstyle displaystyle="true"><mrow><munderover><mrow><mo>∑</mo></mrow><mrow><mi mathvariant="normal">j</mi><mo>=</mo><mn mathvariant="normal">0</mn></mrow><mrow><mi mathvariant="normal">N</mi><mo>−</mo><mn mathvariant="normal">1</mn></mrow></munderover></mrow></mstyle><mfenced open="[" close="]" separators=""><mi mathvariant="normal">PIC</mi><mfenced separators=""><mi mathvariant="normal">x</mi><mo>−</mo><mi mathvariant="normal">i</mi><mo>+</mo><mi mathvariant="normal">k</mi><mo>,</mo><mrow><mspace width="1em" /><mi mathvariant="normal">y</mi></mrow><mo>−</mo><mi mathvariant="normal">j</mi><mo>+</mo><mi mathvariant="normal">k</mi></mfenced><mo>*</mo><mi mathvariant="normal">MASK</mi><mfenced separators=","><mi mathvariant="normal">i</mi><mi mathvariant="normal">j</mi></mfenced></mfenced></mrow></mrow></mrow></math><img file="EP1589485B1_D0001.tif" /></maths> where an N-by-N structuring element or mask MASK(i, j) is scanned over a larger image PIC(x,y), producing the output OUT(x,y). The process is diagrammatically depicted in <figref idref="f0005">Figure 4</figref>, where the reference numerals 120, 122 and 124 respectively designate the image PIC(x,y), the output OUT(x,y) and the mask MASK(i, j). In the illustration of <figref idref="f0005">Figure 4</figref>, MASK(i, j) is depicted as a non-flat 3-by-3 matrix, while PIC(x,y) and OUT(x,y) are depicted as 5-by-7 matrices. The initial scanning position of MASK(i, j) on image PIC(x,y) is designated by the reference numeral 124', producing the corresponding output value of 5. The mask is successively scanned over the image PIC(x,y) to form the output OUT(x,y). Since the mask MASK(i, j) has peripheral values of zero and a central value of one in the illustration of <figref idref="f0005">Figure 4</figref>, the output OUT(x,y) will be identical to the original image PIC(x,y). In an actual implementation however, the values or gain parameters of mask MASK(i, j) vary elliptically to approximate the shape of a person's eye, so that the filtering has the effect of enhancing eye-shaped objects in the image, while attenuating background noise and clutter.
0011Referring again to the flow diagram of <figref idref="f0002 f0003">Figures 2A-2B</figref>, the blocks 60 and 62 are then executed to binarize the filtered grey-scale image IMAGE_FILT. The block 60 identifies the maximum intensity value (MAX_INT) of IMAGE_FILT, and sets a threshold THR equal to MAX_INT/3. The block 62 then uses the threshold THR to produce a binarized or black-and-white version of IMAGE_FILT, referred to herein as IMAGE_FILT_BW. Of course, a fixed or different binarizing threshold THR could be employed. The block 64 applies a median filter mask to IMAGE_FILT_BW to reduce noise in the image, and the block 66 processes the resulting image to fuse neighboring like-value pixels, and identify regions or pixel blobs that potentially correspond to facial features of interest. The block 68 employs window thresholding to limit the identified regions to those that are size-wise consistent with facial features, such regions being referred to herein as candidate regions. The block 70 computes a center-of-mass (COM) for each of the candidate regions, and the spatial Euclidean distance (SED) between each respective COM value and the previous state vector S<sub>t-1</sub>. The block 72 selects the candidate region having the smallest SED value as the region most likely to correspond to the current location of the driver's eye.
0012Once a candidate region has been selected, the block 74 calculates two parameters pertinent to the eye state: the number of pixels NOP, and a circular shape calculation CSC. The NOP parameter is simply the number of pixels in the selected binary blob or region; in any person, this number is significantly higher when the eye is open than when the eye is closed. The CSC parameter is a difference of standard deviation (SD) calculations on the selected binary blob along orthogonal (e.g., x and y) axes -- that is (SD<sub>x</sub> - SDy). If the binary blob is generally rounded, as would be the case with an open eye, the absolute value of CSC (that is, |CSC|) will be relatively small, say two or less. However, if the binary blob is non-rounded, as in the case of a closed eye, |CSC| will be significantly higher.
0013The block 76 then extracts a patch or block of pixels from the search window SW surrounding the calculated center-of-mass COM of the selected candidate region. The block 78 compares the extracted patch with a stored database or model (i.e., an eigen-space) that defines three categories of possible shapes: open-eye, closed-eye and non-eye, and uses the reconstruction error to compute an effective distance or deviation between the extracted patch and the respective eigen-space. The term DST_OPEN-EYE is the distance to the open-eye model, DST_CLOSED-EYE is the distance to the closed-eye model, and DST_NON-EYE is the distance to the non-eye model.
0014If DST_ NON-EYE is less than both DST_OPEN-EYE and DST_CLOSED-EYE, as determined at block 80, the candidate region is considered to be a feature other than the driver's eye, and the block 82 is executed to determine if there are any more candidate regions to consider. If there are additional candidate regions, the block 84 selects the region having the next-smallest spatial Euclidean distance (SED) as the region most likely to correspond to the current location of the driver's eye, and the blocks 74-80 are re-executed as indicated by the flow diagram lines. If there are no other candidate regions to consider, the block 86 is executed to enter a recovery mode in which IMAGE<sub>t</sub> is re-analyzed to locate the driver's eye. If DST_NON-EYE is greater than either DST_OPEN-EYE or DST_CLOSED-EYE, block 80 will be answered in the negative, indicating that the candidate region is considered to be the driver's eye. In this case, the block 88 is executed to set the eye position output EYE_POS (i.e., the state vector S<sub>t</sub>) equal to the center of mass COM for the selected candidate region, and the portion of the routine depicted in <figref idref="f0004">Figure 2C</figref> is executed to determine the eye state output EYE_STATE.
0015Referring to <figref idref="f0004">Figure 2C</figref>, the block 90 compares the number-of-pixels term NOP computed at block 74 with the corresponding term NOP<sub>t-1</sub> for the prior image IMAGE<sub>t-1</sub>, and computes a binary size function step term BSF_STEP according to the difference (NOP - NOP<sub>t-1</sub>). If the absolute value of BSF_STEP is less than a calibrated threshold THR, as determined at block 92, the eye state is considered to be unchanged from the prior image IMAGE<sub>t-1</sub>, and block 94 sets the current eye state term ES<sub>t</sub> equal to the previous eye state term ES<sub>t-1</sub>, completing the routine. If block 92 is answered in the affirmative, the blocks 96, 98 and 100 determine the value of a step sign function term BSF_SIGN. If BSF_STEP > 0, BSF_SIGN is set equal to POS, indicating that the binary eye blob has significantly increased in size; otherwise, BSF SIGN is set equal to NEG, indicating that the binary eye blob has significantly decreased in size. The blocks 102, 104 and 106 then make an appearance-based eye state decision using the distances DST_OPEN-EYE and DST_CLOSED-EYE determined at block 78. If DST_OPEN-EYE < DST_CLOSED-EYE, the appearance-based decision term ABD is set equal to OPEN; otherwise, ABD is set equal to CLOSED. The blocks 108, 110 and 112 then make an eye state decision based on the circular shape calculation CSC of block 74. If |CSC| < 2, the CSC term is set equal to ROUND; otherwise, CSC is set equal to NON-ROUND. Finally, the determined eye state terms BSF_SIGN, CSC and ABD are applied along with the previous eye state ES<sub>t-1</sub> to an eye state decision matrix that may be implemented by image processor 14 with a look-up table or the like.
0016The charts of <figref idref="f0006">Figures 5A and 5B</figref> depict the eye state decision matrix. <figref idref="f0006">Figure 5A</figref> depicts the portion of the decision matrix for BSF_SIGN = POS (i.e., for conditions where the binary eye blob has significantly increased in size), and <figref idref="f0006">Figure 5B</figref> depicts the portion of the decision matrix for BSF_SIGN = NEG (i.e., for conditions where the binary eye blob has significantly decreased in size). As indicated by the right-most two columns, the decision matrix provides the outputs (eye state ES<sub>t</sub> and confidence CONF) that comprise the EYE_STATE output of image processor 14. The term ES<sub>t</sub> is either OPEN or CLOSED, and the term CONF provides an estimation of the relative reliability of the eye state assessment.
0017In summary, the present invention provides a robust method of tracking object movement that overcomes the deficiencies of prior methods. As applied to a driver eye, the method provides accurate and reliable tracking, as well as reliable eye state determination. While the method of the present invention has been described in reference to the illustrated embodiment, it will be recognized that various modifications in addition to those mentioned above will occur to those skilled in the art. For example, convolution calculations other than shown herein may be utilized, and so on. Accordingly, it will be understood that methods incorporating these and other modifications may fall within the scope of this invention, which is defined by the appended claims.
7 sheets
Sheet 1 Sheet 2 Sheet 3 Sheet 4 Sheet 5 Sheet 6 Sheet 7
Every citation, both ways
| Document | Relation | Office |
|---|---|---|
| WO9926126A1 | Cites | World Intellectual Property Organization (WIPO) |
| US5859921A | Cites | United States of America |
| US6571002B1 | Cites | United States of America |
| US6606397B1 | Cites | United States of America |
| RU-SHANG WANG ET AL: "Facial feature extraction and tracking in video sequences", MULTIMEDIA SIGNAL PROCESSING, 1997., IEEE FIRST WORKSHOP ON PRINCETON, NJ, USA 23-25 JUNE 1997, NEW YORK, NY, USA,IEEE, US, 23 June 1997 (1997-06-23), pages 233-238, XP010233829, DOI: 10.1109/MMSP.1997.602641 ISBN: 978-0-7803-3780-0 | Non-patent | – |
| PARDAS M: "Extraction and tracking of the eyelids", ACOUSTICS, SPEECH, AND SIGNAL PROCESSING, 2000. ICASSP '00. PROCEEDING S. 2000 IEEE INTERNATIONAL CONFERENCE ON 5-9 JUNE 2000, PISCATAWAY, NJ, USA,IEEE, vol. 6, 5 June 2000 (2000-06-05), pages 2357-2360, XP010504777, ISBN: 978-0-7803-6293-2 | Non-patent | – |
| GEE ET AL: "Non-intrusive gaze tracking for human-computer interaction", PROC. OF MECHATRONICS AND MACHINE VISION IN PRACTICE,, 1 January 1994 (1994-01-01), pages 112-117, XP009161764, | Non-patent | – |
| MARAGOS: "Tutorial on Advances in Morphological Image Processing and Analysis", OPTICAL ENGINEERING, SOC. OF PHOTO-OPTICAL INSTRUMENTATION ENGINEERS, BELLINGHAM, vol. 26, 1 July 1987 (1987-07-01), pages 623-632, XP009161773, ISSN: 0091-3286 | Non-patent | – |
5 members in 2 offices; this record represents the family
Priority claims4
| Document | Office | Kind | Date |
|---|---|---|---|
| 82800504 | United States of America | A | |
| 828005 | United States of America | – | |
| US20040828005 | – | – | – |
| 828005 | – | – | – |
Members5
| Document | Office | Kind | |
|---|---|---|---|
| US2005232461A1 | United States of America | A1 | |
| EP1589485A2 | European Patent Office (EPO) | A2 | |
| US7362885B2 | United States of America | B2 | |
| EP1589485A3 | European Patent Office (EPO) | A3 | |
| EP1589485B1This record | European Patent Office (EPO) | B1 |
68 legal events, as 9 offices reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | Office | |
|---|---|---|---|
| Change of applicant/patenteeR081 | R081 | DE | |
| Expiry of rightR071 | R071 | DE | |
| Annual fee paid to national office [announced via postgrant information from national office to epo]GrantedPGFP | PGFP | EP | |
| Opt-out of the competence of the unified patent court (upc) registeredP01 | P01 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Change of applicant/patenteeR081 | R081 | DE | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Notification of lapseLapsedST | ST | FR | |
| Patent lapsedLapsedMM4A | MM4A | IE | |
| Gb: european patent ceased through non-payment of renewal feeCeasedGBPC | GBPC | EP | |
| Patent ceasedCeasedPL | PL | CH | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Information on the status of an ep patent application or granted ep patentGrantedSTATUS: NO OPPOSITION FILED WITHIN TIME LIMITSTAA | STAA | EP | |
| No opposition filedOpposition26N | 26N | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| No opposition filed within time limitOppositionORIGINAL CODE: 0009261PLBE | PLBE | EP | |
| Information on the status of an ep patent application or granted ep patentGrantedSTATUS: NO OPPOSITION FILED WITHIN TIME LIMITSTAA | STAA | EP | |
| No opposition filed against granted patent, or epo opposition proceedings concluded without decisionGrantedR097 | R097 | DE | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Deletion acc. to par. 5 (withdrawal of the translation of the ep patent)MK05 | MK05 | AT | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Patent invalid in the netherlands as no translation has been filedMP | MP | NL | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Invalidated european patentMG4D | MG4D | LT | |
| Dpma publication of mentioned ep patent grantGrantedR096 | R096 | DE | |
| European patents granted designating irelandGrantedFG4D | FG4D | IE | |
| Reference to at number (ep patent validated in austria)REF | REF | AT | |
| Change of applicant/patenteeR081 | R081 | DE | |
| European patent takes effect as a national patent in ch/liEP | EP | CH | |
| Designated contracting statesAK | AK | EP | |
| European patent grantedGrantedFG4D | FG4D | GB | |
| (expected) grantORIGINAL CODE: 0009210GRAA | GRAA | EP | |
| Grant fee paidORIGINAL CODE: EPIDOSNIGR3GRAS | GRAS | EP | |
| Intention to grant announcedINTG | INTG | EP | |
| Despatch of communication of intention to grant a patentORIGINAL CODE: EPIDOSNIGR1GRAP | GRAP | EP | |
| First examination report despatched17Q | 17Q | EP | |
| Designation fees paidAKX | AKX | EP | |
| Request for examination filed17P | 17P | EP | |
| Designated contracting statesAK | AK | EP | |
| Request for extension of the european patentAX | AX | EP | |
| Information provided on ipc code assigned before grantRIC1 | RIC1 | EP | |
| Information provided on ipc code assigned before grantRIC1 | RIC1 | EP | |
| Search report despatchedORIGINAL CODE: 0009013PUAL | PUAL | EP | |
| Designated contracting statesAK | AK | EP | |
| Request for extension of the european patentAX | AX | EP | |
| Public reference made under article 153(3) epc to a published international application that has entered the european phaseORIGINAL CODE: 0009012PUAI | PUAI | EP |
Numbers
- Publication
- 1589485
- Publication, DOCDB
- 1589485
- Publication, EPODOC
- EP1589485
- Application
- 5075776
- Application, DOCDB
- 05075776
- Application, EPODOC
- EP20050075776
Titles3
- German
- Verfahren zur Verfolgung eines Objekts und Ermittelung eines Augenzustands
- English
- Object tracking and eye state identification method
- French
- Procédé de poursuite d'objet et d'identification de l'état d'un oeuil
Classification
- CPC, 7
- G06K9/00604
- G06T7/246
- G06T2207/10016
- G06T2207/10048
- G06T2207/20036
- G06T2207/30201
- G06T2207/30268
- IPC, 3
- G06T7 20
- G06K9 00
- G06K9 46
Designated states30
- Contracting states, 30
- Austria
- Belgium
- Bulgaria
- Switzerland
- Cyprus
- Czechia
- Germany
- Denmark
- Estonia
- Spain
- Finland
- France
- United Kingdom
- Greece
- Hungary
- Ireland
- Iceland
- Italy
- Liechtenstein
- Lithuania
- Luxembourg
- Monaco
- Netherlands (Kingdom of the)
- Poland
and 6 moreShow fewer
- Portugal
- Romania
- Sweden
- Slovenia
- Slovakia
- Türkiye
