Movatterモバイル変換


[0]ホーム

URL:


DK1984892T3 - Foreground / Background SEGMENTATION IN DIGITAL IMAGES - Google Patents

Foreground / Background SEGMENTATION IN DIGITAL IMAGES
Download PDF

Info

Publication number
DK1984892T3
DK1984892T3DK06791605.6TDK06791605TDK1984892T3DK 1984892 T3DK1984892 T3DK 1984892T3DK 06791605 TDK06791605 TDK 06791605TDK 1984892 T3DK1984892 T3DK 1984892T3
Authority
DK
Denmark
Prior art keywords
image
index
dct
images
block
Prior art date
Application number
DK06791605.6T
Other languages
Danish (da)
Inventor
Peter Corcoran
Adrian Capata
Eran Steinberg
Petronel Bigioi
Original Assignee
Fotonation 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 Fotonation LtdfiledCriticalFotonation Ltd
Application grantedgrantedCritical
Publication of DK1984892T3publicationCriticalpatent/DK1984892T3/en

Links

Classifications

Landscapes

Description

DESCRIPTION
[0001] This invention related to a method of distinguishing between foreground and background regions of a digital image, known as foreground/background segmentation.
BACKGROUND
[0002] 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.
[0003] 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.inf.ed.ac.uk/rbf/CVonline/LOCAL_COPIES/FAVAR01/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.
[0004] 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.
[0005] 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.
[0006] Other prior art includes US 2003/0091225 which describes creating a depth map from two "stereo" images.
[0007] 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
[0008] According the preferred 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.
[0009] 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.
[0010] 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.
[0011] 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.
[0012] 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.
[0013] 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.
[0014] 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.
[0015] 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.
[0016] 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.
[0017] In another aspect of the invention, not covered by the claims, 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
[0018] 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 the preferred embodiment of the invention. FIG. 3 shows a foreground/background map for a portrait image.
DESCRIPTION OF PREFERRED EMBODIMENT
[0019] 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 preferred 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.
[0020] 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.
[0021] 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.
[0022] Where multiple preview images can be saved, a new preview image will be placed on a chronological First In First Out (FIFO) stark, 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 preferred embodiment, 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.
[0023] 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.
[0024] In the preferred 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.
[0025] 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 the preferred 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.
[0026] FIG. 2 illustrates the workflow of the preferred embodiment of user mode processing according to the invention.
[0027] 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.
[0028] These two images are taken in rapid succession so that the scene captured by each image is nominally the same.
[0029] In this preferred 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.
[0030] 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 8x8 block of pixels, a set of 64 DCT coefficients going from the first (d.c.) component to the highest frequency component is generated. In the preferred 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.
[0031] 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.
[0032] 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.
[0033] 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.
[0034] 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.
[0035] 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.
[0036] 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.
[0037] Variations of the foregoing preferred embodiment are possible. For example, Image B could be a low resolution preview image rather than a post-view image. Alternatively in another embodiment, not covered by the claims, 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 Afrom 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, not covered by the claims, 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, not covered by the claims, 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 subsampling the image of higher resolution.
[0038] Although the preferred 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.
[0039] In another embodiment, not covered by the claims, rather than basing the maps and comparison on a DCT block buy 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.
[0040] As mentioned above, the ability to provide foreground/background separation in an image is useful in many applications.
[0041] A particular application of the present invention, not covered by the claims, using a foreground/background map of an image, where said map has been calculated using the preferred embodiment described above as an alternative to using the flash-based technique of PCTIEP2006/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.
[0042] Referring to Fig. 3, this particular application of the invention not covered by the claims, 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.
[0043] 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.) [0044] An exemplary implementation of this particular application of the invention, not covered by the claims, uses 2 reference images (or preview images or combination of previous and main image suitably matched in resolution), one flash and one nonflash and transforms these into grey level.
[0045] 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.
[0046] 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.
[0047] 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.
[0048] 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).
[0049] 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.
[0050] In some further examplary implementations of this particular application of the invention, not covered by the claims, 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.
[0051] 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.
[0052] 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.
REFERENCES CITED IN THE DESCRIPTION
This list of references cited by the applicant is for the reader's convenience only. It does not form part of the European patent document. Even though great care has been taken in compiling the references, errors or omissions cannot be excluded and the EPO disclaims all liability in this regard.
Patent documents cited in the description • EP20Q6005109W F00021 fOOiSj iOOSOl • US20030052991A :00041 • US2004007e335A [POPS] • US20030219172A ΙΌ0051 • US20040120598A [0005] • US20030091225A ΓΟΟΟβΙ

Claims (5)

Translated fromEnglish
1. Fremgangsmåde udført i et digitalkamera (20) til at skelne mellem forgrunds-og baggrundsregioner af et digitalbillede afen scene, hvilken fremgangsmåde omfatter at tage (trin 202 og 204) første og anden billeder (A, B) af nominelt den samme scene i hurtig rækkefølge under anvendelse af den samme billedtagningsindretning og lagre de tagne billeder, idet det første billede (A) tages med forgrunden mere i fokus end baggrunden og det andet billede (B) tages med baggrunden mere i fokus end forgrunden, og sammenligne (trin 206 til 214) de lagrede billeder for at bestemme en forgrundsregion/område af det første billede, kendetegnet ved at: de tagne billeder lagres i DCT-kodet format, de kodede billeder sammenlignes ved at sammenligne deres højfrekvenskomponenter, og høj-frekvenskomponenterne sammenlignes ved at: (a) beregne (trin 208) summen af valgte højere ordenskoefficienter for hver af en flerhed af DCT-blokke af det første billede (A), idet summen betegnes heri som HF-indekset af blokken, (b) beregne (trin 210) HF-indekset for hver af en flerhed af DCT-blokke af det andet billede (B), (c) sammenligne (trin 212) HF-indekset af hver DCT-blok af det første billede med HF-indekset af DCT-blokken af den ækvivalente region af det andet billede, (d) hvis HF-indekset af en given DCT-blok af det første billede er større end HF-indekset af DCT-blokken af den ækvivalente region af det andet billede, tildele den givne blok af det første billede som svarende til en forgrundsregion af billedet, og (e) hvis HF-indekset af en given DCT-blok af det første billede er mindre end HF-indekset af DCT-blokken af den ækvivalente region af det andet billede, tildele den givne blok af det første billede som svarende til en baggrundsregion af billedet, hvor det første billede (A) er et relativt højopløsningsbillede og det andet billede (B) er et relativt lavopløsnings- før- eller efter-betragtningsbillede, hvorved en DCT-blok i det andet billede svarer til et større område af scenen end en DCT-blok i det første billede, og hvor hvert HF-indeks af det første billede trækkes fra det HF-indeks af det andet billede hvis DCT-blok svarer til et område af scenen der i det væsentlige indeholder området af scenen svarende til DCT-blokken af det første billede, hvorved HF-indekser for flere tilgrænsende DCT-blokke i det første billede trækkes fra det samme HF-indeks af det andet billede svarende til en enkelt DCT-blok i det andet billede.A method performed in a digital camera (20) for distinguishing between foreground and background regions of a digital image of a scene, the method comprising taking (steps 202 and 204) first and second images (A, B) of nominally the same scene in quickly sequencing using the same imaging device and storing the captured images, taking the first image (A) with the foreground more in focus than the background and the second image (B) taking the background more in focus than the foreground, and compare (step 206 to 214) the stored images to determine a foreground region / region of the first image, characterized in that: the captured images are stored in DCT-encoded format, the encoded images are compared by comparing their high-frequency components, and the high-frequency components are compared by: (a) calculating (step 208) the sum of selected higher order coefficients for each of a plurality of DCT blocks of the first image (A), the sum referred to herein as HF-in (b) computing (step 210) the HF index of each of a plurality of DCT blocks of the second image (B), (c) comparing (step 212) the HF index of each DCT block of it first image with the HF index of the DCT block of the equivalent region of the second image, (d) if the HF index of a given DCT block of the first image is greater than the HF index of the DCT block of the equivalent region of the second image, assign the given block of the first image as corresponding to a foreground region of the image, and (e) if the HF index of a given DCT block of the first image is smaller than the HF index of the DCT block of the equivalent region of the second image assigns the given block of the first image as corresponding to a background region of the image, where the first image (A) is a relatively high resolution image and the second image (B) is a relatively low resolution image or after-image, whereby a DCT block in the second image corresponds to a larger one area of the scene than a DCT block of the first image, and where each HF index of the first image is subtracted from the HF index of the second image whose DCT block corresponds to an area of the scene that essentially contains the area of the scene corresponding to the DCT block of the first image, whereby the HF indexes for several adjacent DCT blocks in the first image are subtracted from the same HF index of the second image corresponding to a single DCT block in the second image.2. Fremgangsmåden ifølge krav 1, yderligere omfattende trinnet at bringe de første og anden billeder på linje mellem trin (a) og trin (b).The method of claim 1, further comprising the step of aligning the first and second images between step (a) and step (b).3. Fremgangsmåden ifølge krav 1 eller 2, yderligere omfattende at danne en digital afbildning fra resultatet af at tildele blokkene som svarerende til en baggrunds- eller forgrundsregion af billedet.The method of claim 1 or 2, further comprising forming a digital image from the result of assigning the blocks as corresponding to a background or foreground region of the image.4. Fremgangsmåden ifølge et hvilket som helst af de foregående krav, hvor de valgte højereordenskoefficienter er de øverste 25% af koefficienter.The method of any of the preceding claims, wherein the higher order coefficients selected are the top 25% of coefficients.5. Digitalkamera (20) omfattende organ til at tage første og anden billeder (A, B) af nominelt den samme scene i hurtig rækkefølge under anvendelse af den samme billedtagningsindretning (60) og lagre de tagne billeder, det første billede (A) tages med forgrunden mere i fokus end baggrunden og det andet billede (B) tages med baggrunden mere i fokus end forgrunden, og behandlingsorgan (90) til at sammenligne de lagrede billeder for at bestemme en forgrundsregion af det første billede, kendetegnet ved at: de tagne billeder lagres i DCT-kodet format, de kodede billeder sammenlignes ved at sammenligne deres højfrekvenskomponenter, og høj-frekvenskomponenterne af de kodede signaler sammenlignes ved at: (a) beregne summen af valgte højereordenskoefficienter for hver af en flerhed af DCT-blokke af det første billede, idet summen betegnes heri som HF-indekset af blokken, (b) beregne HF-indekset for hver af en flerhed af DCT-blokke af det andet billede, (c) sammenligne HF-indekset af hver DCT-blok af det første billede med HF-indekset af DCT-blokken af den ækvivalente region af det andet billede, (d) hvis HF-indekset af en given DCT-blok af det første billede er større end HF-indekset af DCT-blokken af den ækvivalente region af det andet billede, tildele den givne blok af det første billede som svarende til en forgrundsregion af billedet, og (e) hvis HF-indekset af en given DCT-blok af det første billede er mindre end HF-indekset af DCT-blokken af den ækvivalente region af det andet billede, tildele den givne blok af det første billede som svarende til en baggrundsregion af billedet, hvor det første billede (A) er et relativt højopløsningsbillede og det andet billede (B) er et relativt lavopløsnings- før- eller efter-betragtningsbillede, hvorved en DCT-blok i det andet billede svarer til et større område af scenen end en DCT-blok i det første billede, og hvor hvert HF-indeks af det første billede trækkes fra det HF-indeks af det andet billede hvis DCT-blok svarer til et område af scenen der i det væsentlige indeholder området af scenen svarende til DCT-blokken af det første billede, hvorved HF-indekser for flere tilgrænsende DCT-blokke i det første billede trækkes det samme HF-indeks af det andet billede svarende til en enkelt DCT-blok i det andet billede.Digital camera (20) comprising means for taking first and second images (A, B) of nominally the same scene in rapid succession using the same imaging device (60) and storing the images taken, the first image (A) taken with the foreground more in focus than the background and the second image (B) taken with the background more in focus than the foreground, and processing means (90) to compare the stored images to determine a foreground region of the first image, characterized by: the captured images are stored in DCT encoded format, the encoded images are compared by comparing their high frequency components, and the high frequency components of the encoded signals are compared by: (a) calculating the sum of selected higher order coefficients for each of a plurality of DCT blocks of the first image, the sum being designated herein as the HF index of the block, (b) calculating the HF index of each of a plurality of DCT blocks of the second image, (c) comparing the HF index of wh is DCT block of the first image with the HF index of the DCT block of the equivalent region of the second image, (d) if the HF index of a given DCT block of the first image is greater than the HF index of DCT -block of the equivalent region of the second image, assign the given block of the first image as corresponding to a foreground region of the image, and (e) if the HF index of a given DCT block of the first image is less than the HF- the index of the DCT block of the equivalent region of the second image, assigning the given block of the first image as corresponding to a background region of the image, where the first image (A) is a relatively high-resolution image and the second image (B) is a relatively low resolution pre- or post-view image, whereby a DCT block in the second image corresponds to a larger area of the scene than a DCT block in the first image, and where each HF index of the first image is subtracted from that HF index of the second image if DCT block corresponds to an area of the stage that substantially contains the area of the scene corresponding to the DCT block of the first image, whereby HF indexes for several adjacent DCT blocks in the first image are subtracted from the same HF index of the second image. image corresponding to a single DCT block in the second image.
DK06791605.6T2006-02-142006-08-21Foreground / Background SEGMENTATION IN DIGITAL IMAGESDK1984892T3 (en)

Applications Claiming Priority (2)

Application NumberPriority DateFiling DateTitle
US77371406P2006-02-142006-02-14
PCT/EP2006/008229WO2007093199A2 (en)2006-02-142006-08-21Foreground/background segmentation in digital images

Publications (1)

Publication NumberPublication Date
DK1984892T3true DK1984892T3 (en)2015-08-31

Family

ID=37491943

Family Applications (1)

Application NumberTitlePriority DateFiling Date
DK06791605.6TDK1984892T3 (en)2006-02-142006-08-21Foreground / Background SEGMENTATION IN DIGITAL IMAGES

Country Status (7)

CountryLink
US (2)US7868922B2 (en)
EP (1)EP1984892B1 (en)
JP (1)JP5004972B2 (en)
CN (3)CN101416219B (en)
DK (1)DK1984892T3 (en)
IE (2)IES20060558A2 (en)
WO (1)WO2007093199A2 (en)

Families Citing this family (111)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US7630006B2 (en)1997-10-092009-12-08Fotonation Ireland LimitedDetecting red eye filter and apparatus using meta-data
US7738015B2 (en)1997-10-092010-06-15Fotonation Vision LimitedRed-eye filter method and apparatus
US8682097B2 (en)2006-02-142014-03-25DigitalOptics Corporation Europe LimitedDigital image enhancement with reference images
US9160897B2 (en)2007-06-142015-10-13Fotonation LimitedFast motion estimation method
US8199222B2 (en)2007-03-052012-06-12DigitalOptics Corporation Europe LimitedLow-light video frame enhancement
US7970182B2 (en)2005-11-182011-06-28Tessera Technologies Ireland LimitedTwo stage detection for photographic eye artifacts
US7639889B2 (en)2004-11-102009-12-29Fotonation Ireland Ltd.Method of notifying users regarding motion artifacts based on image analysis
US8330831B2 (en)*2003-08-052012-12-11DigitalOptics Corporation Europe LimitedMethod of gathering visual meta data using a reference image
US7587085B2 (en)2004-10-282009-09-08Fotonation Vision LimitedMethod and apparatus for red-eye detection in an acquired digital image
US8494286B2 (en)*2008-02-052013-07-23DigitalOptics Corporation Europe LimitedFace detection in mid-shot digital images
US7606417B2 (en)2004-08-162009-10-20Fotonation Vision LimitedForeground/background segmentation in digital images with differential exposure calculations
US8896725B2 (en)2007-06-212014-11-25Fotonation LimitedImage capture device with contemporaneous reference image capture mechanism
US7920723B2 (en)2005-11-182011-04-05Tessera Technologies Ireland LimitedTwo stage detection for photographic eye artifacts
US8170294B2 (en)2006-11-102012-05-01DigitalOptics Corporation Europe LimitedMethod of detecting redeye in a digital image
US8264576B2 (en)2007-03-052012-09-11DigitalOptics Corporation Europe LimitedRGBW sensor array
US8593542B2 (en)2005-12-272013-11-26DigitalOptics Corporation Europe LimitedForeground/background separation using reference images
US8180173B2 (en)*2007-09-212012-05-15DigitalOptics Corporation Europe LimitedFlash artifact eye defect correction in blurred images using anisotropic blurring
US8417055B2 (en)2007-03-052013-04-09DigitalOptics Corporation Europe LimitedImage processing method and apparatus
US8254674B2 (en)2004-10-282012-08-28DigitalOptics Corporation Europe LimitedAnalyzing partial face regions for red-eye detection in acquired digital images
US8036458B2 (en)2007-11-082011-10-11DigitalOptics Corporation Europe LimitedDetecting redeye defects in digital images
US7689009B2 (en)2005-11-182010-03-30Fotonation Vision Ltd.Two stage detection for photographic eye artifacts
US7680342B2 (en)2004-08-162010-03-16Fotonation Vision LimitedIndoor/outdoor classification in digital images
US8989516B2 (en)2007-09-182015-03-24Fotonation LimitedImage processing method and apparatus
US7636486B2 (en)2004-11-102009-12-22Fotonation Ireland Ltd.Method of determining PSF using multiple instances of a nominally similar scene
US7574016B2 (en)2003-06-262009-08-11Fotonation Vision LimitedDigital image processing using face detection information
US7792970B2 (en)2005-06-172010-09-07Fotonation Vision LimitedMethod for establishing a paired connection between media devices
US8520093B2 (en)2003-08-052013-08-27DigitalOptics Corporation Europe LimitedFace tracker and partial face tracker for red-eye filter method and apparatus
US9412007B2 (en)2003-08-052016-08-09Fotonation LimitedPartial face detector red-eye filter method and apparatus
US7639888B2 (en)2004-11-102009-12-29Fotonation Ireland Ltd.Method and apparatus for initiating subsequent exposures based on determination of motion blurring artifacts
US8995715B2 (en)2010-10-262015-03-31Fotonation LimitedFace or other object detection including template matching
US7715597B2 (en)*2004-12-292010-05-11Fotonation Ireland LimitedMethod and component for image recognition
US8503800B2 (en)*2007-03-052013-08-06DigitalOptics Corporation Europe LimitedIllumination detection using classifier chains
US7599577B2 (en)2005-11-182009-10-06Fotonation Vision LimitedMethod and apparatus of correcting hybrid flash artifacts in digital images
US7692696B2 (en)2005-12-272010-04-06Fotonation Vision LimitedDigital image acquisition system with portrait mode
EP1987475A4 (en)2006-02-142009-04-22Fotonation Vision LtdAutomatic detection and correction of non-red eye flash defects
IES20060558A2 (en)2006-02-142006-11-01Fotonation Vision LtdImage blurring
WO2007095477A2 (en)2006-02-142007-08-23Fotonation Vision LimitedImage blurring
IES20060564A2 (en)2006-05-032006-11-01Fotonation Vision LtdImproved foreground / background separation
IES20070229A2 (en)2006-06-052007-10-03Fotonation Vision LtdImage acquisition method and apparatus
JP2008166947A (en)*2006-12-272008-07-17Eastman Kodak CoImaging apparatus
US8055067B2 (en)2007-01-182011-11-08DigitalOptics Corporation Europe LimitedColor segmentation
JP4970557B2 (en)2007-03-052012-07-11デジタルオプティックス・コーポレイション・ヨーロッパ・リミテッド Face search and detection in digital image capture device
JP2010520567A (en)2007-03-052010-06-10フォトネーション ビジョン リミテッド Red-eye false detection filtering using face position and orientation
US7773118B2 (en)2007-03-252010-08-10Fotonation Vision LimitedHandheld article with movement discrimination
US7916971B2 (en)2007-05-242011-03-29Tessera Technologies Ireland LimitedImage processing method and apparatus
US8503818B2 (en)2007-09-252013-08-06DigitalOptics Corporation Europe LimitedEye defect detection in international standards organization images
US8212864B2 (en)2008-01-302012-07-03DigitalOptics Corporation Europe LimitedMethods and apparatuses for using image acquisition data to detect and correct image defects
US7855737B2 (en)2008-03-262010-12-21Fotonation Ireland LimitedMethod of making a digital camera image of a scene including the camera user
US8081254B2 (en)2008-08-142011-12-20DigitalOptics Corporation Europe LimitedIn-camera based method of detecting defect eye with high accuracy
US9025043B2 (en)*2008-09-242015-05-05Nikon CorporationImage segmentation from focus varied images using graph cuts
WO2010063463A2 (en)2008-12-052010-06-10Fotonation Ireland LimitedFace recognition using face tracker classifier data
DE102009000810A1 (en)*2009-02-122010-08-19Robert Bosch Gmbh Device for segmenting an object in an image, video surveillance system, method and computer program
US8379917B2 (en)2009-10-022013-02-19DigitalOptics Corporation Europe LimitedFace recognition performance using additional image features
US20110141224A1 (en)*2009-12-112011-06-16Fotonation Ireland LimitedPanorama Imaging Using Lo-Res Images
US10080006B2 (en)2009-12-112018-09-18Fotonation LimitedStereoscopic (3D) panorama creation on handheld device
US20110141229A1 (en)*2009-12-112011-06-16Fotonation Ireland LimitedPanorama imaging using super-resolution
US20110141226A1 (en)*2009-12-112011-06-16Fotonation Ireland LimitedPanorama imaging based on a lo-res map
EP2545411B1 (en)2009-12-112014-02-12DigitalOptics Corporation Europe LimitedPanorama imaging
US8294748B2 (en)*2009-12-112012-10-23DigitalOptics Corporation Europe LimitedPanorama imaging using a blending map
US20110141225A1 (en)*2009-12-112011-06-16Fotonation Ireland LimitedPanorama Imaging Based on Low-Res Images
US8692867B2 (en)*2010-03-052014-04-08DigitalOptics Corporation Europe LimitedObject detection and rendering for wide field of view (WFOV) image acquisition systems
US8363085B2 (en)2010-07-062013-01-29DigitalOptics Corporation Europe LimitedScene background blurring including determining a depth map
US9053681B2 (en)2010-07-072015-06-09Fotonation LimitedReal-time video frame pre-processing hardware
US8636730B2 (en)*2010-07-122014-01-28Covidien LpPolarity control of electrosurgical generator
EP3340610B1 (en)*2010-09-202022-11-16Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.Method for differentiating background and foreground of a setting and method for replacing a background in images of a setting
US8970770B2 (en)2010-09-282015-03-03Fotonation LimitedContinuous autofocus based on face detection and tracking
JP5682218B2 (en)*2010-10-132015-03-11富士ゼロックス株式会社 Difference detection device, difference output device, and program
CN102456213A (en)*2010-10-202012-05-16上海无戒空间信息技术有限公司Picture processing method
US8648959B2 (en)2010-11-112014-02-11DigitalOptics Corporation Europe LimitedRapid auto-focus using classifier chains, MEMS and/or multiple object focusing
US8659697B2 (en)2010-11-112014-02-25DigitalOptics Corporation Europe LimitedRapid auto-focus using classifier chains, MEMS and/or multiple object focusing
EP2463821A1 (en)*2010-12-082012-06-13Alcatel LucentMethod and system for segmenting an image
US8508652B2 (en)2011-02-032013-08-13DigitalOptics Corporation Europe LimitedAutofocus method
US8705894B2 (en)2011-02-152014-04-22Digital Optics Corporation Europe LimitedImage rotation from local motion estimates
US8587666B2 (en)2011-02-152013-11-19DigitalOptics Corporation Europe LimitedObject detection from image profiles within sequences of acquired digital images
US8587665B2 (en)2011-02-152013-11-19DigitalOptics Corporation Europe LimitedFast rotation estimation of objects in sequences of acquired digital images
US8723959B2 (en)2011-03-312014-05-13DigitalOptics Corporation Europe LimitedFace and other object tracking in off-center peripheral regions for nonlinear lens geometries
US8947501B2 (en)2011-03-312015-02-03Fotonation LimitedScene enhancements in off-center peripheral regions for nonlinear lens geometries
US8896703B2 (en)2011-03-312014-11-25Fotonation LimitedSuperresolution enhancment of peripheral regions in nonlinear lens geometries
US8982180B2 (en)2011-03-312015-03-17Fotonation LimitedFace and other object detection and tracking in off-center peripheral regions for nonlinear lens geometries
EP2515526A3 (en)2011-04-082014-12-24FotoNation LimitedDisplay device with image capture and analysis module
DK2541258T3 (en)*2011-06-302013-11-04Siemens Ag Method and apparatus for recording 3D data for one or more airborne particles
US9418438B2 (en)2011-09-122016-08-16Intel CorporationNetworked capture and 3D display of localized, segmented images
US8493460B2 (en)2011-09-152013-07-23DigitalOptics Corporation Europe LimitedRegistration of differently scaled images
US8493459B2 (en)2011-09-152013-07-23DigitalOptics Corporation Europe LimitedRegistration of distorted images
US20130235233A1 (en)*2012-03-092013-09-12Research In Motion LimitedMethods and devices for capturing images
US8792013B2 (en)2012-04-232014-07-29Qualcomm Technologies, Inc.Method for determining the extent of a foreground object in an image
US9242602B2 (en)2012-08-272016-01-26Fotonation LimitedRearview imaging systems for vehicle
US9466121B2 (en)*2012-09-112016-10-11Qualcomm IncorporatedDevices and methods for augmented reality applications
US8849064B2 (en)*2013-02-142014-09-30Fotonation LimitedMethod and apparatus for viewing images
CN104063858B (en)*2013-03-192017-04-26展讯通信(上海)有限公司image fuzzy processing method and device
WO2014193377A1 (en)*2013-05-302014-12-04Nokia CorporationImage refocusing
CN104243788B (en)*2013-06-062017-11-21华为终端(东莞)有限公司A kind of method and device for obtaining target image
IN2013CH05374A (en)*2013-11-212015-05-29Nokia Corp
JP6376934B2 (en)2014-10-142018-08-22シャープ株式会社 Image processing apparatus, imaging apparatus, image processing method, and program
CN105847825A (en)2015-01-162016-08-10杭州海康威视数字技术股份有限公司Encoding, index storage and access methods for video encoding code stream and corresponding apparatus
CN105847722B (en)2015-01-162019-04-12杭州海康威视数字技术股份有限公司A kind of video storage method and device, read method and device and access system
CN105847793B (en)2015-01-162019-10-22杭州海康威视数字技术股份有限公司Video coding-decoding method and its device
US9418426B1 (en)2015-01-272016-08-16Xerox CorporationModel-less background estimation for foreground detection in video sequences
CN106034237B (en)2015-03-102020-07-03杭州海康威视数字技术股份有限公司Hybrid coding method and system based on coding switching
WO2016169747A1 (en)2015-04-212016-10-27Fotonation LimitedBlurring a digital image
CN106327142A (en)*2015-06-302017-01-11阿里巴巴集团控股有限公司Information display method and apparatus
CN108141521A (en)*2015-10-022018-06-08奥林巴斯株式会社Photographic device, motion video generation device, motion image generating method, motion image generating program and storage medium
TWI610571B (en)2016-10-262018-01-01緯創資通股份有限公司Display method, system and computer-readable recording medium thereof
CN106534693B (en)*2016-11-252019-10-25努比亚技术有限公司A kind of photo processing method, device and terminal
US11620657B2 (en)2017-10-032023-04-04Visa International Service AssociationSystem, method, and computer program product for authenticating identification documents
CN108392170A (en)*2018-02-092018-08-14中北大学A kind of human eye follow-up mechanism and recognition positioning method for optometry unit
JP7155530B2 (en)2018-02-142022-10-19セイコーエプソン株式会社 CIRCUIT DEVICE, ELECTRONIC DEVICE AND ERROR DETECTION METHOD
JP2020027176A (en)*2018-08-102020-02-20セイコーエプソン株式会社 Circuit device, display control system, electronic device, and moving object
GB2596872B (en)*2020-07-102022-12-14Graphcore LtdHandling injected instructions in a processor
US11800048B2 (en)*2021-02-242023-10-24Logitech Europe S.A.Image generating system with background replacement or modification capabilities
CN116091364B (en)*2023-04-072023-06-06天津汉云工业互联网有限公司Image blurring processing method, device, electronic equipment and storage medium

Family Cites Families (135)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US4683496A (en)*1985-08-231987-07-28The Analytic Sciences CorporationSystem for and method of enhancing images using multiband information
US5130935A (en)*1986-03-311992-07-14Canon Kabushiki KaishaColor 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-301992-04-28The United States Of America As Represented By The United States National Aeronautics And Space AdministrationMethod and apparatus for predicting the direction of movement in machine vision
US5086314A (en)*1990-05-211992-02-04Nikon CorporationExposure control apparatus for camera
US5063448A (en)*1989-07-311991-11-05Imageware Research And Development Inc.Apparatus and method for transforming a digitized signal of an image
WO1991003796A1 (en)*1989-08-281991-03-21Eastman Kodak CompanyA computer based digital image noise reduction method based on overlapping planar approximation
US5046118A (en)*1990-02-061991-09-03Eastman Kodak CompanyTone-scale generation method and apparatus for digital x-ray images
FR2673793B1 (en)*1991-03-051993-05-07Thomson Video Equip METHOD AND DEVICE FOR OBTAINING DEPTH INFORMATION IN THE FIELD SEEN BY A TAKING DEVICE.
US5164993A (en)*1991-11-251992-11-17Eastman Kodak CompanyMethod and apparatus for automatic tonescale generation in digital radiographic images
US5345313A (en)1992-02-251994-09-06Imageware Software, IncImage editing system for taking a background and inserting part of an image therein
US5329379A (en)*1992-10-221994-07-12International Business Machines CorporationSystem and method of measuring fidelity of decompressed video signals and images
US5432863A (en)*1993-07-191995-07-11Eastman Kodak CompanyAutomated detection and correction of eye color defects due to flash illumination
GB9321372D0 (en)*1993-10-151993-12-08Avt Communications LtdVideo signal processing
US5504846A (en)*1993-12-161996-04-02International Business Machines CorporationMethod and apparatus for improved area demarcation in bit mapped image derived from multi-color bit mapped image
JP3279418B2 (en)*1993-12-272002-04-30オリンパス光学工業株式会社 camera
US5621868A (en)*1994-04-151997-04-15Sony CorporationGenerating imitation custom artwork by simulating brush strokes and enhancing edges
US5757376A (en)*1994-12-021998-05-26Sony CorporationMethod of producing image data and associated recording medium
EP0727760A3 (en)*1995-02-171997-01-29IbmProduce size recognition system
US5724456A (en)*1995-03-311998-03-03Polaroid CorporationBrightness adjustment of images using digital scene analysis
US5812787A (en)*1995-06-301998-09-22Intel CorporationVideo coding scheme with foreground/background separation
US5864342A (en)*1995-08-041999-01-26Microsoft CorporationMethod and system for rendering graphical objects to image chunks
US5999189A (en)*1995-08-041999-12-07Microsoft CorporationImage compression to reduce pixel and texture memory requirements in a real-time image generator
US5990904A (en)*1995-08-041999-11-23Microsoft CorporationMethod and system for merging pixel fragments in a graphics rendering system
US6008820A (en)*1995-08-041999-12-28Microsoft CorporationProcessor for controlling the display of rendered image layers and method for controlling same
US5880737A (en)*1995-08-041999-03-09Microsoft CorporationMethod and system for accessing texture data in environments with high latency in a graphics rendering system
US5844627A (en)*1995-09-111998-12-01Minerya System, Inc.Structure and method for reducing spatial noise
US6122408A (en)*1996-04-302000-09-19Siemens Corporate Research, Inc.Light normalization method for machine vision
US6956573B1 (en)*1996-11-152005-10-18Sarnoff CorporationMethod and apparatus for efficiently representing storing and accessing video information
JPH10233919A (en)*1997-02-211998-09-02Fuji Photo Film Co LtdImage processor
AUPO525897A0 (en)*1997-02-241997-03-20Redflex Traffic Systems Pty LtdDigital image processing
US5949914A (en)*1997-03-171999-09-07Space Imaging LpEnhancing the resolution of multi-spectral image data with panchromatic image data using super resolution pan-sharpening
US5878152A (en)*1997-05-211999-03-02Cognex CorporationDepth from focal gradient analysis using object texture removal by albedo normalization
US6018590A (en)*1997-10-072000-01-25Eastman Kodak CompanyTechnique for finding the histogram region of interest based on landmark detection for improved tonescale reproduction of digital radiographic images
US7630006B2 (en)1997-10-092009-12-08Fotonation Ireland LimitedDetecting red eye filter and apparatus using meta-data
US6407777B1 (en)*1997-10-092002-06-18Deluca Michael JosephRed-eye filter method and apparatus
US7738015B2 (en)*1997-10-092010-06-15Fotonation Vision LimitedRed-eye filter method and apparatus
US7352394B1 (en)*1997-10-092008-04-01Fotonation Vision LimitedImage modification based on red-eye filter analysis
US7042505B1 (en)*1997-10-092006-05-09Fotonation Ireland Ltd.Red-eye filter method and apparatus
US6061476A (en)*1997-11-242000-05-09Cognex CorporationMethod and apparatus using image subtraction and dynamic thresholding
ID27878A (en)*1997-12-052001-05-03Dynamic Digital Depth Res Pty IMAGE IMPROVED IMAGE CONVERSION AND ENCODING ENGINEERING
US6744471B1 (en)*1997-12-052004-06-01Olympus Optical Co., LtdElectronic camera that synthesizes two images taken under different exposures
US6069982A (en)*1997-12-232000-05-30Polaroid CorporationEstimation of frequency dependence and grey-level dependence of noise in an image
US6483521B1 (en)*1998-02-022002-11-19Matsushita Electric Industrial Co., Ltd.Image composition method, image composition apparatus, and data recording media
US6850236B2 (en)*1998-02-172005-02-01Sun Microsystems, Inc.Dynamically adjusting a sample-to-pixel filter in response to user input and/or sensor input
JP2000102040A (en)1998-09-282000-04-07Olympus Optical Co LtdElectronic stereo camera
US6278434B1 (en)*1998-10-072001-08-21Microsoft CorporationNon-square scaling of image data to be mapped to pixel sub-components
JP2000209425A (en)*1998-11-092000-07-28Canon Inc Image processing apparatus and method, and storage medium
JP2000175052A (en)*1998-12-072000-06-23Xerox CorpProcessing method and system for pixel map expression
US6546117B1 (en)*1999-06-102003-04-08University Of WashingtonVideo object segmentation using active contour modelling with global relaxation
US6282317B1 (en)*1998-12-312001-08-28Eastman Kodak CompanyMethod for automatic determination of main subjects in photographic images
JP3849834B2 (en)*1999-02-022006-11-22富士写真フイルム株式会社 Auto white balance control method
US6920250B1 (en)1999-03-042005-07-19Xerox CorporationAdditive model for efficient representation of digital documents
US6198505B1 (en)*1999-07-192001-03-06Lockheed Martin Corp.High resolution, high speed digital camera
US6556704B1 (en)1999-08-252003-04-29Eastman Kodak CompanyMethod for forming a depth image from digital image data
US6526161B1 (en)*1999-08-302003-02-25Koninklijke Philips Electronics N.V.System and method for biometrics-based facial feature extraction
US6631206B1 (en)*1999-08-302003-10-07University Of WashingtonImage filtering in HSI color space
US6704456B1 (en)1999-09-022004-03-09Xerox CorporationAutomatic image segmentation in the presence of severe background bleeding
KR100311482B1 (en)*1999-10-212001-10-18구자홍Method of filtering control of image bilinear interpolation
US6577762B1 (en)*1999-10-262003-06-10Xerox CorporationBackground surface thresholding
US7103357B2 (en)*1999-11-052006-09-05Lightsurf Technologies, Inc.Media spooler system and methodology providing efficient transmission of media content from wireless devices
US6538656B1 (en)*1999-11-092003-03-25Broadcom CorporationVideo and graphics system with a data transport processor
US6836273B1 (en)*1999-11-112004-12-28Matsushita 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
JP3306397B2 (en)*1999-11-252002-07-24株式会社ソニー・コンピュータエンタテインメント Entertainment device, image generation method, and storage medium
DE19958553A1 (en)1999-12-042001-06-07Luratech Ges Fuer Luft Und RauImage compression scheme for scanned images divides picture into three levels allows separate maximum compression of text and pictures
US6804408B1 (en)*1999-12-222004-10-12Eastman Kodak CompanyMethod for enhancing a digital image with noise-dependent control of texture
US6683992B2 (en)*1999-12-282004-01-27Matsushita Electric Industrial Co., Ltd.Image decoding apparatus and image coding apparatus
CN100412905C (en)*1999-12-282008-08-20索尼公司 Signal processing method and equipment
JP2001298659A (en)*2000-02-082001-10-26Canon Inc Imaging device, image processing system, imaging method, and storage medium
US6842196B1 (en)*2000-04-042005-01-11Smith & Nephew, Inc.Method and system for automatic correction of motion artifacts
CN1381025A (en)*2000-05-182002-11-20皇家菲利浦电子有限公司Image foreground/background velocity detector
CA2309002A1 (en)*2000-05-232001-11-23Jonathan Martin ShekterDigital film grain reduction
US6593925B1 (en)*2000-06-222003-07-15Microsoft CorporationParameterized animation compression methods and arrangements
DE60115789T2 (en)2000-08-252006-08-31Fuji Photo Film Co., Ltd., Minami-Ashigara Apparatus for parallax image acquisition and parallax image processing
JP2002077591A (en)2000-09-052002-03-15Minolta Co LtdImage processing device and imaging device
JP3395770B2 (en)*2000-09-292003-04-14ミノルタ株式会社 Digital still camera
JP2002158893A (en)*2000-11-222002-05-31Minolta Co Ltd Image correction apparatus, image correction method, and recording medium
US6678413B1 (en)*2000-11-242004-01-13Yiqing LiangSystem and method for object identification and behavior characterization using video analysis
US6952286B2 (en)2000-12-072005-10-04Eastman Kodak CompanyDoubleprint photofinishing service with the second print having subject content-based modifications
SE0004741D0 (en)*2000-12-212000-12-21Smart Eye Ab Image capturing device with reflex reduction
US6989859B2 (en)*2000-12-222006-01-24Eastman Kodak CompanyCamera having user interface ambient sensor viewer adaptation compensation and method
WO2002052839A2 (en)*2000-12-222002-07-04Hewlett-Packard CompanyImage composition evaluation
US6756993B2 (en)*2001-01-172004-06-29The University Of North Carolina At Chapel HillMethods and apparatus for rendering images using 3D warping techniques
US6670963B2 (en)*2001-01-172003-12-30Tektronix, Inc.Visual attention model
CA2373707A1 (en)*2001-02-282002-08-28Paul BeslMethod and system for processing, compressing, streaming and interactive rendering of 3d color image data
CN1248164C (en)*2001-06-152006-03-29索尼公司Image procesisng apparatus and method, and image pickup apparatus
US6980691B2 (en)*2001-07-052005-12-27Corel CorporationCorrection of “red-eye” effects in images
US20050058322A1 (en)*2003-09-162005-03-17Farmer Michael E.System or method for identifying a region-of-interest in an image
US6577821B2 (en)*2001-07-172003-06-10Eastman Kodak CompanyCamera having oversized imager and method
US6930718B2 (en)*2001-07-172005-08-16Eastman Kodak CompanyRevised recapture camera and method
US7650044B2 (en)*2001-07-302010-01-19Cedara Software (Usa) LimitedMethods and systems for intensity matching of a plurality of radiographic images
US7262798B2 (en)*2001-09-172007-08-28Hewlett-Packard Development Company, L.P.System and method for simulating fill flash in photography
JP3999505B2 (en)*2001-11-302007-10-31オリンパス株式会社 camera
US7092584B2 (en)2002-01-042006-08-15Time Warner Entertainment Company LpRegistration of separations
WO2003073153A1 (en)*2002-02-272003-09-04Cdm Optics, Inc.Optimized image processing for wavefront coded imaging systems
JP4169522B2 (en)2002-03-222008-10-22株式会社リコー Image processing apparatus, image processing program, and storage medium for storing the program
US20030184671A1 (en)*2002-03-282003-10-02Robins Mark N.Glare reduction system for image capture devices
US7149974B2 (en)*2002-04-032006-12-12Fuji Xerox Co., Ltd.Reduced representations of video sequences
US7081892B2 (en)*2002-04-092006-07-25Sony Computer Entertainment America Inc.Image with depth of field using z-buffer image data and alpha blending
GB0212367D0 (en)2002-05-292002-07-10Eastman Kodak CoImage processing
US20040208385A1 (en)*2003-04-182004-10-21Medispectra, Inc.Methods and apparatus for visually enhancing images
WO2004017088A2 (en)*2002-08-152004-02-26Lc Technologies, Inc.Motion clutter suppression for image-subtracting cameras
CH695973A5 (en)2002-08-162006-10-31Alstom Technology LtdRotor for an electric machine.
US20040156554A1 (en)2002-10-152004-08-12Mcintyre David J.System and method for simulating visual defects
JP4222013B2 (en)2002-12-022009-02-12カシオ計算機株式会社 Image correction apparatus, character recognition method, and image correction program
US7181082B2 (en)*2002-12-182007-02-20Sharp Laboratories Of America, Inc.Blur detection system
JP3904560B2 (en)*2003-01-092007-04-11オリンパス株式会社 Digital camera
EP1441529B1 (en)*2003-01-212008-07-23Canon Kabushiki KaishaImage-taking apparatus and image-taking system
US7103227B2 (en)*2003-03-192006-09-05Mitsubishi Electric Research Laboratories, Inc.Enhancing low quality images of naturally illuminated scenes
US7102638B2 (en)*2003-03-192006-09-05Mitsubishi Eletric Research Labs, Inc.Reducing texture details in images
US7359562B2 (en)*2003-03-192008-04-15Mitsubishi Electric Research Laboratories, Inc.Enhancing low quality videos of illuminated scenes
US7218792B2 (en)*2003-03-192007-05-15Mitsubishi Electric Research Laboratories, Inc.Stylized imaging using variable controlled illumination
US7295720B2 (en)*2003-03-192007-11-13Mitsubishi Electric Research LaboratoriesNon-photorealistic camera
US7206449B2 (en)*2003-03-192007-04-17Mitsubishi Electric Research Laboratories, Inc.Detecting silhouette edges in images
JP4232498B2 (en)*2003-03-242009-03-04富士ゼロックス株式会社 Subject photographing state determination device, image quality adjustment device, and image photographing device
US7606417B2 (en)2004-08-162009-10-20Fotonation Vision LimitedForeground/background segmentation in digital images with differential exposure calculations
US20050017968A1 (en)*2003-07-212005-01-27Stephan WurmlinDifferential stream of point samples for real-time 3D video
US20050140801A1 (en)*2003-08-052005-06-30Yury PrilutskyOptimized performance and performance for red-eye filter method and apparatus
US20050031224A1 (en)*2003-08-052005-02-10Yury PrilutskyDetecting red eye filter and apparatus using meta-data
US7064810B2 (en)*2003-09-152006-06-20Deere & CompanyOptical range finder with directed attention
US7317843B2 (en)*2004-04-012008-01-08Microsoft CorporationLuminance correction
DK1745436T3 (en)2004-04-152012-09-10Dolby Lab Licensing Corp Methods and systems for converting images from low dynamic range to high dynamic range
CA2563478A1 (en)2004-04-162005-10-27James A. AmanAutomatic event videoing, tracking and content generation system
JP2005310068A (en)*2004-04-262005-11-04Noritsu Koki Co Ltd White-eye correction method and apparatus for carrying out this method
US20050243176A1 (en)*2004-04-302005-11-03James WuMethod of HDR image processing and manipulation
US7653255B2 (en)*2004-06-022010-01-26Adobe Systems IncorporatedImage region of interest encoding
US7457477B2 (en)2004-07-062008-11-25Microsoft CorporationDigital photography with flash/no flash extension
CN1303571C (en)*2004-09-022007-03-07上海交通大学Image optimum fusing method based on fuzzy integral
JP2006080632A (en)2004-09-072006-03-23Ricoh Co Ltd Digital still camera printing system, digital still camera and printing apparatus, digital still camera printing system control method, and digital still camera printing system program
US8050511B2 (en)*2004-11-162011-11-01Sharp Laboratories Of America, Inc.High dynamic range images from low dynamic range images
US7860332B2 (en)*2005-01-072010-12-28Hewlett-Packard Development Company, L.P.Method and system for determining an indication of focus of an image
US7512262B2 (en)2005-02-252009-03-31Microsoft CorporationStereo-based image processing
US7692696B2 (en)2005-12-272010-04-06Fotonation Vision LimitedDigital image acquisition system with portrait mode
IES20060558A2 (en)2006-02-142006-11-01Fotonation Vision LtdImage blurring
WO2007095477A2 (en)2006-02-142007-08-23Fotonation Vision LimitedImage blurring
US7864989B2 (en)2006-03-312011-01-04Fujifilm CorporationMethod and apparatus for adaptive context-aided human classification

Also Published As

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

Similar Documents

PublicationPublication DateTitle
DK1984892T3 (en)Foreground / Background SEGMENTATION IN DIGITAL IMAGES
US8629915B2 (en)Digital photographing apparatus, method of controlling the same, and computer readable storage medium
CN101297545B (en) Photographic device, image processing device
US8212897B2 (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
JP4772839B2 (en) Image identification method and imaging apparatus
US9204034B2 (en)Image processing apparatus and image processing method
KR101579736B1 (en)A device a method and a computer-readable storage medium for reducing noise
TWI496105B (en)Image synthesis device and computer program for image synthesis
JP4466015B2 (en) Image processing apparatus and image processing program
JP2007074578A (en) Image processing apparatus, photographing apparatus, and program
JP6556033B2 (en) Image processing apparatus, image processing method, and program
JP4534750B2 (en) Image processing apparatus and image processing program
JP4466017B2 (en) Image processing apparatus and image processing program
JP2019096364A (en)Image evaluation device
JP2015156189A (en) Image evaluation apparatus and image evaluation program
JP5181952B2 (en) Image processing apparatus, image processing method, and program
JP6776532B2 (en) Image processing equipment, imaging equipment, electronic devices and image processing programs
JP4661957B2 (en) Image matching device and camera
JP2020170555A (en)Image evaluation device, camera, and program
JP6525693B2 (en) Image processing apparatus and image processing method
JP6331363B2 (en) Subject identification device, imaging device, and program
JP6558978B2 (en) Image processing apparatus, image processing method, and program
IE20060563U1 (en)Digital image acquisition system with portrait mode

[8]ページ先頭

©2009-2025 Movatter.jp