Laplace Interpolation for Sparse Data Restoration

Laplace Interpolation for Sparse Data Restoration
Slide Note
Embed
Share

Laplace Interpolation is a method used in CSE 5400 by Joy Moore for interpolating sparse data points. It involves concepts such as the mean value property, handling boundary conditions, and using the A-times method. The process replaces missing data points with a designated value and approximates interpolated values based on surrounding points. It is particularly useful for restoring images with missing pixels where up to 90% of data points are removed. References to Numerical Recipes by Press and Vetterling provide additional insights into Laplace Interpolation techniques.

  • Laplace Interpolation
  • Sparse Data
  • Sparse Systems
  • Image Restoration
  • Numerical Methods

Uploaded on Jul 12, 2024 | 3 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.

E N D

Presentation Transcript


  1. Laplace Interpolation CSE 5400 Joy Moore

  2. concept

  3. Concept (cont.)

  4. The mean value property

  5. Mean value property (cont.)

  6. boundary conditions Not all grid points have 4 points surrounding them The edges of the grid have different equations

  7. procedure Replace grid points with missing data with 1.e99 Example: matrix with 5 tabulated data points and 4 missing ones: In the constructor, the boolean vector mask stores 1 where there is a data point and 0 where there is a missing value.

  8. atimes method If mask[k] is 1, the interpolated function value is just the given function value at the tabulated points If mask[k] is 0, the atimes method calls equations 3.8.4 and 3.8.6 to approximate the tabulated values.

  9. uses Laplace interpolation is useful for sparse systems, where most of the data points are missing. For example, 90% of an image s pixels can be removed, and Laplace interpolation does a fairly good job of restoring the image.

  10. Original image

  11. 90% of pixels removed

  12. Restored picture

  13. references Press, William H., and William T. Vetterling. Numerical Recipes. Cambridge Univ. Press, 2007. http://numerical.recipes/CS395T/lectures2010/2010_19_ LaplaceInterpolation.pdf

Related


More Related Content