Python bindings for M. Colom's IPOL Ponomarenko implementation
Project description
Ponomarenko: noise curve estimation from a single image
Python bindings for Miguel Colom's implementation of the Ponomarenko et al. method.
Version 0.0.4 -- March 23, 2020
By Charles Hessel charles.hessel@ens-paris-saclay.fr
The C++ code used in this repository has been peer-reviewed as part of the IPOL publication:
Miguel Colom, and Antoni Buades, Analysis and Extension of the Ponomarenko et al. Method, Estimating a Noise Curve from a Single Image, Image Processing On Line, 3 (2013), pp. 173–197. https://doi.org/10.5201/ipol.2013.45
Installation
Run
pip install -e .
from the directory where setup.py
is located.
Usage
As a Python module
from ponomarenko import estimate_noise
bins, noise_std = estimate_noise(image)
The method estimates the standard-deviation of the noise (in noise_std
) in
different intensity bins, which centers are given in the first output bins
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file ponomarenko-0.0.4.post1.tar.gz
.
File metadata
- Download URL: ponomarenko-0.0.4.post1.tar.gz
- Upload date:
- Size: 25.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.1 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a53e35f3203e02d13bd4a1684ae8d4bf5fb7fa1aa6f82ee18934f9804174405 |
|
MD5 | bf2f8b802da9c35f095c8dc494b794fa |
|
BLAKE2b-256 | 586022da3cb969e8e9e9dd1c7b84a0576479591531750aaa9d2ddd106a5e42dd |