Skip to content
#

gaussian-pyramid

Here are 20 public repositories matching this topic...

Several image/video enhancement methods, implemented by Java, to tackle common tasks, like dehazing, denoising, backscatter removal, low illuminance enhancement, featuring, smoothing and etc.

  • Updated May 15, 2019
  • Java

The Gaussian pyramid provides a representation of the same image at multiple scales, using simple lowpass filtering and decimation techniques. The Laplacian pyramid provides a coarse representation of the image as well as a set of detail images (bandpass components) at different scales. This program generates both at various N values

  • Updated May 9, 2023
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the gaussian-pyramid topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gaussian-pyramid topic, visit your repo's landing page and select "manage topics."

Learn more