US20110102628A1 - Foreground/Background Segmentation in Digital Images - Google Patents

Foreground/Background Segmentation in Digital Images Download PDF

Info

Publication number
US20110102628A1
US20110102628A1 US13/004,021 US201113004021A US2011102628A1 US 20110102628 A1 US20110102628 A1 US 20110102628A1 US 201113004021 A US201113004021 A US 201113004021A US 2011102628 A1 US2011102628 A1 US 2011102628A1
Authority
US
United States
Prior art keywords
images
foreground
image
degree
adjacent
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.)
Abandoned
Application number
US13/004,021
Inventor
Mihai Ciuc
Adrian Zamfir
Adrian Capata
Peter Corcoran
Eran Steinberg
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fotonation Ltd
Original Assignee
Tessera Technologies Ireland Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Tessera Technologies Ireland Ltd filed Critical Tessera Technologies Ireland Ltd
Priority to US13/004,021 priority Critical patent/US20110102628A1/en
Assigned to FOTONATION VISION LIMITED reassignment FOTONATION VISION LIMITED ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: STEINBERG, ERAN, ZAMFIR, ADRIAN, CIUC, MIHAI, CAPATA, ADRIAN, CORCORAN, PETER
Assigned to TESSERA TECHNOLOGIES IRELAND LIMITED reassignment TESSERA TECHNOLOGIES IRELAND LIMITED ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: FOTONATION VISION LIMITED
Publication of US20110102628A1 publication Critical patent/US20110102628A1/en
Assigned to DigitalOptics Corporation Europe Limited reassignment DigitalOptics Corporation Europe Limited CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: TESSERA TECHNOLOGIES IRELAND LIMITED
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/174Segmentation; Edge detection involving the use of two or more images
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/11Region-based segmentation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/194Segmentation; Edge detection involving foreground-background segmentation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10141Special mode during image acquisition
    • G06T2207/10148Varying focus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20021Dividing image into blocks, subimages or windows
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20048Transform domain processing
    • G06T2207/20052Discrete cosine transform [DCT]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20212Image combination
    • G06T2207/20224Image subtraction

Definitions

  • This invention related to a method of distinguishing between foreground and background regions of a digital image, known as foreground/background segmentation.
  • Depth from de-focus is a well-known image processing technique which creates a depth map from two or more images with different focal lengths.
  • a summary of this technique can be found at: http://homepages.infed.ac.uk/rbf/CVonline/LOCAL_COPIES/FAVARO1/dfdtutorial.html.
  • Favaro is based on a statistical analysis of radiance of two or more images—each out of focus—to determine depth of features in an image. Favaro is based on knowing that blurring of a pixel corresponds with a given Gaussian convolution kernel and so applying an inverse convolution indicates the extent of defocus of a pixel and this in turn can be used to construct a depth map.
  • Favaro requires a dedicated approach to depth calculation once images have been acquired in that a separate radiance map must be created for each image used in depth calculations. This represents a substantial additional processing overhead compared to the existing image acquisition process.
  • Epson describes a method for low depth of field image segmentation. Epson is based on knowing that sharply focussed regions contain high frequency components. US 2003/0219172, Philips, discloses calculating the sharpness of a single image according to the Kurtosis (shape of distribution) of its Discrete Cosine Transform (DCT) coefficients. US 2004/0120598, Xiao-Fan Feng, also discloses using the DCT blocks of a single image to detect blur within the image. Each of Epson, Philips and Feng is based on analysis of a single image and cannot reliably distinguish between foreground and background regions of an image.
  • a method of distinguishing between foreground and background regions of a digital image of a scene comprising capturing first and second images of nominally the same scene and storing the captured images in DCT-coded format, the first image being taken with the foreground more in focus than the background and the second image being taken with the background more in focus than the foreground, and assigning regions of the first image as foreground or background according to whether the sum of selected higher order DCT coefficients decreases or increases for the equivalent regions of the second image.
  • respective regions of two images of nominally the same scene are said to be equivalent if, in the case where the two images have the same resolution, the two regions correspond to substantially the same part of the scene or if, in the case where one image has a greater resolution than the other image, the part of the scene corresponding to the region of the higher resolution image is substantially wholly contained within the part of the scene corresponding to the region of the lower resolution image.
  • the first image is a relatively high resolution image
  • the second image is a relatively low resolution pre- or post-view version of the first image
  • the processing may be done in the camera as a post processing stage, i.e. after the main image has been stored, or as a post processing stage externally in a separate device such as a personal computer or a server computer.
  • the two DCT-coded images can be stored in volatile memory in the camera only for as long as they are needed for foreground/background segmentation and final image production.
  • both images are preferably stored in non-volatile memory.
  • the lower resolution image may be stored as part of the file header of the higher resolution image.
  • the present technique can be used just on the region including and surrounding the face to increase the accuracy of delimiting the face from the background.
  • the present invention uses the inherent frequency information which DCT blocks provide and takes the sum of higher order DCT coefficients for a DCT block as an indicator of whether a block is in focus or not. Blocks whose higher order frequency coefficients drop when the main subject moves out of focus are taken to be foreground with the remaining blocks representing background or border areas. Since the image acquisition and storage process in a conventional digital camera codes the captured images in DCT format as an intermediate step of the process, the present invention can be implemented in such cameras without substantial additional processing.
  • the method of the invention lends itself to efficient in-camera implementation due to the relatively simple nature of calculations needed to perform the task.
  • a method of determining an orientation of an image relative to a digital image acquisition device based on a foreground/background analysis of two or more images of a scene is provided.
  • FIG. 1 is a block diagram of a camera apparatus operating in accordance with embodiments of the present invention.
  • FIG. 2 shows the workflow of a method according to an embodiment of the invention.
  • FIG. 3 shows a foreground/background map for a portrait image.
  • FIG. 1 shows a block diagram of an image acquisition device 20 operating in accordance with embodiments of the present invention.
  • the digital acquisition device 20 which in the present embodiment is a portable digital camera, includes a processor 120 .
  • processor 120 It can be appreciated that many of the processes implemented in the digital camera may be implemented in or controlled by software operating in a microprocessor, central processing unit, controller, digital signal processor and/or an application specific integrated circuit, collectively depicted as block 120 labelled “processor”.
  • processor 120 Generically, all user interface and control of peripheral components such as buttons and display is controlled by a microcontroller 122 .
  • the processor 120 in response to a user input at 122 , such as half pressing a shutter button (pre-capture mode 32 ), initiates and controls the digital photographic process.
  • Ambient light exposure is determined using a light sensor 40 in order to automatically determine if a flash is to be used.
  • the distance to the subject is determined using a focusing mechanism 50 which also focuses the image on an image capture device 60 .
  • processor 120 causes a flash device 70 to generate a photographic flash in substantial coincidence with the recording of the image by the image capture device 60 upon full depression of the shutter button.
  • the image capture device 60 digitally records the image in colour.
  • the image capture device is known to those familiar with the art and may include a CCD (charge coupled device) or CMOS to facilitate digital recording.
  • the flash may be selectively generated either in response to the light sensor 40 or a manual input 72 from the user of the camera.
  • the high resolution image recorded by image capture device 60 is stored in an image store 80 which may comprise computer memory such a dynamic random access memory or a non-volatile memory.
  • the camera is equipped with a display 100 , such as an LCD, for preview and post-view of images.
  • the display 100 can assist the user in composing the image, as well as being used to determine focusing and exposure.
  • Temporary storage 82 is used to store one or plurality of the preview images and can be part of the image store 80 or a separate component.
  • the preview image is usually generated by the image capture device 60 .
  • preview images usually have a lower pixel resolution than the main image taken when the shutter button is fully depressed, and are generated by subsampling a raw captured image using software 124 which can be part of the general processor 120 or dedicated hardware or combination thereof.
  • the pre-acquisition image processing may satisfy some predetermined test criteria prior to storing a preview image.
  • test criteria may be chronological, such as to constantly replace the previous saved preview image with a new captured preview image every 0.5 seconds during the pre-capture mode 32 , until the final high resolution image is captured by full depression of the shutter button.
  • More sophisticated criteria may involve analysis of the of the preview image content, for example, testing the image for changes, before deciding whether the new preview image should replace a previously saved image.
  • Other criteria may be based on image analysis such as the sharpness, or metadata analysis such as the exposure condition, whether a flash will be used for the final image, the estimated distance to the subject, etc.
  • the camera continues by capturing the next preview image while discarding preceding captured preview image. The process continues until the final high resolution image is acquired and saved by fully depressing the shutter button.
  • a new preview image will be placed on a chronological First In First Out (FIFO) stack, until the user takes the final picture.
  • FIFO First In First Out
  • the reason for storing multiple preview images is that the last preview image, or any single preview image, may not be the best reference image for comparison with the final high resolution image in, for example, a red-eye correction process or, in the present embodiments, portrait mode processing.
  • a better reference image can be achieved, and a closer alignment between the preview and the final captured image can be achieved in an alignment stage discussed later.
  • the camera is also able to capture and store in the temporary storage 82 one or more low resolution post-view images when the camera is in portrait mode, as will be to be described.
  • Post-view images are essentially the same as preview images, except that they occur after the main high resolution image is captured.
  • the camera 20 has a user-selectable mode 30 .
  • the user mode 30 is one which requires foreground/background segmentation of an image as part of a larger process, e.g. for applying special effects filters to the image or for modifying or correcting an image.
  • the foreground/background segmentation is not an end in itself; however, only the segmentation aspects of the mode 30 are relevant to the invention and accordingly only those aspects are described herein.
  • a user mode processor 90 analyzes and processes the stored images according to a workflow to be described.
  • the processor 90 can be integral to the camera 20 —indeed, it could be the processor 120 with suitable programming—or part of an external processing device 10 such as a desktop computer. In this embodiment the processor 90 processes the captured images in DCT format.
  • the image acquisition and storage process in a conventional digital camera codes and temporarily stored the captured images in DCT format as an intermediate step of the process, the images being finally stored in, for example, jpg format. Therefore, the intermediate DCT-coded images can be readily made available to the processor 90 .
  • FIG. 2 illustrates the workflow of an embodiment of user mode processing according to the invention.
  • step 200 user mode 30 is selected, step 200 .
  • the camera automatically captures and stores two digital images in DCT format:
  • steps 200 to 206 just described necessarily take place in the camera 20 .
  • the remaining steps now to be described can take place in the camera or in an external device 10 .
  • a high frequency (HF) map of the foreground focussed image A is constructed by taking the sum of selected higher order DCT coefficients for each, or at least the majority of, the DCT blocks of the image.
  • a set of 64 DCT coefficients going from the first (d.c.) component to the highest frequency component is generated.
  • the top 25% of the DCT coefficients for a block are added to provide an overall HF index for the block.
  • Map A Map A
  • an HF map (Map B) of the background focussed image B is constructed by calculating the HF indices of the DCT blocks using the same procedure as for Map A.
  • a difference map is constructed by subtracting Map A from Map B. This is done by subtracting the HF indices obtained in step 208 individually from the HF indices obtained in step 210 . Since Image A has a higher pixel resolution than image B, a DCT block in Image B will correspond to a larger area of the scene than a DCT block in Image A. Therefore, each HF index of Map A is subtracted from that HF index of Map B whose DCT block corresponds to an area of the scene containing or, allowing for any slight movement in the subject or camera between taking the images, substantially containing the area of the scene corresponding to the DCT block of Map A. This means that the HF indices for several adjacent DCT blocks in Image A will be subtracted from the same HF index of Map B, corresponding to a single DCT block in Image B.
  • a digital foreground/background map is constructed wherein each DCT block of Image A is assigned as corresponding to a foreground or background region of the image according to whether the difference between its HF index and the HF index of the DCT block of Image B from which it was subtracted in step 212 is respectively negative or positive.
  • step 216 additional morphological, region filling and related image processing techniques, alone or combination with other foreground/background segmentation techniques, can further improve and enhance the final foreground/background map.
  • the final foreground/background map 218 may now be applied to the DCT-coded or jpg version of Image A for use in processing the image according to the function to be performed by the user-selectable mode 30 .
  • the final processed jpg image may be displayed on image display 100 , saved on a persistent storage 112 which can be internal or a removable storage such as CF card, SD card or the like, or downloaded to another device, such as a personal computer, server or printer via image output device 110 which can be tethered or wireless.
  • a persistent storage 112 which can be internal or a removable storage such as CF card, SD card or the like
  • image output device 110 which can be tethered or wireless.
  • the processor 90 is implemented in an external device 10 , such as a desktop computer
  • the final processed image may be returned to the camera 20 for storage and display as described above, or stored and displayed externally of the camera.
  • Image B could be a low resolution preview image rather than a post-view image.
  • both Images A and B could be high resolution images having the same resolution.
  • a DCT block in Image B will correspond to the same area of the scene as a DCT block in Image A.
  • the difference map would be constructed by subtracting each HF index of Map A from a respective different HF index of Map B, i.e. that HF index of Map B corresponding to the same or, allowing for any slight movement in the subject or camera between taking the images, substantially the same area of the scene.
  • both Images A and B are low resolution preview and/or post-view images having the same resolution, and the foreground/background map derived therefrom is applied to a third, higher resolution image of nominally the same scene.
  • Images A and B have different pixel resolutions, and prior to DCT coding the pixel resolutions of the two images are matched by up-sampling the image of lower resolution and/or sub-sampling the image of higher resolution.
  • each map can first be pre-processed to provide regions, each having similar HF characteristics. For example, contiguous blocks with HF components above a given threshold are grouped together and contiguous blocks with HF components below a given threshold are grouped together. Regions from the foreground and background images can then be compared to determine if they are foreground or background.
  • a particular application using a foreground/background map of an image is to detect the orientation of an image relative to the camera.
  • the technique is of course applicable to any digital image acquisition device.
  • this also implies the orientation of the camera when the image was taken without the need for an additional mechanical device.
  • this aspect of the invention is based on the observation that in a normally oriented camera for a normally oriented scene, the close image foreground (in this case the subject 30 ) is at the bottom of the image and the far background is at its top.
  • the close foreground 30 reflects the flash more than the far background.
  • the image orientation can be detected and camera orientation implied. (A corresponding analysis applies when analysing the DCT coefficients of two images as in the above described embodiment.)
  • An exemplary implementation uses 2 reference images (or preview images or combination of previous and main image suitably matched in resolution), one flash and one non-flash and transforms these into grey level.
  • the grey level of the non-flash image is subtracted from the one corresponding to the flash image to provide a difference image.
  • a ratio could be used instead of subtraction.
  • box 12 is associated with an upright orientation of the camera, box 16 with an inverted orientation of the camera, box 14 with a clockwise rotation of the camera relative to a scene and box 18 with an anti-clockwise rotation of the camera relative to the scene.
  • an average value of the difference image is computed. As such, it will be seen that in some implementations, the difference need only be calculated for portions of the image corresponding to the boxes 12 - 18 .
  • the maximum of the average values for the boxes 12 - 18 is computed and the box corresponding to the largest value is deemed to be a region with the greatest degree of foreground vis-a-vis the remaining regions. This is deemed to indicate that this region lies at the bottom of the reference image(s).
  • the largest difference in the difference images of the boxes should occur in box 12 , so indicating an upright subject and implying an upright camera orientation given the normal pose of a subject.
  • the box 16 need not be used as it is not a realistic in-camera orientation.
  • One exemplary image analysis component is a face tracking module which is operable on a stream of preview images. This component stores historical data relating to tracked face regions, including a confidence level that a region is a face and an associated orientation. Where multiple faces are present their data may be combined in determining a level of confidence.
  • knowing image orientation can be useful in many further camera applications. For example, knowing the likely orientation of objects in an image reduces the processing overhead of attempting to identify such objects in every possible orientation.

Abstract

An implementation efficient method of distinguishing between foreground and background regions of a digital image of a scene comprises capturing two images of nominally the same scene and storing the captured images in DCT-coded format, the first image being taken with the foreground more in focus than the background and the second image being taken with the background more in focus than the foreground. Regions of the first image are assigned as foreground or background according to whether the sum of selected higher order DCT coefficients decreases or increases for the equivalent regions of the second image.

Description

  • This invention related to a method of distinguishing between foreground and background regions of a digital image, known as foreground/background segmentation.
  • BACKGROUND
  • For some applications the ability to provide foreground/background separation in an image is useful. In PCT Application No. PCT/EP2006/005109 separation based on an analysis of a flash and non-flash version of an image is discussed. However, there are situations where flash and non-flash versions of an image may not provide sufficient discrimination, e.g. in bright sunlight.
  • Depth from de-focus is a well-known image processing technique which creates a depth map from two or more images with different focal lengths. A summary of this technique can be found at: http://homepages.infed.ac.uk/rbf/CVonline/LOCAL_COPIES/FAVARO1/dfdtutorial.html. Favaro is based on a statistical analysis of radiance of two or more images—each out of focus—to determine depth of features in an image. Favaro is based on knowing that blurring of a pixel corresponds with a given Gaussian convolution kernel and so applying an inverse convolution indicates the extent of defocus of a pixel and this in turn can be used to construct a depth map. Favaro requires a dedicated approach to depth calculation once images have been acquired in that a separate radiance map must be created for each image used in depth calculations. This represents a substantial additional processing overhead compared to the existing image acquisition process.
  • US 2003/0052991, Hewlett-Packard, discloses for each of a series of images taken at different focus distances, building a contrast map for each pixel based on a product of the difference in pixel brightness surrounding a pixel. The greater the product of brightness differences, the more likely a pixel is considered to be in focus. The image with the greatest contrast levels for a pixel is taken to indicate the distance of the pixel from the viewfinder. This enables the camera to build a depth map for a scene. The camera application then implements a simulated fill flash based on the distance information. Here, the contrast map needs to be built especially and again represents a substantial additional processing overhead over the existing image acquisition process.
  • US 2004/0076335, Epson, describes a method for low depth of field image segmentation. Epson is based on knowing that sharply focussed regions contain high frequency components. US 2003/0219172, Philips, discloses calculating the sharpness of a single image according to the Kurtosis (shape of distribution) of its Discrete Cosine Transform (DCT) coefficients. US 2004/0120598, Xiao-Fan Feng, also discloses using the DCT blocks of a single image to detect blur within the image. Each of Epson, Philips and Feng is based on analysis of a single image and cannot reliably distinguish between foreground and background regions of an image.
  • Other prior art includes US 2003/0091225 which describes creating a depth map from two “stereo” images.
  • It is an object of the invention to provide an improved method of distinguishing between foreground and background regions of a digital image.
  • DESCRIPTION OF THE INVENTION
  • According to a first aspect of the present invention there is provided a method of distinguishing between foreground and background regions of a digital image of a scene, the method comprising capturing first and second images of nominally the same scene and storing the captured images in DCT-coded format, the first image being taken with the foreground more in focus than the background and the second image being taken with the background more in focus than the foreground, and assigning regions of the first image as foreground or background according to whether the sum of selected higher order DCT coefficients decreases or increases for the equivalent regions of the second image.
  • In the present context respective regions of two images of nominally the same scene are said to be equivalent if, in the case where the two images have the same resolution, the two regions correspond to substantially the same part of the scene or if, in the case where one image has a greater resolution than the other image, the part of the scene corresponding to the region of the higher resolution image is substantially wholly contained within the part of the scene corresponding to the region of the lower resolution image.
  • If the two images are not substantially identical, due, for example, to slight camera movement, an additional stage of aligning the two images may be required.
  • Preferably, where the first and second images are captured by a digital camera, the first image is a relatively high resolution image, and the second image is a relatively low resolution pre- or post-view version of the first image.
  • When the image is captured by a digital camera, the processing may be done in the camera as a post processing stage, i.e. after the main image has been stored, or as a post processing stage externally in a separate device such as a personal computer or a server computer. In the former case, the two DCT-coded images can be stored in volatile memory in the camera only for as long as they are needed for foreground/background segmentation and final image production. In the latter case, however, both images are preferably stored in non-volatile memory. In the case where a lower resolution pre- or post-view image is used, the lower resolution image may be stored as part of the file header of the higher resolution image.
  • In some cases only selected regions of the two images need to be compared. For example, if it is known that the images contain a face, as determined, for example, by a face detection algorithm, the present technique can be used just on the region including and surrounding the face to increase the accuracy of delimiting the face from the background.
  • The present invention uses the inherent frequency information which DCT blocks provide and takes the sum of higher order DCT coefficients for a DCT block as an indicator of whether a block is in focus or not. Blocks whose higher order frequency coefficients drop when the main subject moves out of focus are taken to be foreground with the remaining blocks representing background or border areas. Since the image acquisition and storage process in a conventional digital camera codes the captured images in DCT format as an intermediate step of the process, the present invention can be implemented in such cameras without substantial additional processing.
  • This technique is useful in cases where the differentiation created by camera flash, as described in PCT Application No. PCT/EP2006/005109, may not be sufficient. The two techniques may also be advantageously combined to supplement one another.
  • The method of the invention lends itself to efficient in-camera implementation due to the relatively simple nature of calculations needed to perform the task.
  • In a second aspect of the invention, there is provided a method of determining an orientation of an image relative to a digital image acquisition device based on a foreground/background analysis of two or more images of a scene.
  • BRIEF DESCRIPTION OF DRAWINGS
  • Embodiments of the invention will now be described, by way of example, with reference to the accompanying drawings, in which:
  • FIG. 1 is a block diagram of a camera apparatus operating in accordance with embodiments of the present invention.
  • FIG. 2 shows the workflow of a method according to an embodiment of the invention.
  • FIG. 3 shows a foreground/background map for a portrait image.
  • DESCRIPTION OF PREFERRED EMBODIMENTS
  • FIG. 1 shows a block diagram of an image acquisition device 20 operating in accordance with embodiments of the present invention. The digital acquisition device 20, which in the present embodiment is a portable digital camera, includes a processor 120. It can be appreciated that many of the processes implemented in the digital camera may be implemented in or controlled by software operating in a microprocessor, central processing unit, controller, digital signal processor and/or an application specific integrated circuit, collectively depicted as block 120 labelled “processor”. Generically, all user interface and control of peripheral components such as buttons and display is controlled by a microcontroller 122. The processor 120, in response to a user input at 122, such as half pressing a shutter button (pre-capture mode 32), initiates and controls the digital photographic process. Ambient light exposure is determined using a light sensor 40 in order to automatically determine if a flash is to be used. The distance to the subject is determined using a focusing mechanism 50 which also focuses the image on an image capture device 60. If a flash is to be used, processor 120 causes a flash device 70 to generate a photographic flash in substantial coincidence with the recording of the image by the image capture device 60 upon full depression of the shutter button. The image capture device 60 digitally records the image in colour. The image capture device is known to those familiar with the art and may include a CCD (charge coupled device) or CMOS to facilitate digital recording. The flash may be selectively generated either in response to the light sensor 40 or a manual input 72 from the user of the camera. The high resolution image recorded by image capture device 60 is stored in an image store 80 which may comprise computer memory such a dynamic random access memory or a non-volatile memory. The camera is equipped with a display 100, such as an LCD, for preview and post-view of images.
  • In the case of preview images which are generated in the pre-capture mode 32 with the shutter button half-pressed, the display 100 can assist the user in composing the image, as well as being used to determine focusing and exposure. Temporary storage 82 is used to store one or plurality of the preview images and can be part of the image store 80 or a separate component. The preview image is usually generated by the image capture device 60. For speed and memory efficiency reasons, preview images usually have a lower pixel resolution than the main image taken when the shutter button is fully depressed, and are generated by subsampling a raw captured image using software 124 which can be part of the general processor 120 or dedicated hardware or combination thereof. Depending on the settings of this hardware subsystem, the pre-acquisition image processing may satisfy some predetermined test criteria prior to storing a preview image. Such test criteria may be chronological, such as to constantly replace the previous saved preview image with a new captured preview image every 0.5 seconds during the pre-capture mode 32, until the final high resolution image is captured by full depression of the shutter button. More sophisticated criteria may involve analysis of the of the preview image content, for example, testing the image for changes, before deciding whether the new preview image should replace a previously saved image. Other criteria may be based on image analysis such as the sharpness, or metadata analysis such as the exposure condition, whether a flash will be used for the final image, the estimated distance to the subject, etc.
  • If test criteria are not met, the camera continues by capturing the next preview image while discarding preceding captured preview image. The process continues until the final high resolution image is acquired and saved by fully depressing the shutter button.
  • Where multiple preview images can be saved, a new preview image will be placed on a chronological First In First Out (FIFO) stack, until the user takes the final picture. The reason for storing multiple preview images is that the last preview image, or any single preview image, may not be the best reference image for comparison with the final high resolution image in, for example, a red-eye correction process or, in the present embodiments, portrait mode processing. By storing multiple images, a better reference image can be achieved, and a closer alignment between the preview and the final captured image can be achieved in an alignment stage discussed later.
  • The camera is also able to capture and store in the temporary storage 82 one or more low resolution post-view images when the camera is in portrait mode, as will be to be described. Post-view images are essentially the same as preview images, except that they occur after the main high resolution image is captured.
  • In this embodiment the camera 20 has a user-selectable mode 30. The user mode 30 is one which requires foreground/background segmentation of an image as part of a larger process, e.g. for applying special effects filters to the image or for modifying or correcting an image. Thus in the user mode 30 the foreground/background segmentation is not an end in itself; however, only the segmentation aspects of the mode 30 are relevant to the invention and accordingly only those aspects are described herein.
  • If user mode 30 is selected, when the shutter button is depressed the camera is caused to automatically capture and store a series of images at close intervals so that the images are nominally of the same scene. The particular number, resolution and sequence of images, and the extent to which different parts of the image are in or out of focus, depends upon the particular embodiment, as will be described. A user mode processor 90 analyzes and processes the stored images according to a workflow to be described. The processor 90 can be integral to the camera 20—indeed, it could be the processor 120 with suitable programming—or part of an external processing device 10 such as a desktop computer. In this embodiment the processor 90 processes the captured images in DCT format. As explained above, the image acquisition and storage process in a conventional digital camera codes and temporarily stored the captured images in DCT format as an intermediate step of the process, the images being finally stored in, for example, jpg format. Therefore, the intermediate DCT-coded images can be readily made available to the processor 90.
  • FIG. 2 illustrates the workflow of an embodiment of user mode processing according to the invention.
  • First, user mode 30 is selected, step 200. Now, when the shutter button is fully depressed, the camera automatically captures and stores two digital images in DCT format:
      • a high pixel resolution image (image A), step 202. This image has a foreground subject of interest which is in focus, or at least substantially more in focus than the background.
      • a low pixel resolution post-view image (image B), step 204. This image has its background in focus, or at least substantially more in focus than the foreground subject of interest. Auto-focus algorithms in a digital camera will typically provide support for off-centre multi-point focus which can be used to obtain a good focus on the background. Where such support is not available, the camera can be focussed at infinity.
  • These two images are taken in rapid succession so that the scene captured by each image is nominally the same.
  • In this embodiment steps 200 to 206 just described necessarily take place in the camera 20. The remaining steps now to be described can take place in the camera or in an external device 10.
  • Images A and B are aligned in step 206, to compensate for any slight movement in the subject or camera between taking these images. Alignment algorithms are well known. Then, step 208, a high frequency (HF) map of the foreground focussed image A is constructed by taking the sum of selected higher order DCT coefficients for each, or at least the majority of, the DCT blocks of the image. By way of background, for an 8×8 block of pixels, a set of 64 DCT coefficients going from the first (d.c.) component to the highest frequency component is generated. In this embodiment, the top 25% of the DCT coefficients for a block are added to provide an overall HF index for the block. If not all the DCT blocks of the image are used to construct the map, those that are should be concentrated on the regions expected to contain the foreground subject of interest. For example, the extreme edges of the image can often be omitted, since they will almost always be background. The resultant map is referred to herein as Map A.
  • Next, step 210, an HF map (Map B) of the background focussed image B is constructed by calculating the HF indices of the DCT blocks using the same procedure as for Map A.
  • Now, step 212, a difference map is constructed by subtracting Map A from Map B. This is done by subtracting the HF indices obtained in step 208 individually from the HF indices obtained in step 210. Since Image A has a higher pixel resolution than image B, a DCT block in Image B will correspond to a larger area of the scene than a DCT block in Image A. Therefore, each HF index of Map A is subtracted from that HF index of Map B whose DCT block corresponds to an area of the scene containing or, allowing for any slight movement in the subject or camera between taking the images, substantially containing the area of the scene corresponding to the DCT block of Map A. This means that the HF indices for several adjacent DCT blocks in Image A will be subtracted from the same HF index of Map B, corresponding to a single DCT block in Image B.
  • At step 214, using the values in the difference map, a digital foreground/background map is constructed wherein each DCT block of Image A is assigned as corresponding to a foreground or background region of the image according to whether the difference between its HF index and the HF index of the DCT block of Image B from which it was subtracted in step 212 is respectively negative or positive.
  • Finally, step 216, additional morphological, region filling and related image processing techniques, alone or combination with other foreground/background segmentation techniques, can further improve and enhance the final foreground/background map.
  • The final foreground/background map 218 may now be applied to the DCT-coded or jpg version of Image A for use in processing the image according to the function to be performed by the user-selectable mode 30.
  • Where the processor 90 is integral to the camera 20, the final processed jpg image may be displayed on image display 100, saved on a persistent storage 112 which can be internal or a removable storage such as CF card, SD card or the like, or downloaded to another device, such as a personal computer, server or printer via image output device 110 which can be tethered or wireless. In embodiments where the processor 90 is implemented in an external device 10, such as a desktop computer, the final processed image may be returned to the camera 20 for storage and display as described above, or stored and displayed externally of the camera.
  • Variations of the foregoing embodiment are possible. For example, Image B could be a low resolution preview image rather than a post-view image. Alternatively, both Images A and B could be high resolution images having the same resolution. In that case a DCT block in Image B will correspond to the same area of the scene as a DCT block in Image A. Thus, in step 212, the difference map would be constructed by subtracting each HF index of Map A from a respective different HF index of Map B, i.e. that HF index of Map B corresponding to the same or, allowing for any slight movement in the subject or camera between taking the images, substantially the same area of the scene. In another embodiment both Images A and B are low resolution preview and/or post-view images having the same resolution, and the foreground/background map derived therefrom is applied to a third, higher resolution image of nominally the same scene. In a still further embodiment Images A and B have different pixel resolutions, and prior to DCT coding the pixel resolutions of the two images are matched by up-sampling the image of lower resolution and/or sub-sampling the image of higher resolution.
  • Although the embodiment described above contemplates the creation and storage of a digital foreground/background map, it may be possible to use the foreground/background designation of the image region corresponding to each DCT block directly in another algorithm, so that the formal creation and storage of a digital map is not necessary.
  • In another embodiment, rather than basing the maps and comparison on a DCT block by block analysis, each map can first be pre-processed to provide regions, each having similar HF characteristics. For example, contiguous blocks with HF components above a given threshold are grouped together and contiguous blocks with HF components below a given threshold are grouped together. Regions from the foreground and background images can then be compared to determine if they are foreground or background.
  • As mentioned above, the ability to provide foreground/background separation in an image is useful in many applications.
  • In a further aspect of the present invention, a particular application using a foreground/background map of an image, regardless of whether it has been calculated using the embodiment described above or for example using the flash-based technique of PCT/EP2006/005109, is to detect the orientation of an image relative to the camera. (The technique is of course applicable to any digital image acquisition device.) For most situations, this also implies the orientation of the camera when the image was taken without the need for an additional mechanical device.
  • Referring to FIG. 3, this aspect of the invention is based on the observation that in a normally oriented camera for a normally oriented scene, the close image foreground (in this case the subject 30) is at the bottom of the image and the far background is at its top.
  • Using flash-based foreground/background segmentation, being closer to the camera, the close foreground 30 reflects the flash more than the far background. Thus, by computing the difference between a flash and non-flash version image of the scene, the image orientation can be detected and camera orientation implied. (A corresponding analysis applies when analysing the DCT coefficients of two images as in the above described embodiment.)
  • An exemplary implementation uses 2 reference images (or preview images or combination of previous and main image suitably matched in resolution), one flash and one non-flash and transforms these into grey level.
  • For each pixel, the grey level of the non-flash image is subtracted from the one corresponding to the flash image to provide a difference image. In other implementations, a ratio could be used instead of subtraction.
  • For each potential image/camera orientation direction, a box is taken in the difference image. So for an image sensing array 10 in an upright camera, box 12 is associated with an upright orientation of the camera, box 16 with an inverted orientation of the camera, box 14 with a clockwise rotation of the camera relative to a scene and box 18 with an anti-clockwise rotation of the camera relative to the scene.
  • For each box 12-18, an average value of the difference image is computed. As such, it will be seen that in some implementations, the difference need only be calculated for portions of the image corresponding to the boxes 12-18.
  • For clarity, the boxes of FIG. 3 are not shown as extending to the edges of the image, however, in an exemplary implementation, for a box size=dim, the box 18 would extend from: left=0, top=0 to right=dim and bottom=image height. In other implementations, one could associate other suitable regions with a given orientation or indeed other units of measurement instead of the average (i.e. histograms).
  • The maximum of the average values for the boxes 12-18 is computed and the box corresponding to the largest value is deemed to be a region with the greatest degree of foreground vis-a-vis the remaining regions. This is deemed to indicate that this region lies at the bottom of the reference image(s). In the example of FIG. 3, the largest difference in the difference images of the boxes should occur in box 12, so indicating an upright subject and implying an upright camera orientation given the normal pose of a subject. In some implementations the box 16 need not be used as it is not a realistic in-camera orientation.
  • In some implementations it can be of benefit to run some tests in order to validate the presumptive image orientation. For example, the maximum of the average values is tested to determine if is dominant vis-à-vis the other values and a level of confidence can be implied from this dominance or otherwise. The degree of dominance required can be varied experimentally for different types of images (indoor/outdoor as described in PCT/EP2006/005109, day/night). Information from other image analysis components which are used within the camera may be combined in this step for determining level of confidence. One exemplary image analysis component is a face tracking module which is operable on a stream of preview images. This component stores historical data relating to tracked face regions, including a confidence level that a region is a face and an associated orientation. Where multiple faces are present their data may be combined in determining a level of confidence.
  • If the difference values for the presumed left and right sides of an image are similar and smaller then the presumed bottom and larger than the presumed top, then it is more likely that the orientation has been detected correctly.
  • Because foreground/background maps can be provided for both indoor and outdoor images according to whether the maps have been created using flash or non-flash based segmentation, knowing image orientation can be useful in many further camera applications. For example, knowing the likely orientation of objects in an image reduces the processing overhead of attempting to identify such objects in every possible orientation.
  • The invention is not limited to the embodiments described herein which may be modified or varied without departing from the scope of the invention.

Claims (26)

1-23. (canceled)
24. A method of determining an orientation of an image relative to a digital image acquisition device, comprising:
capturing two images nominally of the same scene with said digital image acquisition device;
comparing at least a portion of said two images adjacent the corresponding edges of said images to determine whether said portion comprises relatively more foreground than background; and
responsive to said portion comprising more than a threshold degree of foreground, determining that said images are oriented with said portion at their bottom.
25. The method of claim 24, wherein said two images comprise a flash image and a non-flash image and in which said comparing comprises comparing luminance levels of pixels of said portion.
26. The method of claim 24, wherein said two images comprise non-flash images and in which said comparing comprises comparing higher order DCT coefficients for at least one block of said portion.
27. The method of claim 24, comprising implying an orientation of said digital image acquisition device in accordance with said image orientation.
28. The method of claim 24, wherein said comparing comprises comparing respective portions adjacent a plurality of edges of said two images, and wherein a portion which is determined to include a greatest degree of foreground relative to other portions is deemed to be located at a bottom of said images.
29. The method of claim 28, wherein the portion is deemed to be located at the bottom of said images based at least in part on its degree of foreground exceeding a degree of foreground for a portion adjacent an opposite edge by a given threshold.
30. The method of claim 29, wherein said threshold is varied according to exposure level of said images or whether said images are classified as being indoor or outdoor, or combinations thereof.
31. The method of claim 28, wherein a portion is deemed to be located at the bottom of said images when its degree of foreground exceeds a degree of foreground for a portion adjacent at least an adjacent edge, and a degree of foreground for a portion adjacent said adjacent edge exceeds a degree of foreground for a portion adjacent an opposite edge.
32. A digital image acquisition system having no photographic film comprising:
means for capturing two images nominally of the same scene;
means for comparing at least a portion of said two images adjacent the corresponding edges of said images to determine whether said portion comprises relatively more foreground than background; and
means, responsive to said portion comprising more than a threshold degree of foreground, for determining that said images are oriented with said portion at their bottom.
33. One or more processor readable storage devices having processor readable code embodied thereon, said processor readable code for programming one or more processors to perform a method of determining an orientation of an image relative to a digital image acquisition device, the method comprising:
capturing two images nominally of the same scene with said digital image acquisition device;
comparing at least a portion of said two images adjacent the corresponding edges of said images to determine whether said portion comprises relatively more foreground than background; and
responsive to said portion comprising more than a threshold degree of foreground, determining that said images are oriented with said portion at their bottom.
34. The one or more storage devices of claim 33, wherein said two images comprise a flash image and a non-flash image and in which said comparing comprises comparing luminance levels of pixels of said portion.
35. The one or more storage devices of claim 33, wherein said two images comprise non-flash images and in which said comparing comprises comparing higher order DCT coefficients for at least one block of said portion.
36. The one or more storage devices of claim 33, comprising implying an orientation of said digital image acquisition device in accordance with said image orientation.
37. The one or more storage devices of claim 33, wherein said comparing comprises comparing respective portions adjacent a plurality of edges of said two images, and wherein a portion which is determined to include a greatest degree of foreground relative to other portions is deemed to be located at a bottom of said images.
38. The one or more storage devices of claim 37, wherein the portion is deemed to be located at the bottom of said images based at least in part on its degree of foreground exceeding a degree of foreground for a portion adjacent an opposite edge by a given threshold.
39. The one or more storage devices of claim 38, wherein said threshold is varied according to exposure level of said images or whether said images are classified as being indoor or outdoor, or combinations thereof.
40. The one or more storage devices of claim 37, wherein a portion is deemed to be located at the bottom of said images when its degree of foreground exceeds a degree of foreground for a portion adjacent at least an adjacent edge, and a degree of foreground for a portion adjacent said adjacent edge exceeds a degree of foreground for a portion adjacent an opposite edge.
41. A digital image acquisition device, comprising:
a lens and image sensor for capturing digital images;
a processor; and
one or more processor readable storage devices having processor readable code embodied thereon, said processor readable code for programming one or more processors to perform a method of determining an orientation of an image relative to a digital image acquisition device, the method comprising:
capturing two images nominally of the same scene with said digital image acquisition device;
comparing at least a portion of said two images adjacent the corresponding edges of said images to determine whether said portion comprises relatively more foreground than background; and
responsive to said portion comprising more than a threshold degree of foreground, determining that said images are oriented with said portion at their bottom.
42. The device of claim 41, wherein said two images comprise a flash image and a non-flash image and in which said comparing comprises comparing luminance levels of pixels of said portion.
43. The device of claim 41, wherein said two images comprise non-flash images and in which said comparing comprises comparing higher order DCT coefficients for at least one block of said portion.
44. The device of claim 41, wherein the method further comprises implying an orientation of said digital image acquisition device in accordance with said image orientation.
45. The device of claim 41, wherein said comparing comprises comparing respective portions adjacent a plurality of edges of said two images, and wherein a portion which is determined to include a greatest degree of foreground relative to other portions is deemed to be located at a bottom of said images.
46. The device of claim 45, wherein the portion is deemed to be located at the bottom of said images based at least in part on its degree of foreground exceeding a degree of foreground for a portion adjacent an opposite edge by a given threshold.
47. The device of claim 46, wherein said threshold is varied according to exposure level of said images or whether said images are classified as being indoor or outdoor, or combinations thereof.
48. The device of claim 46, wherein a portion is deemed to be located at the bottom of said images when its degree of foreground exceeds a degree of foreground for a portion adjacent at least an adjacent edge, and a degree of foreground for a portion adjacent said adjacent edge exceeds a degree of foreground for a portion adjacent an opposite edge.
US13/004,021 2006-02-14 2011-01-10 Foreground/Background Segmentation in Digital Images Abandoned US20110102628A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US13/004,021 US20110102628A1 (en) 2006-02-14 2011-01-10 Foreground/Background Segmentation in Digital Images

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US77371406P 2006-02-14 2006-02-14
PCT/EP2006/008229 WO2007093199A2 (en) 2006-02-14 2006-08-21 Foreground/background segmentation in digital images
US57371307A 2007-02-14 2007-02-14
US13/004,021 US20110102628A1 (en) 2006-02-14 2011-01-10 Foreground/Background Segmentation in Digital Images

Related Parent Applications (2)

Application Number Title Priority Date Filing Date
PCT/EP2006/008229 Division WO2007093199A2 (en) 2005-12-27 2006-08-21 Foreground/background segmentation in digital images
US57371307A Division 2003-06-26 2007-02-14

Publications (1)

Publication Number Publication Date
US20110102628A1 true US20110102628A1 (en) 2011-05-05

Family

ID=37491943

Family Applications (2)

Application Number Title Priority Date Filing Date
US11/573,713 Active 2027-05-06 US7868922B2 (en) 2006-02-14 2006-08-21 Foreground/background segmentation in digital images
US13/004,021 Abandoned US20110102628A1 (en) 2006-02-14 2011-01-10 Foreground/Background Segmentation in Digital Images

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US11/573,713 Active 2027-05-06 US7868922B2 (en) 2006-02-14 2006-08-21 Foreground/background segmentation in digital images

Country Status (7)

Country Link
US (2) US7868922B2 (en)
EP (1) EP1984892B1 (en)
JP (1) JP5004972B2 (en)
CN (3) CN101416219B (en)
DK (1) DK1984892T3 (en)
IE (2) IES20060559A2 (en)
WO (1) WO2007093199A2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130243248A1 (en) * 2010-09-20 2013-09-19 Fraunhofer-Gesellschaft Zur Foerderung Der Angewandten Forschung E.V. Method for differentiating between background and foreground of scenery and also method for replacing a background in images of a scenery
US9042662B2 (en) 2010-12-08 2015-05-26 Alcatel Lucent Method and system for segmenting an image
WO2019070240A1 (en) * 2017-10-03 2019-04-11 Visa International Service Association System, method, and computer program product for authenticating identification documents
US20220272245A1 (en) * 2021-02-24 2022-08-25 Logitech Europe S.A. Image generating system

Families Citing this family (106)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7630006B2 (en) 1997-10-09 2009-12-08 Fotonation Ireland Limited Detecting red eye filter and apparatus using meta-data
US7738015B2 (en) 1997-10-09 2010-06-15 Fotonation Vision Limited Red-eye filter method and apparatus
US7970182B2 (en) 2005-11-18 2011-06-28 Tessera Technologies Ireland Limited Two stage detection for photographic eye artifacts
US8264576B2 (en) 2007-03-05 2012-09-11 DigitalOptics Corporation Europe Limited RGBW sensor array
US7920723B2 (en) 2005-11-18 2011-04-05 Tessera Technologies Ireland Limited Two stage detection for photographic eye artifacts
US7574016B2 (en) 2003-06-26 2009-08-11 Fotonation Vision Limited Digital image processing using face detection information
US8170294B2 (en) 2006-11-10 2012-05-01 DigitalOptics Corporation Europe Limited Method of detecting redeye in a digital image
US8254674B2 (en) 2004-10-28 2012-08-28 DigitalOptics Corporation Europe Limited Analyzing partial face regions for red-eye detection in acquired digital images
US8036458B2 (en) 2007-11-08 2011-10-11 DigitalOptics Corporation Europe Limited Detecting redeye defects in digital images
US8593542B2 (en) 2005-12-27 2013-11-26 DigitalOptics Corporation Europe Limited Foreground/background separation using reference images
US8180173B2 (en) * 2007-09-21 2012-05-15 DigitalOptics Corporation Europe Limited Flash artifact eye defect correction in blurred images using anisotropic blurring
US8494286B2 (en) * 2008-02-05 2013-07-23 DigitalOptics Corporation Europe Limited Face detection in mid-shot digital images
US7639889B2 (en) 2004-11-10 2009-12-29 Fotonation Ireland Ltd. Method of notifying users regarding motion artifacts based on image analysis
US8989516B2 (en) 2007-09-18 2015-03-24 Fotonation Limited Image processing method and apparatus
US7680342B2 (en) 2004-08-16 2010-03-16 Fotonation Vision Limited Indoor/outdoor classification in digital images
US7606417B2 (en) 2004-08-16 2009-10-20 Fotonation Vision Limited Foreground/background segmentation in digital images with differential exposure calculations
US8199222B2 (en) 2007-03-05 2012-06-12 DigitalOptics Corporation Europe Limited Low-light video frame enhancement
US7636486B2 (en) 2004-11-10 2009-12-22 Fotonation Ireland Ltd. Method of determining PSF using multiple instances of a nominally similar scene
US9160897B2 (en) 2007-06-14 2015-10-13 Fotonation Limited Fast motion estimation method
US7792970B2 (en) 2005-06-17 2010-09-07 Fotonation Vision Limited Method for establishing a paired connection between media devices
US7689009B2 (en) 2005-11-18 2010-03-30 Fotonation Vision Ltd. Two stage detection for photographic eye artifacts
US8896725B2 (en) 2007-06-21 2014-11-25 Fotonation Limited Image capture device with contemporaneous reference image capture mechanism
US8330831B2 (en) * 2003-08-05 2012-12-11 DigitalOptics Corporation Europe Limited Method of gathering visual meta data using a reference image
US8417055B2 (en) 2007-03-05 2013-04-09 DigitalOptics Corporation Europe Limited Image processing method and apparatus
US8682097B2 (en) 2006-02-14 2014-03-25 DigitalOptics Corporation Europe Limited Digital image enhancement with reference images
US9412007B2 (en) 2003-08-05 2016-08-09 Fotonation Limited Partial face detector red-eye filter method and apparatus
US8520093B2 (en) 2003-08-05 2013-08-27 DigitalOptics Corporation Europe Limited Face tracker and partial face tracker for red-eye filter method and apparatus
US7639888B2 (en) 2004-11-10 2009-12-29 Fotonation Ireland Ltd. Method and apparatus for initiating subsequent exposures based on determination of motion blurring artifacts
US8503800B2 (en) * 2007-03-05 2013-08-06 DigitalOptics Corporation Europe Limited Illumination detection using classifier chains
US8995715B2 (en) 2010-10-26 2015-03-31 Fotonation Limited Face or other object detection including template matching
US7715597B2 (en) * 2004-12-29 2010-05-11 Fotonation Ireland Limited Method and component for image recognition
US7599577B2 (en) 2005-11-18 2009-10-06 Fotonation Vision Limited Method and apparatus of correcting hybrid flash artifacts in digital images
US7692696B2 (en) 2005-12-27 2010-04-06 Fotonation Vision Limited Digital image acquisition system with portrait mode
IES20060559A2 (en) 2006-02-14 2006-11-01 Fotonation Vision Ltd Automatic detection and correction of non-red flash eye defects
WO2007095553A2 (en) 2006-02-14 2007-08-23 Fotonation Vision Limited Automatic detection and correction of non-red eye flash defects
EP1987436B1 (en) 2006-02-14 2015-12-09 FotoNation Limited Image blurring
IES20060564A2 (en) 2006-05-03 2006-11-01 Fotonation Vision Ltd Improved foreground / background separation
IES20070229A2 (en) 2006-06-05 2007-10-03 Fotonation Vision Ltd Image acquisition method and apparatus
JP2008166947A (en) * 2006-12-27 2008-07-17 Eastman Kodak Co Imaging apparatus
US8055067B2 (en) 2007-01-18 2011-11-08 DigitalOptics Corporation Europe Limited Color segmentation
US8649604B2 (en) 2007-03-05 2014-02-11 DigitalOptics Corporation Europe Limited Face searching and detection in a digital image acquisition device
JP2010520567A (en) 2007-03-05 2010-06-10 フォトネーション ビジョン リミテッド Red-eye false detection filtering using face position and orientation
US7773118B2 (en) 2007-03-25 2010-08-10 Fotonation Vision Limited Handheld article with movement discrimination
US7916971B2 (en) 2007-05-24 2011-03-29 Tessera Technologies Ireland Limited Image processing method and apparatus
US8503818B2 (en) 2007-09-25 2013-08-06 DigitalOptics Corporation Europe Limited Eye defect detection in international standards organization images
US8212864B2 (en) 2008-01-30 2012-07-03 DigitalOptics Corporation Europe Limited Methods and apparatuses for using image acquisition data to detect and correct image defects
US7855737B2 (en) 2008-03-26 2010-12-21 Fotonation Ireland Limited Method of making a digital camera image of a scene including the camera user
US8081254B2 (en) 2008-08-14 2011-12-20 DigitalOptics Corporation Europe Limited In-camera based method of detecting defect eye with high accuracy
US9025043B2 (en) * 2008-09-24 2015-05-05 Nikon Corporation Image segmentation from focus varied images using graph cuts
WO2010063463A2 (en) * 2008-12-05 2010-06-10 Fotonation Ireland Limited Face recognition using face tracker classifier data
DE102009000810A1 (en) * 2009-02-12 2010-08-19 Robert Bosch Gmbh Device for segmenting an object in an image, video surveillance system, method and computer program
US8379917B2 (en) 2009-10-02 2013-02-19 DigitalOptics Corporation Europe Limited Face recognition performance using additional image features
US20110141225A1 (en) * 2009-12-11 2011-06-16 Fotonation Ireland Limited Panorama Imaging Based on Low-Res Images
US20110141229A1 (en) * 2009-12-11 2011-06-16 Fotonation Ireland Limited Panorama imaging using super-resolution
US8294748B2 (en) * 2009-12-11 2012-10-23 DigitalOptics Corporation Europe Limited Panorama imaging using a blending map
US20110141226A1 (en) * 2009-12-11 2011-06-16 Fotonation Ireland Limited Panorama imaging based on a lo-res map
EP2545411B1 (en) 2009-12-11 2014-02-12 DigitalOptics Corporation Europe Limited Panorama imaging
US20110141224A1 (en) * 2009-12-11 2011-06-16 Fotonation Ireland Limited Panorama Imaging Using Lo-Res Images
US10080006B2 (en) * 2009-12-11 2018-09-18 Fotonation Limited Stereoscopic (3D) panorama creation on handheld device
US8692867B2 (en) * 2010-03-05 2014-04-08 DigitalOptics Corporation Europe Limited Object detection and rendering for wide field of view (WFOV) image acquisition systems
US8723912B2 (en) 2010-07-06 2014-05-13 DigitalOptics Corporation Europe Limited Scene background blurring including face modeling
US9053681B2 (en) 2010-07-07 2015-06-09 Fotonation Limited Real-time video frame pre-processing hardware
US8636730B2 (en) * 2010-07-12 2014-01-28 Covidien Lp Polarity control of electrosurgical generator
US8970770B2 (en) 2010-09-28 2015-03-03 Fotonation Limited Continuous autofocus based on face detection and tracking
JP5682218B2 (en) * 2010-10-13 2015-03-11 富士ゼロックス株式会社 Difference detection device, difference output device, and program
CN102456213A (en) * 2010-10-20 2012-05-16 上海无戒空间信息技术有限公司 Photo processing method
US8659697B2 (en) 2010-11-11 2014-02-25 DigitalOptics Corporation Europe Limited Rapid auto-focus using classifier chains, MEMS and/or multiple object focusing
US8648959B2 (en) * 2010-11-11 2014-02-11 DigitalOptics Corporation Europe Limited Rapid auto-focus using classifier chains, MEMS and/or multiple object focusing
US8508652B2 (en) 2011-02-03 2013-08-13 DigitalOptics Corporation Europe Limited Autofocus method
US8705894B2 (en) 2011-02-15 2014-04-22 Digital Optics Corporation Europe Limited Image rotation from local motion estimates
US8587665B2 (en) 2011-02-15 2013-11-19 DigitalOptics Corporation Europe Limited Fast rotation estimation of objects in sequences of acquired digital images
US8587666B2 (en) 2011-02-15 2013-11-19 DigitalOptics Corporation Europe Limited Object detection from image profiles within sequences of acquired digital images
US8723959B2 (en) 2011-03-31 2014-05-13 DigitalOptics Corporation Europe Limited Face and other object tracking in off-center peripheral regions for nonlinear lens geometries
US8982180B2 (en) 2011-03-31 2015-03-17 Fotonation Limited Face and other object detection and tracking in off-center peripheral regions for nonlinear lens geometries
US8896703B2 (en) 2011-03-31 2014-11-25 Fotonation Limited Superresolution enhancment of peripheral regions in nonlinear lens geometries
US8947501B2 (en) 2011-03-31 2015-02-03 Fotonation Limited Scene enhancements in off-center peripheral regions for nonlinear lens geometries
EP2515526A3 (en) 2011-04-08 2014-12-24 FotoNation Limited Display device with image capture and analysis module
EP2541258B1 (en) * 2011-06-30 2013-08-28 Siemens Aktiengesellschaft Method of and device for capturing 3D data of one or more airborne particles
CN103765880B (en) 2011-09-12 2016-05-18 英特尔公司 The networking of the image that localization is cut apart catches and Three-dimensional Display
US8493460B2 (en) 2011-09-15 2013-07-23 DigitalOptics Corporation Europe Limited Registration of differently scaled images
US8493459B2 (en) 2011-09-15 2013-07-23 DigitalOptics Corporation Europe Limited Registration of distorted images
US20130235233A1 (en) * 2012-03-09 2013-09-12 Research In Motion Limited Methods and devices for capturing images
US8792013B2 (en) 2012-04-23 2014-07-29 Qualcomm Technologies, Inc. Method for determining the extent of a foreground object in an image
US9242602B2 (en) 2012-08-27 2016-01-26 Fotonation Limited Rearview imaging systems for vehicle
US9466121B2 (en) * 2012-09-11 2016-10-11 Qualcomm Incorporated Devices and methods for augmented reality applications
US8849064B2 (en) * 2013-02-14 2014-09-30 Fotonation Limited Method and apparatus for viewing images
CN104063858B (en) * 2013-03-19 2017-04-26 展讯通信(上海)有限公司 image fuzzy processing method and device
CN105247567B (en) * 2013-05-30 2019-06-21 诺基亚技术有限公司 A kind of image focusing device, method, system and non-transient program storage device again
CN104243788B (en) * 2013-06-06 2017-11-21 华为终端(东莞)有限公司 A kind of method and device for obtaining target image
IN2013CH05374A (en) * 2013-11-21 2015-05-29 Nokia Corp
JP6376934B2 (en) * 2014-10-14 2018-08-22 シャープ株式会社 Image processing apparatus, imaging apparatus, image processing method, and program
CN105847825A (en) 2015-01-16 2016-08-10 杭州海康威视数字技术股份有限公司 Encoding, index storage and access methods for video encoding code stream and corresponding apparatus
CN105847793B (en) 2015-01-16 2019-10-22 杭州海康威视数字技术股份有限公司 Video coding-decoding method and its device
CN105847722B (en) 2015-01-16 2019-04-12 杭州海康威视数字技术股份有限公司 A kind of video storage method and device, read method and device and access system
US9418426B1 (en) 2015-01-27 2016-08-16 Xerox Corporation Model-less background estimation for foreground detection in video sequences
CN106034237B (en) 2015-03-10 2020-07-03 杭州海康威视数字技术股份有限公司 Hybrid coding method and system based on coding switching
WO2016169747A1 (en) 2015-04-21 2016-10-27 Fotonation Limited Blurring a digital image
CN106327142A (en) * 2015-06-30 2017-01-11 阿里巴巴集团控股有限公司 Information display method and apparatus
WO2017056314A1 (en) * 2015-10-02 2017-04-06 オリンパス株式会社 Image pickup apparatus, proposal image generation apparatus, proposal image generation method, proposal image generation program, and storage medium
TWI610571B (en) * 2016-10-26 2018-01-01 緯創資通股份有限公司 Display method, system and computer-readable recording medium thereof
CN106534693B (en) * 2016-11-25 2019-10-25 努比亚技术有限公司 A kind of photo processing method, device and terminal
CN108392170A (en) * 2018-02-09 2018-08-14 中北大学 A kind of human eye follow-up mechanism and recognition positioning method for optometry unit
JP7155530B2 (en) 2018-02-14 2022-10-19 セイコーエプソン株式会社 CIRCUIT DEVICE, ELECTRONIC DEVICE AND ERROR DETECTION METHOD
JP2020027176A (en) * 2018-08-10 2020-02-20 セイコーエプソン株式会社 Circuit device, display control system, electronic apparatus, and mobile body
GB2596872B (en) * 2020-07-10 2022-12-14 Graphcore Ltd Handling injected instructions in a processor
CN116091364B (en) * 2023-04-07 2023-06-06 天津汉云工业互联网有限公司 Image blurring processing method, device, electronic equipment and storage medium

Citations (97)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4683496A (en) * 1985-08-23 1987-07-28 The Analytic Sciences Corporation System for and method of enhancing images using multiband information
US5046118A (en) * 1990-02-06 1991-09-03 Eastman Kodak Company Tone-scale generation method and apparatus for digital x-ray images
US5063448A (en) * 1989-07-31 1991-11-05 Imageware Research And Development Inc. Apparatus and method for transforming a digitized signal of an image
US5086314A (en) * 1990-05-21 1992-02-04 Nikon Corporation Exposure control apparatus for camera
US5109425A (en) * 1988-09-30 1992-04-28 The United States Of America As Represented By The United States National Aeronautics And Space Administration Method and apparatus for predicting the direction of movement in machine vision
US5130935A (en) * 1986-03-31 1992-07-14 Canon Kabushiki Kaisha Color image processing apparatus for extracting image data having predetermined color information from among inputted image data and for correcting inputted image data in response to the extracted image data
US5164993A (en) * 1991-11-25 1992-11-17 Eastman Kodak Company Method and apparatus for automatic tonescale generation in digital radiographic images
US5329379A (en) * 1992-10-22 1994-07-12 International Business Machines Corporation System and method of measuring fidelity of decompressed video signals and images
US5500685A (en) * 1993-10-15 1996-03-19 Avt Communications Limited Wiener filter for filtering noise from a video signal
US5504846A (en) * 1993-12-16 1996-04-02 International Business Machines Corporation Method and apparatus for improved area demarcation in bit mapped image derived from multi-color bit mapped image
US5534924A (en) * 1991-03-05 1996-07-09 Thomson Broadcast Method and device to obtain an element of information on depth in the field seen by picture-shooting device
US5594816A (en) * 1989-08-28 1997-01-14 Eastman Kodak Company Computer based digital image noise reduction method based on over-lapping planar approximation
US5621868A (en) * 1994-04-15 1997-04-15 Sony Corporation Generating imitation custom artwork by simulating brush strokes and enhancing edges
US5724456A (en) * 1995-03-31 1998-03-03 Polaroid Corporation Brightness adjustment of images using digital scene analysis
US5812787A (en) * 1995-06-30 1998-09-22 Intel Corporation Video coding scheme with foreground/background separation
US5878152A (en) * 1997-05-21 1999-03-02 Cognex Corporation Depth from focal gradient analysis using object texture removal by albedo normalization
US5880737A (en) * 1995-08-04 1999-03-09 Microsoft Corporation Method and system for accessing texture data in environments with high latency in a graphics rendering system
US5949914A (en) * 1997-03-17 1999-09-07 Space Imaging Lp Enhancing the resolution of multi-spectral image data with panchromatic image data using super resolution pan-sharpening
US5990904A (en) * 1995-08-04 1999-11-23 Microsoft Corporation Method and system for merging pixel fragments in a graphics rendering system
US6018590A (en) * 1997-10-07 2000-01-25 Eastman Kodak Company Technique for finding the histogram region of interest based on landmark detection for improved tonescale reproduction of digital radiographic images
US6061476A (en) * 1997-11-24 2000-05-09 Cognex Corporation Method and apparatus using image subtraction and dynamic thresholding
US6069635A (en) * 1994-12-02 2000-05-30 Sony Corporation Method of producing image data and associated recording medium
US6069982A (en) * 1997-12-23 2000-05-30 Polaroid Corporation Estimation of frequency dependence and grey-level dependence of noise in an image
US6122408A (en) * 1996-04-30 2000-09-19 Siemens Corporate Research, Inc. Light normalization method for machine vision
US6198505B1 (en) * 1999-07-19 2001-03-06 Lockheed Martin Corp. High resolution, high speed digital camera
US20010000710A1 (en) * 1998-12-07 2001-05-03 Xerox Corporation. Method and apparatus for pre-processing mixed raster content planes to improve the quality of a decompressed image and increase document compression ratios
US6240217B1 (en) * 1997-02-24 2001-05-29 Redflex Traffic Systems Pty Ltd Digital image processing
US6243070B1 (en) * 1998-10-07 2001-06-05 Microsoft Corporation Method and apparatus for detecting and reducing color artifacts in images
US20010012063A1 (en) * 2000-02-08 2001-08-09 Masamine Maeda Image pickup apparatus
US6282317B1 (en) * 1998-12-31 2001-08-28 Eastman Kodak Company Method for automatic determination of main subjects in photographic images
US6292194B1 (en) * 1995-08-04 2001-09-18 Microsoft Corporation Image compression method to reduce pixel and texture memory requirements in graphics applications
US20020028014A1 (en) * 2000-08-25 2002-03-07 Shuji Ono Parallax image capturing apparatus and parallax image processing apparatus
US6407777B1 (en) * 1997-10-09 2002-06-18 Deluca Michael Joseph Red-eye filter method and apparatus
US20020080261A1 (en) * 2000-09-05 2002-06-27 Minolta Co., Ltd. Image processing apparatus and image sensing device
US20020093670A1 (en) * 2000-12-07 2002-07-18 Eastman Kodak Company Doubleprint photofinishing service with the second print having subject content-based modifications
US6483521B1 (en) * 1998-02-02 2002-11-19 Matsushita Electric Industrial Co., Ltd. Image composition method, image composition apparatus, and data recording media
US6526161B1 (en) * 1999-08-30 2003-02-25 Koninklijke Philips Electronics N.V. System and method for biometrics-based facial feature extraction
US20030038798A1 (en) * 2001-02-28 2003-02-27 Paul Besl Method and system for processing, compressing, streaming, and interactive rendering of 3D color image data
US6535632B1 (en) * 1998-12-18 2003-03-18 University Of Washington Image processing in HSI color space using adaptive noise filtering
US20030052991A1 (en) * 2001-09-17 2003-03-20 Stavely Donald J. System and method for simulating fill flash in photography
US6538656B1 (en) * 1999-11-09 2003-03-25 Broadcom Corporation Video and graphics system with a data transport processor
US20030091225A1 (en) * 1999-08-25 2003-05-15 Eastman Kodak Company Method for forming a depth image from digital image data
US20030103159A1 (en) * 2001-11-30 2003-06-05 Osamu Nonaka Evaluating the effect of a strobe light in a camera
US6577762B1 (en) * 1999-10-26 2003-06-10 Xerox Corporation Background surface thresholding
US6577821B2 (en) * 2001-07-17 2003-06-10 Eastman Kodak Company Camera having oversized imager and method
US6593925B1 (en) * 2000-06-22 2003-07-15 Microsoft Corporation Parameterized animation compression methods and arrangements
US20030169944A1 (en) * 2002-02-27 2003-09-11 Dowski Edward Raymond Optimized image processing for wavefront coded imaging systems
US20030184671A1 (en) * 2002-03-28 2003-10-02 Robins Mark N. Glare reduction system for image capture devices
US6631206B1 (en) * 1999-08-30 2003-10-07 University Of Washington Image filtering in HSI color space
US6678413B1 (en) * 2000-11-24 2004-01-13 Yiqing Liang System and method for object identification and behavior characterization using video analysis
US6683992B2 (en) * 1999-12-28 2004-01-27 Matsushita Electric Industrial Co., Ltd. Image decoding apparatus and image coding apparatus
US20040047513A1 (en) * 2001-06-15 2004-03-11 Tetsujiro Kondo Image processing apparatus and method, and image pickup apparatus
US20040080623A1 (en) * 2002-08-15 2004-04-29 Dixon Cleveland Motion clutter suppression for image-subtracting cameras
US6744471B1 (en) * 1997-12-05 2004-06-01 Olympus Optical Co., Ltd Electronic camera that synthesizes two images taken under different exposures
US6756993B2 (en) * 2001-01-17 2004-06-29 The University Of North Carolina At Chapel Hill Methods and apparatus for rendering images using 3D warping techniques
US20040145659A1 (en) * 2003-01-21 2004-07-29 Hiromi Someya Image-taking apparatus and image-taking system
US6781598B1 (en) * 1999-11-25 2004-08-24 Sony Computer Entertainment Inc. Entertainment apparatus, image generation method, and storage medium
US20040189822A1 (en) * 2003-01-09 2004-09-30 Olympus Co., Ltd. Digital camera
US6804408B1 (en) * 1999-12-22 2004-10-12 Eastman Kodak Company Method for enhancing a digital image with noise-dependent control of texture
US6803954B1 (en) * 1999-10-21 2004-10-12 Lg Electronics Inc. Filtering control method for improving image quality of bi-linear interpolated image
US20040201753A1 (en) * 1999-12-28 2004-10-14 Tetsujiro Kondo Signal processing device and method, and recording medium
US20040208385A1 (en) * 2003-04-18 2004-10-21 Medispectra, Inc. Methods and apparatus for visually enhancing images
US6842196B1 (en) * 2000-04-04 2005-01-11 Smith & Nephew, Inc. Method and system for automatic correction of motion artifacts
US20050017968A1 (en) * 2003-07-21 2005-01-27 Stephan Wurmlin Differential stream of point samples for real-time 3D video
US6850236B2 (en) * 1998-02-17 2005-02-01 Sun Microsystems, Inc. Dynamically adjusting a sample-to-pixel filter in response to user input and/or sensor input
US20050031224A1 (en) * 2003-08-05 2005-02-10 Yury Prilutsky Detecting red eye filter and apparatus using meta-data
US20050041121A1 (en) * 1997-10-09 2005-02-24 Eran Steinberg Red-eye filter method and apparatus
US20050058322A1 (en) * 2003-09-16 2005-03-17 Farmer Michael E. System or method for identifying a region-of-interest in an image
US20050140801A1 (en) * 2003-08-05 2005-06-30 Yury Prilutsky Optimized performance and performance for red-eye filter method and apparatus
US6930718B2 (en) * 2001-07-17 2005-08-16 Eastman Kodak Company Revised recapture camera and method
US20050213849A1 (en) * 2001-07-30 2005-09-29 Accuimage Diagnostics Corp. Methods and systems for intensity matching of a plurality of radiographic images
US6952225B1 (en) * 1999-02-02 2005-10-04 Fuji Photo Film Co., Ltd. Method and apparatus for automatic white balance adjustment based upon light source type
US6956573B1 (en) * 1996-11-15 2005-10-18 Sarnoff Corporation Method and apparatus for efficiently representing storing and accessing video information
US20060008171A1 (en) * 2004-07-06 2006-01-12 Microsoft Corporation Digital photography with flash/no flash extension
US6987535B1 (en) * 1998-11-09 2006-01-17 Canon Kabushiki Kaisha Image processing apparatus, image processing method, and storage medium
US6989859B2 (en) * 2000-12-22 2006-01-24 Eastman Kodak Company Camera having user interface ambient sensor viewer adaptation compensation and method
US6990252B2 (en) * 2000-05-23 2006-01-24 Adobe Systems, Inc. System for manipulating noise in digital images
US20060039690A1 (en) * 2004-08-16 2006-02-23 Eran Steinberg Foreground/background segmentation in digital images with differential exposure calculations
US7013025B2 (en) * 2000-11-22 2006-03-14 Minolta Co., Ltd. Image correction apparatus
US7035477B2 (en) * 2000-12-22 2006-04-25 Hewlett-Packard Development Comapny, L.P. Image composition evaluation
US7042505B1 (en) * 1997-10-09 2006-05-09 Fotonation Ireland Ltd. Red-eye filter method and apparatus
US20060104508A1 (en) * 2004-11-16 2006-05-18 Sharp Laboratories Of America, Inc. High dynamic range images from low dynamic range images
US7054478B2 (en) * 1997-12-05 2006-05-30 Dynamic Digital Depth Research Pty Ltd Image conversion and encoding techniques
US7064810B2 (en) * 2003-09-15 2006-06-20 Deere & Company Optical range finder with directed attention
US20060153471A1 (en) * 2005-01-07 2006-07-13 Lim Suk H Method and system for determining an indication of focus of an image
US7081892B2 (en) * 2002-04-09 2006-07-25 Sony Computer Entertainment America Inc. Image with depth of field using z-buffer image data and alpha blending
US20060193509A1 (en) * 2005-02-25 2006-08-31 Microsoft Corporation Stereo-based image processing
US7103227B2 (en) * 2003-03-19 2006-09-05 Mitsubishi Electric Research Laboratories, Inc. Enhancing low quality images of naturally illuminated scenes
US7102638B2 (en) * 2003-03-19 2006-09-05 Mitsubishi Eletric Research Labs, Inc. Reducing texture details in images
US7103357B2 (en) * 1999-11-05 2006-09-05 Lightsurf Technologies, Inc. Media spooler system and methodology providing efficient transmission of media content from wireless devices
US7206449B2 (en) * 2003-03-19 2007-04-17 Mitsubishi Electric Research Laboratories, Inc. Detecting silhouette edges in images
US7218792B2 (en) * 2003-03-19 2007-05-15 Mitsubishi Electric Research Laboratories, Inc. Stylized imaging using variable controlled illumination
US20070237355A1 (en) * 2006-03-31 2007-10-11 Fuji Photo Film Co., Ltd. Method and apparatus for adaptive context-aided human classification
US7317843B2 (en) * 2004-04-01 2008-01-08 Microsoft Corporation Luminance correction
US7352394B1 (en) * 1997-10-09 2008-04-01 Fotonation Vision Limited Image modification based on red-eye filter analysis
US7359562B2 (en) * 2003-03-19 2008-04-15 Mitsubishi Electric Research Laboratories, Inc. Enhancing low quality videos of illuminated scenes
US7394489B2 (en) * 2003-03-24 2008-07-01 Fuji Xerox Co., Ltd. Comparative object shooting condition judging device, image quality adjustment device, and image shooting apparatus

Family Cites Families (38)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5345313A (en) 1992-02-25 1994-09-06 Imageware Software, Inc Image editing system for taking a background and inserting part of an image therein
US5432863A (en) * 1993-07-19 1995-07-11 Eastman Kodak Company Automated detection and correction of eye color defects due to flash illumination
JP3279418B2 (en) * 1993-12-27 2002-04-30 オリンパス光学工業株式会社 camera
EP0727760A3 (en) 1995-02-17 1997-01-29 Ibm Produce size recognition system
US5864342A (en) 1995-08-04 1999-01-26 Microsoft Corporation Method and system for rendering graphical objects to image chunks
US6008820A (en) 1995-08-04 1999-12-28 Microsoft Corporation Processor for controlling the display of rendered image layers and method for controlling same
US5844627A (en) 1995-09-11 1998-12-01 Minerya System, Inc. Structure and method for reducing spatial noise
JPH10233919A (en) * 1997-02-21 1998-09-02 Fuji Photo Film Co Ltd Image processor
US7630006B2 (en) 1997-10-09 2009-12-08 Fotonation Ireland Limited Detecting red eye filter and apparatus using meta-data
JP2000102040A (en) 1998-09-28 2000-04-07 Olympus Optical Co Ltd Electronic stereo camera
US6920250B1 (en) 1999-03-04 2005-07-19 Xerox Corporation Additive model for efficient representation of digital documents
US6704456B1 (en) 1999-09-02 2004-03-09 Xerox Corporation Automatic image segmentation in the presence of severe background bleeding
US6836273B1 (en) 1999-11-11 2004-12-28 Matsushita Electric Industrial Co., Ltd. Memory management method, image coding method, image decoding method, image display method, memory management apparatus, and memory management program storage medium
DE19958553A1 (en) 1999-12-04 2001-06-07 Luratech Ges Fuer Luft Und Rau Image compression scheme for scanned images divides picture into three levels allows separate maximum compression of text and pictures
WO2001089225A2 (en) * 2000-05-18 2001-11-22 Koninklijke Philips Electronics N.V. Image foreground/background velocity detector
JP3395770B2 (en) * 2000-09-29 2003-04-14 ミノルタ株式会社 Digital still camera
SE0004741D0 (en) * 2000-12-21 2000-12-21 Smart Eye Ab Image capturing device with reflex reduction
US6670963B2 (en) 2001-01-17 2003-12-30 Tektronix, Inc. Visual attention model
US6980691B2 (en) * 2001-07-05 2005-12-27 Corel Corporation Correction of “red-eye” effects in images
US7092584B2 (en) 2002-01-04 2006-08-15 Time Warner Entertainment Company Lp Registration of separations
JP4169522B2 (en) 2002-03-22 2008-10-22 株式会社リコー Image processing apparatus, image processing program, and storage medium for storing the program
US7149974B2 (en) 2002-04-03 2006-12-12 Fuji Xerox Co., Ltd. Reduced representations of video sequences
GB0212367D0 (en) 2002-05-29 2002-07-10 Eastman Kodak Co Image processing
CH695973A5 (en) 2002-08-16 2006-10-31 Alstom Technology Ltd Rotor for an electric machine.
WO2004036378A2 (en) 2002-10-15 2004-04-29 Mcintyre David J System and method for simulating visual defects
JP4222013B2 (en) 2002-12-02 2009-02-12 カシオ計算機株式会社 Image correction apparatus, character recognition method, and image correction program
US7181082B2 (en) * 2002-12-18 2007-02-20 Sharp Laboratories Of America, Inc. Blur detection system
US7295720B2 (en) 2003-03-19 2007-11-13 Mitsubishi Electric Research Laboratories Non-photorealistic camera
JP4814217B2 (en) 2004-04-15 2011-11-16 ドルビー ラボラトリーズ ライセンシング コーポレイション System and computer program for converting image from low dynamic range to high dynamic range
US9094615B2 (en) 2004-04-16 2015-07-28 Intheplay, Inc. Automatic event videoing, tracking and content generation
JP2005310068A (en) * 2004-04-26 2005-11-04 Noritsu Koki Co Ltd Method for correcting white of eye, and device for executing the method
US20050243176A1 (en) 2004-04-30 2005-11-03 James Wu Method of HDR image processing and manipulation
US7653255B2 (en) 2004-06-02 2010-01-26 Adobe Systems Incorporated Image region of interest encoding
CN1303571C (en) * 2004-09-02 2007-03-07 上海交通大学 Image optimum fusing method based on fuzzy integral
JP2006080632A (en) 2004-09-07 2006-03-23 Ricoh Co Ltd Digital still camera, printer, digital still camera printing system, control method and program therefor
US7692696B2 (en) 2005-12-27 2010-04-06 Fotonation Vision Limited Digital image acquisition system with portrait mode
IES20060559A2 (en) 2006-02-14 2006-11-01 Fotonation Vision Ltd Automatic detection and correction of non-red flash eye defects
EP1987436B1 (en) 2006-02-14 2015-12-09 FotoNation Limited Image blurring

Patent Citations (99)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4683496A (en) * 1985-08-23 1987-07-28 The Analytic Sciences Corporation System for and method of enhancing images using multiband information
US5130935A (en) * 1986-03-31 1992-07-14 Canon Kabushiki Kaisha Color image processing apparatus for extracting image data having predetermined color information from among inputted image data and for correcting inputted image data in response to the extracted image data
US5109425A (en) * 1988-09-30 1992-04-28 The United States Of America As Represented By The United States National Aeronautics And Space Administration Method and apparatus for predicting the direction of movement in machine vision
US5063448A (en) * 1989-07-31 1991-11-05 Imageware Research And Development Inc. Apparatus and method for transforming a digitized signal of an image
US5594816A (en) * 1989-08-28 1997-01-14 Eastman Kodak Company Computer based digital image noise reduction method based on over-lapping planar approximation
US5046118A (en) * 1990-02-06 1991-09-03 Eastman Kodak Company Tone-scale generation method and apparatus for digital x-ray images
US5086314A (en) * 1990-05-21 1992-02-04 Nikon Corporation Exposure control apparatus for camera
US5534924A (en) * 1991-03-05 1996-07-09 Thomson Broadcast Method and device to obtain an element of information on depth in the field seen by picture-shooting device
US5164993A (en) * 1991-11-25 1992-11-17 Eastman Kodak Company Method and apparatus for automatic tonescale generation in digital radiographic images
US5329379A (en) * 1992-10-22 1994-07-12 International Business Machines Corporation System and method of measuring fidelity of decompressed video signals and images
US5500685A (en) * 1993-10-15 1996-03-19 Avt Communications Limited Wiener filter for filtering noise from a video signal
US5504846A (en) * 1993-12-16 1996-04-02 International Business Machines Corporation Method and apparatus for improved area demarcation in bit mapped image derived from multi-color bit mapped image
US5621868A (en) * 1994-04-15 1997-04-15 Sony Corporation Generating imitation custom artwork by simulating brush strokes and enhancing edges
US6069635A (en) * 1994-12-02 2000-05-30 Sony Corporation Method of producing image data and associated recording medium
US5724456A (en) * 1995-03-31 1998-03-03 Polaroid Corporation Brightness adjustment of images using digital scene analysis
US5812787A (en) * 1995-06-30 1998-09-22 Intel Corporation Video coding scheme with foreground/background separation
US6292194B1 (en) * 1995-08-04 2001-09-18 Microsoft Corporation Image compression method to reduce pixel and texture memory requirements in graphics applications
US5880737A (en) * 1995-08-04 1999-03-09 Microsoft Corporation Method and system for accessing texture data in environments with high latency in a graphics rendering system
US5990904A (en) * 1995-08-04 1999-11-23 Microsoft Corporation Method and system for merging pixel fragments in a graphics rendering system
US6122408A (en) * 1996-04-30 2000-09-19 Siemens Corporate Research, Inc. Light normalization method for machine vision
US6956573B1 (en) * 1996-11-15 2005-10-18 Sarnoff Corporation Method and apparatus for efficiently representing storing and accessing video information
US6240217B1 (en) * 1997-02-24 2001-05-29 Redflex Traffic Systems Pty Ltd Digital image processing
US5949914A (en) * 1997-03-17 1999-09-07 Space Imaging Lp Enhancing the resolution of multi-spectral image data with panchromatic image data using super resolution pan-sharpening
US5878152A (en) * 1997-05-21 1999-03-02 Cognex Corporation Depth from focal gradient analysis using object texture removal by albedo normalization
US6018590A (en) * 1997-10-07 2000-01-25 Eastman Kodak Company Technique for finding the histogram region of interest based on landmark detection for improved tonescale reproduction of digital radiographic images
US7738015B2 (en) * 1997-10-09 2010-06-15 Fotonation Vision Limited Red-eye filter method and apparatus
US20050041121A1 (en) * 1997-10-09 2005-02-24 Eran Steinberg Red-eye filter method and apparatus
US7352394B1 (en) * 1997-10-09 2008-04-01 Fotonation Vision Limited Image modification based on red-eye filter analysis
US6407777B1 (en) * 1997-10-09 2002-06-18 Deluca Michael Joseph Red-eye filter method and apparatus
US7042505B1 (en) * 1997-10-09 2006-05-09 Fotonation Ireland Ltd. Red-eye filter method and apparatus
US6061476A (en) * 1997-11-24 2000-05-09 Cognex Corporation Method and apparatus using image subtraction and dynamic thresholding
US6744471B1 (en) * 1997-12-05 2004-06-01 Olympus Optical Co., Ltd Electronic camera that synthesizes two images taken under different exposures
US7054478B2 (en) * 1997-12-05 2006-05-30 Dynamic Digital Depth Research Pty Ltd Image conversion and encoding techniques
US6069982A (en) * 1997-12-23 2000-05-30 Polaroid Corporation Estimation of frequency dependence and grey-level dependence of noise in an image
US6483521B1 (en) * 1998-02-02 2002-11-19 Matsushita Electric Industrial Co., Ltd. Image composition method, image composition apparatus, and data recording media
US6850236B2 (en) * 1998-02-17 2005-02-01 Sun Microsystems, Inc. Dynamically adjusting a sample-to-pixel filter in response to user input and/or sensor input
US6243070B1 (en) * 1998-10-07 2001-06-05 Microsoft Corporation Method and apparatus for detecting and reducing color artifacts in images
US6987535B1 (en) * 1998-11-09 2006-01-17 Canon Kabushiki Kaisha Image processing apparatus, image processing method, and storage medium
US20010000710A1 (en) * 1998-12-07 2001-05-03 Xerox Corporation. Method and apparatus for pre-processing mixed raster content planes to improve the quality of a decompressed image and increase document compression ratios
US6535632B1 (en) * 1998-12-18 2003-03-18 University Of Washington Image processing in HSI color space using adaptive noise filtering
US6282317B1 (en) * 1998-12-31 2001-08-28 Eastman Kodak Company Method for automatic determination of main subjects in photographic images
US6952225B1 (en) * 1999-02-02 2005-10-04 Fuji Photo Film Co., Ltd. Method and apparatus for automatic white balance adjustment based upon light source type
US6198505B1 (en) * 1999-07-19 2001-03-06 Lockheed Martin Corp. High resolution, high speed digital camera
US20030091225A1 (en) * 1999-08-25 2003-05-15 Eastman Kodak Company Method for forming a depth image from digital image data
US6526161B1 (en) * 1999-08-30 2003-02-25 Koninklijke Philips Electronics N.V. System and method for biometrics-based facial feature extraction
US6631206B1 (en) * 1999-08-30 2003-10-07 University Of Washington Image filtering in HSI color space
US6803954B1 (en) * 1999-10-21 2004-10-12 Lg Electronics Inc. Filtering control method for improving image quality of bi-linear interpolated image
US6577762B1 (en) * 1999-10-26 2003-06-10 Xerox Corporation Background surface thresholding
US7103357B2 (en) * 1999-11-05 2006-09-05 Lightsurf Technologies, Inc. Media spooler system and methodology providing efficient transmission of media content from wireless devices
US6538656B1 (en) * 1999-11-09 2003-03-25 Broadcom Corporation Video and graphics system with a data transport processor
US6781598B1 (en) * 1999-11-25 2004-08-24 Sony Computer Entertainment Inc. Entertainment apparatus, image generation method, and storage medium
US6804408B1 (en) * 1999-12-22 2004-10-12 Eastman Kodak Company Method for enhancing a digital image with noise-dependent control of texture
US20040201753A1 (en) * 1999-12-28 2004-10-14 Tetsujiro Kondo Signal processing device and method, and recording medium
US6683992B2 (en) * 1999-12-28 2004-01-27 Matsushita Electric Industrial Co., Ltd. Image decoding apparatus and image coding apparatus
US20010012063A1 (en) * 2000-02-08 2001-08-09 Masamine Maeda Image pickup apparatus
US6842196B1 (en) * 2000-04-04 2005-01-11 Smith & Nephew, Inc. Method and system for automatic correction of motion artifacts
US6990252B2 (en) * 2000-05-23 2006-01-24 Adobe Systems, Inc. System for manipulating noise in digital images
US6593925B1 (en) * 2000-06-22 2003-07-15 Microsoft Corporation Parameterized animation compression methods and arrangements
US20020028014A1 (en) * 2000-08-25 2002-03-07 Shuji Ono Parallax image capturing apparatus and parallax image processing apparatus
US20020080261A1 (en) * 2000-09-05 2002-06-27 Minolta Co., Ltd. Image processing apparatus and image sensing device
US7013025B2 (en) * 2000-11-22 2006-03-14 Minolta Co., Ltd. Image correction apparatus
US6678413B1 (en) * 2000-11-24 2004-01-13 Yiqing Liang System and method for object identification and behavior characterization using video analysis
US20020093670A1 (en) * 2000-12-07 2002-07-18 Eastman Kodak Company Doubleprint photofinishing service with the second print having subject content-based modifications
US6989859B2 (en) * 2000-12-22 2006-01-24 Eastman Kodak Company Camera having user interface ambient sensor viewer adaptation compensation and method
US7035477B2 (en) * 2000-12-22 2006-04-25 Hewlett-Packard Development Comapny, L.P. Image composition evaluation
US6756993B2 (en) * 2001-01-17 2004-06-29 The University Of North Carolina At Chapel Hill Methods and apparatus for rendering images using 3D warping techniques
US20030038798A1 (en) * 2001-02-28 2003-02-27 Paul Besl Method and system for processing, compressing, streaming, and interactive rendering of 3D color image data
US20040047513A1 (en) * 2001-06-15 2004-03-11 Tetsujiro Kondo Image processing apparatus and method, and image pickup apparatus
US6930718B2 (en) * 2001-07-17 2005-08-16 Eastman Kodak Company Revised recapture camera and method
US6577821B2 (en) * 2001-07-17 2003-06-10 Eastman Kodak Company Camera having oversized imager and method
US20050213849A1 (en) * 2001-07-30 2005-09-29 Accuimage Diagnostics Corp. Methods and systems for intensity matching of a plurality of radiographic images
US20030052991A1 (en) * 2001-09-17 2003-03-20 Stavely Donald J. System and method for simulating fill flash in photography
US20030103159A1 (en) * 2001-11-30 2003-06-05 Osamu Nonaka Evaluating the effect of a strobe light in a camera
US20030169944A1 (en) * 2002-02-27 2003-09-11 Dowski Edward Raymond Optimized image processing for wavefront coded imaging systems
US20030184671A1 (en) * 2002-03-28 2003-10-02 Robins Mark N. Glare reduction system for image capture devices
US7081892B2 (en) * 2002-04-09 2006-07-25 Sony Computer Entertainment America Inc. Image with depth of field using z-buffer image data and alpha blending
US20060181549A1 (en) * 2002-04-09 2006-08-17 Alkouh Homoud B Image data processing using depth image data for realistic scene representation
US20040080623A1 (en) * 2002-08-15 2004-04-29 Dixon Cleveland Motion clutter suppression for image-subtracting cameras
US20040189822A1 (en) * 2003-01-09 2004-09-30 Olympus Co., Ltd. Digital camera
US20040145659A1 (en) * 2003-01-21 2004-07-29 Hiromi Someya Image-taking apparatus and image-taking system
US7103227B2 (en) * 2003-03-19 2006-09-05 Mitsubishi Electric Research Laboratories, Inc. Enhancing low quality images of naturally illuminated scenes
US7218792B2 (en) * 2003-03-19 2007-05-15 Mitsubishi Electric Research Laboratories, Inc. Stylized imaging using variable controlled illumination
US7206449B2 (en) * 2003-03-19 2007-04-17 Mitsubishi Electric Research Laboratories, Inc. Detecting silhouette edges in images
US7359562B2 (en) * 2003-03-19 2008-04-15 Mitsubishi Electric Research Laboratories, Inc. Enhancing low quality videos of illuminated scenes
US7102638B2 (en) * 2003-03-19 2006-09-05 Mitsubishi Eletric Research Labs, Inc. Reducing texture details in images
US7394489B2 (en) * 2003-03-24 2008-07-01 Fuji Xerox Co., Ltd. Comparative object shooting condition judging device, image quality adjustment device, and image shooting apparatus
US20040208385A1 (en) * 2003-04-18 2004-10-21 Medispectra, Inc. Methods and apparatus for visually enhancing images
US20050017968A1 (en) * 2003-07-21 2005-01-27 Stephan Wurmlin Differential stream of point samples for real-time 3D video
US20050140801A1 (en) * 2003-08-05 2005-06-30 Yury Prilutsky Optimized performance and performance for red-eye filter method and apparatus
US20050031224A1 (en) * 2003-08-05 2005-02-10 Yury Prilutsky Detecting red eye filter and apparatus using meta-data
US7064810B2 (en) * 2003-09-15 2006-06-20 Deere & Company Optical range finder with directed attention
US20050058322A1 (en) * 2003-09-16 2005-03-17 Farmer Michael E. System or method for identifying a region-of-interest in an image
US7317843B2 (en) * 2004-04-01 2008-01-08 Microsoft Corporation Luminance correction
US20060008171A1 (en) * 2004-07-06 2006-01-12 Microsoft Corporation Digital photography with flash/no flash extension
US20060039690A1 (en) * 2004-08-16 2006-02-23 Eran Steinberg Foreground/background segmentation in digital images with differential exposure calculations
US20060104508A1 (en) * 2004-11-16 2006-05-18 Sharp Laboratories Of America, Inc. High dynamic range images from low dynamic range images
US20060153471A1 (en) * 2005-01-07 2006-07-13 Lim Suk H Method and system for determining an indication of focus of an image
US20060193509A1 (en) * 2005-02-25 2006-08-31 Microsoft Corporation Stereo-based image processing
US20070237355A1 (en) * 2006-03-31 2007-10-11 Fuji Photo Film Co., Ltd. Method and apparatus for adaptive context-aided human classification

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130243248A1 (en) * 2010-09-20 2013-09-19 Fraunhofer-Gesellschaft Zur Foerderung Der Angewandten Forschung E.V. Method for differentiating between background and foreground of scenery and also method for replacing a background in images of a scenery
US9355325B2 (en) * 2010-09-20 2016-05-31 Fraunhofer-Gesellschaft Zur Foerderung Der Angewandten Forschung E.V. Method for differentiating between background and foreground of scenery and also method for replacing a background in images of a scenery
US20160255283A1 (en) * 2010-09-20 2016-09-01 Fraunhofer-Gesellschaft Zur Foerderung Der Angewandten Forschung E.V. Method for differentiating between background and foreground of scenery and also method for replacing a background in images of a scenery
US10313607B2 (en) * 2010-09-20 2019-06-04 Fraunhofer-Gesellschaft-Zur Foerderung Der Angewandten Forschung E.V. Method for differentiating between background and foreground of scenery and also method for replacing a background in images of a scenery
US11165973B2 (en) * 2010-09-20 2021-11-02 Fraunhofer-Gesellschaft Zur Foerderung Der Angewandten Forschung E.V. Method for differentiating between background and foreground of scenery and also method for replacing a background in images of a scenery
US20220046187A1 (en) * 2010-09-20 2022-02-10 Fraunhofer-Gesellschaft Zur Foerderung Der Angewandten Forschung E.V. Method for differentiating between background and foreground of scenery and also method for replacing a background in images of a scenery
US11950014B2 (en) * 2010-09-20 2024-04-02 Fraunhofer-Gesellschaft Zur Foerderungder Angewandten Forschung E.V Method for differentiating between background and foreground of scenery and also method for replacing a background in images of a scenery
US9042662B2 (en) 2010-12-08 2015-05-26 Alcatel Lucent Method and system for segmenting an image
WO2019070240A1 (en) * 2017-10-03 2019-04-11 Visa International Service Association System, method, and computer program product for authenticating identification documents
US11620657B2 (en) 2017-10-03 2023-04-04 Visa International Service Association System, method, and computer program product for authenticating identification documents
US20220272245A1 (en) * 2021-02-24 2022-08-25 Logitech Europe S.A. Image generating system
US11800048B2 (en) * 2021-02-24 2023-10-24 Logitech Europe S.A. Image generating system with background replacement or modification capabilities

Also Published As

Publication number Publication date
IES20060558A2 (en) 2006-11-01
US7868922B2 (en) 2011-01-11
JP2009527156A (en) 2009-07-23
EP1984892B1 (en) 2015-07-29
WO2007093199A2 (en) 2007-08-23
CN101416219B (en) 2013-06-12
JP5004972B2 (en) 2012-08-22
CN101568908B (en) 2012-10-03
CN101421748A (en) 2009-04-29
CN101416219A (en) 2009-04-22
CN101568908A (en) 2009-10-28
DK1984892T3 (en) 2015-08-31
US20090273685A1 (en) 2009-11-05
CN101421748B (en) 2013-09-04
IES20060559A2 (en) 2006-11-01
WO2007093199A3 (en) 2008-03-27
EP1984892A2 (en) 2008-10-29

Similar Documents

Publication Publication Date Title
US7868922B2 (en) Foreground/background segmentation in digital images
US8629915B2 (en) Digital photographing apparatus, method of controlling the same, and computer readable storage medium
US7692696B2 (en) Digital image acquisition system with portrait mode
JP4186699B2 (en) Imaging apparatus and image processing apparatus
US10115178B2 (en) Image processing apparatus, image capturing apparatus, image processing method, and storage medium
US9204034B2 (en) Image processing apparatus and image processing method
JP4876065B2 (en) Motion vector detection device, motion vector detection method, imaging device, and program
US20060245643A1 (en) Method and apparatus for incorporating iris color in red-eye correction
TWI496105B (en) Image synthesis device and computer program for image synthesis
JP4466015B2 (en) Image processing apparatus and image processing program
KR101830077B1 (en) Image processing apparatus, control method thereof, and storage medium
KR101615381B1 (en) Image acquisition method and digital camera system
JP2006180078A (en) Electronic camera, image processor and image processing program
JP6556033B2 (en) Image processing apparatus, image processing method, and program
JP6776532B2 (en) Image processing equipment, imaging equipment, electronic devices and image processing programs
JP6331363B2 (en) Subject identification device, imaging device, and program
CN116168064A (en) Image processing method, device, electronic equipment and storage medium
JP6525693B2 (en) Image processing apparatus and image processing method
CN114881911A (en) Cigarette case detection method and system
JP2018125041A (en) Subject identifying apparatus and program
JP2009010711A (en) Device and method for filter processing, and imaging device
IE20060563U1 (en) Digital image acquisition system with portrait mode
IES84401Y1 (en) Digital image acquisition system with portrait mode
JP2015109517A (en) Image processing device and image processing method

Legal Events

Date Code Title Description
AS Assignment

Owner name: FOTONATION VISION LIMITED, IRELAND

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:CIUC, MIHAI;ZAMFIR, ADRIAN;CORCORAN, PETER;AND OTHERS;SIGNING DATES FROM 20070207 TO 20070212;REEL/FRAME:025615/0175

Owner name: TESSERA TECHNOLOGIES IRELAND LIMITED, IRELAND

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:FOTONATION VISION LIMITED;REEL/FRAME:025615/0181

Effective date: 20101001

AS Assignment

Owner name: DIGITALOPTICS CORPORATION EUROPE LIMITED, IRELAND

Free format text: CHANGE OF NAME;ASSIGNOR:TESSERA TECHNOLOGIES IRELAND LIMITED;REEL/FRAME:028221/0644

Effective date: 20110713

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION