US8326069B2 - Computing higher resolution images from multiple lower resolution images - Google Patents

Computing higher resolution images from multiple lower resolution images Download PDF

Info

Publication number
US8326069B2
US8326069B2 US12/215,921 US21592108A US8326069B2 US 8326069 B2 US8326069 B2 US 8326069B2 US 21592108 A US21592108 A US 21592108A US 8326069 B2 US8326069 B2 US 8326069B2
Authority
US
United States
Prior art keywords
resolution image
tile
lower resolution
processor
higher resolution
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.)
Expired - Fee Related, expires
Application number
US12/215,921
Other versions
US20090324118A1 (en
Inventor
Oleg Maslov
Vadim Pisarevsky
Konstantin Rodyushkin
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.)
Intel Corp
Original Assignee
Intel Corp
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 Intel Corp filed Critical Intel Corp
Priority to US12/215,921 priority Critical patent/US8326069B2/en
Priority to PCT/US2009/048241 priority patent/WO2010002630A2/en
Assigned to INTEL CORPORATION reassignment INTEL CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: Maslov, Oleg, PISAREVSKY, VADIM, RODYUSHKIN, KONSTANTIN
Priority to EP09251649A priority patent/EP2141653A3/en
Priority to CN2009101594364A priority patent/CN101620730B/en
Publication of US20090324118A1 publication Critical patent/US20090324118A1/en
Priority to US13/669,597 priority patent/US8538202B2/en
Application granted granted Critical
Publication of US8326069B2 publication Critical patent/US8326069B2/en
Expired - Fee Related legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformation in the plane of the image
    • G06T3/40Scaling the whole image or part thereof
    • G06T3/4053Super resolution, i.e. output image resolution higher than sensor resolution

Definitions

  • This relates generally to generating so-called super-resolution images which are higher resolution images based on multiple lower resolution images.
  • Images with higher resolution are more desirable. Images with higher resolution have greater pixel density and, hence, show greater detail than lower resolution images of the same scene. Higher resolution images have many applications, including medical imaging, satellite imaging, computer vision, video surveillance, face recognition, car plate number extraction and recognition, and converting digital versatile disk video to high density television, to mention a few examples.
  • the lower resolution images may be different views of the same scene. They may be obtained from the same camera, for example, while introducing small, so-called sub-pixel shifts in the camera location from frame to frame, or capturing a small amount of motion in the scene.
  • the low resolution images may be captured using different cameras aimed at the same scene.
  • a resultant high resolution image is then reconstructed by aligning and properly combining the low resolution images so that additional image information is obtained.
  • the process may also include image restoration, where de-blurring and de-noising operations are performed as well.
  • the reconstruction of the resultant high resolution image is a difficult problem because it belongs to the class of inverse, ill-posed mathematical problems.
  • the needed signal processing may be interpreted as being the reverse of the so-called observation model, which is a mathematically deterministic way to describe the formation of low resolution images of a scene based upon known camera parameters. Since the scene is approximated by an acceptable quality high resolution image of it, the observation model is usually defined as relating a high resolution discrete image of the scene to its corresponding low resolution images. This relationship may be given as a concatenation of geometric transform, a blur operator, and down-sampling operator, plus an additive noise term.
  • FIG. 1 is a flow diagram for a re-packing algorithm in accordance with one embodiment of the present invention
  • FIG. 2 is a flow chart for the gradient computation in accordance with one embodiment of the present invention.
  • FIG. 3 is a flow chart for non-linear iterative conjugate gradient optimization in accordance with one embodiment.
  • FIG. 4 is a system depiction for one embodiment.
  • the letter n represents additive noise having random characteristics, which may represent, for example, the variation or error between lower resolution images that have been captured by the same camera without any changes in the scene and without any changes to camera or lighting settings.
  • the super-resolution image reconstruction estimates the higher resolution image f that corresponds to a given set of lower resolution images Y.
  • a Bayesian estimation process may be used to estimate f, to get the resultant higher resolution image mentioned above.
  • an “a posteriori” probability function typically a probability density function, is mathematically defined as P(f
  • the optimization problem which is finding a suitable high resolution image f, that has the highest probability, given a set of low resolution images or that maximizes the a posteriori probability function, may be rewritten as: P ( f
  • Y ) p ( Y
  • the prior probability density function indicates what higher resolution images are more likely to occur, based on, for example, statistical characterization of an ensemble of different higher resolution images.
  • the prior probability density function may be a joint probability, defined over all the pixels in a higher resolution image and may be based on statistical data from a large number of images.
  • the a posteriori probability function is a probability density function that defines the probabilities of observing lower resolution images that correspond to a particular higher resolution image.
  • the likelihood probability density function may be determined based on the observation model described above where the noise term is typically assumed to have a Gaussian probability distribution.
  • the estimation process becomes one of iteratively determining trial higher resolution images and stopping when there is a convergence, which may signify that a maximum of the a posteriori probability function has been reached.
  • a non-linear iterative conjugate gradient optimization algorithm computes the gradient of the a posteriori probability function at each search iteration.
  • the calculation of the gradient is the most computationally intensive part of the super-resolution algorithm. In typical configurations it takes 80 to 90 percent of the maximization procedure running time.
  • the conjugate gradient optimization algorithm models noise by a probabilistic, non-Gaussian, robust function.
  • FIG. 3 shows the use of the conjugate gradient method which is an iterative method that provides an acceptable balance between complexity and speed of convergence.
  • the criteria for convergence is delta E less than T (diamond 48 ), which tests whether the error or difference in the a posteriori probability function between two successive trial higher resolution images, is less than a predefined threshold T.
  • An alternative is to define delta E as the difference between consecutive trial higher resolution images.
  • the conjugate gradient method computes the gradient of the error function which has two terms in this embodiment, one corresponding to the likelihood probability function and the other to the prior probability density function.
  • the computation of the likelihood probability function gradient involves the application of standard image processing operations including geometric warping, a linear filtering, and sub-sampling/up sampling, for example, that model both the forward and the reverse of a low resolution image formation-process.
  • an initial, trial higher resolution image is needed. This may be, for example, a combination of one or more input (observed) lower resolution image sequences (block 30 ) that have been aligned (block 34 ). The results of this initial alignment are then used with optical flow vectors 36 to repack the data (block 38 ). Then the gradient is calculated (block 42 ) using an initial higher resolution image (block 40 ) and the repacked lower resolution data. Next, the initial higher resolution image is updated at block 44 . The goal is to find the higher resolution image which, when re-sampled in the grid of the input lower resolution images, according to the imaging observation model, predicts the input (observed) lower resolution images.
  • the gradients, computed in block 42 indicate to the iterative process the direction to move, so as to come closer to the peak or trough in the combination of likelihood and prior probability density functions. This movement along the likelihood and prior probability density functions results in a change or update (block 44 ) to the next higher resolution image, which generates the current trial higher resolution image.
  • the current trial higher resolution image is then inserted into the second equation and compared to the threshold T (diamond 48 ). If the delta E is still too high, then the gradient computation loop is repeated. This alignment may be evaluated using a conventional technique. Otherwise, if delta E is less than T, the sequence ends (block 50 ).
  • the lower resolution pixel data may be rearranged (i.e. repacked) before running the conjugate gradient optimization algorithm ( FIG. 3 , block 38 ).
  • all of the low resolution pixels may be mapped to a certain area of a higher resolution image and all of the associated data may be put together in a continuous buffer.
  • a continuous buffer is a circular buffer or a buffer that has no end.
  • the image may be divided into tiles and then the gradient is computed per tile.
  • the higher resolution image is divided into a set of non-overlapping, rectangular tiles of the same or, substantially the same, size, as indicated in block 10 .
  • For each pixel in each lower resolution image its mapping to the higher resolution image is determined, as indicated in block 12 .
  • That higher resolution region may be a 3 ⁇ 3 region in one embodiment.
  • the tile that the region center belongs to is found.
  • the input lower resolution pixels, mapped into each tile, are then counted, as indicated in block 14 to get a count N t .
  • a continuous buffer, pool[k] is allocated, as indicated in block 16 .
  • the size of the buffer is set equal to N t elements.
  • the values of the relevant lower resolution pixels, together with the optical flow vectors, are placed in that continuous buffer, where the lower resolution pixel is mapped, as indicated in block 18 .
  • the optical flow vector is a two-dimensional vector with a physical offset across a two-dimensional image plane of this pixel between two frames.
  • the gradients may then be calculated per tile, as indicated in FIG. 2 , using the reorganized data from the sequence of FIG. 1 .
  • the gradient describes how far the current higher resolution image is from the estimated higher resolution image.
  • the algorithm of FIG. 2 may be executed in parallel for each tile in a multicore processor, in one embodiment. Each iteration runs separately and in parallel with the other iterations on a processor core assigned to a thread. In some embodiments, a processor with many cores may be utilized that is capable of running many threads.
  • each loop indicated in FIG. 2 , processes all of the elements of the array assigned to the k-th tile.
  • the elements of the array are the values of the optical flow vector.
  • a delta is determined as the difference between a derivative of a robust function and a direct projection function (block 22 ).
  • the direct projection function projects the higher resolution image into lower resolution images. It models the mapping from pixels in the higher resolution image to points in the lower resolution images. The result is a set of lower resolution images.
  • the gradient of that function is calculated.
  • a term is determined for assessing the discrepancy between the observed lower resolution pixel value and the current (on the k-th minimization step) direct projection function value of the current higher resolution pixels, which is being estimated.
  • Outliers are points that are affected by an unusually high amount of noise at the tail ends of the density of the probability density graph.
  • One robust function is a Cauchy function which is equal to the logarithm of the quantity 1+X 2 /sigma 2 , where sigma is a known parameter.
  • the derivative of the robust function is 2*X/(sigma 2 +X 2 ). Then, the gradient may be calculated by subtracting from the derivative of the robust function the value of the direct projection function.
  • the next lower resolution pixel and optical flow vector are retrieved from a tile's continuous buffer.
  • the direct projection of the higher resolution image into the lower resolution pixel is calculated using the retrieved optical flow vector.
  • the gradient is updated with an inverse projected delta, as indicated in block 24 .
  • the inverse projection models mapping from pixels in the lower resolution image to pixels in the higher resolution image.
  • the gradients calculated for each tile are combined into one gradient image.
  • a graphics pipeline may include a graphics processor 112 , coupled by a bus 106 , to a frame buffer 114 .
  • a display screen 118 is coupled by a bus 107 to the frame buffer 114 and by a bus 108 to a keyboard or mouse 120 .
  • the graphics processor 112 may be coupled, in one embodiment, to chipset core logic 110 by a bus 105 and a main processor 100 .
  • one or more of the graphics processor or main processor may use symmetric multiprocessing with multiple cores to calculate gradients in parallel.
  • a storage 130 may be coupled to the chipset core logic and the storage 130 may include a main memory 132 , hard drives 134 , and removable media 136 , as examples.
  • the sequences depicted in FIGS. 1 , 2 , and 3 may be implemented as machine readable instructions stored in a portion 139 of the main memory 132 in one embodiment.
  • the continuous buffer, pool [k] may be established within the main memory 132 .
  • the buffer and the storage of the sequences, indicated in FIGS. 1 to 3 may also be implemented within the main processor 100 , another memory, or in a graphics processor 112 , to give additional examples.
  • the sequences of FIGS. 1-3 may be implemented in software and, in other embodiments, they may be implemented in hardware.
  • the sequences may be implemented by instructions executable by a processor, such as the processor 112 or the processor 100 , in the cores of such a processor, using instructions stored in a computer readable medium, such as the region 139 .
  • the computer readable medium may be any computer readable storage medium, including magnetic, semiconductor, or optical memory.
  • graphics processing techniques described herein may be implemented in various hardware architectures. For example, graphics functionality may be integrated within a chipset. Alternatively, a discrete graphics processor may be used. As still another embodiment, the graphics functions may be implemented by a general purpose processor, including a multicore processor.
  • references throughout this specification to “one embodiment” or “an embodiment” mean that a particular feature, structure, or characteristic described in connection with the embodiment is included in at least one implementation encompassed within the present invention. Thus, appearances of the phrase “one embodiment” or “in an embodiment” are not necessarily referring to the same embodiment. Furthermore, the particular features, structures, or characteristics may be instituted in other suitable forms other than the particular embodiment illustrated and all such forms may be encompassed within the claims of the present application.

Abstract

Super-resolution images may be produced by dividing a higher resolution image into a set of non-overlapping rectangular tiles of substantially the same size. Then, each pixel in each lower resolution image is mapped to the higher resolution image and it is determined which tiles are mapped to which lower resolution image pixels. A continuous buffer may be allocated for each tile and the relevant lower resolution pixels may be stored, together with optical flow vectors, in that continuous buffer. Then, the determination of gradients may use the information now stored in the buffer to facilitate symmetric multiprocessing using multi-core processors.

Description

BACKGROUND
This relates generally to generating so-called super-resolution images which are higher resolution images based on multiple lower resolution images.
In electronic imaging applications, images with higher resolution are more desirable. Images with higher resolution have greater pixel density and, hence, show greater detail than lower resolution images of the same scene. Higher resolution images have many applications, including medical imaging, satellite imaging, computer vision, video surveillance, face recognition, car plate number extraction and recognition, and converting digital versatile disk video to high density television, to mention a few examples.
In super-resolution image reconstruction, multiple observed lower resolution images or frames of a scene are used to create a higher resolution image. The lower resolution images may be different views of the same scene. They may be obtained from the same camera, for example, while introducing small, so-called sub-pixel shifts in the camera location from frame to frame, or capturing a small amount of motion in the scene. Alternatively, the low resolution images may be captured using different cameras aimed at the same scene. A resultant high resolution image is then reconstructed by aligning and properly combining the low resolution images so that additional image information is obtained. The process may also include image restoration, where de-blurring and de-noising operations are performed as well.
The reconstruction of the resultant high resolution image is a difficult problem because it belongs to the class of inverse, ill-posed mathematical problems. The needed signal processing may be interpreted as being the reverse of the so-called observation model, which is a mathematically deterministic way to describe the formation of low resolution images of a scene based upon known camera parameters. Since the scene is approximated by an acceptable quality high resolution image of it, the observation model is usually defined as relating a high resolution discrete image of the scene to its corresponding low resolution images. This relationship may be given as a concatenation of geometric transform, a blur operator, and down-sampling operator, plus an additive noise term.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a flow diagram for a re-packing algorithm in accordance with one embodiment of the present invention;
FIG. 2 is a flow chart for the gradient computation in accordance with one embodiment of the present invention;
FIG. 3 is a flow chart for non-linear iterative conjugate gradient optimization in accordance with one embodiment; and
FIG. 4 is a system depiction for one embodiment.
DETAILED DESCRIPTION
The observation model, a mathematically deterministic way to describe the formation of lower resolution images of a scene, may be expressed by the mathematical relationship Y=W*f+n, where Y is the set of observed lower resolution images and W represents the linear transformation of higher resolution pixels in the higher resolution image f to the lower resolution pixels in Y. The letter n represents additive noise having random characteristics, which may represent, for example, the variation or error between lower resolution images that have been captured by the same camera without any changes in the scene and without any changes to camera or lighting settings. Based on the observation model, the super-resolution image reconstruction estimates the higher resolution image f that corresponds to a given set of lower resolution images Y.
A Bayesian estimation process, sometimes referred to as stochastic or probabilistic super-resolution image reconstruction, may be used to estimate f, to get the resultant higher resolution image mentioned above. In that case, an “a posteriori” probability function, typically a probability density function, is mathematically defined as P(f|Y), which is the probability of a particular high resolution image f, given the set of observed low resolution images Y.
Applying a mathematical manipulation called Bayes law, the optimization problem, which is finding a suitable high resolution image f, that has the highest probability, given a set of low resolution images or that maximizes the a posteriori probability function, may be rewritten as:
P(f|Y)=p(Y|f)*p(f),
where p(f) is called the prior probability density function that gives the probabilities of a particular higher resolution image prior to any observation. The prior probability density function indicates what higher resolution images are more likely to occur, based on, for example, statistical characterization of an ensemble of different higher resolution images. The prior probability density function may be a joint probability, defined over all the pixels in a higher resolution image and may be based on statistical data from a large number of images.
The a posteriori probability function, called the likelihood function, is a probability density function that defines the probabilities of observing lower resolution images that correspond to a particular higher resolution image. The likelihood probability density function may be determined based on the observation model described above where the noise term is typically assumed to have a Gaussian probability distribution. The estimation process becomes one of iteratively determining trial higher resolution images and stopping when there is a convergence, which may signify that a maximum of the a posteriori probability function has been reached.
To define the maximum of the a posteriori probability function, a non-linear iterative conjugate gradient optimization algorithm is used. The conjugate gradient method computes the gradient of the a posteriori probability function at each search iteration. The calculation of the gradient is the most computationally intensive part of the super-resolution algorithm. In typical configurations it takes 80 to 90 percent of the maximization procedure running time.
The conjugate gradient optimization algorithm models noise by a probabilistic, non-Gaussian, robust function. FIG. 3 shows the use of the conjugate gradient method which is an iterative method that provides an acceptable balance between complexity and speed of convergence. The criteria for convergence is delta E less than T (diamond 48), which tests whether the error or difference in the a posteriori probability function between two successive trial higher resolution images, is less than a predefined threshold T. An alternative is to define delta E as the difference between consecutive trial higher resolution images.
The conjugate gradient method computes the gradient of the error function which has two terms in this embodiment, one corresponding to the likelihood probability function and the other to the prior probability density function. The computation of the likelihood probability function gradient (block 38) involves the application of standard image processing operations including geometric warping, a linear filtering, and sub-sampling/up sampling, for example, that model both the forward and the reverse of a low resolution image formation-process.
To compute the likelihood probability density function, an initial, trial higher resolution image is needed. This may be, for example, a combination of one or more input (observed) lower resolution image sequences (block 30) that have been aligned (block 34). The results of this initial alignment are then used with optical flow vectors 36 to repack the data (block 38). Then the gradient is calculated (block 42) using an initial higher resolution image (block 40) and the repacked lower resolution data. Next, the initial higher resolution image is updated at block 44. The goal is to find the higher resolution image which, when re-sampled in the grid of the input lower resolution images, according to the imaging observation model, predicts the input (observed) lower resolution images.
The gradients, computed in block 42, indicate to the iterative process the direction to move, so as to come closer to the peak or trough in the combination of likelihood and prior probability density functions. This movement along the likelihood and prior probability density functions results in a change or update (block 44) to the next higher resolution image, which generates the current trial higher resolution image. The current trial higher resolution image is then inserted into the second equation and compared to the threshold T (diamond 48). If the delta E is still too high, then the gradient computation loop is repeated. This alignment may be evaluated using a conventional technique. Otherwise, if delta E is less than T, the sequence ends (block 50).
To reduce the memory footprint and to improve cache utilization, in some embodiments, the lower resolution pixel data may be rearranged (i.e. repacked) before running the conjugate gradient optimization algorithm (FIG. 3, block 38). In this rearrangement, all of the low resolution pixels may be mapped to a certain area of a higher resolution image and all of the associated data may be put together in a continuous buffer. As used herein, a continuous buffer is a circular buffer or a buffer that has no end. To achieve this rearrangement, the image may be divided into tiles and then the gradient is computed per tile.
Different tiles are processed in parallel with different threads in symmetric multiple processing (SMP) in a multicore processor. Thus, referring to FIG. 1, initially, the higher resolution image is divided into a set of non-overlapping, rectangular tiles of the same or, substantially the same, size, as indicated in block 10. For each pixel in each lower resolution image, its mapping to the higher resolution image is determined, as indicated in block 12. That higher resolution region may be a 3×3 region in one embodiment. Then, the tile that the region center belongs to is found. The input lower resolution pixels, mapped into each tile, are then counted, as indicated in block 14 to get a count Nt. For each tile k, where k is less than the total number of tiles and greater than or equal to zero, a continuous buffer, pool[k], is allocated, as indicated in block 16. The size of the buffer is set equal to Nt elements. The values of the relevant lower resolution pixels, together with the optical flow vectors, are placed in that continuous buffer, where the lower resolution pixel is mapped, as indicated in block 18.
For each pixel in the lower resolution image, the optical flow vector is a two-dimensional vector with a physical offset across a two-dimensional image plane of this pixel between two frames.
After the initial data reorganization, the gradients may then be calculated per tile, as indicated in FIG. 2, using the reorganized data from the sequence of FIG. 1. The gradient describes how far the current higher resolution image is from the estimated higher resolution image. The algorithm of FIG. 2 may be executed in parallel for each tile in a multicore processor, in one embodiment. Each iteration runs separately and in parallel with the other iterations on a processor core assigned to a thread. In some embodiments, a processor with many cores may be utilized that is capable of running many threads. Thus, each loop, indicated in FIG. 2, processes all of the elements of the array assigned to the k-th tile. The elements of the array are the values of the optical flow vector.
After initialization (block 20), a delta is determined as the difference between a derivative of a robust function and a direct projection function (block 22). The direct projection function projects the higher resolution image into lower resolution images. It models the mapping from pixels in the higher resolution image to points in the lower resolution images. The result is a set of lower resolution images.
During the determination of a maximum of the a posteriori probability function on each iteration, the gradient of that function is calculated. To calculate the gradient, a term is determined for assessing the discrepancy between the observed lower resolution pixel value and the current (on the k-th minimization step) direct projection function value of the current higher resolution pixels, which is being estimated.
To minimize the influence of outliers, a robust function may be used to find the optimal optical flow parameters of the direct projection function in some embodiments. Outliers are points that are affected by an unusually high amount of noise at the tail ends of the density of the probability density graph.
There are a number of different robust functions. One robust function is a Cauchy function which is equal to the logarithm of the quantity 1+X2/sigma2, where sigma is a known parameter. Thus, the derivative of the robust function is 2*X/(sigma2+X2). Then, the gradient may be calculated by subtracting from the derivative of the robust function the value of the direct projection function.
Thus, to calculate the delta, the next lower resolution pixel and optical flow vector are retrieved from a tile's continuous buffer. The direct projection of the higher resolution image into the lower resolution pixel is calculated using the retrieved optical flow vector.
Then, the gradient is updated with an inverse projected delta, as indicated in block 24. The inverse projection models mapping from pixels in the lower resolution image to pixels in the higher resolution image. Finally, as indicated in block 26, the gradients calculated for each tile are combined into one gradient image.
In some embodiments, the layout may be used in symmetric multiprocessing computers with multiple core processors. Referring to FIG. 4, in accordance with some embodiments, a graphics pipeline may include a graphics processor 112, coupled by a bus 106, to a frame buffer 114. A display screen 118 is coupled by a bus 107 to the frame buffer 114 and by a bus 108 to a keyboard or mouse 120.
The graphics processor 112 may be coupled, in one embodiment, to chipset core logic 110 by a bus 105 and a main processor 100. In some embodiments, one or more of the graphics processor or main processor may use symmetric multiprocessing with multiple cores to calculate gradients in parallel.
A storage 130 may be coupled to the chipset core logic and the storage 130 may include a main memory 132, hard drives 134, and removable media 136, as examples.
The sequences depicted in FIGS. 1, 2, and 3 may be implemented as machine readable instructions stored in a portion 139 of the main memory 132 in one embodiment. In addition, the continuous buffer, pool [k], may be established within the main memory 132. However, the buffer and the storage of the sequences, indicated in FIGS. 1 to 3, may also be implemented within the main processor 100, another memory, or in a graphics processor 112, to give additional examples.
In some embodiments, the sequences of FIGS. 1-3 may be implemented in software and, in other embodiments, they may be implemented in hardware. In a software embodiment, the sequences may be implemented by instructions executable by a processor, such as the processor 112 or the processor 100, in the cores of such a processor, using instructions stored in a computer readable medium, such as the region 139. The computer readable medium may be any computer readable storage medium, including magnetic, semiconductor, or optical memory.
The graphics processing techniques described herein may be implemented in various hardware architectures. For example, graphics functionality may be integrated within a chipset. Alternatively, a discrete graphics processor may be used. As still another embodiment, the graphics functions may be implemented by a general purpose processor, including a multicore processor.
References throughout this specification to “one embodiment” or “an embodiment” mean that a particular feature, structure, or characteristic described in connection with the embodiment is included in at least one implementation encompassed within the present invention. Thus, appearances of the phrase “one embodiment” or “in an embodiment” are not necessarily referring to the same embodiment. Furthermore, the particular features, structures, or characteristics may be instituted in other suitable forms other than the particular embodiment illustrated and all such forms may be encompassed within the claims of the present application.
While the present invention has been described with respect to a limited number of embodiments, those skilled in the art will appreciate numerous modifications and variations therefrom. It is intended that the appended claims cover all such modifications and variations as fall within the true spirit and scope of this present invention.

Claims (24)

1. A method comprising:
dividing a higher resolution image into multiple areas;
finding a particular area in the higher resolution image in which two or more lower resolution pixels from one or more lower resolution images are mapped;
collecting the associated data for said pixels within a buffer;
before running a conjugate gradient optimization algorithm, rearranging pixel data for the lower resolution images into tiles; and
computing the gradient per tile to form a super-resolution image.
2. The method of claim 1 including collecting the associated data in a buffer that is continuous.
3. The method of claim 1 including dividing the higher resolution image into a set of non-overlapping rectangular tiles of substantially the same size.
4. The method of claim 3 including, for each pixel in each lower resolution image, finding its mapping to the higher resolution image.
5. The method of claim 4 including finding one or more tiles within the higher resolution image that the pixels from the one or more lower resolution images are mapped into.
6. The method of claim 5 including counting the number of lower resolution pixels mapped to each tile.
7. The method of claim 6 including, for each tile, allocating a continuous buffer of a size equal to the counted number of lower resolution pixels mapped into that tile.
8. The method of claim 7 including calculating a tile within the higher resolution image that a lower resolution pixel is mapped into and placing the value of the lower resolution pixels, together with its optical flow vector, within a continuous buffer for the tile.
9. The method of claim 8 including using the reorganized data to calculate a gradient for each tile.
10. The method of claim 9 including retrieving a low resolution pixel value and optical flow vector from the tile's continuous buffer, using the optical flow vector to calculate a direct projection of the higher resolution image into the lower resolution pixel, and updating the tile's gradient with the inverse projected delta.
11. The method of claim 9 including combining the gradients calculated for each tile into one combined gradient.
12. The method of claim 10 including calculating a gradient for each of a plurality of tiles in parallel on a multicore processor.
13. The method of claim 12 including updating values in a tile's continuous buffer with an inverse projected delta that is equal to a robust function derivative of the difference between a direct projected pixel and a lower resolution pixel.
14. An apparatus comprising:
a multi-core processor to form a super-resolution image by dividing a higher resolution image into multiple areas and finding a particular area in the higher resolution image in which two or more lower resolution pixels from one or more lower resolution images are mapped, before running a conjugate gradient optimization algorithm, rearranging pixel data for the lower resolution images into tiles, and computing the gradient per tile to form a super-resolution image; and
a buffer coupled to said processor to collect the associated data for said pixels.
15. The apparatus of claim 14 wherein said buffer is continuous.
16. The apparatus of claim 14, said processor to divide the higher resolution image into a set of non-overlapping rectangular tiles of substantially the same size.
17. The apparatus of claim 16, said processor to find the mapping for each pixel in each lower resolution image to the higher resolution image.
18. The apparatus of claim 17, said processor to find one or more tiles within the higher resolution image that the pixels in one or more the lower resolution images are mapped into.
19. The apparatus of claim 18, said processor to allocate a continuous buffer for each tile.
20. The apparatus of claim 19, said processor to place the values of the lower resolution pixels, together with optical flow vectors, within a continuous buffer for each tile.
21. The apparatus of claim 20, said processor to use the reorganized data to calculate a gradient for each tile.
22. The apparatus of claim 21, said processor to combine the gradients calculated for each tile into one combined gradient.
23. The apparatus of claim 22, said apparatus to calculate a difference between a derivative of a robust function and a direct projection function.
24. The apparatus of claim 23, said processor to update each gradient with an inverse projected delta.
US12/215,921 2008-06-30 2008-06-30 Computing higher resolution images from multiple lower resolution images Expired - Fee Related US8326069B2 (en)

Priority Applications (5)

Application Number Priority Date Filing Date Title
US12/215,921 US8326069B2 (en) 2008-06-30 2008-06-30 Computing higher resolution images from multiple lower resolution images
PCT/US2009/048241 WO2010002630A2 (en) 2008-06-30 2009-06-23 Computing higher resolution images from multiple lower resolution images
EP09251649A EP2141653A3 (en) 2008-06-30 2009-06-25 Computing higher resolution images from multiple lower resolution images
CN2009101594364A CN101620730B (en) 2008-06-30 2009-06-30 Computing higher resolution images from multiple lower resolution images
US13/669,597 US8538202B2 (en) 2008-06-30 2012-11-06 Computing higher resolution images from multiple lower resolution images

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US12/215,921 US8326069B2 (en) 2008-06-30 2008-06-30 Computing higher resolution images from multiple lower resolution images

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US13/669,597 Continuation US8538202B2 (en) 2008-06-30 2012-11-06 Computing higher resolution images from multiple lower resolution images

Publications (2)

Publication Number Publication Date
US20090324118A1 US20090324118A1 (en) 2009-12-31
US8326069B2 true US8326069B2 (en) 2012-12-04

Family

ID=41165146

Family Applications (2)

Application Number Title Priority Date Filing Date
US12/215,921 Expired - Fee Related US8326069B2 (en) 2008-06-30 2008-06-30 Computing higher resolution images from multiple lower resolution images
US13/669,597 Active US8538202B2 (en) 2008-06-30 2012-11-06 Computing higher resolution images from multiple lower resolution images

Family Applications After (1)

Application Number Title Priority Date Filing Date
US13/669,597 Active US8538202B2 (en) 2008-06-30 2012-11-06 Computing higher resolution images from multiple lower resolution images

Country Status (4)

Country Link
US (2) US8326069B2 (en)
EP (1) EP2141653A3 (en)
CN (1) CN101620730B (en)
WO (1) WO2010002630A2 (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150363758A1 (en) * 2014-06-13 2015-12-17 Xerox Corporation Store shelf imaging system
US9478010B2 (en) 2013-12-12 2016-10-25 Google Technology Holdings LLC Generating an enhanced image of a predetermined scene from a plurality of images of the predetermined
US9542746B2 (en) 2014-06-13 2017-01-10 Xerox Corporation Method and system for spatial characterization of an imaging system
US9659204B2 (en) 2014-06-13 2017-05-23 Conduent Business Services, Llc Image processing methods and systems for barcode and/or product label recognition
US9928438B2 (en) 2016-03-10 2018-03-27 Conduent Business Services, Llc High accuracy localization system and method for retail store profiling via product image recognition and its corresponding dimension database
US10002344B2 (en) 2016-10-17 2018-06-19 Conduent Business Services, Llc System and method for retail store promotional price tag detection
US10019803B2 (en) 2016-10-17 2018-07-10 Conduent Business Services, Llc Store shelf imaging system and method using a vertical LIDAR
US10176452B2 (en) 2014-06-13 2019-01-08 Conduent Business Services Llc Store shelf imaging system and method
US10210603B2 (en) 2016-10-17 2019-02-19 Conduent Business Services Llc Store shelf imaging system and method
US10289990B2 (en) 2016-10-17 2019-05-14 Conduent Business Services, Llc Store shelf imaging system and method
US10628713B2 (en) * 2015-12-25 2020-04-21 Pfu Limited Mobile terminal, image processing method, and computer-readable recording medium
US11032494B2 (en) * 2016-09-28 2021-06-08 Versitech Limited Recovery of pixel resolution in scanning imaging

Families Citing this family (70)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11792538B2 (en) 2008-05-20 2023-10-17 Adeia Imaging Llc Capturing and processing of images including occlusions focused on an image sensor by a lens stack array
US8866920B2 (en) 2008-05-20 2014-10-21 Pelican Imaging Corporation Capturing and processing of images using monolithic camera array with heterogeneous imagers
JP2011523538A (en) 2008-05-20 2011-08-11 ペリカン イメージング コーポレイション Image capture and processing using monolithic camera arrays with different types of imagers
US8514491B2 (en) 2009-11-20 2013-08-20 Pelican Imaging Corporation Capturing and processing of images using monolithic camera array with heterogeneous imagers
WO2011143501A1 (en) 2010-05-12 2011-11-17 Pelican Imaging Corporation Architectures for imager arrays and array cameras
CN102376086B (en) * 2010-08-23 2014-03-26 致伸科技股份有限公司 Method for generating high-resolution image
US8878950B2 (en) 2010-12-14 2014-11-04 Pelican Imaging Corporation Systems and methods for synthesizing high resolution images using super-resolution processes
CN103765864B (en) 2011-05-11 2017-07-04 派力肯影像公司 For transmitting the system and method with receiving array camera image data
DE102011050585B4 (en) 2011-05-24 2014-05-08 Kunststoff Helmbrechts Ag Process for the production of a plastic molding as a display and / or functional element and plastic molding
JP2014521117A (en) 2011-06-28 2014-08-25 ペリカン イメージング コーポレイション Optical array for use with array cameras
US20130265459A1 (en) 2011-06-28 2013-10-10 Pelican Imaging Corporation Optical arrangements for use with an array camera
WO2013043761A1 (en) 2011-09-19 2013-03-28 Pelican Imaging Corporation Determining depth from multiple views of a scene that include aliasing using hypothesized fusion
IN2014CN02708A (en) 2011-09-28 2015-08-07 Pelican Imaging Corp
US9412206B2 (en) 2012-02-21 2016-08-09 Pelican Imaging Corporation Systems and methods for the manipulation of captured light field image data
US9210392B2 (en) 2012-05-01 2015-12-08 Pelican Imaging Coporation Camera modules patterned with pi filter groups
EP2873028A4 (en) 2012-06-28 2016-05-25 Pelican Imaging Corp Systems and methods for detecting defective camera arrays, optic arrays, and sensors
US20140002674A1 (en) 2012-06-30 2014-01-02 Pelican Imaging Corporation Systems and Methods for Manufacturing Camera Modules Using Active Alignment of Lens Stack Arrays and Sensors
EP2888720B1 (en) 2012-08-21 2021-03-17 FotoNation Limited System and method for depth estimation from images captured using array cameras
EP2888698A4 (en) 2012-08-23 2016-06-29 Pelican Imaging Corp Feature based high resolution motion estimation from low resolution images captured using an array source
WO2014043641A1 (en) 2012-09-14 2014-03-20 Pelican Imaging Corporation Systems and methods for correcting user identified artifacts in light field images
CN104685860A (en) 2012-09-28 2015-06-03 派力肯影像公司 Generating images from light fields utilizing virtual viewpoints
US9143711B2 (en) 2012-11-13 2015-09-22 Pelican Imaging Corporation Systems and methods for array camera focal plane control
WO2014130849A1 (en) 2013-02-21 2014-08-28 Pelican Imaging Corporation Generating compressed light field representation data
US9374512B2 (en) 2013-02-24 2016-06-21 Pelican Imaging Corporation Thin form factor computational array cameras and modular array cameras
US9638883B1 (en) 2013-03-04 2017-05-02 Fotonation Cayman Limited Passive alignment of array camera modules constructed from lens stack arrays and sensors based upon alignment information obtained during manufacture of array camera modules using an active alignment process
US9774789B2 (en) 2013-03-08 2017-09-26 Fotonation Cayman Limited Systems and methods for high dynamic range imaging using array cameras
US8866912B2 (en) 2013-03-10 2014-10-21 Pelican Imaging Corporation System and methods for calibration of an array camera using a single captured image
US9521416B1 (en) 2013-03-11 2016-12-13 Kip Peli P1 Lp Systems and methods for image data compression
US9519972B2 (en) 2013-03-13 2016-12-13 Kip Peli P1 Lp Systems and methods for synthesizing images from image data captured by an array camera using restricted depth of field depth maps in which depth estimation precision varies
WO2014164550A2 (en) 2013-03-13 2014-10-09 Pelican Imaging Corporation System and methods for calibration of an array camera
US9888194B2 (en) 2013-03-13 2018-02-06 Fotonation Cayman Limited Array camera architecture implementing quantum film image sensors
US9106784B2 (en) 2013-03-13 2015-08-11 Pelican Imaging Corporation Systems and methods for controlling aliasing in images captured by an array camera for use in super-resolution processing
US9578259B2 (en) 2013-03-14 2017-02-21 Fotonation Cayman Limited Systems and methods for reducing motion blur in images or video in ultra low light with array cameras
US9100586B2 (en) 2013-03-14 2015-08-04 Pelican Imaging Corporation Systems and methods for photometric normalization in array cameras
US9633442B2 (en) 2013-03-15 2017-04-25 Fotonation Cayman Limited Array cameras including an array camera module augmented with a separate camera
US20140267759A1 (en) * 2013-03-15 2014-09-18 Digitalglobe, Inc. Estimation of fine structure within pixels in satellite imagery
WO2014145856A1 (en) 2013-03-15 2014-09-18 Pelican Imaging Corporation Systems and methods for stereo imaging with camera arrays
US9445003B1 (en) 2013-03-15 2016-09-13 Pelican Imaging Corporation Systems and methods for synthesizing high resolution images using image deconvolution based on motion and depth information
US9497370B2 (en) 2013-03-15 2016-11-15 Pelican Imaging Corporation Array camera architecture implementing quantum dot color filters
US10122993B2 (en) 2013-03-15 2018-11-06 Fotonation Limited Autofocus system for a conventional camera that uses depth information from an array camera
US9497429B2 (en) 2013-03-15 2016-11-15 Pelican Imaging Corporation Extended color processing on pelican array cameras
EP3002256A4 (en) 2013-07-05 2016-08-10 Mitsubishi Heavy Ind Ltd Water treatment method, and water treatment system
US9898856B2 (en) 2013-09-27 2018-02-20 Fotonation Cayman Limited Systems and methods for depth-assisted perspective distortion correction
US9426343B2 (en) 2013-11-07 2016-08-23 Pelican Imaging Corporation Array cameras incorporating independently aligned lens stacks
US10119808B2 (en) 2013-11-18 2018-11-06 Fotonation Limited Systems and methods for estimating depth from projected texture using camera arrays
US9456134B2 (en) 2013-11-26 2016-09-27 Pelican Imaging Corporation Array camera configurations incorporating constituent array cameras and constituent cameras
US10089740B2 (en) 2014-03-07 2018-10-02 Fotonation Limited System and methods for depth regularization and semiautomatic interactive matting using RGB-D images
US9247117B2 (en) 2014-04-07 2016-01-26 Pelican Imaging Corporation Systems and methods for correcting for warpage of a sensor array in an array camera module by introducing warpage into a focal plane of a lens stack array
CN103984937A (en) * 2014-05-30 2014-08-13 无锡慧眼电子科技有限公司 Pedestrian counting method based on optical flow method
US9521319B2 (en) 2014-06-18 2016-12-13 Pelican Imaging Corporation Array cameras and array camera modules including spectral filters disposed outside of a constituent image sensor
US10250871B2 (en) 2014-09-29 2019-04-02 Fotonation Limited Systems and methods for dynamic calibration of array cameras
US9942474B2 (en) 2015-04-17 2018-04-10 Fotonation Cayman Limited Systems and methods for performing high speed video capture and depth estimation using array cameras
CN105069765B (en) * 2015-07-22 2017-12-22 广东迅通科技股份有限公司 A kind of fuzzy license plate method for reconstructing of feature based study
EP3373250B1 (en) * 2015-12-03 2020-04-08 Huawei Technologies Co., Ltd. Method and portable electronic device for changing graphics processing resolution based on scenario
CN105677587A (en) * 2016-01-04 2016-06-15 沈阳东软医疗系统有限公司 Medical imaging equipment data storage method and device
US10776904B2 (en) 2017-05-03 2020-09-15 Samsung Electronics Co., Ltd. Method and apparatus for processing image
RU2652722C1 (en) * 2017-05-03 2018-04-28 Самсунг Электроникс Ко., Лтд. Data processing for super-resolution
CN107292850B (en) * 2017-07-03 2019-08-02 北京航空航天大学 A kind of light stream parallel acceleration method based on Nearest Neighbor Search
US10482618B2 (en) 2017-08-21 2019-11-19 Fotonation Limited Systems and methods for hybrid depth regularization
US10540749B2 (en) * 2018-03-29 2020-01-21 Mitsubishi Electric Research Laboratories, Inc. System and method for learning-based image super-resolution
CN108510446B (en) * 2018-04-10 2023-03-14 四川和生视界医药技术开发有限公司 Method and device for superimposing retinal images
US11270110B2 (en) 2019-09-17 2022-03-08 Boston Polarimetrics, Inc. Systems and methods for surface modeling using polarization cues
MX2022004163A (en) 2019-10-07 2022-07-19 Boston Polarimetrics Inc Systems and methods for surface normals sensing with polarization.
JP7329143B2 (en) 2019-11-30 2023-08-17 ボストン ポーラリメトリックス,インコーポレイティド Systems and methods for segmentation of transparent objects using polarization cues
WO2021154386A1 (en) 2020-01-29 2021-08-05 Boston Polarimetrics, Inc. Systems and methods for characterizing object pose detection and measurement systems
EP4085424A4 (en) 2020-01-30 2024-03-27 Intrinsic Innovation Llc Systems and methods for synthesizing data for training statistical models on different imaging modalities including polarized images
CN111367604A (en) * 2020-02-28 2020-07-03 Tcl移动通信科技(宁波)有限公司 Processing method and device for file display, storage medium and terminal
CN113592709B (en) * 2021-02-19 2023-07-25 腾讯科技(深圳)有限公司 Image super processing method, device, equipment and storage medium
US11290658B1 (en) 2021-04-15 2022-03-29 Boston Polarimetrics, Inc. Systems and methods for camera exposure control
US11689813B2 (en) 2021-07-01 2023-06-27 Intrinsic Innovation Llc Systems and methods for high dynamic range imaging using crossed polarizers

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030112347A1 (en) * 2001-12-13 2003-06-19 International Business Machines Corporation Method and apparatus for producing still video images using electronic motion video apparatus
US20030197063A1 (en) * 1998-11-05 2003-10-23 Welch Allyn Data Collection, Inc. Method for processing images captured with bar code reader having area image sensor
US20060002635A1 (en) 2004-06-30 2006-01-05 Oscar Nestares Computing a higher resolution image from multiple lower resolution images using model-based, robust bayesian estimation
US7016531B1 (en) * 1999-02-01 2006-03-21 Thomson Licensing Process to extract regions of homogeneous color in a digital picture
EP1811453A1 (en) 2004-10-29 2007-07-25 Tokyo Institute of Technology Method for speeding up super resolution processing
CN101098399A (en) 2006-06-26 2008-01-02 三星电机株式会社 Apparatus and method for recovering high pixel image processing
US20080080261A1 (en) 2005-09-26 2008-04-03 Rambus Inc. Memory system topologies including a buffer device and an integrated circuit memory device
US20080122946A1 (en) 2006-06-26 2008-05-29 Samsung Electro-Mechanics Co., Ltd. Apparatus and method of recovering high pixel image
US20080143744A1 (en) 2006-12-13 2008-06-19 Aseem Agarwala Gradient-domain compositing
US20080177994A1 (en) * 2003-01-12 2008-07-24 Yaron Mayer System and method for improving the efficiency, comfort, and/or reliability in Operating Systems, such as for example Windows
US20080298639A1 (en) * 2007-05-28 2008-12-04 Sanyo Electric Co., Ltd. Image Processing Apparatus, Image Processing Method, and Electronic Appliance
US20090256918A1 (en) * 2006-07-26 2009-10-15 Human Monitoring Ltd Image stabilizer

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7809155B2 (en) * 2004-06-30 2010-10-05 Intel Corporation Computing a higher resolution image from multiple lower resolution images using model-base, robust Bayesian estimation

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030197063A1 (en) * 1998-11-05 2003-10-23 Welch Allyn Data Collection, Inc. Method for processing images captured with bar code reader having area image sensor
US7016531B1 (en) * 1999-02-01 2006-03-21 Thomson Licensing Process to extract regions of homogeneous color in a digital picture
US20030112347A1 (en) * 2001-12-13 2003-06-19 International Business Machines Corporation Method and apparatus for producing still video images using electronic motion video apparatus
US20080177994A1 (en) * 2003-01-12 2008-07-24 Yaron Mayer System and method for improving the efficiency, comfort, and/or reliability in Operating Systems, such as for example Windows
US20060002635A1 (en) 2004-06-30 2006-01-05 Oscar Nestares Computing a higher resolution image from multiple lower resolution images using model-based, robust bayesian estimation
CN1734500A (en) 2004-06-30 2006-02-15 英特尔公司 Computing a higher resolution image using model-based, robust bayesian estimation
EP1811453A1 (en) 2004-10-29 2007-07-25 Tokyo Institute of Technology Method for speeding up super resolution processing
US20090080805A1 (en) * 2004-10-29 2009-03-26 Tokyo Institute Of Technology Fast Method of Super-Resolution Processing
US20080080261A1 (en) 2005-09-26 2008-04-03 Rambus Inc. Memory system topologies including a buffer device and an integrated circuit memory device
CN101098399A (en) 2006-06-26 2008-01-02 三星电机株式会社 Apparatus and method for recovering high pixel image processing
US20080122946A1 (en) 2006-06-26 2008-05-29 Samsung Electro-Mechanics Co., Ltd. Apparatus and method of recovering high pixel image
US20090256918A1 (en) * 2006-07-26 2009-10-15 Human Monitoring Ltd Image stabilizer
US20080143744A1 (en) 2006-12-13 2008-06-19 Aseem Agarwala Gradient-domain compositing
US20080298639A1 (en) * 2007-05-28 2008-12-04 Sanyo Electric Co., Ltd. Image Processing Apparatus, Image Processing Method, and Electronic Appliance

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Chinese Office Action received for Chinese Patent Application No. 200910159436.4, dated Apr. 21, 2011, 15 pages.
Chinese Office Action received for Chinese Patent Application No. 200910159436.4, dated Mar. 1, 2012, 11 pages.
Korean Patent Office, International Search Report and Written Opinion issued in corresponding PCT Application No. PCT/US2009/048241, 9 pages, Jan. 21, 2010.

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9478010B2 (en) 2013-12-12 2016-10-25 Google Technology Holdings LLC Generating an enhanced image of a predetermined scene from a plurality of images of the predetermined
US10789680B2 (en) 2013-12-12 2020-09-29 Google Technology Holdings LLC Generating an enhanced image of a predetermined scene from a plurality of images of the predetermined scene
US10134111B2 (en) 2013-12-12 2018-11-20 Google Technology Holdings LLC Generating an enhanced image of a predetermined scene from a plurality of images of the predetermined scene
US10453046B2 (en) * 2014-06-13 2019-10-22 Conduent Business Services, Llc Store shelf imaging system
US9542746B2 (en) 2014-06-13 2017-01-10 Xerox Corporation Method and system for spatial characterization of an imaging system
US9659204B2 (en) 2014-06-13 2017-05-23 Conduent Business Services, Llc Image processing methods and systems for barcode and/or product label recognition
US11481746B2 (en) 2014-06-13 2022-10-25 Conduent Business Services, Llc Store shelf imaging system
US20150363758A1 (en) * 2014-06-13 2015-12-17 Xerox Corporation Store shelf imaging system
US10176452B2 (en) 2014-06-13 2019-01-08 Conduent Business Services Llc Store shelf imaging system and method
US10628713B2 (en) * 2015-12-25 2020-04-21 Pfu Limited Mobile terminal, image processing method, and computer-readable recording medium
US9928438B2 (en) 2016-03-10 2018-03-27 Conduent Business Services, Llc High accuracy localization system and method for retail store profiling via product image recognition and its corresponding dimension database
US11032494B2 (en) * 2016-09-28 2021-06-08 Versitech Limited Recovery of pixel resolution in scanning imaging
US10289990B2 (en) 2016-10-17 2019-05-14 Conduent Business Services, Llc Store shelf imaging system and method
US10210603B2 (en) 2016-10-17 2019-02-19 Conduent Business Services Llc Store shelf imaging system and method
US10019803B2 (en) 2016-10-17 2018-07-10 Conduent Business Services, Llc Store shelf imaging system and method using a vertical LIDAR
US10002344B2 (en) 2016-10-17 2018-06-19 Conduent Business Services, Llc System and method for retail store promotional price tag detection

Also Published As

Publication number Publication date
CN101620730B (en) 2013-05-29
EP2141653A2 (en) 2010-01-06
EP2141653A3 (en) 2012-09-12
US8538202B2 (en) 2013-09-17
US20090324118A1 (en) 2009-12-31
WO2010002630A2 (en) 2010-01-07
WO2010002630A3 (en) 2010-03-11
US20130064474A1 (en) 2013-03-14
CN101620730A (en) 2010-01-06

Similar Documents

Publication Publication Date Title
US8538202B2 (en) Computing higher resolution images from multiple lower resolution images
US9230303B2 (en) Multi-frame super-resolution of image sequence with arbitrary motion patterns
US10547871B2 (en) Edge-aware spatio-temporal filtering and optical flow estimation in real time
US8958484B2 (en) Enhanced image and video super-resolution processing
Zhang et al. A super-resolution reconstruction algorithm for surveillance images
Shen et al. A MAP approach for joint motion estimation, segmentation, and super resolution
KR101393048B1 (en) Method and apparatus for super-resolution of images
KR101137753B1 (en) Methods for fast and memory efficient implementation of transforms
KR101252363B1 (en) Method and apparatus for noise reduction in video
JP4741836B2 (en) Robust estimation of camera pan vector by repeated use of center of mass
US20110304687A1 (en) Generating sharp images, panoramas, and videos from motion-blurred videos
JP2008146643A (en) Method and device for reducing blur caused by movement in image blurred by movement, and computer-readable medium executing computer program for reducing blur caused by movement in image blurred by movement
WO2010044963A1 (en) Digital processing method and system for determination of optical flow
US20180005039A1 (en) Method and apparatus for generating an initial superpixel label map for an image
Tahtali et al. Graphics processing unit restoration of non-uniformly warped images using a typical frame as prototype
Zhang et al. Video superresolution reconstruction using iterative back projection with critical-point filters based image matching
Mohan Adaptive super-resolution image reconstruction with lorentzian error norm
Al Ismaeil et al. Multi-frame super-resolution by enhanced shift & add
Sah et al. Stereo matching using multi-resolution images on CUDA
Patel Shreyas Novel Iterative Back Projection Approach
Zerva et al. Video Super-Resolution Using Plug-and-Play Priors
Kyamakya et al. Super Resolution Challenges and Rewards
Gavade et al. A Survey on Image Reconstruction Using Super Resolution
An et al. Neighborhood-Based Weighted Regularization of Video Sequence Super-Resolution
CN117274029A (en) Hardware acceleration method and system for LK optical flow algorithm

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTEL CORPORATION, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:MASLOV, OLEG;PISAREVSKY, VADIM;RODYUSHKIN, KONSTANTIN;REEL/FRAME:022860/0173

Effective date: 20080725

STCF Information on status: patent grant

Free format text: PATENTED CASE

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

FPAY Fee payment

Year of fee payment: 4

FEPP Fee payment procedure

Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

LAPS Lapse for failure to pay maintenance fees

Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20201204