Heightmap Interpolation

Contents:

  • Introduction
  • Installation
  • Usage
  • Interpolation Methods
  • Which method should I use?
  • Python Packages and Modules
  • Acknowledgements
Heightmap Interpolation
  • Heightmap Interpolation package documentation
  • View page source

Heightmap Interpolation package documentation

Contents:

  • Introduction
  • Installation
    • Installation from sources
    • Alternative: use the pre-compiled docker
  • Usage
  • Interpolation Methods
    • Scattered data Interpolators
      • Nearest Neighbors
      • Linear
      • Cubic
      • Radial Basis Functions
      • Partition of Unity Radial Basis Functions
      • Adaptive Multigrid Solver
    • PDE-based Inpainting Interpolators
      • Iterative Solver
      • Direct Solver
      • Initializer
      • Multi-Grid Solver
      • Harmonic Inpainter
      • Total Variation (TV) Inpainter
      • Continous Curvature Splines in Tension (CCST) Inpainter
      • Absolutely Minimizing Lipschitz Extension (AMLE) Inpainter
    • Other Inpainters
      • OpenCV’s Telea
      • OpenCV’s Navier-Stokes
  • Which method should I use?
    • Depending on the sampling of the reference data
    • Depending on the complexity of the problem
  • Python Packages and Modules
    • heightmap_interpolation package
      • Subpackages
  • Acknowledgements

Indices and tables

  • Index

  • Module Index

  • Search Page

Next

© Copyright 2021, Ricard Campos.

Built with Sphinx using a theme provided by Read the Docs.