System and methods of camera-based fingertip tracking
09791938 · 2017-10-17
Assignee
Inventors
Cpc classification
G09B21/003
PHYSICS
G06F3/017
PHYSICS
G06F2203/04101
PHYSICS
H04N13/254
ELECTRICITY
G06V40/28
PHYSICS
G06F3/0346
PHYSICS
G06F3/0426
PHYSICS
G06F3/016
PHYSICS
International classification
G06F3/033
PHYSICS
G06T19/00
PHYSICS
G06F3/00
PHYSICS
G06F3/0346
PHYSICS
G06F3/03
PHYSICS
Abstract
Systems and methods for camera-based fingertip tracking are disclosed. One such method includes identifying at least one location of a fingertip in at least one of the video frames, and mapping the location to a user input based on the location of the fingertip relative to a virtual user input device.
Claims
1. A method of translating sign language, the method comprising receiving a series of images from a camera pertaining to a motion of a provider's hand, finger, fingertip, and/or arm corresponding to a first unit of sign language information; identifying from the images pixels corresponding to the hand, finger, fingertip and/or arm; tracking motion of the hand, finger, fingertips and/or arm based on the pixels in the images; processing the images to correlate the motion of the first unit of sign language information to a stored unit of sign language information of a different sign language type stored on a computer readable medium; and outputting the stored unit of information of a different sign language type to a receiver, wherein said outputting comprises providing image information comprising motion of a hand, finger, fingertip and/or arm pertaining to sign language of a type different than said first unit of information.
2. The method of claim 1, wherein said outputting further comprises providing an aural signal.
3. The method of claim 2, wherein said aural signal comprises speaking a word to which the first unit of information pertains.
4. The method of claim 1, wherein said outputting further comprises providing a word in text form.
5. The method of claim 1, wherein said outputting further comprises providing a word in tactile form.
6. The method of claim 5, wherein said tactile form is Braille.
7. The method of claim 1, wherein said outputting comprises further displaying a visual image of an object to which the first unit of sign language information pertains.
8. A system for translating sign language, the system comprising a camera in communication with a computer, the computer comprising a computer readable media and being programmed to receive video images of a unit of sign language motion, identifying from the images pixels corresponding to the hand, finger, fingertip and/or arm; tracking motion of the hand, finger, fingertips and/or arm based on the pixels in the images; and correlating the sign language motion to unit of information stored on the computer readable media; and an output device for outputting an output unit of information, wherein the computer is programmed to output the output unit of information via said output device, and wherein said output unit of information comprises providing image information comprising motion of a hand, finger, fingertip, and/or arm pertaining to sign language of a type different than said unit of sign language motion.
9. The system of claim 8, wherein said output device comprises a speaker, display, or Braille machine.
Description
BRIEF DESCRIPTION OF THE DRAWINGS
(1) Many aspects of the disclosure can be better understood with reference to the following drawings. The components in the drawings are not necessarily to scale, emphasis instead being placed upon clearly illustrating the principles of the present disclosure.
(2)
(3)
(4)
(5)
(6)
(7)
(8)
(9)
(10)
(11)
(12)
(13)
(14)
(15)
SUMMARY
(16) Systems and methods for camera-based fingertip tracking are disclosed. One such method includes identifying at least one location of a fingertip in at least one of the video frames, and mapping the location to a user input based on the location of the fingertip relative to a virtual user input device. One such system includes a video camera, memory and a processor. The video camera is configured to produce a series of video frames. The memory is configured to store program code, and the processor is programmed by the program code to: examine at least one of the video frames to identify at least one location of a fingertip within the video frame; and map the location to a one of a plurality of predetermined user inputs, based on the location of the fingertip relative to a virtual user input device.
DETAILED DESCRIPTION
(17) The embodiments disclosed herein provide systems and methods for camera-based fingertip tracking. In one such embodiment, a video camera captures motion of one or more fingertips in a series of video frames. Software analyzes the video frames to identify a fingertip location and/or movement in the video frames. Based on location of the fingertip relative to a virtual user input device, the software maps the fingertip to a virtual input such as a key or mouse location, and provides this input to an application.
(18)
(19) In the example of
(20) Also shown in
(21)
(22) Components of computer 110 include a processor 210, memory 220, and storage 230 (e.g., hard disk, flash RAM, flash ROM, EEPROM, etc.). These components are coupled via a bus 240. Bus 240 may include multiple types of buses such as a dedicated memory bus, a combined memory-10 bus, and/or one or more peripheral buses (e.g., universal serial bus, IEEE 1394, etc.). The computer is also in communication with video camera 120. In the example of
(23) In some embodiments, fingertip tracking logic 250 is implemented as executable instructions stored in memory 220 and executed by processor 210. In other embodiments, fingertip tracking logic 250 is implemented in hardware logic (e.g., an application-specific integrated circuit).
(24) Logic 250 is described herein as residing within the same computer 110 which contains video camera 120. However, a person of ordinary skill in the art should appreciate that the functionality of these components could be distributed in other ways. The operation of fingertip tracking logic 250 will now be described in conjunction with
(25) Fingertip tracking logic 250 analyzes video frames captured from video camera 120, where each frame is processed as a pixel grid 310, shown in
(26)
(27) A tracking stage (block 420) tracks the motion of the target pixel by removing the background, averaging the grayscales of corresponding pixels in the two frames, and determining motion by subtracting the pixel grayscale from the second frame.
(28) Having processed two frames (current and previous) later frames are similarly analyzed, but with a focus on target pixels (block 430). Instead of all pixels, only target pixels are compared with the same pixel in the previous frame, then with neighboring pixels. If a target pixel once again meets the target criteria in these later frames, the target pixel then becomes a “confirmed” pixel, which most likely represents a fingertip.
(29) Motion of these “confirmed” pixels, corresponding to fingertips, are tracked (block 440). As in block 420, the tracking is performed by removing the background, averaging the grayscales of corresponding pixels in the two frames, and determining motion by subtracting the pixel grayscale from the second frame.
(30) Once fingertips have been identified via confirmed pixels, this embodiment of fingertip tracking logic 250 maps fingertips 130 from locations within pixel grid 310 to user input (block 450), and directs the user input to applications running on the computer 110 (block 460). The techniques described herein allow tracking of all fingertips independently and in free space, which permits greater flexibility and provides more information from gestures.
(31)
(32) Other fingertip positions are similarly mapped to other locations on virtual keyboard 510. The virtual keyboard concept can be extended to handle key sequences on a physical keyboard as virtual keys. For example, the Ctrl-X key sequence, which represents a “Cut” command in some user interfaces, can be represented as a single “Cut” key on virtual keyboard 510.
(33) Another example of mapping fingertip motion to user input treats fingertip motion as movement of a pointing device (e.g.; mouse, trackball). Thus, the software converts motion of the index fingertip in free space to motion of the index finger on the pixel grid, which is mapped to moving a pointer on a virtual surface. One embodiment uses a special location on the grid to represent mouse actions such as a button click or double click, so that moving the index finger to this location acts as a click or double click. In some embodiments, the mouse action is not activated until a fingertip 130 has stayed in the same click or double click location for a specific period of time.
(34)
(35) A camera driver 690 interfaces to the video camera 120 of
(36)
(37) Embodiments of fingertip tracking logic 250 can control robots from a remote location, which may be used in many different fields and applications. One example is medical diagnostic and surgical procedures. Another example is military applications, for example a targeting system. The techniques described herein can be extended through the use of multiple cameras to implement a three-dimensional tracking system, in which fingertip movement is tracked in three coordinate planes.
(38) In some embodiments, system 100 is located in an operating room and used by a person such as a surgeon. Such embodiments include a display which displays, in the field of view of video camera 120, the output of an application such as an image viewer. The user interacts with the image viewer and manipulates the displayed image (e.g., a diagnostic image of the patient) by pointing. Using the techniques described above, fingertip tracking logic 250 identifies the pointed-to portions of the image, and translates this to input provided to the image viewer. Other types of applications are also contemplated (e.g., web browser, file manager, etc.).
(39) Since the user controls the application without touching a solid surface, the sterility of the operating room is preserved. A variation on this embodiment utilizes gloves which include a marker (e.g., color, fluorescent, etc.) in the fingertip area. In this embodiment, positioning and tracking is simplified, while the mapping and injection of input into an application remains the same.
(40) In another embodiment, provided is an eyewear device 80 that is shown in
(41) In a further embodiment as shown in
(42) According to a further embodiment, provided is a system shown in
(43) According to another embodiment, provided is a sign language translator system. Using
(44) According to a specific embodiment, with reference to
(45) In a further embodiment, provided is a system of manipulating a virtual object. In reference to block diagram of
(46) In another embodiment, a system is provided that processes image information, correlates the image information with a stored unit of information, and outputs the stored unit of information in a form different to than the original inputted form. The output of information may take a number of different forms, including, but not limited to, aural, visual, electrical or neuroelectrical information interpretable by the receiver.
(47) The foregoing description has been presented for purposes of illustration and description. It is not intended to be exhaustive or to limit the disclosure to the precise forms disclosed. Obvious modifications or variations are possible in light of the above teachings. The implementations discussed, however, were chosen and described to illustrate the principles of the disclosure and its practical application to thereby enable one of ordinary skill in the art to utilize the disclosure in various implementations and with various modifications as are suited to the particular use contemplated. All such modifications and variation are within the scope of the disclosure as determined by the appended claims when interpreted in accordance with the breadth to which they are fairly and legally entitled.
(48) Any process descriptions or blocks in flowcharts should be understood as representing modules, segments, or portions of code which include one or more executable instructions for implementing specific logical functions or steps in the process. As would be understood by those of ordinary skill in the art of the software development, alternate implementations are also included within the scope of the disclosure. In these alternate implementations, functions may be executed out of order from that shown or discussed, including substantially concurrently or in reverse order, depending on the functionality involved.
(49) The systems and methods disclosed herein can be embodied in any computer-readable medium for use by or in connection with an instruction execution system, apparatus, or device. Such instruction execution systems include any computer-based system, processor-containing system, or other system that can fetch and execute the instructions from the instruction execution system. In the context of this disclosure, a “computer-readable medium” can be any means that can contain, store, communicate, propagate, or transport the program for use by, or in connection with, the instruction execution system. The computer readable medium can be, for example but not limited to, a system or propagation medium that is based on electronic, magnetic, optical, electromagnetic, infrared, or semiconductor technology.
(50) Specific examples of a computer-readable medium using electronic technology would include (but are not limited to) the following: an electrical connection (electronic) having one or more wires; a random access memory (RAM); a read-only memory (ROM); an erasable programmable read-only memory (EPROM or Flash memory). A specific example using magnetic technology includes (but not limited to) a portable computer diskette. Specific examples using optical technology include (but are not limited to) an optical fiber and a portable compact disk read-only memory (CD-ROM).