US20010040982A1 - Object extracting method using motion picture - Google Patents
Object extracting method using motion picture Download PDFInfo
- Publication number
- US20010040982A1 US20010040982A1 US09/877,198 US87719801A US2001040982A1 US 20010040982 A1 US20010040982 A1 US 20010040982A1 US 87719801 A US87719801 A US 87719801A US 2001040982 A1 US2001040982 A1 US 2001040982A1
- Authority
- US
- United States
- Prior art keywords
- image frame
- color
- density
- minimum
- area
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/40—Analysis of texture
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V40/00—Recognition of biometric, human-related or animal-related patterns in image or video data
- G06V40/10—Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands
- G06V40/16—Human faces, e.g. facial parts, sketches or expressions
- G06V40/161—Detection; Localisation; Normalisation
Definitions
- the present invention relates to a technique of extracting a specific object in a motion picture, and more particularly to an object extracting method using motion pictures which more accurately and rapidly extracts an object using information of a moving object in a motion picture and color information which defines a color of the object.
- a motion picture is composed of image frames, each frame carries information with respect to an object.
- a conventional technique which extracts a specific object using the motion picture can be divided into two ways; one is to extract the object using only color information which defines a color thereof and the other is to extract the object using information of motion changes of the object.
- a preprocessing step is performed, which generates a color histogram by converting a negative image of the still image frame to a positive image.
- red, green and blue (RGB) color domains included in the histogram are converted to hue saturation values (HSV), and color information of the object such as skin-color pixels are obtained.
- HSV hue saturation values
- segmentation occurs through edge detection, hole filtering and gap filtering.
- the segments and a predetermined object domain are compared, thus the specific object is extracted.
- the conventional object extracting method using only the color information obtains one still image frame using the color information which defines the color of the object and thus extracts the object therefrom, the object may not be accurately obtained. Accordingly, the above object extracting method using the color information requires a considerable operation time to extract the object because RGB color space is converted to HSV color space with respect to the inaccurate object domain.
- a face-it method which is the other object extracting method extracts a specific object only using motion information of the object on a motion picture, without using color information thereof.
- the face-it method which extracts a human face designates an area in which there is a movement of a specific object as a face domain candidate and carries out a grey image process for the domain candidate, thereby obtaining information with respect to the corresponding human face. Accordingly, the face-it which extracts the human face with insufficient information has difficulty of accurately extracting a human face.
- an object of the present invention is to provide an object extracting method using a motion picture which accurately and rapidly extracts an object using information of a moving object in a motion picture and color information which define a color of the object.
- an object extracting method includes the steps of: obtaining a difference image frame by getting a pair of still image frames having a predetermined time difference from a motion picture and obtaining a color image frame which satisfies color information defining a color of a particular object from one of the still image frames; performing a grid processing of a logic image frame which is obtained from the difference image frame and the color image frame at a predetermined size and obtaining connected components using direction connection information and defining minimum areas each includes the connected components; comparing each of the minimum areas with predetermined conditions, thereby selecting the minimum areas which satisfy the conditions as object area candidates; and selecting and optimizing a largest object area candidate among the object area candidates.
- FIG. 1 is a flowchart which illustrates an object extracting method using a motion picture according to the present invention
- FIG. 2 is a diagram illustrating an example of a connected component which is generated in accordance with 8-direction connection information
- FIG. 3A is a picture which illustrates a first still image frame obtained from a motion picture
- FIG. 3B is a picture which illustrates a second still image frame obtained from a motion picture after a predetermined time elapses from the time at which the first still image frame is obtained;
- FIG. 4 illustrates a difference image frame using the first still image frame and the second still image frame in FIGS. 3A and 3B;
- FIG. 5 illustrates a skin color image frame obtained from the second still image frame of FIG. 3B;
- FIG. 6 illustrates a logic image frame which is obtained by ANDing the difference image frame of FIG. 4 and the skin color image frame of FIG. 5;
- FIG. 7 illustrates a grid image frame obtained by which a grid process is applied to the logic image frame of FIG. 6;
- FIG. 8 illustrates minimum rectangles each includes a connected component
- FIG. 9 is a picture which illustrates a human face extracted from a specific object in a motion picture according to the present invention.
- FIG. 1 is a flowchart which illustrates the object extracting method using a motion picture according to the present invention.
- a first still image frame IMAGE (t) is obtained at a time (t) from a motion picture.
- a second still image frame IMAGE(t+ ⁇ t) is obtained in a second step (S 2 ).
- a third step (S 3 ) a difference image frame which has information with respect to motion changes of an object is obtained from the first still image frame IMAGE(t) and the second still image frame IMAGE(t+ ⁇ t).
- a color image frame which satisfies color information with respect to the object is obtained from the second still image frame IMAGE(t+ ⁇ t)
- the color image frame can be obtained from the first still image frame IMAGE(t).
- the color image frame which has been obtained from the first still image frame IMAGE(t) or the second still image frame IMAGE(t+ ⁇ t) outputs an identical result in the object extracting method according to the present invention.
- a fifth step (S 5 ) the color image frame and the difference image frame are ANDed, thus generating a logic image frame which has the color information and the motion change information of the object and then a grid image frame is generated by performing a grid process with respect to the logic image frame.
- the grid process for the logic image frame reduces operation capacity and time compared with which the logic image frame is processed by the pixel.
- the grid process divides the logic image frame into multiple grids, each has a fixed size, and compares a predetermined value with a value representing pixels of the grid, and expresses a value of the grid which is larger than the predetermined value as a binary grid image, thereby reducing the operation capacity and time to process the logic image frame.
- each grid indicates a part of the object
- the grids which are gathered may have a shape similar to the object.
- a sixth step (S 6 ) using direction connection information it is determined whether the grids are connected with other grids, and if connected, the grids are defined as a connected component and thus the logic image frame includes a plurality of connected components.
- minimum rectangles each includes each of the connected components are obtained.
- the minimum rectangles are defined as a variable RECT[i] wherein i is an integer number indicates a number of minimum rectangles. The minimum rectangle represents a candidate of a specific object to be extracted.
- a seventh step (S 7 ) only each of the minimum rectangles, the candidates of the specific object and minimum rectangles satisfying conditions for the specific object.
- the conditions which define the object are as follows.
- the threshold value of the size of the minimum rectangle and the minimum and maximum values of the row/column ratio of the variable RECT[i] are well known in the relevant field of the present invention, and in the variable RECT[i] of a minimum rectangle which includes connected components the density is a value of which the number of grids in a row or a column of one of the connected components is divided by a length of the row or the column thereof. While, the density of the variable RECT[i] is a value of which the density of the connected components is divided by an area size of the variable RECT[i].
- an eighth step (S 8 ) among the minimum rectangles the minimum rectangle having the maximum size is selected.
- a ninth step (S 9 ) the maximum sized rectangle is optimized to correspond to the object.
- the ninth step may be performed first before the eighth step is carried out.
- FIG. 2 is a diagram which illustrates an example of a connected component which is generated in accordance with 8-direction connection information, which explains the sixth step (S 6 ) of FIG. 1.
- direction connection information show a condition in which a grid is connected with other grids in accordance with 4 directions or 8 directions thereof. That is, a grid G 3 is connected with a grid G 2 in the direction of D 4 and connected with a grid G 4 in the direction of D 8 . Accordingly, the grids G 3 , G 2 , G 4 constitute a connected component. Similarly, when each connection condition is detected with respect to the grids G 1 , G 2 , G 4 , the grids G 1 , G 2 , G 3 , G 4 constitute another connected component.
- FIGS. 3A and 3B illustrate a pair of still image frames having a predetermined time interval, wherein FIG. 3A is a first still image frame IMAGE(t) at a time (t) and FIG. 3B is a second still image frame IMAGE(t+ ⁇ t) after a predetermined time ( ⁇ t) elapses from the time (t).
- a difference value between the first still image frame IMAGE(t) and the second still image frame IMAGE(t+ ⁇ t) is obtained by each pixel and the resultant values thereof are compared with the threshold value which has been previously defined. Accordingly, when the resultant values are greater than the threshold value, a difference image frame can be obtained as shown in FIG. 4.
- FIG. 5 illustrates a skin color image frame obtained from the second still image frame IMAGE(t+ ⁇ t) of FIG. 3B.
- the skin color image frame may be obtained from the first still image frame, and although the skin color image frame obtained from the first still image frame is applied to the object extracting method according to the present invention, the result is the same as a result of the skin color image frame obtained from the second still image frame.
- a logic image frame can be obtained by ANDing the difference image frame of FIG. 4 and the skin color image frame of FIG. 5 and the logic image frame includes the motion change information and the skin color information of the face.
- the logic image frame is composed of pixel units, numerous computation processes are required to extract a shape of the face.
- the grid process is applied to obtain a grid image frame as shown in FIG. 7.
- the 8-direction connection information is applied to the grid image frame composed of grids which are dispersed therein, a connected component corresponding to an area of the face can be generated.
- FIG. 7 there are seven connected components, and FIG. 8 illustrates seven rectangles each defines a minimum area which includes each of the connected components.
- the minimum area is expressed as a variable RECT[i] wherein i indicates a number of minimum areas
- the minimum areas are RECT[1], RECT[2], . . . , RECT[7].
- variable RECT[3] of the minimum area is compared with the conditions of the object as follows.
- the threshold value of the size of the face, and the minimum value and the maximum value of the row/column ratio of the variable RECT[3] are the values which are respectively defined in accordance with the object. While, the density of the variable RECT[3] is a value of which the density of the connected components is divided by the area of the variable RECT[3].
- the minimum area RECT[3] which has the largest size among the remaining minimum areas is selected as the face area.
- the density indicates a value of which the number of grids in a row or a column of one of the connected components is divided by a length of the row or the column thereof. Since, the minimum area RECT[3] is a rectangle, each row or column of the minimum area obtains its density and each density is compared with a threshold value of the density and the row or column of which density is smaller than the defined threshold value is deleted, thereby optimizing the minimum area to become the shape of the face.
- the object extracting method using the motion picture according to the present invention rapidly and accurately extracts the particular object using the information of the motion change of the object in the motion picture and the color information which define the color of the object.
- the object extracting method of the present invention can be applied to any object which has change of its motion and color information thereof, if the color information thereof is differently defined. Further, if there are a plurality of objects to be extracted in the motion picture, an object which is nearest to a camera, that is the object which has a largest size thereamong, is determined as a specific object. However, when using a templete or a neural network, the specific object can be accurately and rapidly extracted even though there are a plurality of objects in a motion picture.
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Health & Medical Sciences (AREA)
- General Health & Medical Sciences (AREA)
- Oral & Maxillofacial Surgery (AREA)
- Human Computer Interaction (AREA)
- Multimedia (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Image Analysis (AREA)
Abstract
An object extracting method using a motion picture more accurately and rapidly extracts a specific object by using a difference image frame of a pair of still image frames obtained from a motion picture and color information which defines a color of the object. The object extracting method using a motion picture includes the steps of: obtaining a difference image frame by getting a pair of still image frames having a predetermined time interval from a motion picture and obtaining a color image frame which satisfies color information defining a color of a particular object from one of the still image frames; performing a grid processing of a logic image frame which is obtained from the difference image frame and the color image frame at a predetermined size and obtaining connected components using direction connection information and defining minimum areas each includes the connected components; comparing each of the minimum areas with predetermined conditions, thereby selecting the minimum areas which satisfy the conditions as object area candidates; and selecting and optimizing a largest object area candidate among the object area candidates.
Description
- 1. Field of the Invention
- The present invention relates to a technique of extracting a specific object in a motion picture, and more particularly to an object extracting method using motion pictures which more accurately and rapidly extracts an object using information of a moving object in a motion picture and color information which defines a color of the object.
- 2. Description of the Conventional Art
- A motion picture is composed of image frames, each frame carries information with respect to an object. Recently, a conventional technique which extracts a specific object using the motion picture can be divided into two ways; one is to extract the object using only color information which defines a color thereof and the other is to extract the object using information of motion changes of the object.
- First, the conventional object extracting method using the color information will be explained.
- After obtaining a still image frame from a motion picture, a preprocessing step is performed, which generates a color histogram by converting a negative image of the still image frame to a positive image.
- Next, red, green and blue (RGB) color domains included in the histogram are converted to hue saturation values (HSV), and color information of the object such as skin-color pixels are obtained. To the color pixels, segmentation occurs through edge detection, hole filtering and gap filtering. Finally, the segments and a predetermined object domain are compared, thus the specific object is extracted.
- However, because the conventional object extracting method using only the color information obtains one still image frame using the color information which defines the color of the object and thus extracts the object therefrom, the object may not be accurately obtained. Accordingly, the above object extracting method using the color information requires a considerable operation time to extract the object because RGB color space is converted to HSV color space with respect to the inaccurate object domain.
- A face-it method which is the other object extracting method extracts a specific object only using motion information of the object on a motion picture, without using color information thereof. Particularly, the face-it method which extracts a human face designates an area in which there is a movement of a specific object as a face domain candidate and carries out a grey image process for the domain candidate, thereby obtaining information with respect to the corresponding human face. Accordingly, the face-it which extracts the human face with insufficient information has difficulty of accurately extracting a human face.
- Accordingly, an object of the present invention is to provide an object extracting method using a motion picture which accurately and rapidly extracts an object using information of a moving object in a motion picture and color information which define a color of the object.
- To achieve these and other advantages and in accordance with the purpose of the present invention, as embodied and broadly described, an object extracting method includes the steps of: obtaining a difference image frame by getting a pair of still image frames having a predetermined time difference from a motion picture and obtaining a color image frame which satisfies color information defining a color of a particular object from one of the still image frames; performing a grid processing of a logic image frame which is obtained from the difference image frame and the color image frame at a predetermined size and obtaining connected components using direction connection information and defining minimum areas each includes the connected components; comparing each of the minimum areas with predetermined conditions, thereby selecting the minimum areas which satisfy the conditions as object area candidates; and selecting and optimizing a largest object area candidate among the object area candidates.
- It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory and are intended to provide and further explanation of the invention as claimed.
- The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the principles of the invention.
- In the drawings:
- FIG. 1 is a flowchart which illustrates an object extracting method using a motion picture according to the present invention;
- FIG. 2 is a diagram illustrating an example of a connected component which is generated in accordance with 8-direction connection information;
- FIG. 3A is a picture which illustrates a first still image frame obtained from a motion picture;
- FIG. 3B is a picture which illustrates a second still image frame obtained from a motion picture after a predetermined time elapses from the time at which the first still image frame is obtained;
- FIG. 4 illustrates a difference image frame using the first still image frame and the second still image frame in FIGS. 3A and 3B;
- FIG. 5 illustrates a skin color image frame obtained from the second still image frame of FIG. 3B;
- FIG. 6 illustrates a logic image frame which is obtained by ANDing the difference image frame of FIG. 4 and the skin color image frame of FIG. 5;
- FIG. 7 illustrates a grid image frame obtained by which a grid process is applied to the logic image frame of FIG. 6;
- FIG. 8 illustrates minimum rectangles each includes a connected component; and
- FIG. 9 is a picture which illustrates a human face extracted from a specific object in a motion picture according to the present invention.
- Now, the object extracting method using a motion picture according to the present invention will be described in detail with reference to the accompanying drawings.
- FIG. 1 is a flowchart which illustrates the object extracting method using a motion picture according to the present invention. In a first step (S1), a first still image frame IMAGE (t) is obtained at a time (t) from a motion picture. After a predetermined time (Δt) elapses from the time (t), a second still image frame IMAGE(t+Δt) is obtained in a second step (S2). In a third step (S3), a difference image frame which has information with respect to motion changes of an object is obtained from the first still image frame IMAGE(t) and the second still image frame IMAGE(t+Δt).
- While, in a fourth step (S4) a color image frame which satisfies color information with respect to the object is obtained from the second still image frame IMAGE(t+Δt), Here, the color image frame can be obtained from the first still image frame IMAGE(t). The color image frame which has been obtained from the first still image frame IMAGE(t) or the second still image frame IMAGE(t+Δt) outputs an identical result in the object extracting method according to the present invention.
- In a fifth step (S5) the color image frame and the difference image frame are ANDed, thus generating a logic image frame which has the color information and the motion change information of the object and then a grid image frame is generated by performing a grid process with respect to the logic image frame. Here, the grid process for the logic image frame reduces operation capacity and time compared with which the logic image frame is processed by the pixel. Specifically, the grid process divides the logic image frame into multiple grids, each has a fixed size, and compares a predetermined value with a value representing pixels of the grid, and expresses a value of the grid which is larger than the predetermined value as a binary grid image, thereby reducing the operation capacity and time to process the logic image frame.
- However, because each grid indicates a part of the object, the grids which are gathered may have a shape similar to the object. Thus, in a sixth step (S6) using direction connection information it is determined whether the grids are connected with other grids, and if connected, the grids are defined as a connected component and thus the logic image frame includes a plurality of connected components. In addition, in the sixth step (S6), minimum rectangles each includes each of the connected components are obtained. Here, the minimum rectangles are defined as a variable RECT[i] wherein i is an integer number indicates a number of minimum rectangles. The minimum rectangle represents a candidate of a specific object to be extracted.
- In a seventh step (S7), only each of the minimum rectangles, the candidates of the specific object and minimum rectangles satisfying conditions for the specific object. Here, the conditions which define the object are as follows.
- (1) A size of a variable RECT[i]>a threshold value of a size of the minimum rectangle
- (2) A minimum value of a row/column ratio of the variable RECT[i]<the row/column ratio of the variable RECT[i]<a maximum value of the row/column ratio of the variable RECT[i]
- (3) A density of the variable RECT[i]<a threshold value of a density.
- Here, the threshold value of the size of the minimum rectangle and the minimum and maximum values of the row/column ratio of the variable RECT[i] are well known in the relevant field of the present invention, and in the variable RECT[i] of a minimum rectangle which includes connected components the density is a value of which the number of grids in a row or a column of one of the connected components is divided by a length of the row or the column thereof. While, the density of the variable RECT[i] is a value of which the density of the connected components is divided by an area size of the variable RECT[i].
- In an eighth step (S8), among the minimum rectangles the minimum rectangle having the maximum size is selected. Finally, in a ninth step (S9), the maximum sized rectangle is optimized to correspond to the object. In addition, if an image considerably has noise, the ninth step may be performed first before the eighth step is carried out.
- FIG. 2 is a diagram which illustrates an example of a connected component which is generated in accordance with 8-direction connection information, which explains the sixth step (S6) of FIG. 1.
- When each of G1, G2, G3 and G4 represents a grid and D1, D2, . . . ,D8 respectively indicate 8 directions, direction connection information show a condition in which a grid is connected with other grids in accordance with 4 directions or 8 directions thereof. That is, a grid G3 is connected with a grid G2 in the direction of D4 and connected with a grid G4 in the direction of D8. Accordingly, the grids G3, G2, G4 constitute a connected component. Similarly, when each connection condition is detected with respect to the grids G1, G2, G4, the grids G1, G2, G3, G4 constitute another connected component.
- Now, a face extracting method which applies the object extracting method using the motion picture according to the present invention will be explained.
- FIGS. 3A and 3B illustrate a pair of still image frames having a predetermined time interval, wherein FIG. 3A is a first still image frame IMAGE(t) at a time (t) and FIG. 3B is a second still image frame IMAGE(t+Δt) after a predetermined time (Δt) elapses from the time (t).
- First, in order to find the motion change of the face in accordance with the time change, a difference value between the first still image frame IMAGE(t) and the second still image frame IMAGE(t+Δt) is obtained by each pixel and the resultant values thereof are compared with the threshold value which has been previously defined. Accordingly, when the resultant values are greater than the threshold value, a difference image frame can be obtained as shown in FIG. 4.
- On the other hand, FIG. 5 illustrates a skin color image frame obtained from the second still image frame IMAGE(t+Δt) of FIG. 3B. As described above, the skin color image frame may be obtained from the first still image frame, and although the skin color image frame obtained from the first still image frame is applied to the object extracting method according to the present invention, the result is the same as a result of the skin color image frame obtained from the second still image frame.
- According to the object extracting method of the present invention, a logic image frame can be obtained by ANDing the difference image frame of FIG. 4 and the skin color image frame of FIG. 5 and the logic image frame includes the motion change information and the skin color information of the face. Here, since the logic image frame is composed of pixel units, numerous computation processes are required to extract a shape of the face. Thus, the grid process is applied to obtain a grid image frame as shown in FIG. 7. Here, when the 8-direction connection information is applied to the grid image frame composed of grids which are dispersed therein, a connected component corresponding to an area of the face can be generated.
- In FIG. 7, there are seven connected components, and FIG. 8 illustrates seven rectangles each defines a minimum area which includes each of the connected components. Here, when the minimum area is expressed as a variable RECT[i] wherein i indicates a number of minimum areas, the minimum areas are RECT[1], RECT[2], . . . , RECT[7]. Thus, the conditions of the specific object are compared with each of the minimum areas and the minimum area which satisfies the conditions thereof can be obtained.
- For instance, the variable RECT[3] of the minimum area is compared with the conditions of the object as follows.
- (1) A size of the RECT[3]>a threshold value of a size of the minimum area
- (2) A minimum value of a row/column ratio of the RECT[3]<the row/column ratio of the RECT[3]<a maximum value of the row/column ratio of the RECT[3]
- (3) A density of the RECT[3]<a threshold value of a density.
- Here, the threshold value of the size of the face, and the minimum value and the maximum value of the row/column ratio of the variable RECT[3] are the values which are respectively defined in accordance with the object. While, the density of the variable RECT[3] is a value of which the density of the connected components is divided by the area of the variable RECT[3].
- When the above-described method is applied to all of the seven minimum areas, there are remained several minimum areas which will be face area candidates (not shown).
- The minimum area RECT[3] which has the largest size among the remaining minimum areas is selected as the face area. In the variable RECT[3] of a minimum rectangle which includes connected components the density indicates a value of which the number of grids in a row or a column of one of the connected components is divided by a length of the row or the column thereof. Since, the minimum area RECT[3] is a rectangle, each row or column of the minimum area obtains its density and each density is compared with a threshold value of the density and the row or column of which density is smaller than the defined threshold value is deleted, thereby optimizing the minimum area to become the shape of the face.
- As described above, the object extracting method using the motion picture according to the present invention rapidly and accurately extracts the particular object using the information of the motion change of the object in the motion picture and the color information which define the color of the object.
- Although the human face is taken as the present invention, the object extracting method of the present invention can be applied to any object which has change of its motion and color information thereof, if the color information thereof is differently defined. Further, if there are a plurality of objects to be extracted in the motion picture, an object which is nearest to a camera, that is the object which has a largest size thereamong, is determined as a specific object. However, when using a templete or a neural network, the specific object can be accurately and rapidly extracted even though there are a plurality of objects in a motion picture.
- It will be apparent to those skilled in the art that various modifications and variations can be made in the object extracting method using the motion picture of the present invention without departing from the spirit or scope of the invention. Thus, it is intended that the present invention cover the modifications and variations of this invention provided they come within the scope of the appended claims and their equivalents.
Claims (17)
1. An object extracting method using a motion picture, said method comprising the steps of:
obtaining a difference image frame by getting a pair of still image frames having a predetermined time interval from a motion picture and obtaining a color image frame which satisfies color information defining a color of a particular object from one of the still image frames;
performing a grid processing of a logic image frame which is obtained from the difference image frame and the color image frame at a predetermined size and obtaining connected components using direction connection information and defining minimum areas each includes the connected components;
comparing each of the minimum areas with predetermined conditions, thereby selecting the minimum areas which satisfy the conditions as object area candidates; and
extracting an object by selecting and optimizing an object area candidate which has a largest size among the object area candidates.
2. The method of , wherein the predetermined time difference is a time that motion change of the particular object can be detected in the motion picture.
claim 1
3. The method of , wherein the difference image frame only represents an area where there is the motion change of the particular object between the two still image frames.
claim 1
4. The method of , wherein the particular object is a human face.
claim 1
5. The method of , wherein the color information is a color which a user arbitrarily defines by adjusting color condition of the object in specific color space.
claim 1
6. The method of , wherein the color information represents a skin color.
claim 1
7. The method of , wherein the color image frame is defined by RGB.
claim 1
8. The method of , wherein the color image frame is obtained from one of the still image frames.
claim 1
9. The method of , wherein the logic image frame is obtained by ANDing the difference image frame and the color image frame.
claim 1
10. The method of , wherein the direction connection information indicates a connection state of a grid to other grids with respect to eight directions.
claim 1
11. The method of , wherein each of the connected components is composed of grids which are gathered according to the direction connection information.
claim 1
12. The method of , wherein the minimum area is a rectangle which includes the connected components.
claim 1
13. The method of , wherein the predetermined conditions are:
claim 1
(1) A size of a variable RECT[i]>a threshold value of a size of the minimum area;
(2) A minimum value <the row/column ratio of the variable RECT[i]<a maximum value;
(3) A density of the variable RECT[i]<a threshold value of a density, wherein the threshold value of the size of the minimum area,
and wherein the minimum value and the maximum value of the row/column ratio of the variable RECT[i] are previously defined values in accordance with the object, and the density of the variable RECT[i] is a value of which the density of the connected components is divided by an area size of the variable RECT[i].
14. The method of , wherein the largest object candidate area is located nearest to a camera.
claim 1
15. The method of , wherein in the step of optimizing the selected object area candidate, each row or each column of the object area candidate obtains its density and each density is compared with the defined threshold value of the density and the row or column of which density is smaller than the threshold value is deleted, thus being optimized to the human face.
claim 1
16. The method of , wherein the density is in the minimum area variable RECT[i] which includes the connected components the density is a value of which the number of grids in a row or a column of one of the connected components is divided by a length of the row or the column thereof.
claim 15
17. The method of , wherein the step of extracting the object comprises optimizing each of the object area candidates and selecting the largest area candidate thereamong.
claim 1
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/877,198 US6360002B2 (en) | 1997-10-29 | 2001-06-11 | Object extracting method using motion picture |
Applications Claiming Priority (5)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1019970055956A KR100253203B1 (en) | 1997-10-29 | 1997-10-29 | The objection extraction method using motion picture |
KR55956/1997 | 1997-10-29 | ||
KR97-55956 | 1997-10-29 | ||
US09/157,948 US6289110B1 (en) | 1997-10-29 | 1998-09-22 | Object extracting method using motion picture |
US09/877,198 US6360002B2 (en) | 1997-10-29 | 2001-06-11 | Object extracting method using motion picture |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/157,948 Continuation US6289110B1 (en) | 1997-10-29 | 1998-09-22 | Object extracting method using motion picture |
Publications (2)
Publication Number | Publication Date |
---|---|
US20010040982A1 true US20010040982A1 (en) | 2001-11-15 |
US6360002B2 US6360002B2 (en) | 2002-03-19 |
Family
ID=19523669
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/157,948 Expired - Lifetime US6289110B1 (en) | 1997-10-29 | 1998-09-22 | Object extracting method using motion picture |
US09/877,198 Expired - Lifetime US6360002B2 (en) | 1997-10-29 | 2001-06-11 | Object extracting method using motion picture |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/157,948 Expired - Lifetime US6289110B1 (en) | 1997-10-29 | 1998-09-22 | Object extracting method using motion picture |
Country Status (2)
Country | Link |
---|---|
US (2) | US6289110B1 (en) |
KR (1) | KR100253203B1 (en) |
Cited By (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040086153A1 (en) * | 2002-10-30 | 2004-05-06 | Yichang Tsai | Methods and systems for recognizing road signs in a digital image |
US20070049832A1 (en) * | 2005-08-12 | 2007-03-01 | Edgar Albert D | System and method for medical monitoring and treatment through cosmetic monitoring and treatment |
US20080192999A1 (en) * | 2007-02-12 | 2008-08-14 | Edgar Albert D | System and method for applying a reflectance modifying agent to change a person's appearance based on a digital image |
US20080194971A1 (en) * | 2007-02-12 | 2008-08-14 | Edgar Albert D | System and method for applying a reflectance modifying agent electrostatically to improve the visual attractiveness of human skin |
US20090025747A1 (en) * | 2007-05-29 | 2009-01-29 | Edgar Albert D | Apparatus and method for the precision application of cosmetics |
US20090180670A1 (en) * | 2006-05-09 | 2009-07-16 | Hiroshi Iwamura | Blocker image identification apparatus and method |
US20110124989A1 (en) * | 2006-08-14 | 2011-05-26 | Tcms Transparent Beauty Llc | Handheld Apparatus And Method For The Automated Application Of Cosmetics And Other Substances |
US10713792B1 (en) * | 2017-01-13 | 2020-07-14 | Amazon Technologies, Inc. | System and apparatus for image processing |
Families Citing this family (16)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
AUPP400998A0 (en) * | 1998-06-10 | 1998-07-02 | Canon Kabushiki Kaisha | Face detection in digital images |
US7123745B1 (en) * | 1999-11-24 | 2006-10-17 | Koninklijke Philips Electronics N.V. | Method and apparatus for detecting moving objects in video conferencing and other applications |
US7386170B2 (en) * | 2000-06-30 | 2008-06-10 | Texas Instruments Incorporated | Image object ranking |
GB2370438A (en) * | 2000-12-22 | 2002-06-26 | Hewlett Packard Co | Automated image cropping using selected compositional rules. |
KR100479799B1 (en) * | 2001-03-12 | 2005-03-30 | 삼성에스디에스 주식회사 | Method for providing information using moving pictures and apparatus thereof |
GB0116113D0 (en) * | 2001-06-30 | 2001-08-22 | Hewlett Packard Co | Tilt correction of electronic images |
GB2378340A (en) * | 2001-07-31 | 2003-02-05 | Hewlett Packard Co | Generation of an image bounded by a frame or of overlapping images |
JP3867627B2 (en) * | 2002-06-26 | 2007-01-10 | ソニー株式会社 | Audience situation estimation device, audience situation estimation method, and audience situation estimation program |
TWI284288B (en) * | 2004-06-04 | 2007-07-21 | Benq Corp | Text region recognition method, storage medium and system |
KR100630734B1 (en) * | 2005-01-13 | 2006-10-02 | 삼성전자주식회사 | Digital video signal processing apparatus and method for adaptive Y/C separation |
ATE530015T1 (en) * | 2005-01-18 | 2011-11-15 | Lg Electronics Inc | ARRANGEMENT FOR REMOVAL OF NOISE FROM A VIDEO SIGNAL |
US7760956B2 (en) | 2005-05-12 | 2010-07-20 | Hewlett-Packard Development Company, L.P. | System and method for producing a page using frames of a video stream |
KR101030430B1 (en) * | 2007-09-12 | 2011-04-20 | 주식회사 코아로직 | Apparatus and method for processing image and computer readable medium stored thereon computer executable instruction for performing the method |
KR100910754B1 (en) * | 2007-10-24 | 2009-08-04 | 아주대학교산학협력단 | Method for Detecting Skin Region by Grid-Based Approach |
JP5310803B2 (en) * | 2011-07-25 | 2013-10-09 | カシオ計算機株式会社 | Image processing apparatus, image processing method, and program |
CN111626304B (en) * | 2020-05-20 | 2023-08-04 | 中国科学院新疆理化技术研究所 | Color feature extraction method based on machine vision and application thereof |
Family Cites Families (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5835641A (en) * | 1992-10-14 | 1998-11-10 | Mitsubishi Denki Kabushiki Kaisha | Image pick-up apparatus for detecting and enlarging registered objects |
JP3017384B2 (en) * | 1993-07-19 | 2000-03-06 | シャープ株式会社 | Feature region extraction device |
US5912980A (en) * | 1995-07-13 | 1999-06-15 | Hunke; H. Martin | Target acquisition and tracking |
US6028960A (en) * | 1996-09-20 | 2000-02-22 | Lucent Technologies Inc. | Face feature analysis for automatic lipreading and character animation |
US5974175A (en) * | 1997-01-22 | 1999-10-26 | Fujitsu Limited | Image processing apparatus and method for detecting a contour of an object from images of a motion picture and extracting the object therefrom |
-
1997
- 1997-10-29 KR KR1019970055956A patent/KR100253203B1/en not_active IP Right Cessation
-
1998
- 1998-09-22 US US09/157,948 patent/US6289110B1/en not_active Expired - Lifetime
-
2001
- 2001-06-11 US US09/877,198 patent/US6360002B2/en not_active Expired - Lifetime
Cited By (23)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040086153A1 (en) * | 2002-10-30 | 2004-05-06 | Yichang Tsai | Methods and systems for recognizing road signs in a digital image |
US8915562B2 (en) | 2005-08-12 | 2014-12-23 | Tcms Transparent Beauty Llc | System and method for applying a reflectance modifying agent to improve the visual attractiveness of human skin |
US20070049832A1 (en) * | 2005-08-12 | 2007-03-01 | Edgar Albert D | System and method for medical monitoring and treatment through cosmetic monitoring and treatment |
US11445802B2 (en) | 2005-08-12 | 2022-09-20 | Tcms Transparent Beauty, Llc | System and method for applying a reflectance modifying agent to improve the visual attractiveness of human skin |
US11147357B2 (en) | 2005-08-12 | 2021-10-19 | Tcms Transparent Beauty, Llc | System and method for applying a reflectance modifying agent to improve the visual attractiveness of human skin |
US10016046B2 (en) | 2005-08-12 | 2018-07-10 | Tcms Transparent Beauty, Llc | System and method for applying a reflectance modifying agent to improve the visual attractiveness of human skin |
US9247802B2 (en) | 2005-08-12 | 2016-02-02 | Tcms Transparent Beauty Llc | System and method for medical monitoring and treatment through cosmetic monitoring and treatment |
US20090180670A1 (en) * | 2006-05-09 | 2009-07-16 | Hiroshi Iwamura | Blocker image identification apparatus and method |
US8311269B2 (en) * | 2006-05-09 | 2012-11-13 | Pioneer Corporation | Blocker image identification apparatus and method |
US9449382B2 (en) | 2006-08-14 | 2016-09-20 | Tcms Transparent Beauty, Llc | System and method for applying a reflectance modifying agent to change a persons appearance based on a digital image |
US10043292B2 (en) | 2006-08-14 | 2018-08-07 | Tcms Transparent Beauty Llc | System and method for applying a reflectance modifying agent to change a person's appearance based on a digital image |
US8942775B2 (en) | 2006-08-14 | 2015-01-27 | Tcms Transparent Beauty Llc | Handheld apparatus and method for the automated application of cosmetics and other substances |
US20110124989A1 (en) * | 2006-08-14 | 2011-05-26 | Tcms Transparent Beauty Llc | Handheld Apparatus And Method For The Automated Application Of Cosmetics And Other Substances |
US10163230B2 (en) | 2007-02-12 | 2018-12-25 | Tcms Transparent Beauty Llc | System and method for applying a reflectance modifying agent to change a person's appearance based on a digital image |
US8184901B2 (en) * | 2007-02-12 | 2012-05-22 | Tcms Transparent Beauty Llc | System and method for applying a reflectance modifying agent to change a person's appearance based on a digital image |
US8582830B2 (en) | 2007-02-12 | 2013-11-12 | Tcms Transparent Beauty Llc | System and method for applying a reflectance modifying agent to change a persons appearance based on a digital image |
US10467779B2 (en) | 2007-02-12 | 2019-11-05 | Tcms Transparent Beauty Llc | System and method for applying a reflectance modifying agent to change a person's appearance based on a digital image |
US10486174B2 (en) | 2007-02-12 | 2019-11-26 | Tcms Transparent Beauty Llc | System and method for applying a reflectance modifying agent electrostatically to improve the visual attractiveness of human skin |
US20080194971A1 (en) * | 2007-02-12 | 2008-08-14 | Edgar Albert D | System and method for applying a reflectance modifying agent electrostatically to improve the visual attractiveness of human skin |
US20080192999A1 (en) * | 2007-02-12 | 2008-08-14 | Edgar Albert D | System and method for applying a reflectance modifying agent to change a person's appearance based on a digital image |
US20090025747A1 (en) * | 2007-05-29 | 2009-01-29 | Edgar Albert D | Apparatus and method for the precision application of cosmetics |
US10092082B2 (en) | 2007-05-29 | 2018-10-09 | Tcms Transparent Beauty Llc | Apparatus and method for the precision application of cosmetics |
US10713792B1 (en) * | 2017-01-13 | 2020-07-14 | Amazon Technologies, Inc. | System and apparatus for image processing |
Also Published As
Publication number | Publication date |
---|---|
KR100253203B1 (en) | 2000-04-15 |
US6360002B2 (en) | 2002-03-19 |
KR19990034361A (en) | 1999-05-15 |
US6289110B1 (en) | 2001-09-11 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6289110B1 (en) | Object extracting method using motion picture | |
Bora | Importance of image enhancement techniques in color image segmentation: a comprehensive and comparative study | |
US7085402B2 (en) | Method of detecting a specific object in an image signal | |
JP4746050B2 (en) | Method and system for processing video data | |
Prati et al. | Analysis and detection of shadows in video streams: a comparative evaluation | |
US7346211B2 (en) | Image type classification using color discreteness features | |
US6542625B1 (en) | Method of detecting a specific object in an image signal | |
EP2380111B1 (en) | Method for speeding up face detection | |
US6711286B1 (en) | Method for blond-hair-pixel removal in image skin-color detection | |
CN108921820B (en) | Saliency target detection method based on color features and clustering algorithm | |
US6985628B2 (en) | Image type classification using edge features | |
Lee et al. | Color image enhancement using histogram equalization method without changing hue and saturation | |
Pokrajac et al. | Spatiotemporal blocks-based moving objects identification and tracking | |
US7133552B2 (en) | Method of extracting face using color distortion information | |
Ikonomakis et al. | Region-based color image segmentation scheme | |
Duque et al. | Moving object detection unaffected by cast shadows, highlights and ghosts | |
Youlian et al. | Face detection method using template feature and skin color feature in rgb color space | |
Mandal et al. | Image segmentation using local thresholding and Ycbcr color space | |
Mahmoodi et al. | Boosting performance of face detection by using an efficient skin segmentation algorithm | |
Abdelsadek et al. | Impact of using different color spaces on the image segmentation | |
JP2754937B2 (en) | Schematic image creation method and device | |
Busin et al. | Colour space selection for unsupervised colour image segmentation by analysis of connectedness properties | |
Huang et al. | Real time face detection based on skin tone detector | |
Mohamad et al. | Evaluation of suitable color model for human face detection | |
Hassaan | Impact of Using Different Color Spaces on the Image Segmentation |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
FPAY | Fee payment |
Year of fee payment: 8 |
|
FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
FPAY | Fee payment |
Year of fee payment: 12 |