Method and apparatus for locating a pointing element within a digital image
Summary by NHIP
Sequential Rectangle Search Method
The method locates a pointing element within a digitized image by defining a rectangle around a colored object. It performs five sequential searches starting from specific sides and offsets to determine X and Y coordinates for the object's leftmost or rightmost position.
Claim Score by NHIP
Abstract
A method and apparatus for finding a pointing element within a digital image. A digitized image is received including a background and an object to be tracked. The background and the object have a different color. A rectangle is defined within the image including at least a portion of the object. The defined rectangle is searched to determine the X and Y coordinates of the pointing element.

Term
Term ended
Expired 2 April 2019, 7.5 years ago.
- Priority
- Filed
- Granted
- Expired
- Today
1 claim: 1 independent, 0 dependent
- 1Broadest claimClaim Score 26, narrow(NHIP)A method for finding a pointing element within a digital image comprising the steps of:a) receiving a digitized image including a background and an object to be tracked, said background and said object having a different color;b) defining a rectangle within said image including at least a portion of said object;c) conducting a search within the defined rectangle starting at a position adjacent a first side of a bottom portion of said rectangle and continuing in a direction towards a second side of said rectangle until said object is located and storing a first x value corresponding thereto;d) conducting a second search within the defined rectangle starting at a position adjacent said second side of said bottom portion of said rectangle and continuing in a direction towards said first side of said rectangle until said object is located and storing a second x value corresponding thereto;e) conducting a third search within the defined rectangle starting at a position adjacent a top portion of said rectangle and offset from said first x value and continuing in a direction towards said bottom until said object is located and storing a first y value corresponding thereto;f) conducting a fourth search within the defined rectangle starting at a position adjacent said top portion of said rectangle and offset from said second x value and continuing in a direction towards said bottom until said object is located and storing a second y value corresponding thereto;g) conducting a fifth search using the stored first x and second x and first y and second y positions to find a point representing one of a leftmost and a rightmost position of said object and storing x and y coordinates corresponding to said found point.
94 paragraphs in 5 sections, as filed
0001This application is a continuation of U.S. patent application Ser. No. 09/210,525 filed on Dec. 11, 1998, now abandoned.
BACKGROUND OF THE INVENTION
0002What is referred to generically herein as an optical mouse device was first created in 1995 after more than three months of research on how to find a color ball within a video field. One area of particular interest for use of an optical mouse is in television weather broadcasts. The talent, by using an optical mouse, could, for example, move a cloud shown on a display from one position to another by moving a handheld pointing device with a colored ball at its end.
0003There were two problems:
00041. Because the digitalization of a video signal is too far apart from the raw video signal, it is not possible to find a specific color within a full video field.
00052. On a system with a slow processor, it is not possible to search the whole image for a single point of color and let another program work in parallel.
0006Therefore, a way to find the end (or tip) of a person's hand (or of a pointer device) was chosen to bypass the problem. No specific color is necessary to find the end. See U.S. Pat. No. 5,270,820 for a description of this technique.
SUMMARY OF THE INVENTION
0007In order to work, the optical mouse device needs to analyze images (usually from a camera feed, but it is not limited to just a camera) which has a single background color. Weather broadcasts often have a blue or green background used as a matte, but the invented optical mouse patent does not require any specific background color.
0008The object to be tracked (possibly a person, but it is not limited to just persons, i.e. it could track a robot) will be standing within the received image and will have a different color than the background as shown in <figref idref="DRAWINGS">FIG. 1</figref> and <figref idref="DRAWINGS">FIG. 2</figref>. The object may have parts using that background color if some areas need to appear transparent through a matte, etc.
0009When the data is coming to the computer through a video signal, the computer will need a piece of hardware to convert the digital representation of the video signal supported by the optical mouse device. Whatever the format of the images, it will have to be converted to a one component (gray scale) or three components (red, green and blue) format. However, the way those are represented does not make any difference on how the optical mouse works. (<figref idref="DRAWINGS">FIG. 2</figref>.)
0010Then the device will search an area of the image for a pointing device (optical mouse). The pointing device position will be returned to the user of the device. The explanations found here can be used to search a person standing in front of a camera like, but not limited to, a weather caster. Such a search could work in any direction for any kind of object or person and is valid for any kind of extension.
0011In this specific case, the device starts its search at the bottom of the area where the body of a standing person should always be found (<figref idref="DRAWINGS">FIG. 3</figref><i>a</i>). There are a few cases explained below when the device may find arms without finding the body of the person first.
0012Once the body of the person is found, a search for the arms is conducted (<figref idref="DRAWINGS">FIG. 3</figref><i>b</i>). To do so, a search is started from the top of the image and continues toward the bottom. If nothing is found, there is no extended arm.
0013Finally, a search is conducted along the arm up to the tip of the arm, i.e., end of the hand (<figref idref="DRAWINGS">FIG. 3</figref><i>c</i>) or the pointing device (which will prolong the arm). This last search result is the position which the optical mouse device returns to the user.
0014When both arms are extended, one of them must be selected to know which is the one used to point (<figref idref="DRAWINGS">FIG. 3</figref><i>d</i>). To accomplish this, simply select the one further away from the body: it is known where the body was found (Xb), and where the tip was found (Xt) therefore the distance.vertline.Xb–Xt.vertline. (absolute value of the subtraction of both positions) is also known; the longest distance determines which of the arms is the furthest away. Other methods could be used. Some optical mouse devices could be programmed to always return a position on the left side.
0015If no arm tip is found, a “no position” is returned.
BRIEF DESCRIPTION OF THE DRAWINGS
0016<figref idref="DRAWINGS">FIG. 1</figref> shows a video field with a background and foreground object.
0017<figref idref="DRAWINGS">FIG. 2</figref> shows a video field having a limited search area.
0018<figref idref="DRAWINGS">FIG. 2</figref><i>a </i>shows a pixel being checked and its surrounding pixels.
0019<figref idref="DRAWINGS">FIG. 3</figref><i>a </i>shows a search for a body portion.
0020<figref idref="DRAWINGS">FIG. 3</figref><i>b </i>shows a search for arm portions.
0021<figref idref="DRAWINGS">FIG. 3</figref><i>c </i>shows a search for a tip.
0022<figref idref="DRAWINGS">FIG. 3</figref><i>d </i>shows a search for a desired arm portion.
0023<figref idref="DRAWINGS">FIG. 3</figref><i>e </i>shows a detailed search for the tip.
0024<figref idref="DRAWINGS">FIG. 4</figref> shows a special case for a body and arm search.
0025<figref idref="DRAWINGS">FIG. 5</figref> shows a special case for an arm search.
DETAILED DESCRIPTION OF THE INVENTION
0026The following is a description of a special case referring to arms. These arms are described as the left arm and the right arm. The ‘left’ and ‘right’ words are not referencing the real left arm or right arm of the person standing in the video field. Rather, these are references to the extension seen on the left and the extension seen on the right as presented in the figures. See <figref idref="DRAWINGS">FIG. 3</figref><i>d. </i>
00271. Full Image
0028The computer needs a source to receive a full digital image. This source can be, and is not limited to: (1) the Internet, (2) a movie or (3) a direct video feed to the computer, in which case the video signal will need to be converted to a digital representation (<figref idref="DRAWINGS">FIG. 1</figref>).
0029The full image sizes are represented as the variables WIDTH and HEIGHT.
00302. Area to be Tracked
0031The area to be tracked can be any rectangle <b>11</b> within the full video field. The definition is (X-LEFT, Y-TOP, X-RIGHT, Y-BOTTOM) in pixel coordinates. These coordinates are used to determine where to search for the body <b>13</b> and arms <b>15</b> as shown in <figref idref="DRAWINGS">FIG. 1</figref>. The origin of these coordinates is the top-left corner, with the Y coordinates increasing going down and the X coordinates increasing going right.
00323. Search Limit
0033Depending on the type of source, it may be necessary to define a limit <b>19</b> to avoid searching near the borders (<figref idref="DRAWINGS">FIG. 2</figref>.), thus limiting problems while searching. Most of the time, a video feed will have artifacts on the border. The search limit can also be generated with a smaller area to be tracked. However, a full image version of the optical mouse may only relate on a search limit.
0034The limit variable is defined as LIMIT and represents the number of pixels to skip on all borders. Note that four values could be defined to give a specific left, right, top and bottom limit. For the purpose of this discussion, we will limit ourselves to only one value.
00354. Background
0036The background <b>21</b> needs to be a single color; i.e. always use the same color. The color will possibly vary in intensity and chroma within a limited range defined by the user.
0037The color definitions will vary depending on the number of components of the digital representation of the image. Yet, each component can be checked against a range. A range will be defined as MIN for the lowest possible value and MAX for the highest possible value. These ranges may be defined as constants (the background is always of the same color in all the possible cases) or variables (the background can change from one usage to another; i.e. from a blue screen to a green screen).
0038Here is an algorithm to check if a pixel is of type background in a three component image (red, green and blue): <ul id="ul0001" list-style="none"><li id="ul0001-0001" num="0039">1—the PIXEL variable is defined as a structure RGB with—three fields: RED, GREEN and BLUE. FUNCTION IS-BACKGROUND (VAR PIXEL:RGB)—check the red pixel—RED-MIN is the minimum accepted red value—RED-MAX is the maximum accepted red value IF PIXEL.RED<RED-MIN OR PIXEL.RED>RED-MAX THEN RETURN FALSE END IF—check the green pixel IF PIXEL.GREEN<GREEN-MIN OR PIXEL.GREEN>GREEN-MAX THEN RETURN FALSE END IF—check the blue pixel IF PIXEL.BLUE<BLUE-MIN OR PIXEL.BLUE>BLUE-MAX THEN RETURN FALSE END IF—if all the tests went through properly, the pixel is—a background pixel RETURN TRUE</li></ul>
0040Example of Ranges:
00002 Color Range of the background Red Green Blue Blue 0% to 15% 0% to 30% 75% to 100% Green 0% to 10% 75% to 100% 0% to 40% White 80% to 100% 80% to 100% 80% to 100%
0041With some optical devices, it will be better to check for more than one single pixel. It is possible to check nine (9) pixels instead of one to make sure it is a background pixel as shown in <figref idref="DRAWINGS">FIG. 2</figref><i>a</i>. The range used to check the pixels around may vary from the range used to check the middle pixel.
00425. Object
0043On the other hand, the object will be of all the colors which are not the background color. The area to be searched can therefore be defined with a positive (the object) and a negative (the background) set of pixels. A program could be done to transform the whole image in this way. However to make it work in real time, it is necessary to check a very limited number of pixels. The algorithm below shows how this works. <ul id="ul0002" list-style="none"><li id="ul0002-0001" num="0044">3 FUNCTION IS-OBJECT (VAR PIXEL:RGB)—we return TRUE when IS-BACKGROUND returns FALSE—and vice versa IF IS-BACKGROUND (PIXEL) THEN RETURN FALSE ELSE RETURN TRUE END IF</li></ul>
00456. Search
0046To search something in the screen, the optical mouse device needs to determine the sign of a pixel (positive or negative). This is done with a call to the IS-BACKGROUND or IS-OBJECT functions as defined in the Background and Object section above. A search algorithm can look like this: <ul id="ul0003" list-style="none"><li id="ul0003-0001" num="0047">4 FUNCTION FIND (VAR X, Y: INTEGER; VAR X-INCREMENT, Y-INCREMENT: INTEGER; VAR COUNT: INTEGER)—COUNT determine the maximum number of iterations—we can use to find the object WHILE COUNT>0—get the pixel at the position X, Y PIXEL=READ-PIXEL (X, Y)—check if the pixel is part of the object IF IS-OBJECT (PIXEL) THEN—we found the object, stop the search and—return the position at which the object—was found RETURN X, Y END IF—the object was not found yet—decrease the number of pixels to still be checked COUNT:=COUNT−1—define the next X coordinate to be checked—(note: X-INCREMENT can be negative to go from right to left) X:=X+X-INCREMENT—define the next Y coordinate to be checked—(note: Y-INCREMENT can be negative to go from bottom to top) Y:=Y+Y-INCREMENT END WHILE—return a position which can't be reached as a “no position”—in this example we use (−1, −1) RETURN−1, −1</li></ul>
0048In this FIND function we search an object. The opposite could be accomplished simply by changing the IS-OBJECT function call in IS-BACKGROUND. The variable COUNT is used to know how many pixels will be checked. The increment variables (X-INCREMENT and Y-INCREMENT) should be used with values larger than one (1) whenever possible so as to avoid testing many pixels.
00497. Body
0050The first part we will search is the body of the object. The following is an algorithm to search a standing person. However, the optical mouse device may not be specifically based on such an object, it could be applied to a flying plane, an object attached at a ceiling, etc.
0051The search can be accomplished with the FIND function as defined in the Search section above. It will check one pixel every 20 pixels until the body is found or the whole screen has been searched. The position at which the body is found is put in variables for later use. <ul id="ul0004" list-style="none"><li id="ul0004-0001" num="0052">5 PROCEDURE FIND-BODY—define the STEP used to check pixels to find the body;—the STEP needs to change depending on the area and therefore—the size of the standing person;—20 is a good value for a full screen area STEP=20—compute the maximum number of left-right iterations within—the area to be searched MAX-TEST=(X-RIGHT−X-LEFT−LIMIT*2)/STEP—find the left position of the body FIND (X-LEFT+LIMIT, Y-BOTTOM−LIMIT, STEP, 0, MAX-TEST) RETURNING BODY-X-LEFT, BODY-Y-LEFT—here, we should check whether the body was found—when not, it—s a special case and no body will be—found searching from right to left so we could skip—the following call—to find the right position of the body we could also—search for the background going through the body instead—of searching from the other side of the screen (another—FIND function would be necessary)—find the right position of the body FIND (X-RIGHT−LIMIT, Y-BOTTOM−LIMIT, −STEP, 0, MAX-TEST) RETURNING BODY-X-RIGHT, BODY-Y-RIGHT</li></ul>
0053In this algorithm the following is defined:
0054The variable STEP: sets the number of pixels to be skipped on each iteration; the use of a STEP value is important to make the search fast; in this example we defined the step as 20, so if we start searching at the position (<b>10</b>, <b>120</b>), the second pixel tested will be found at the position (<b>30</b>, <b>120</b>), the third at (<b>50</b>, <b>120</b>), etc.
0055The variable MAX-TEST: it sets the number of pixels which can be tested left-right; we use the X-LEFT and X-RIGHT coordinates as defined above; the LIMIT*2 would be:
0056. . . (LEFT-LIMIT+RIGHT-LIMIT)
0057if the limits were specific on each side.
0058The call to the FIND function to look for the left side: starts the search at the position:
0059(X-LEFT+LIMIT, Y-BOTTOM−LIMIT)
0060which is at the bottom-left of the image. The function will continue the search increasing the X coordinate by STEP (Y is not changed). The second pixel tested (if the body was not found yet) is:
0061(X-LEFT+LIMIT+STEP, Y-BOTTOM−LIMIT)
0062The FIND function tests pixels until the body is found, or MAX-TEST pixels are checked. The result is then saved in the BODY-X-LEFT and BODY-Y-LEFT variables.
0063The call to the FIND function to look for the right side: starts the search at the position:
0064(X-RIGHT−LIMIT, Y-BOTTOM−LIMIT)
0065which is at the bottom-right of the image; the function will continue the search decreasing the X coordinate by STEP (Y is not changed). The second pixel tested (if the body was not found yet) is:
0066(X-RIGHT−LIMIT-STEP, Y-BOTTOM−LIMIT)
0067The FIND function tests pixels until the body is found, or MAX-TEST pixels are checked. The result is then saved in the BODY-X-RIGHT and BODY-Y-RIGHT variables.
00688. Arms
0069Once the body has been found, a search for the arms <b>15</b> is conducted. See <figref idref="DRAWINGS">FIG. 3</figref><i>b</i>. In the example shown, we start looking from the top of the searched area to avoid any problems with the shadow the person may display on the background. A too dark shadow would be seen as being positive (i.e. as part of the standing person).
0070The search of the arms is very similar to the search of the body. There is an example of algorithm to do so: <ul id="ul0005" list-style="none"><li id="ul0005-0001" num="0071">6 PROCEDURE FIND-ARMS—define the STEP used to check pixels to find the arm;—it is smaller than for the body because arms are smaller—the STEP needs to change depending on the area and therefore—the size of the standing person STEP=10—compute the maximum number of top-bottom iterations—within the area to be searched MAX-TEST=(Y-BOTTOM−Y-TOP−LIMIT*2)/STEP—find the position of the left arm FIND (BODY-X-LEFT−20, Y-TOP+LIMIT, 0, STEP, MAX-TEST) RETURNING ARM-X-LEFT, ARM-Y-LEFT—find the position of the right arm FIND (BODY-X-RIGHT+20, Y-TOP+LIMIT, 0, STEP, MAX-TEST RETURNING ARM-X-RIGHT, ARM-Y-RIGHT</li></ul>
0072This algorithm is very similar to the one in the Body algorithm description above. Note that the step is now used to increment the Y coordinate (X is not changed). There should be a test, which does not appear here, to make sure both sides of the body were found. The search starts from BODY-X-LEFT−20 and BODY-X-RIGHT+20 to avoid searching for shoulders and arms along the body (i.e. obviously not pointing). The value of MAX-TEST could also be made smaller since the arms can not be lower than a certain point; the computation could be:
0073SEARCH-HEIGHT=Y-BOTTOM-Y-TOP-LIMIT*2MAX-TEST=SEARCH-HEIGHT*0.80/STEP
0074where we use only 80% of SEARCH-HEIGHT so the lowest 20% of the searched area will not be checked for an arm. See <figref idref="DRAWINGS">FIG. 3</figref><i>b. </i>
00759. Pointing Device
0076Once arms are found, we can start searching for the tip <b>25</b> of the arm as shown in <figref idref="DRAWINGS">FIG. 3</figref><i>c</i>. This search is more complicated, and can be accomplished checking inside the arm or around the arm. The algorithm presented here goes around the arm. <ul id="ul0006" list-style="none"><li id="ul0006-0001" num="0077">7 FUNCTION FIND-TIP (VAR X, Y: INTEGER; VAR X-DIRECTION: INTEGER; VAR STEP: INTEGER)—loop until a RETURN is reached LOOP FOREVER SAVED-X:=X SAVED-Y:=Y—move toward the tip of the arm X:=X+STEP*X-DIRECTION—clip the X position on the right IF X>=X-RIGHT−LIMIT THEN—no tip found (or found on the border . . . ) RETURN−1, −1 END IF—clip the X position on the left IF X<=X-LEFT+LIMIT THEN—no tip found (or found on the border . . . ) RETURN−1, −1 END IF—check the pixel, is it a background pixel? IF IS-BACKGROUND (X, Y) THEN—the loop ends with the UNTIL LOOP—move toward the bottom of the area Y:=Y+STEP—when we reach the bottom of the screen, we are “after”—the tip of the pointing device; so check for that case IF Y>=Y-BOTTOM−LIMIT THEN RETURN SAVED-X, SAVED-Y END IF—check going below UNTIL IS-OBJECT (X, Y)—keep the position outside the arm Y:=Y−STEP ELSE—the pixel on the left isn't a background pixel—therefore we need to go up instead of down to go—around it;—the loop ends with the UNTIL LOOP—move toward the top of the area Y:=Y−STEP—check whether we reached the top of the screen IF Y<=Y-TOP−LIMIT THEN—this case could be treated as a special case by—strong optical mouse devices as an arm touching—the top of the screen; yet in many cases the arm—can never reach such a place RETURN−1, −1 END IF UNTIL IS-BACKGROUND (X, Y) END IF—here we know we have a background pixel at (X, Y) END LOOP</li></ul>
0078This first algorithm can be used to find the tip of one arm. The direction (X-DIRECTION) parameter can be used to search on the left (−1) or on the right (1) as described below. <ul id="ul0007" list-style="none"><li id="ul0007-0001" num="0079">8 PROCEDURE FIND-POINTERS—search for the left pointing device with 5 pixels precision—(direction set to −1 and step to 5) FIND-TIP (ARM-X-LEFT, ARM-Y-LEFT−10, −1, 5) RETURNING TIP-X-LEFT, TIP-Y-LEFT—search for the left pointing device with 1 pixel precision—(direction set to −1 and step to 1) FIND-TIP (TIP-X-LEFT−5, TIP-Y-LEFT−5, −1, 1) RETURNING TIP-X-LEFT, TIP-Y-LEFT—search for the right pointing device with 5 pixels precision—(direction set to 1 and step to 5) FIND-TIP (ARM-X-RIGHT, ARM-Y-RIGHT−10, 1, 5) RETURNING TIP-X-RIGHT, TIP-Y-RIGHT—search for the right pointing device with 1 pixel precision—(direction set to 1 and step to 1) FIND-TIP (TIP-X-RIGHT−5, TIP-Y-RIGHT−5, 1, 1) RETURNING TIP-X-RIGHT, TOP-Y-RIGHT</li></ul>
0080This last algorithm calls the FIND-TIP function which determines the tip of each arm. FIND-ARMS should check whether an arm was found before to search for its tips. The search is repeated twice. See <figref idref="DRAWINGS">FIG. 3</figref><i>e</i>: (1) with a step of 5 which returns a point near the tip at about 5 pixels away and (2) with a step of 1 which returns a point next to the tip (i.e. which is at most 1 pixel away). This technique is only to enable to processing to occur substantially real time. Other techniques can be used to close up on the tip instead of a new call to FIND-TIP.
008110. Left or Right?
0082When two pointing devices are found (one on the right 15 and one on the left 27), a simple distance algorithm is used to determine which one will be used. See <figref idref="DRAWINGS">FIG. 3</figref><i>d</i>. Other algorithms could be used, like always force the left side or the right side to be picked. <ul id="ul0008" list-style="none"><li id="ul0008-0001" num="0083">9 FUNCTION SELECT-TIP IF BODY-X-LEFT−TIP-X-LEFT>TIP-X-RIGHT−BODY-X-RIGHT THEN RETURN TIP-X-LEFT, TIP-Y-LEFT ELSE RETURN TIP-X-RIGHT, TIP-Y-RIGHT END IF</li></ul>
0084Since it is known which variable which variable has the largest X coordinate, there is no need to use an absolute value function.
008511. Body on the Border
0086There are two special cases when the body <b>13</b> is on the border of the screen. One when the body is on the right See <figref idref="DRAWINGS">FIG. 4</figref> and one when the body is on the left. In both cases, a search is conducted for one arm <b>15</b>. The search will be exactly the same as described above in the Body, Arms and Pointing Device algorithm.
0087The Body algorithm will usually return an unusable position for the search of the body when the person is standing on a border. A resulting position which is equal to the startup or the first position, can be declared as being an invalid position (i.e. the body is on that side).
0088The handling of this special case just means that one side of the body may not exist. Therefore, the Arms algorithm needs to search only one of the two arms and set the other arm position to a ‘no position’ status. Similarly, the Pointing Device algorithm needs to search the tip of only one arm.
0089An algorithm could look like this: <ul id="ul0009" list-style="none"><li id="ul0009-0001" num="0090">10—do some setup . . . —search for the body FIND-BODY—check if the left position is correct—(instead of 25, we should use the body STEP value) IF BODY-X-LEFT<X-LEFT+LIMIT+25 THEN—not a correct position—we didn't find the body here BODY-X-LEFT:=−1 BODY-Y-LEFT:=−1 END IF—check if the right position is correct IF BODY-X-RIGHT<Y-RIGHT−LIMIT−25 THEN—not a correct position—we didn't find the body here BODY-X-RIGHT:=−1 BODY-Y-RIGHT:=−1 END IF—check if one side wasn't found—search for only one arm IF BODY-X-LEFT=−1 AND BODY-Y-LEFT=−1 THEN IF BODY-X-RIGHT=−1 AND BODY-Y-RIGHT=−1 THEN—both sides weren't found—check for flying arms;—(see next point) FLYING-ARMS ELSE—the left side wasn't found—search the right arm only FIND-RIGHT-ARM END IF RETURN END IF IF BODY-X-RIGHT=−1 AND BODY-Y-RIGHT=−1 THEN—the right side wasn't found—search the left arm only FIND-LEFT-ARM RETURN END IF</li></ul>
009112. No Body Found or the “Flying Arms”
0092This special case happens whenever the person is out of the video field but is still pointing to something within the video field as shown in <figref idref="DRAWINGS">FIG. 5</figref>. This special case occurs whenever the body <b>13</b> is not found at all in the area to be searched.
0093Once this special case is determined (like in the Body or the Border algorithm), a search for an arm (also called a flying arm) on the left is performed as if the body was just further left of the limit. Similarly, and if nothing is found on the left (limitation which is given here because a person cannot be on both side of a screen which is specific to this example of the optical mouse device) a check on the right is performed as if the body was just further right of the limit.
0094The following algorithm shows an example to do so:
PROCEDURE FLYING-ARMS
0096simulate a body on the right of the screen BODY-X-LEFT=X-RIGHT-LIMI-T BODY-Y-LEFT=Y-BOTTOM-LIMIT
0097simulate a body on the left of the screen BODY-X-RIGHT=X-LEFT+LIMIT BODY-Y-RIGHT=Y-BOTTOM−LIMIT
0098search for the arms FIND-ARMS
0099search for the pointing device FIND-POINTERS
0100The FLYING-ARMS procedure sets all the body coordinates to fake positions as if a body had been found. Thus the FIND-ARMS procedure can be called to perform a search for two arms.
010113. Nothing Found
0102In the event nothing is found (the area is only negative) the optical mouse device will return a “no position” value.
0103Because of the way it works, the optical mouse could be done to search for several areas in each image. This way, more than one pointing device could be found and managed; i.e. two persons could appear in the image: one on the left and one on the right.
Contents5
11 sheets
Sheet 1 Sheet 2 Sheet 3 Sheet 4 Sheet 5 Sheet 6 Sheet 7 Sheet 8 Sheet 9 Sheet 10 Sheet 11
Every citation, both ways
| Document | Relation | Office | Cited during |
|---|---|---|---|
| US2010060581A1 | Cited by | United States of America | Pre-grant |
| US2007018966A1 | Cited by | United States of America | Pre-grant |
| US8490877B2 | Cited by | United States of America | Applicant |
| US9569652B2 | Cited by | United States of America | Applicant |
| US4843568A | Cites | United States of America | Search report |
| US5937081A | Cites | United States of America | Search report |
| US6300955B1 | Cites | United States of America | Search report |
3 members in 1 office
Priority claims6
| Document | Office | Kind | Date |
|---|---|---|---|
| 21052598 | United States of America | A | |
| 21052598 | United States of America | A | |
| 95959604 | United States of America | A | |
| 09210525 | – | – | – |
| US19980210525 | – | – | – |
| US20040959596 | – | – | – |
Members3
| Document | Office | Kind | |
|---|---|---|---|
| US2003137486A1 | United States of America | A1 | |
| US2005195158A1 | United States of America | A1 | |
| US7170490B2This record | United States of America | B2 |
32 transactions on the USPTO file
Allowed without a rejection on record.
- Non-final rejections
- 0
- Final rejections
- 0
- RCEs
- 0
- Appeals
- 0
Over time
Point at a mark for the transactionTransactions
| Event | Code | |
|---|---|---|
| Email NotificationEML_NTR | EML_NTR | |
| Change in Power of Attorney (May Include Associate POA)PA.. | PA.. | |
| Correspondence Address ChangeC.AD | C.AD | |
| Payment of Maintenance Fee, 12th Year, Large EntityM1553 | M1553 | |
| Entity status set to undiscounted (initial default setting or status change)BIG. | BIG. | |
| Applicant Has Filed a Verified Statement of Small Entity Status in Compliance with 37 CFR 1.27SMAL | SMAL | |
| Entity status set to undiscounted (initial default setting or status change)BIG. | BIG. | |
| Email NotificationEML_NTR | EML_NTR | |
| Change in Power of Attorney (May Include Associate POA)PA.. | PA.. | |
| Correspondence Address ChangeC.AD | C.AD | |
| Recordation of Patent Grant MailedPGM/ | PGM/ | |
| Patent Issue Date Used in PTA CalculationAllowedPTAC | PTAC | |
| Issue Notification MailedAllowedWPIR | WPIR | |
| Dispatch to FDCD1935 | D1935 | |
| Application Is Considered Ready for IssuePILS | PILS | |
| Workflow - Drawings FinishedDRWF | DRWF | |
| Issue Fee Payment VerifiedN084 | N084 | |
| Issue Fee Payment ReceivedIFEE | IFEE | |
| Mail Notice of AllowanceAllowedMN/=. | MN/=. | |
| Notice of Allowance Data Verification CompletedAllowedN/=. | N/=. | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| IFW TSS Processing by Tech Center CompleteTSSCOMP | TSSCOMP | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| Application Dispatched from OIPEOIPE | OIPE | |
| Application Is Now CompleteCOMP | COMP | |
| Payment of additional filing fee/PreexamFLFEE | FLFEE | |
| A statement by one or more inventors satisfying the requirement under 35 USC 115, Oath of the ApplicOATHDECL | OATHDECL | |
| Notice Mailed--Application Incomplete--Filing Date AssignedINCD | INCD | |
| Cleared by OIPE CSRL194 | L194 | |
| IFW Scan & PACR Auto Security ReviewSCAN | SCAN | |
| Initial Exam Team nnIEXX | IEXX |
10 recorded assignments at the USPTO, latest first
- Now
Now: Held by
DTN LLC - 2019-10-03
Assignment of assignors interest.
- From
- TWC PATENT TRUST LLT
- To
- DTN, LLC
Recorded 2019-10-03, Signed 2019-09-30
- 2016-04-05
Assignment of assignors interest.
Ownership change- From
- WSI CORPWSI CORPORATION
- To
- TWC PATENT TRUST LLT
Recorded 2016-04-05, Signed 2016-01-29
- 2016-03-14
Release by secured party.
Release- From
- DEUTSCHE BANK TRUST COMPANY AMERICAS AS ADMINISTRATIVE AGENT ANDDEUTSCHE BANK TRUST COMPANY AMERICAS, AS ADMINISTRATIVE AGENT AND COLLATERAL AGENT
- To
- MYWEATHER LLCTHE WEATHER CHANNEL LLCWSI CORP
and 2 moreShow fewer
WEATHER CENTRAL LPWSI CORPORATION
Recorded 2016-03-14, Signed 2016-01-29
- 2016-03-14
Release by secured party.
Release- From
- DEUTSCHE BANK AG NEW YORK BRANCH AS ADMINISTRATIVE AGENT ANDDEUTSCHE BANK AG NEW YORK BRANCH, AS ADMINISTRATIVE AGENT AND COLLATERAL AGENT
- To
- THE WEATHER CHANNEL LLCENTERPRISE ELECTRONICS CORPWSI CORP
and 3 moreShow fewer
THE WEATHER CHANNEL INCWSI CORPORATIONENTERPRISE ELECTRONICS CORPORATION
Recorded 2016-03-14, Signed 2016-01-29
- 2015-06-05
Notice of succession of agency (first lien)
Security interest- From
- DEUTSCHE BANK TRUST COMPANY AMERICAS
- To
- DEUTSCHE BANK AG NEW YORK BRANCH AS SUCCESSOR AGENT
Recorded 2015-06-05, Signed 2015-06-03
- 2014-01-17
Merger.
- From
- WEATHER CENTRAL LP
- To
- WSI CORPWSI CORPORATION
Recorded 2014-01-17, Signed 2013-12-13
- 2013-06-27
Security agreement
Security interest- From
- THE WEATHER CHANNEL LLCMYWEATHER LLCWSI CORP
and 2 moreShow fewer
WEATHER CENTRAL LPWSI CORPORATION - To
- DEUTSCHE BANK TRUST COMPANY AMERICASDEUTSCHE BANK TRUST COMPANY AMERICAS, AS COLLATERAL AGENT
Recorded 2013-06-27, Signed 2013-06-26
- 2012-10-23
Security agreement
Security interest- From
- WEATHER CENTRAL LP
- To
- DEUTSCHE BANK TRUST COMPANY AMERICASDEUTSCHE BANK TRUST COMPANY AMERICAS, AS COLLATERAL AGENT
Recorded 2012-10-23, Signed 2012-10-05
- 2012-07-11
Change of name.
- From
- WEATHER CENTRAL LLC
- To
- WEATHER CENTRAL LP
Recorded 2012-07-11, Signed 2011-01-13
- 2012-06-27
Assignment of assignors interest.
Ownership change- From
- WEATHER CENTRAL INC
- To
- WEATHER CENTRAL LLC
Recorded 2012-06-27, Signed 2009-07-30
24 legal events, as the office reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | |
|---|---|---|
| AssignmentAS | AS | |
| Maintenance fee paymentMAFP | MAFP | |
| Fee payment procedureENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.)FEPP | FEPP | |
| AssignmentAS | AS | |
| AssignmentAS | AS | |
| AssignmentAS | AS | |
| AssignmentAS | AS | |
| AssignmentAS | AS | |
| AssignmentAS | AS | |
| AssignmentAS | AS | |
| AssignmentAS | AS | |
| AssignmentAS | AS | |
| Fee payment procedurePAT HOLDER CLAIMS SMALL ENTITY STATUS, ENTITY STATUS SET TO SMALL (ORIGINAL EVENT CODE: LTOS); ENTITY STATUS OF PATENT OWNER: LARGE ENTITYFEPP | FEPP | |
| AssignmentAS | AS | |
| Fee paymentFPAY | FPAY | |
| AssignmentAS | AS | |
| Fee payment procedurePAT HOLDER NO LONGER CLAIMS SMALL ENTITY STATUS, ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: STOL); ENTITY STATUS OF PATENT OWNER: LARGE ENTITYFEPP | FEPP | |
| AssignmentAS | AS | |
| AssignmentAS | AS | |
| AssignmentAS | AS | |
| AssignmentAS | AS | |
| Fee paymentFPAY | FPAY | |
| Fee payment procedurePAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITYFEPP | FEPP | |
| Information on status: patent grantGrantedPATENTED CASESTCF | STCF |
Numbers
- Publication
- 07170490
- Publication, DOCDB
- 7170490
- Publication, EPODOC
- US7170490
- Application
- 10959596
- Application, DOCDB
- 95959604
- Application, EPODOC
- US20040959596
Titles
- English
- Method and apparatus for locating a pointing element within a digital image
Patent term adjustment
- A delay
- +266 daysthe office missed an examination deadline
- Applicant delay
- −154 days
- Net adjustment
- 112 days
Classification
- CPC, 2
- G06F3/017
- G06V40/10
- IPC, 6
- G09G5 00
- G06F3 00
- G06F3 01
- G06F3 033
- G06F3 042
- G06K9 00
- USPC, 2
- 345157000
- 382103000