Method for real time video processing involving changing a color of an object on a human face in a video

Information

  • Patent Grant
  • 10991395
  • Patent Number
    10,991,395
  • Date Filed
    Friday, February 15, 2019
    5 years ago
  • Date Issued
    Tuesday, April 27, 2021
    3 years ago
Abstract
A computer-implemented method for real time video processing for changing a color of an object in a video, the method being performed in connection with a computerized system comprising a processing unit and a memory, the method comprising: providing an object in the video that at least partially and at least occasionally is presented in frames of the video; detecting the object in the video, wherein said detection comprises detecting feature reference points of the object; tracking the detected object in the video, wherein the tracking comprises creating a mesh that is based on the detected feature reference points of the object and aligning the mesh to the object in each frame; generating a set of node points on the created mesh based on a request for changing color, the set of node points defining an area the color of which is to be changed; and transforming the frames of the video in such way that the object's color is changed within the defined area when the object is presented in frames of the video.
Description
BACKGROUND OF THE INVENTION
Technical Field

The disclosed embodiments relate generally to the field of real time video processing and, in particular, to a computerized system and computer-implemented method for real time video processing that involves changing color of an object on a face in a video.


Description of the Related Art

Nowadays a variety of programs can provide processing of still images, for example, effects like face thinning, makeup, etc, and processing of real time video using some filters (for example, web cam video). There are also known face tracking algorithms and implementations for videos.


U.S. Patent Application Publication No. US2007268312, incorporated herein by reference, discloses a method of replacing face elements by some components that is made by users for real time video. However, it is not possible to process real time video in such a way that an object shown in real time video can be modified in real time naturally with some effects. In case of a human's face, such effects can include making a face younger/older, applying makeup, removing pigments stains, bruises, blemishes, scars and etc.


On the IMATEST software website (http:/www.imatest.com/) an algorithm for detecting blemishes on a photo is disclosed. According to the developers of IMATEST, the method includes forming linearized picture and detecting so-called pixel error according to average pixel intensity over an area and a prescribed threshold. Though the disclosed algorithm is alike the present invention, it does not allow video processing, and even being applied to a sequence of images (video frames) it would not work efficiently due to successive heavy operations associated with the image preparatory processing for blemish detection. Thus, there is need for a method providing effective and naturally looking blemish detecting and removing.


Thus, new and improved systems and methods are needed that would enable real time video processing that involves changing color of an object on a face of a user in a video.


SUMMARY OF THE INVENTION

The embodiments described herein are directed to systems and methods that substantially obviate one or more of the above and other problems associated with the conventional technology for real time video processing.


In accordance with one aspect of the embodiments described herein, there is provided a computer-implemented method for real time processing of a video for changing a color of an object in the video, the method being performed in connection with a computerized system comprising a processing unit and a memory, the method comprising: providing an object in the video that at least partially and at least occasionally is presented in frames of the video; detecting the object in the video, wherein said detection comprises detecting feature reference points of the object; tracking the detected object in the video, wherein the tracking comprises creating a mesh that is based on the detected feature reference points of the object and aligning the mesh to the object in each frame; generating a set of node points on the created mesh based on a request for changing color, the set of node points defining an area the color of which is to be changed; and transforming the frames of the video in such way that the object's color is changed within the defined area when the object is presented in frames of the video.


In accordance with another aspect of the embodiments described herein, there is provided a computer-implemented method of real time processing of a video for changing color of an object on a face in the video, the method being performed in connection with a computerized system comprising a processing unit and a memory, the method comprising: forming a mesh of the face in the video based on distinguishable points present in most frames of the video; aligning the mesh to the face image in each frame; forming a binary mask providing the pixels to be recolored based on a weighted sum of information from the current frame and information from at least one previous frame; aligning the binary mask to the mesh on each frame; and applying a new colour and a new intensity value to the pixels of each frame that are to be recolored.


In one or more embodiments, the new colour is applied with not full intensity so that the colour is partly opaque.


In one or more embodiments, the new colour and intensity value for the pixels of each frame that are to be recolored are calculated using color and intensity values of a neighbor pixel.


In one or more embodiments, aligning the binary mask to the mesh on each frame comprises: making a projection of a mesh to a regular grid to separate the mesh into 100×100 cells by the regular grid; determining the mesh element to which a cell of the grid corresponds to, for each cell; and determining the pixel corresponding to each of the determined mesh elements.


In one or more embodiments, determining the pixel corresponding to each of the determined mesh elements is performed using a breadth-first-search.


In one or more embodiments, making a projection of a mesh to the grid is performed once and steps of determining the mesh element and determining the pixel corresponding to each of the determined mesh elements are performed for each frame.


In one or more embodiments, forming a binary mask providing the pixels to be recolored comprises: dividing the mesh into at least 1600 cells by a grid; scanning each frame by a square pixel region, wherein the size of the square pixel region in pixels is determined from the width of an eye in pixels; determining the mean gray-value intensity of each scanned square of the frame; detecting pixels to be recolored by comparing the gray-value intensity of each pixel with the mean value of the square it belongs to and by marking the pixels that have the intensity at least 0.92 times of the mean intensity value as pixels to be recolored; removing a region from the mesh around the pixels to be recolored, wherein the region is a circle having a center on a pixel marked as a pixel to be recolored and a radius as a linear function of the eye width; applying binary morphological closing to the plurality of marked pixels, wherein the binary morphological closing comprises morphological dilation and morphological erosion applied with a radius determined from the width of eye in pixels; and removing small and large regions of the pixels to be recolored from the mesh, wherein the regions with an area less than R2*0.2 are detected as small and the regions with an area more than R2*8 are detected as large, wherein R is the radius of binary morphological operations and each region is a four-connected component.


In one or more embodiments, removing small and large regions of the pixels to be recolored is performed using breadth-first-search.


In accordance with yet another aspect of the embodiments described herein, there is provided a mobile computerized system comprising a processing unit and a memory, the memory storing instructions for: forming a mesh of the face in a video based on distinguishable points present in most frames of the video; aligning the mesh to the face image in each frame; forming a binary mask providing the pixels to be recolored based on a weighted sum of information from the current frame and information from at least one previous frame; aligning the binary mask to the mesh on each frame; and applying a new colour and a new intensity value to the pixels of each frame that are to be recolored.


In one or more embodiments, the new colour is applied with not full intensity so that the colour is partly opaque.


In one or more embodiments, the new colour and intensity value for the pixels of each frame that are to be recolored are calculated using color and intensity values of the neighbor pixel.


In one or more embodiments, forming a mask for each frame by aligning the mask to the mesh on each frame comprises the following steps: making a projection of a mesh to a regular grid to separate the mesh into 100×100 cells by the regular grid; determining the mesh element to which a cell of the grid corresponds to, for each cell; and determining the pixel corresponding to each of the determined mesh elements.


In one or more embodiments, determining the pixel corresponding to each of the determined mesh elements is performed using a breadth-first-search.


In one or more embodiments, making a projection of a mesh to the grid is performed once and steps of determining the mesh element and determining the pixel corresponding to each of the determined mesh elements are performed for each frame.


In one or more embodiments, forming a binary mask providing the pixels to be recolored comprises the following steps: dividing the mesh into at least 1600 cells by a grid; scanning each of the frames by a square pixel region, wherein the size of the square pixel region in pixels is determined from the width of an eye in pixels; determining the mean gray-value intensity of each scanned square of the frame; detecting pixels to be recolored by comparing the gray-value intensity of each pixel with the mean value of the square it belongs to and by marking the pixels that have the intensity at least 0.92 times of the mean intensity value as pixels to be recolored; removing a region from the mesh around the pixels to be recolored, wherein the region is a circle having a center on a pixel marked as a pixel to be recolored and a radius as a linear function of the eye width; applying a binary morphological closing to the plurality of marked pixels, wherein the binary morphological closing comprises morphological dilation and morphological erosion applied with a radius determined from the width of eye in pixels; removing small and large regions of the pixels to be recolored from the mesh, wherein the regions with an area less than R2*0.2 are detected as small and the regions with an area more than R2*8 are detected as large, wherein R is radius of binary morphological operations and each region is a four-connected component.


In one or more embodiments, removing small and large regions of the pixels to be recolored is performed using breadth-first-search.


In accordance with yet another aspect of the embodiments described herein, there is provided a device capable of video processing comprising a processing unit and a memory, the memory storing instructions for: forming a mesh of the face in a video based on distinguishable points present in most frames of the video; aligning the mesh to the face image in each frame; forming a binary mask providing the pixels to be recolored based on a weighted sum of information from the current frame and information from at least one previous frame; aligning the binary mask to the mesh on each frame; and applying a new colour and a new intensity value to the pixels of each frame that are to be recolored.


In one or more embodiments, the new colour is applied with not full intensity so that the colour is partly opaque.


In one or more embodiments, the new colour and intensity value for the pixels of each frame that are to be recolored are calculated using color and intensity values of the neighbor pixel.


In one or more embodiments, forming a mask for each frame by aligning the mask to the mesh on each frame comprises the following steps: making a projection of a mesh to a regular grid to separate the mesh into 100×100 cells by the regular grid; determining the mesh element to which a cell of the grid corresponds to, for each cell; and determining the pixel corresponding to each of the determined mesh elements.


In one or more embodiments, determining the pixel corresponding to each of the determined mesh elements s performed using a breadth-first-search.


In one or more embodiments, making a projection of a mesh to the grid is performed once and steps of determining the mesh element and determining the pixel corresponding to each of the determined mesh elements are performed for each frame.


In one or more embodiments, forming a binary mask providing the pixels to be recolored comprises: dividing the mesh into at least 1600 cells by a grid; scanning each of the frames by a square pixel region, wherein the size of the square pixel region in pixels is determined from the width of an eye in pixels; determining the mean gray-value intensity of each scanned square of the frame; detecting pixels to be recolored by comparing the gray-value intensity of each pixel with the mean value of the square it belongs to and by marking the pixels that have the intensity at least 0.92 times of the mean intensity value as pixels to be recolored; removing a region from the mesh around the pixels to be recolored, wherein the region is a circle having a center on a pixel marked as a pixel to be recolored and a radius as a linear function of the eye width; applying a binary morphological closing to the plurality of marked pixels, wherein the binary morphological closing comprises morphological dilation and morphological erosion applied with a radius determined from the width of eye in pixels; removing small and large regions of the pixels to be recolored from the mesh, wherein the regions with an area less than R2*0.2 are detected as small and the regions with an area more than R2*8 are detected as large, wherein R is radius of binary morphological operations and each region is a four-connected component.


In one or more embodiments, removing small and large regions of the pixels to be recolored is performed using a breadth-first-search.


Additional aspects related to the invention will be set forth in part in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. Aspects of the invention may be realized and attained by means of the elements and combinations of various elements and aspects particularly pointed out in the following detailed description and the appended claims.


It is to be understood that both the foregoing and the following descriptions are exemplary and explanatory only and are not intended to limit the claimed invention or application thereof in any manner whatsoever.





BRIEF DESCRIPTION OF THE DRAWINGS

The accompanying drawings, which are incorporated in and constitute a part of this specification exemplify the embodiments of the present invention and, together with the description, serve to explain and illustrate principles of the inventive technique. Specifically:



FIG. 1 illustrates facial feature reference points detected by an ASM algorithm used in the method according to one embodiment of the present invention.



FIG. 2 illustrates Candide-3 model used in the method according to one embodiment of the present invention.



FIG. 3(a) and FIG. 3(b) show an example of a mean face (a) and an example of current observation.



FIG. 4 illustrates Candide at a frame used in the method according to one embodiment of the present invention.



FIG. 5(a) and FIG. 5(b) show a frame before and after blemish removing.



FIG. 6 shows a binary mask that depicts pixels to be recolored.



FIG. 7 illustrates an exemplary embodiment of a computer platform based on which the techniques described herein may be implemented.





DETAILED DESCRIPTION

In the following detailed description, reference will be made to the accompanying drawing(s), in which identical functional elements are designated with like numerals. The aforementioned accompanying drawings show by way of illustration, and not by way of limitation, specific embodiments and implementations consistent with principles of the present invention. These implementations are described in sufficient detail to enable those skilled in the art to practice the invention and it is to be understood that other implementations may be utilized and that structural changes and/or substitutions of various elements may be made without departing from the scope and spirit of present invention. The following detailed description is, therefore, not to be construed in a limited sense. Additionally, the various embodiments of the invention as described may be implemented in the form of a software running on a general purpose computer, in the form of a specialized hardware, or combination of software and hardware.


It will be appreciated that the method for real time video processing can be performed with any kind of video data, e.g. video streams, video files saved in a memory of a computerized system of any kind (such as mobile computer devices, desktop computer devices and others), and all other possible types of video data understandable for those skilled in the art. Any kind of video data can be processed, and the embodiments disclosed herein are not intended to be limiting the scope of the present invention by indicating a certain type of video data.


Face Detection and Initialization


The embodiments disclosed further are aimed for processing of video streams, however all other types of video data including video files saved in a memory of a computerized system can be processed by the methods of the present invention. For example, a user can load video files and save them in a memory of his computerized system and such video files can be also processed by the methods of the present invention. In one or more embodiments, the face is detected on an image using Viola-Jones method well known to persons of ordinary skill in the art. The aforesaid Viola-Jones method is a fast and quite accurate method used to detect the face region. Then, an Active Shape Model (ASM) algorithm is applied to the face region of an image to detect facial feature reference points. However, it should be appreciated that other methods and algorithms suitable for face detection may be used.


In one or more embodiments, facial feature reference point can be acquired using the algorithm described in a publication “Locating Facial Features with an Extended Active Shape Model by Milborrow”, S., Nicolls, F. In: Forsyth, D., Torr, P., Zisserman, A. (eds.) ECCV 2008, Part IV. LNCS, vol. 5305, pp. 504-513. Springer, Heidelberg (2008), incorporated herein by reference.


In or more embodiments, mapping can be built from facial feature reference points, detected by ASM, to Candide-3 point, and that gives us Candide-3 points x and y coordinates. Candide is a parameterized face mask specifically developed for model-based coding of human faces. Its low number of polygons (approximately 100) allows fast reconstruction with moderate computing power. Candide is controlled by global and local Action Units (AUs). The global ones correspond to rotations around three axes. The local Action Units control the mimics of the face so that different expressions can be obtained.


The following equation system can be made, knowing Candide-3 points x and y coordinates.














j
=
1

m








X
ij

*

B
j



=

x
i


,




(
1
)











j
=
1

m








Y
ij

*

B
j



=

y
i


,




(
2
)








where Bj—j-th shape unit, xi, yi—i-th point coordinates, Xij, Yij—coefficients, which denote how the i-th point coordinates are changed by j-th shape unit. In this case, this system is over-determined, so it can't be solved precisely, so we minimize












(





j
=
1

m








X
ij

*

B
j



-

x
i


)

2

+


(





j
=
1

m








Y
ij

*

B
j



-

y
i


)

2


->

min
.





(
3
)








Let's denote X=((Xij)T,(Yij)T)T,x=((xi)T,(yi)T)T,B=(Bj)T.  (4)


This equation system is linear, therefore its solution is

B=(XTX)−1XTx.  (5)


In one or more embodiments, it is also possible to use Viola-Jones method and ASM to improve tracking quality. Face tracking methods usually accumulate error over time, so they can lose face position after several hundred frames. In order to prevent it, in the present invention the ASM algorithm is run from time to time to re-initialize tracking algorithm.


Face Tracking


As it was mentioned above, in the present invention Candide-3 model is used (see Ahlberg, J.: Candide-3, an updated parameterized face. Technical report, Linköping University, Sweden (2001), incorporated herein by reference) to track face during video stream, it is shown in FIG. 2.


In one or more embodiments, a state of the model can be described by shape units intensity vector, action units intensity vector and a position-vector. Shape units are some main parameters of a head and a face, in the present invention the following 10 units are used:

    • Eyebrows vertical position
    • Eyes vertical position
    • Eyes width
    • Eyes height
    • Eye separation distance
    • Nose vertical position
    • Nose pointing up
    • Mouth vertical position
    • Mouth width
    • Chin width


In one or more embodiments, action units are face parameters that correspond to some face movement, in the present invention following 7 units are used:

    • Upper lip raiser
    • Jaw drop
    • Lip stretcher
    • Left brow lowerer
    • Right brow lowerer
    • Lip corner depressor
    • Outer brow raiser


In one or more embodiments, the mask position at a picture can be described using 6 coordinates: yaw, pitch, roll, x, y, scale. The main idea of the algorithm proposed by Dornaika et al. (Dornaika, F., Davoine, F.: On appearance based face and facial action tracking. IEEE Trans. Circuits Syst. Video Technol. 16(9):1107-1124 (2006), incorporated herein by reference) is to find the mask position, which observes the region most likely to be a face. For each position it is possible to calculate the observation error—the value which indicates the difference between image under current mask position and the mean face. An example of the mean face and of the observation under current position is illustrated in FIGS. 3(a)-3(b). FIG. 3(a) corresponds to the observation under the mask shown in FIG. 4.


In one or more embodiments, face is modeled as a picture with a fixed size (width=40 px, height=46 px) called a mean face. Gaussian distribution that is proposed in original algorithms has shown worse result in compare with a static image. So the difference between current observation and a mean face is calculated in the following way:

e(b)=Σ(log(1+Im)−log(1+Ii))2  (6)

Logarithm function makes tracking more stable.


In one or more embodiments, to minimize error we use Teylor series as it was proposed by Dornaika at. el. (see Dornaika, F., Davoine, F.: On appearance based face and facial action tracking. IEEE Trans. Circuits Syst. Video Technol. 16(9):1107-1124 (2006)). It was found that it is not necessary to sum up a number of finite differences when calculating an approximation to the first derivative. We use







g
ij

=




W


(


y
t

,


b
t

+


δ

b

t



)


ij

-


W


(


y
t

,


b
t

+


δ

b

t



)


ij



δ
j







to calculate the derivative. Here gij is an element of matrix G. This matrix has size m*n, where m is large enough (about 1600) and n is small (about 14). If we had calculate ii straight-forward we would have to do n*m operations of division. To reduce the number of divisions we can rewrite this matrix as a product of two matrices:

G=A*B

Where matrix A has the same size as G and its element is:

aij=W(yt,bt+εbt)ij−W(yt,bt−δbt)ij  (7)

and matrix B is a diagonal matrix with sizes n*n, and

biji−1  (8)


Now we need to obtain Matrix Gt+ and here is a place where we can reduce a number of divisions.

Gt+=(GTG)−1GT=(BTATAB)−1BTAT=B−1(ATA)−1B−1BAT=B−1(ATA)−1AT  (9)


In one or more embodiments, after that transformation this can be done with n*n divisions instead of m*n.


One more optimization was used here. If we create matrix Gt+ and then multiply it to Δbt, we will have to do n2m operations, but if we first multiply AT and Δbt then B−1(ATA)−1 with it, we will do only n*m+n3 operations, which is much much better because n<<m.


It should be noted that to increase tracking speed in the present invention the multiplication of matrices is performed in such a way, that it can be boosted using ARM advanced SIMD extensions (also known as NEON). Also, the GPU is used instead of CPU whenever possible. To get a high performance of the GPU, operations in the present invention are grouped in a special way.


Thus, tracking according to an embodiment of the present invention has the following distinguishing features:


1. Before tracking Logarithm is applied to grayscale the value of each pixel to track it. This transformation has a great impact to tracking performance


2. In the procedure of gradient matrix creation, the step of each parameter depends on the scale of the mask.


The following disclosure relates to a particular embodiment of the proposed method. Though the exemplary embodiment is aimed on removing blemishes, the described technique can also be efficiently applied for creating make-up or changing skin tone.


Removing Blemishes


In one or more embodiments, blemish removal filter detects blemishes on a face and removes them. FIG. 5(a)-5(b) show the result of applying that filter according to one of the embodiments.


Filter according to one of the embodiments consists of two main parts: blemish region detection and blemish removal. The net model is used to detect blemishes: in one of the embodiments normal Candide-3 projection was separated into 100×100 cells by a regular grid. Each cell contains probability that there is a blemish at the corresponding point at a face. So each cell contains value from 0.0 to 1.0.


In one or more embodiments, each frame updates the blemish model by adding new information. At current frame, blemish region is detected in the following way:


1) Applying Adaptive Binarization.


A frame is scanned using square with sides equal to eye width (in pixel) divided by 2. In each square with central pixel p mean gray-value intensity mp is calculated. Pixel marked as blemish-pixel if its intensity Ip satisfies the condition:











l
p


m
p


<


0
.
9


3





(
10
)








2) Removing Small Region.









R
=



eye





width

+
13


1

4






(
11
)








Breadth-first-search is used to remove all 8-connected components of pixel marked as blemish with a size less than

R*R*0.3  (12)

3) Binary Morphological Closing.


In one or more embodiments, after removing small region, morphological closing is applied to the left image (image with marked pixels) using circle Structure Element with radius equal to R for dilation and radius equal to 0.5*R for erosion.


4) Removing Small and Large Regions.


3. After all steps 1)-3) regions (or so-called connected components, in some embodiments four-connected components) with a size (area) less than R*R*0.2 or greater than R*R*8 are removed using breadth-first-search.


At the end of this process we've got some binary mask, where 1 indicates blemish-pixel. A binary mask is a matrix, where regions with blemishes are filled with 1, and others are filed with 0. In particular embodiments, relating to removing blemishes from a face image on a video the regions are detected using adaptive binarisation of the red channel. Then the model is updated with this mask in the following way:


for each cell i, probability that there is a blemish is recalculating using the following formula:

pit=(1−α)pt-1i+α*maski  (13)

where pti—probability of finding a blemish at pixel i after frame number t.


maski—value of pixel i on the last mask

α=1−exp(−log(2.0)/halfLife)  (14)
halfLife=20  (15)


Visualization of the model can be found in FIG. 6 Light regions that correspond to the high probability of blemish location.


In one or more embodiments, after model updating, blemishes are removed using the following method:


First of all, mapping from each pixel of the face region to cells of the model should be built. To increase performance it is done in the following way:


1) Make an orthogonal project of candide-3 to the 100×100 grid


2) For each cell find a triangle it lies in.


3) Compute barycentric coordinates


4) Find corresponding pixel for each cell in the model


5) Write down the cell coordinates to the found pixel


6) Write down coordinates contains in the nearest found pixel, for each pixel that wasn't found at the step 5. Use breadth-first-search to make it efficiently.


Steps 1-3 may be performed only once, at the initialization part. In other words, only steps 4-6 have to be performed in each frame. So, the pixels to be recolored are detected based on a weighted sum of information about a value of each pixel of the mask from the current frame and information about a value of each pixel of the mask from at least one previous frame: if I0 is intensity of a pixel of a previous mask and I1 is intensity of a current one, that weighted sum here is I0·α+(1−α)·I1.


For each pixel at the face region, except pixels that correspond to eyes and mouth locations, its new value is calculated using the following formula:

fti=lti*(1−pti)+rti*pti  (16)

where lti is pixel i intensity at frame t,


rti is the mean value of 4 neighbor pixels at the distance dist,


dist=1.5*R,


fti is the filtered pixel value.


Exemplary Computer Platform



FIG. 7 is a block diagram that illustrates an embodiment of a computer system 500 upon which various embodiments of the inventive concepts described herein may be implemented. The system 500 includes a computer platform 501, peripheral devices 502 and network resources 503.


The computer platform 501 may include a data bus 504 or other communication mechanism for communicating information across and among various parts of the computer platform 501, and a processor 505 coupled with bus 504 for processing information and performing other computational and control tasks. Computer platform 501 also includes a volatile storage 506, such as a random access memory (RAM) or other dynamic storage device, coupled to bus 504 for storing various information as well as instructions to be executed by processor 505, including the software application for implementing multifunctional interaction with elements of a list using touch-sensitive devices described above. The volatile storage 506 also may be used for storing temporary variables or other intermediate information during execution of instructions by processor 505. Computer platform 501 may further include a read only memory (ROM or EPROM) 507 or other static storage device coupled to bus 504 for storing static information and instructions for processor 505, such as basic input-output system (BIOS), as well as various system configuration parameters. A persistent storage device 508, such as a magnetic disk, optical disk, or solid-state flash memory device is provided and coupled to bus 504 for storing information and instructions.


Computer platform 501 may be coupled via bus 504 to a touch-sensitive display 509, such as a cathode ray tube (CRT), plasma display, or a liquid crystal display (LCD), for displaying information to a system administrator or user of the computer platform 501. An input device 510, including alphanumeric and other keys, is coupled to bus 504 for communicating information and command selections to processor 505. Another type of user input device is cursor control device 511, such as a mouse, a trackball, or cursor direction keys for communicating direction information and command selections to processor 505 and for controlling cursor movement on touch-sensitive display 509. This input device typically has two degrees of freedom in two axes, a first axis (e.g., x) and a second axis (e.g., y), that allows the device to specify positions in a plane. To detect user's gestures, the display 509 may incorporate a touchscreen interface configured to detect user's tactile events and send information on the detected events to the processor 505 via the bus 504.


An external storage device 512 may be coupled to the computer platform 501 via bus 504 to provide an extra or removable storage capacity for the computer platform 501. In an embodiment of the computer system 500, the external removable storage device 512 may be used to facilitate exchange of data with other computer systems.


The invention is related to the use of computer system 500 for implementing the techniques described herein. In an embodiment, the inventive system may reside on a machine such as computer platform 501. According to one embodiment of the invention, the techniques described herein are performed by computer system 500 in response to processor 505 executing one or more sequences of one or more instructions contained in the volatile memory 506. Such instructions may be read into volatile memory 506 from another computer-readable medium, such as persistent storage device 508. Execution of the sequences of instructions contained in the volatile memory 506 causes processor 505 to perform the process steps described herein. In alternative embodiments, hard-wired circuitry may be used in place of or in combination with software instructions to implement the invention. Thus, embodiments of the invention are not limited to any specific combination of hardware circuitry and software.


The term “computer-readable medium” as used herein refers to any medium that participates in providing instructions to processor 505 for execution. The computer-readable medium is just one example of a machine-readable medium, which may carry instructions for implementing any of the methods and/or techniques described herein. Such a medium may take many forms, including but not limited to, non-volatile media and volatile media. Non-volatile media includes, for example, optical or magnetic disks, such as the persistent storage device 508. Volatile media includes dynamic memory, such as volatile storage 506.


Common forms of computer-readable media include, for example, a floppy disk, a flexible disk, hard disk, magnetic tape, or any other magnetic medium, a CD-ROM, any other optical medium, punchcards, papertape, any other physical medium with patterns of holes, a RAM, a PROM, an EPROM, a FLASH-EPROM, a flash drive, a memory card, any other memory chip or cartridge, or any other medium from which a computer can read.


Various forms of computer readable media may be involved in carrying one or more sequences of one or more instructions to processor 505 for execution. For example, the instructions may initially be carried on a magnetic disk from a remote computer. Alternatively, a remote computer can load the instructions into its dynamic memory and send the instructions over a telephone line using a modem. A modem local to computer system can receive the data on the telephone line and use an infra-red transmitter to convert the data to an infra-red signal. An infra-red detector can receive the data carried in the infra-red signal and appropriate circuitry can place the data on the data bus 504. The bus 504 carries the data to the volatile storage 506, from which processor 505 retrieves and executes the instructions. The instructions received by the volatile memory 506 may optionally be stored on persistent storage device 508 either before or after execution by processor 505. The instructions may also be downloaded into the computer platform 501 via Internet using a variety of network data communication protocols well known in the art.


The computer platform 501 also includes a communication interface, such as network interface card 513 coupled to the data bus 504. Communication interface 513 provides a two-way data communication coupling to a network link 514 that is coupled to a local network 515. For example, communication interface 513 may be an integrated services digital network (ISDN) card or a modem to provide a data communication connection to a corresponding type of telephone line. As another example, communication interface 513 may be a local area network interface card (LAN NIC) to provide a data communication connection to a compatible LAN. Wireless links, such as well-known 802.11a, 802.11b, 802.11g and Bluetooth may also used for network implementation. In any such implementation, communication interface 513 sends and receives electrical, electromagnetic or optical signals that carry digital data streams representing various types of information.


Network link 514 typically provides data communication through one or more networks to other network resources. For example, network link 514 may provide a connection through local network 515 to a host computer 516, or a network storage/server 522. Additionally or alternatively, the network link 514 may connect through gateway/firewall 517 to the wide-area or global network 518, such as an Internet. Thus, the computer platform 501 can access network resources located anywhere on the Internet 518, such as a remote network storage/server 519. On the other hand, the computer platform 501 may also be accessed by clients located anywhere on the local area network 515 and/or the Internet 518. The network clients 520 and 521 may themselves be implemented based on the computer platform similar to the platform 501.


Local network 515 and the Internet 518 both use electrical, electromagnetic or optical signals that carry digital data streams. The signals through the various networks and the signals on network link 514 and through communication interface 513, which carry the digital data to and from computer platform 501, are exemplary forms of carrier waves transporting the information.


Computer platform 501 can send messages and receive data, including program code, through the variety of network(s) including Internet 518 and LAN 515, network link 515 and communication interface 513. In the Internet example, when the system 501 acts as a network server, it might transmit a requested code or data for an application program running on client(s) 520 and/or 521 through the Internet 518, gateway/firewall 517, local area network 515 and communication interface 513. Similarly, it may receive code from other network resources.


The received code may be executed by processor 505 as it is received, and/or stored in persistent or volatile storage devices 508 and 506, respectively, or other non-volatile storage for later execution.


Finally, it should be understood that processes and techniques described herein are not inherently related to any particular apparatus and may be implemented by any suitable combination of components. Further, various types of general purpose devices may be used in accordance with the teachings described herein. It may also prove advantageous to construct specialized apparatus to perform the method steps described herein. The present invention has been described in relation to particular examples, which are intended in all respects to be illustrative rather than restrictive. Those skilled in the art will appreciate that many different combinations of hardware, software, and firmware will be suitable for practicing the present invention. For example, the described software may be implemented in a wide variety of programming or scripting languages, such as Assembler, C/C++, Objective-C, perl, shell, PHP, Java, as well as any now known or later developed programming or scripting language.


Moreover, other implementations of the invention will be apparent to those skilled in the art from consideration of the specification and practice of the invention disclosed herein. Various aspects and/or components of the described embodiments may be used singly or in any combination in the systems and methods for real time video processing. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the invention being indicated by the following claims.

Claims
  • 1. A computer-implemented method comprising: identifying, by one or more processors, one or more pixels to be recolored within an object depicted in an image, the one or more pixels are within a region having a prespecified shape, wherein identifying the one or more pixels to be recolored includes determining an intensity value of the one or more pixels to be recolored relative to an intensity value of a pixel at a center of the region;computing, by the one or more processors, a new pixel value as a function of intensity values of a collection of pixels within the region that is within a given distance of the one or more pixels to be recolored; andmodifying, by the one or more processors, at least a portion of the image by applying the new pixel value to the one or more pixels to be recolored.
  • 2. The method of claim 1 further comprising identifying a face within a set of images comprising a video stream, the set of images including the image.
  • 3. The method of claim 2, wherein the object depicted in the image is depicted on the face, wherein the modifying comprises transforming at least a portion of the set of images to generate a modified video stream by applying the new pixel value to the one or more pixels to be recolored of each image of the video stream while the object is presented within the set of images of the video stream.
  • 4. The method of claim 1 further comprising determining that the intensity value of the one or more pixels, in the region, to be recolored is less than a fraction of the intensity value of the pixel at the center of the region.
  • 5. The method of claim 1, wherein identifying the one or more pixels to be recolored comprises computing a probability that a target object to be recolored within the one or more pixels exists after a given frame number of a plurality of frames, and wherein the new pixel value is further computed as a function of the computed probability.
  • 6. The method of claim 1 further comprising generating a set of node points on a mesh defining one or more areas containing the one or more pixels to be recolored, the new pixel value applied within the one or more areas.
  • 7. The method of claim 1, wherein the image is in a set of images, further comprising: tracking a face in the set of images; andapplying new color and new intensity value to the one or more pixels to be recolored of each image of the set of images in which the face is tracked.
  • 8. The method of claim 7 further comprising detecting the pixels to be colored within each of the set of images in which the face is tracked based on a weighted sum of information from a current image and information from at least one previous image of the set of images.
  • 9. The method of claim 1, wherein new color and new intensity values are calculated based on one or more color and intensity values of the object, further comprising changing a color of a first portion of the object and maintaining a color of a second portion of the object.
  • 10. A system comprising: one or more processors; anda processor-readable storage device coupled to the one or more processors, the processor readable storage device storing processor executable instructions that, when executed by the one or more processors, cause the one or more processors to perform operations comprising:identifying one or more pixels to be recolored within an object depicted in an image, the one or more pixels are within a region having a prespecified shape, wherein identifying the one or more pixels to be recolored includes determining an intensity value of the one or more pixels to be recolored relative to an intensity value of a pixel at a center of the region;computing a new pixel value as a function of intensity values of a collection of pixels within the region that is within a given distance of the one or more pixels to be recolored; andmodifying at least a portion of the image by applying the new pixel value to the one or more pixels to be recolored.
  • 11. The system of claim 10, wherein the operations further comprise identifying a face within a set of images comprising a video stream, the set of images including the image.
  • 12. The system of claim 11, wherein the object depicted in the image is depicted on the face, wherein the modifying comprises transforming at least a portion of the set of images to generate a modified video stream by applying the new pixel value to the one or more pixels to be recolored of each image of the video stream while the object is presented within the set of images of the video stream.
  • 13. The system of claim 10, wherein the operations further comprise determining that the intensity value of the one or more pixels, in the region, to be recolored is less than a fraction of the intensity value of the pixel at the center of the region.
  • 14. The system of claim 10, wherein identifying the one or more pixels to be recolored comprises computing a probability that a target object to be recolored within the one or more pixels exists after a given frame number of a plurality of frames, and wherein the new pixel value is further computed as a function of the computed probability.
  • 15. The system of claim 10, wherein the operations further comprise: generating a set of node points on the mesh defining one or more areas containing the one or more pixels to be recolored, the new pixel value applied within the one or more areas.
  • 16. The system of claim 10, wherein the image is in a set of images, and wherein the operations further comprise: tracking a face in the set of images; andapplying new color and new intensity value to the one or more pixels to be recolored of each image of the set of images in which the face is tracked.
  • 17. The system of claim 16, wherein the operations further comprise: detecting the pixels to be colored within each frame of the set of images in which the face is tracked based on a weighted sum of information from a current image and information from at least one previous image of the set of images.
  • 18. The system of claim 10, wherein new color and new intensity values are calculated based on one or more color and intensity values of the object within the image, and wherein the operations further comprise changing a color of a first portion of the object and maintaining a color of a second portion of the object.
  • 19. A processor-readable storage device storing processor executable instructions that, when executed by a processor of a machine, cause the machine to perform operations comprising: identifying one or more pixels to be recolored within an object depicted in an image, the one or more pixels are within a region having a prespecified shape, wherein identifying the one or more pixels to be recolored includes determining an intensity value of the one or more pixels to be recolored relative to an intensity value of a pixel at a center of the region;computing a new pixel value as a function of intensity values of a collection of pixels within the region that is within a given distance of the one or more pixels to be recolored; andmodifying at least a portion of the image by applying the new pixel value to the one or more pixels to be recolored.
  • 20. The processor-readable storage device of claim 19, wherein the operations further comprise identifying a face within a set of images comprising a video stream, the set of images including the image.
CROSS-REFERENCE TO RELATED APPLICATIONS

This application is a continuation of and claims the benefit of priority of U.S. patent application Ser. No. 15/208,973, filed Jul. 13, 2016, which is a continuation of and claims the benefit of priority of U.S. patent application Ser. No. 14/325,477, filed Jul. 8, 2014, which claims the benefit of U.S. Provisional Application No. 61/936,016, filed on Feb. 5, 2014, the benefit of priority of each of which are claimed hereby and each of which are incorporated by reference herein in their entirety.

US Referenced Citations (296)
Number Name Date Kind
4888713 Falk Dec 1989 A
5359706 Sterling Oct 1994 A
5479603 Stone et al. Dec 1995 A
5880731 Liles et al. Mar 1999 A
6023270 Brush, II et al. Feb 2000 A
6038295 Mattes Mar 2000 A
6223165 Lauffer Apr 2001 B1
6252576 Nottingham Jun 2001 B1
H2003 Minner Nov 2001 H
6621939 Negishi et al. Sep 2003 B1
6768486 Szabo et al. Jul 2004 B1
6772195 Hatlelid et al. Aug 2004 B1
6807290 Liu Oct 2004 B2
6842779 Nishizawa Jan 2005 B1
6897977 Bright May 2005 B1
6980909 Root et al. Dec 2005 B2
7034820 Urisaka et al. Apr 2006 B2
7039222 Simon et al. May 2006 B2
7050078 Dempski May 2006 B2
7119817 Kawakami Oct 2006 B1
7167519 Comaniciu et al. Jan 2007 B2
7173651 Knowles Feb 2007 B1
7212656 Liu et al. May 2007 B2
7227567 Beck et al. Jun 2007 B1
7239312 Urisaka et al. Jul 2007 B2
7342587 Danzig et al. Mar 2008 B2
7411493 Smith Aug 2008 B2
7415140 Nagahashi et al. Aug 2008 B2
7468729 Levinson Dec 2008 B1
7535890 Rojas May 2009 B2
7564476 Coughlan et al. Jul 2009 B1
7636755 Blattner et al. Dec 2009 B2
7639251 Gu et al. Dec 2009 B2
7697787 Illsley Apr 2010 B2
7710608 Takahashi May 2010 B2
7775885 Van Luchene et al. Aug 2010 B2
7812993 Bright Oct 2010 B2
7830384 Edwards et al. Nov 2010 B1
7859551 Bulman et al. Dec 2010 B2
7885931 Seo et al. Feb 2011 B2
7925703 Dinan et al. Apr 2011 B2
7945653 Zuckerberg et al. May 2011 B2
8088044 Tchao et al. Jan 2012 B2
8095878 Bates et al. Jan 2012 B2
8108774 Finn et al. Jan 2012 B2
8117281 Robinson et al. Feb 2012 B2
8130219 Fleury et al. Mar 2012 B2
8131597 Hudetz Mar 2012 B2
8146005 Jones et al. Mar 2012 B2
8151191 Nicol Apr 2012 B2
8199747 Rojas et al. Jun 2012 B2
8230355 Bauermeister et al. Jul 2012 B1
8253789 Aizaki et al. Aug 2012 B2
8295557 Wang et al. Oct 2012 B2
8296456 Klappert Oct 2012 B2
8314842 Kudo Nov 2012 B2
8332475 Rosen et al. Dec 2012 B2
8335399 Gyotoku Dec 2012 B2
8384719 Reville et al. Feb 2013 B2
RE44054 Kim Mar 2013 E
8396708 Park et al. Mar 2013 B2
8425322 Gillo et al. Apr 2013 B2
8458601 Castelli et al. Jun 2013 B2
8462198 Lin et al. Jun 2013 B2
8484158 Deluca et al. Jul 2013 B2
8495503 Brown et al. Jul 2013 B2
8495505 Smith et al. Jul 2013 B2
8504926 Wolf Aug 2013 B2
8559980 Pujol Oct 2013 B2
8564621 Branson et al. Oct 2013 B2
8564710 Nonaka et al. Oct 2013 B2
8581911 Becker et al. Nov 2013 B2
8597121 del Valle Dec 2013 B2
8601051 Wang Dec 2013 B2
8601379 Marks et al. Dec 2013 B2
8632408 Gillo et al. Jan 2014 B2
8648865 Dawson et al. Feb 2014 B2
8659548 Hildreth Feb 2014 B2
8683354 Khandelwal et al. Mar 2014 B2
8692830 Nelson et al. Apr 2014 B2
8717465 Ning May 2014 B2
8718333 Wolf et al. May 2014 B2
8724622 Rojas May 2014 B2
8743210 Lin Jun 2014 B2
8761497 Berkovich et al. Jun 2014 B2
8766983 Marks et al. Jul 2014 B2
8810513 Ptucha et al. Aug 2014 B2
8810696 Ning Aug 2014 B2
8812171 Filev et al. Aug 2014 B2
8832201 Wall Sep 2014 B2
8832552 Arrasvuori et al. Sep 2014 B2
8839327 Amento et al. Sep 2014 B2
8874677 Rosen et al. Oct 2014 B2
8890926 Tandon et al. Nov 2014 B2
8892999 Nims et al. Nov 2014 B2
8909679 Root et al. Dec 2014 B2
8924250 Bates et al. Dec 2014 B2
8929614 Oicherman Jan 2015 B2
8934665 Kim et al. Jan 2015 B2
8958613 Kondo et al. Feb 2015 B2
8963926 Brown et al. Feb 2015 B2
8989786 Feghali Mar 2015 B2
8995433 Rojas Mar 2015 B2
9032314 Mital et al. May 2015 B2
9040574 Wang et al. May 2015 B2
9055416 Rosen et al. Jun 2015 B2
9086776 Ye et al. Jul 2015 B2
9100806 Rosen et al. Aug 2015 B2
9100807 Rosen et al. Aug 2015 B2
9105014 Collet et al. Aug 2015 B2
9191776 Root et al. Nov 2015 B2
9204252 Root et al. Dec 2015 B2
9232189 Shaburov et al. Jan 2016 B2
9241184 Weerasinghe Jan 2016 B2
9256860 Herger et al. Feb 2016 B2
9298257 Hwang et al. Mar 2016 B2
9314692 Konoplev et al. Apr 2016 B2
9330483 Du et al. May 2016 B2
9357174 Li et al. May 2016 B2
9361510 Yao et al. Jun 2016 B2
9364147 Wakizaka et al. Jun 2016 B2
9378576 Bouaziz et al. Jun 2016 B2
9396525 Shaburova et al. Jul 2016 B2
9402057 Kaytaz et al. Jul 2016 B2
9412192 Mandel et al. Aug 2016 B2
9443227 Evans et al. Sep 2016 B2
9460541 Li et al. Oct 2016 B2
9489661 Evans et al. Nov 2016 B2
9489760 Li et al. Nov 2016 B2
9491134 Rosen et al. Nov 2016 B2
9503845 Vincent Nov 2016 B2
9508197 Quinn et al. Nov 2016 B2
9544257 Ogundokun et al. Jan 2017 B2
9565362 Kudo Feb 2017 B2
9576400 Van Os et al. Feb 2017 B2
9589357 Li et al. Mar 2017 B2
9592449 Barbalet et al. Mar 2017 B2
9648376 Chang et al. May 2017 B2
9697635 Quinn et al. Jul 2017 B2
9706040 Kadirvel et al. Jul 2017 B2
9744466 Fujioka Aug 2017 B2
9746990 Anderson et al. Aug 2017 B2
9749270 Collet et al. Aug 2017 B2
9792714 Li et al. Oct 2017 B2
9839844 Dunstan et al. Dec 2017 B2
9883838 Kaleal et al. Feb 2018 B2
9898849 Du et al. Feb 2018 B2
9911073 Spiegel et al. Mar 2018 B1
9928874 Shaburova Mar 2018 B2
9936165 Li et al. Apr 2018 B2
9959037 Chaudhri et al. May 2018 B2
9980100 Charlton et al. May 2018 B1
9990373 Fortkort Jun 2018 B2
10039988 Lobb et al. Aug 2018 B2
10097492 Tsuda et al. Oct 2018 B2
10116598 Tucker et al. Oct 2018 B2
10155168 Blackstock et al. Dec 2018 B2
10242477 Charlton et al. Mar 2019 B1
10242503 McPhee et al. Mar 2019 B2
10255948 Shaburova et al. Apr 2019 B2
10262250 Spiegel et al. Apr 2019 B1
10283162 Shaburova et al. May 2019 B2
10362219 Wilson et al. Jul 2019 B2
10438631 Shaburova et al. Oct 2019 B2
10475225 Park et al. Nov 2019 B2
10504266 Blattner et al. Dec 2019 B2
10566026 Shaburova Feb 2020 B1
10573048 Ni et al. Feb 2020 B2
10586570 Shaburova Mar 2020 B2
10657701 Osman et al. May 2020 B2
20020012454 Liu et al. Jan 2002 A1
20020067362 Agostino Nocera et al. Jun 2002 A1
20020169644 Greene Nov 2002 A1
20030107568 Urisaka et al. Jun 2003 A1
20030228135 Illsley Dec 2003 A1
20040076337 Nishida Apr 2004 A1
20040119662 Dempski Jun 2004 A1
20040130631 Suh Jul 2004 A1
20040233223 Schkolne et al. Nov 2004 A1
20050046905 Aizaki et al. Mar 2005 A1
20050117798 Patton et al. Jun 2005 A1
20050128211 Berger et al. Jun 2005 A1
20050162419 Kim et al. Jul 2005 A1
20050180612 Nagahashi et al. Aug 2005 A1
20050190980 Bright Sep 2005 A1
20050202440 Fletterick et al. Sep 2005 A1
20050206610 Cordelli Sep 2005 A1
20050220346 Akahori Oct 2005 A1
20050238217 Enomoto Oct 2005 A1
20060170937 Takahashi Aug 2006 A1
20060227997 Au et al. Oct 2006 A1
20060242183 Niyogi et al. Oct 2006 A1
20060294465 Ronen et al. Dec 2006 A1
20070013709 Charles et al. Jan 2007 A1
20070087352 Fletterick et al. Apr 2007 A9
20070113181 Blattner et al. May 2007 A1
20070140556 Willamowski Jun 2007 A1
20070159551 Kotani Jul 2007 A1
20070168863 Blattner et al. Jul 2007 A1
20070176921 Iwasaki et al. Aug 2007 A1
20070258656 Aarabi et al. Nov 2007 A1
20070268312 Marks et al. Nov 2007 A1
20080158222 Li et al. Jul 2008 A1
20080184153 Matsumura et al. Jul 2008 A1
20080187175 Kim et al. Aug 2008 A1
20080204992 Swenson et al. Aug 2008 A1
20080212894 Demirli et al. Sep 2008 A1
20090016617 Bregman-amitai et al. Jan 2009 A1
20090055484 Vuong et al. Feb 2009 A1
20090070688 Gyorfi et al. Mar 2009 A1
20090099925 Mehta et al. Apr 2009 A1
20090106672 Burstrom Apr 2009 A1
20090158170 Narayanan et al. Jun 2009 A1
20090177976 Bokor et al. Jul 2009 A1
20090202114 Morin et al. Aug 2009 A1
20090265604 Howard et al. Oct 2009 A1
20090300525 Jolliff et al. Dec 2009 A1
20090303984 Clark et al. Dec 2009 A1
20100011422 Mason et al. Jan 2010 A1
20100023885 Reville et al. Jan 2010 A1
20100115426 Liu et al. May 2010 A1
20100162149 Sheleheda et al. Jun 2010 A1
20100177981 Wang et al. Jul 2010 A1
20100185963 Slik et al. Jul 2010 A1
20100188497 Aizaki et al. Jul 2010 A1
20100203968 Gill et al. Aug 2010 A1
20100227682 Reville et al. Sep 2010 A1
20110018875 Arahari et al. Jan 2011 A1
20110093780 Dunn Apr 2011 A1
20110115798 Nayar et al. May 2011 A1
20110148864 Lee et al. Jun 2011 A1
20110202598 Evans et al. Aug 2011 A1
20110239136 Goldman et al. Sep 2011 A1
20110273620 Berkovich et al. Nov 2011 A1
20120106806 Folta et al. May 2012 A1
20120113106 Choi et al. May 2012 A1
20120124458 Cruzada May 2012 A1
20120130717 Xu et al. May 2012 A1
20120136668 Kuroda May 2012 A1
20120144325 Mital et al. Jun 2012 A1
20120167146 Incorvia Jun 2012 A1
20120209924 Evans et al. Aug 2012 A1
20120306853 Wright et al. Dec 2012 A1
20130004096 Goh et al. Jan 2013 A1
20130103760 Golding et al. Apr 2013 A1
20130114867 Kondo et al. May 2013 A1
20130190577 Brunner et al. Jul 2013 A1
20130201105 Ptucha et al. Aug 2013 A1
20130201187 Tong et al. Aug 2013 A1
20130208129 Stenman Aug 2013 A1
20130216094 Delean Aug 2013 A1
20130235086 Otake Sep 2013 A1
20130249948 Reitan Sep 2013 A1
20130257877 Davis Oct 2013 A1
20130287291 Cho Oct 2013 A1
20140043329 Wang et al. Feb 2014 A1
20140055554 Du et al. Feb 2014 A1
20140125678 Wang et al. May 2014 A1
20140129343 Finster et al. May 2014 A1
20140228668 Wakizaka et al. Aug 2014 A1
20150097834 Ma et al. Apr 2015 A1
20150116448 Gottlieb Apr 2015 A1
20150131924 He et al. May 2015 A1
20150145992 Traff May 2015 A1
20150163416 Nevatie Jun 2015 A1
20150195491 Shaburov et al. Jul 2015 A1
20150206349 Rosenthal et al. Jul 2015 A1
20150213604 Li et al. Jul 2015 A1
20150220252 Mital et al. Aug 2015 A1
20150221069 Shaburova et al. Aug 2015 A1
20150221118 Shaburova Aug 2015 A1
20150221136 Shaburova et al. Aug 2015 A1
20150221338 Shaburova et al. Aug 2015 A1
20150222821 Shaburova Aug 2015 A1
20160134840 Mcculloch May 2016 A1
20160234149 Tsuda et al. Aug 2016 A1
20160322079 Shaburova et al. Nov 2016 A1
20170080346 Abbas Mar 2017 A1
20170087473 Siegel et al. Mar 2017 A1
20170113140 Blackstock et al. Apr 2017 A1
20170118145 Aittoniemi et al. Apr 2017 A1
20170199855 Fishbeck Jul 2017 A1
20170235848 Van Deusen et al. Aug 2017 A1
20170310934 Du et al. Oct 2017 A1
20170312634 Ledoux et al. Nov 2017 A1
20180047200 O'hara et al. Feb 2018 A1
20180113587 Allen et al. Apr 2018 A1
20180115503 Baldwin et al. Apr 2018 A1
20180315076 Andreou Nov 2018 A1
20180315133 Brody et al. Nov 2018 A1
20180315134 Amitay et al. Nov 2018 A1
20180364810 Parshionikar Dec 2018 A1
20190001223 Blackstock et al. Jan 2019 A1
20190057616 Cohen et al. Feb 2019 A1
20190188920 Mcphee et al. Jun 2019 A1
20200160886 Shaburova May 2020 A1
Foreign Referenced Citations (23)
Number Date Country
2887596 Jul 2015 CA
109863532 Jun 2019 CN
110168478 Aug 2019 CN
2184092 May 2010 EP
2001230801 Aug 2001 JP
5497931 Mar 2014 JP
100853122 Aug 2008 KR
101445263 Sep 2014 KR
WO-2003094072 Nov 2003 WO
WO-2004095308 Nov 2004 WO
WO-2006107182 Oct 2006 WO
WO-2007134402 Oct 2006 WO
WO-2012139276 Oct 2012 WO
WO-2013027893 Feb 2013 WO
WO-2013152454 Oct 2013 WO
WO-2013166588 Nov 2013 WO
WO-2014031899 Feb 2014 WO
WO-2014194439 Dec 2014 WO
WO-2016090605 Jun 2016 WO
WO-2018081013 May 2018 WO
WO-2018102562 Jun 2018 WO
WO-2018129531 Jul 2018 WO
WO-2019089613 May 2019 WO
Non-Patent Literature Citations (94)
Entry
“U.S. Appl. No. 14/114,124, Response filed Oct. 5, 2016 to Final Office Action dated May 5, 2016”, 14 pgs.
“U.S. Appl. No. 14/314,312, Final Office Action dated Apr. 12, 2017”, 34 pgs.
“U.S. Appl. No. 14/314,312, Final Office Action dated May 5, 2016”, 28 pgs.
“U.S. Appl. No. 14/314,312, Final Office Action dated May 10, 2018”, 32 pgs.
“U.S. Appl. No. 14/314,312, Non Final Office Action dated Aug. 30, 2017”, 32 pgs.
“U.S. Appl. No. 14/314,312, Non Final Office Action dated Oct. 17, 2016”, 33 pgs.
“U.S. Appl. No. 14/314,312, Non Final Office Action dated Nov. 5, 2015”, 26 pgs.
“U.S. Appl. No. 14/314,312, Non Final Office Action dated Nov. 27, 2018”, 29 pgs.
“U.S. Appl. No. 14/314,312, Response filed Mar. 17, 2017 to Non Final Office Action dated Oct. 17, 2016”, 12 pgs.
“U.S. Appl. No. 14/314,312, Response filed Jan. 28, 2019 to Non Final Office Action dated Nov. 27, 2018”, 10 pgs.
“U.S. Appl. No. 14/314,312, Response filed Feb. 28, 2018 to Non Final Office Action dated Aug. 30, 2017”, 13 pgs.
“U.S. Appl. No. 14/314,312, Response filed Apr. 5, 2016 to Non Final Office Action dated Nov. 5, 2015”, 13 pgs.
“U.S. Appl. No. 14/314,312, Response filed Aug. 14, 2017 to Final Office Action dated Apr. 12, 2017”, 16 pgs.
“U.S. Appl. No. 14/314,312, Response filed Sep. 6, 2018 to Final Office Action dated May 10, 2018”, 12 pgs.
“U.S. Appl. No. 14/314,312, Response filed Oct. 5, 2016 to Final Office Action dated May 5, 2016”, 12 pgs.
“U.S. Appl. No. 14/314,324, Advisory Action dated Sep. 21, 2017”, 4 pgs.
“U.S. Appl. No. 14/314,324, Final Office Action dated May 3, 2017”, 33 pgs.
“U.S. Appl. No. 14/314,324, Final Office Action dated May 5, 2016”, 24 pgs.
“U.S. Appl. No. 14/314,324, Non Final Office Action dated Oct. 14, 2016”, 26 pgs.
“U.S. Appl. No. 14/314,324, Non Final Office Action dated Nov. 5, 2015”, 23 pgs.
“U.S. Appl. No. 14/314,324, Notice of Allowance dated Nov. 8, 2017”, 7 pgs.
“U.S. Appl. No. 14/314,324, Response filed Feb. 14, 2017 to Non Final Office Action dated Oct. 14, 2016”, 19 pgs.
“U.S. Appl. No. 14/314,324, Response filed Apr. 5, 2016 to Non Final Office Action dated Nov. 5, 2015”, 15 pgs.
“U.S. Appl. No. 14/314,324, Response filed Sep. 1, 2017 to Final Office Action dated May 3, 2017”, 10 pgs.
“U.S. Appl. No. 14/314,324, Response filed Oct. 5, 2016 to Final Office Action dated May 5, 2016”, 14 pgs.
“U.S. Appl. No. 14/314,324, Response filed Nov. 3, 2017 to Advisory Action dated Sep. 21, 2017”, 11 pgs.
“U.S. Appl. No. 14/314,334, Examiner Interview Summary dated Apr. 28, 2017”, 3 pgs.
“U.S. Appl. No. 14/314,334, Examiner Interview Summary dated Nov. 26, 2018”, 3 pgs.
“U.S. Appl. No. 14/314,334, Final Office Action dated May 16, 2016”, 43 pgs.
“U.S. Appl. No. 14/314,334, Final Office Action dated May 31, 2018”, 38 pgs.
“U.S. Appl. No. 14/314,334, Final Office Action dated Jul. 12, 2017”, 40 pgs.
“U.S. Appl. No. 14/314,334, Non Final Office Action dated Jan. 22, 2018”, 35 pgs.
“U.S. Appl. No. 14/314,334, Non Final Office Action dated Oct. 26, 2018”, 39 pgs.
“U.S. Appl. No. 14/314,334, Non Final Office Action dated Nov. 13, 2015”, 39 pgs.
“U.S. Appl. No. 14/314,334, Non Final Office Action dated Dec. 1, 2016”, 45 pgs.
“U.S. Appl. No. 14/314,334, Notice of Allowance dated Sep. 19, 2017”, 5 pgs.
“U.S. Appl. No. 14/314,334, Response filed Sep. 13, 2016 to Non Final Office Action dated Nov. 13, 2015”, 20 pgs.
“U.S. Appl. No. 14/314,334, Response filed Apr. 23, 2018 to Non Final Office Action dated Jan. 22, 2018”, 14 pgs.
“U.S. Appl. No. 14/314,334, Response filed May 20, 2017 to Non Final Office Action dated Dec. 1, 2016”, 16 pgs.
“U.S. Appl. No. 14/314,334, Response filed Aug. 30, 2018 to Final Office Action dated May 31, 2018”, 13 pgs.
“U.S. Appl. No. 14/314,334, Response filed Sep. 1, 2017 to Final Office Action dated Jul. 12, 2017”, 12 pgs.
“U.S. Appl. No. 14/314,334, Response filed Oct. 17, 2016 to Final Office Action dated May 16, 2016”, 16 pgs.
“U.S. Appl. No. 14/314,343, Final Office Action dated May 6, 2016”, 19 pgs.
“U.S. Appl. No. 14/314,343, Final Office Action dated Aug. 15, 2017”, 38 pgs.
“U.S. Appl. No. 14/314,343, Final Office Action dated Sep. 6, 2018”, 43 pgs.
“U.S. Appl. No. 14/314,343, Non Final Office Action dated Apr. 19, 2018”, 40 pgs.
“U.S. Appl. No. 14/314,343, Non Final Office Action dated Nov. 4, 2015”, 14 pgs.
“U.S. Appl. No. 14/314,343, Non Final Office Action dated Nov. 17, 2016”, 31 pgs.
“U.S. Appl. No. 14/314,343, Notice of Allowance dated Dec. 17, 2018”, 5 pgs.
“U.S. Appl. No. 14/314,343, Response filed Feb. 15, 2018 to Final Office Action dated Aug. 15, 2017”, 11 pgs.
“U.S. Appl. No. 14/314,343, Response filed Apr. 4, 2016 to Non Final Office Action dated Nov. 4, 2015”, 10 pgs.
“U.S. Appl. No. 14/314,343, Response filed May 11, 2017 to Non Final Office Action dated Nov. 17, 2016”, 13 pgs.
“U.S. Appl. No. 14/314,343, Response filed Jul. 19, 2018 to Non Final Office Action dated Apr. 19, 2018”, 15 pgs.
“U.S. Appl. No. 14/314,343, Response filed Oct. 6, 2016 to Final Office Action dated May 6, 2016”, 13 pgs.
“U.S. Appl. No. 14/314,343, Response filed Oct. 11, 2018 to Final Office Action dated Sep. 6, 2018”, 11 pgs.
“U.S. Appl. No. 14/325,477, Non Final Office Action dated Oct. 9, 2015”, 17 pgs.
“U.S. Appl. No. 14/325,477, Notice of Allowance dated Mar. 17, 2016”, 5 pgs.
“U.S. Appl. No. 14/325,477, Response filed Feb. 9, 2016 to Non Final Office Action dated Oct. 9, 2015”, 13 pgs.
“U.S. Appl. No. 15/208,973, Final Office Action dated May 10, 2018”, 13 pgs.
“U.S. Appl. No. 15/208,973, Non Final Office Action dated Sep. 19, 2017”, 17 pgs.
“U.S. Appl. No. 15/208,973, Notice of Allowability dated Feb. 21, 2019”, 3 pgs.
“U.S. Appl. No. 15/208,973, Notice of Allowance dated Nov. 20, 2018”, 14 pgs.
“U.S. Appl. No. 15/208,973, Preliminary Amendment filed Jan. 17, 2017”, 9 pgs.
“U.S. Appl. No. 15/208,973, Response filed Sep. 5, 2018 to Final Office Action dated May 10, 2018”, 10 pgs.
“Imatest”, [Online] Retrieved from the internet on Jul. 10, 2015: <URL: https://web.archive.org/web/20150710000557/http://www.imatest.com/>, 3 pgs.
Ahlberg, Jorgen, “Candide-3: An Updated Parameterised Face”, Image Coding Group, Dept. of Electrical Engineering, Linkoping University, SE, (Jan. 2001), 16 pgs.
Baxes, Gregory A., et al., “Digital Image Processing: Principles and Applications, Chapter 4”, New York: Wiley, (1994), 88-91.
Chen, et al., “Manipulating, Deforming and Animating Sampled Object Representations”, Computer Graphics Forum vol. 26, (2007), 824-852 pgs.
Dornaika, F, et al., “On Appearance Based Face and Facial Action Tracking”, IEEE Trans. Circuits Syst. Video Technol. 16(9), (Sep. 2006), 1107-1124.
Leyden, John, “This SMS will self-destruct in 40 seconds”, [Online] Retrieved from the internet: <URL: http://www.theregister.co.uk/2005/12/12/stealthtext/>, (Dec. 12, 2005), 1 pg.
Milborrow, S, et al., “Locating facial features with an extended active shape model”, Dept. of Electrical Engineering, University of Cape Town, South Africa, [Online] Retrieved from the internet: <URL: http://www.milbo.users.sonic.net>, (2008), 1-11.
“U.S. Appl. No. 14/314,312, Final Office Action dated Mar. 22, 2019”, 28 pgs.
“U.S. Appl. No. 14/314,312, Response filed May 3, 2019 to Final Office Action dated Mar. 22, 2019”, 11 pgs.
“U.S. Appl. No. 14/314,334, Appeal Brief filed Apr. 15, 2019”, 19 pgs.
“U.S. Appl. No. 14/314,334, Final Office Action dated Feb. 15, 2019”, 40 pgs.
“Bilinear interpolation”, Wikipedia, [Online] retrieved from the internet: <https://web.archive.org/web/20110921104425/http://en.wikipedia.org/wiki/Bilinear_interpolation>, (Jan. 8, 2014), 3 pgs.
“U.S. Appl. No. 14/314,312, Advisory Action dated May 10, 2019”, 3 pgs.
“U.S. Appl. No. 14/314,312, Non Final Office Action dated Jul. 5, 2019”, 25 pgs.
“U.S. Appl. No. 14/314,334, Notice of Allowance dated Jul. 1, 2019”, 9 pgs.
“U.S. Appl. No. 14/314,312, Appeal Brief filed Oct. 3, 2019”, 14 pgs.
“U.S. Appl. No. 14/314,312, Notice of Allowability dated Jan. 7, 2020”, 3 pgs.
“U.S. Appl. No. 14/314,312, Notice of Allowance dated Oct. 25, 2019”, 9 pgs.
“U.S. Appl. No. 15/921,282, Notice of Allowance dated Oct. 2, 2019”, 9 pgs.
“U.S. Appl. No. 16/298,721, Advisory Action dated May 12, 2020”, 3 pgs.
“U.S. Appl. No. 16/298,721, Examiner Interview Summary dated Oct. 20, 2020”, 3 pgs.
“U.S. Appl. No. 16/298,721, Final Office Action dated Mar. 6, 2020”, 54 pgs.
“U.S. Appl. No. 16/298,721, Non Final Office Action dated Jul. 24, 2020”, 80 pgs.
“U.S. Appl. No. 16/298,721, Non Final Office Action dated Oct. 3, 2019”, 40 pgs.
“U.S. Appl. No. 16/298,721, Response filed Jan. 3, 2020 to Non Final Office Action dated Oct. 3, 2019”, 10 pgs.
“U.S. Appl. No. 16/298,721, Response filed Apr. 23, 2020 to Final Office Action dated Mar. 6, 2020”, 11 pgs.
“U.S. Appl. No. 16/298,721, Response filed Oct. 22, 2020 to Non Final Office Action dated Jul. 24, 2020”, 13 pgs.
“KR 10-0853122 B1 machine translation”, IP.com, (2008), 29 pgs.
Ohya, Jun. et al., “Virtual Metamorphosis”, IEEE MultiMedia, 6(2), (1999), 29-39.
“U.S. Appl. No. 16/298,721, Notice of Allowance dated Nov. 10, 2020”, 5 pgs.
Provisional Applications (1)
Number Date Country
61936016 Feb 2014 US
Continuations (2)
Number Date Country
Parent 15208973 Jul 2016 US
Child 16277750 US
Parent 14325477 Jul 2014 US
Child 15208973 US