Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Python wrapper for BM4D for stationary correlated noise (including white noise).
BM4D is an algorithm for attenuation of additive spatially correlated stationary (aka colored) Gaussian noise for volumetric data. This package provides a wrapper for the BM4D binaries for Python for the denoising of volumetric and volumetric multichannel data. For denoising of images/2-D multichannel data, see also the bm3d package.
These newer binaries (v4+) are designed only for dealing with additive Gaussian white or correlated noise. Special features like embedded handling of Rice noise and adaptive groupwise variance estimation are supported by the legacy binaries v3.2 at https://webpages.tuni.fi/foi/GCF-BM3D/ .
This implementation is based on
The package contains the BM4D binaries compiled for:
The package is available for non-commercial use only. For details, see LICENSE.
Basic usage:
y_hat = bm4d(z, sigma) # white noise: include noise std
y_hat = bm4d(z, psd) # correlated noise: include noise PSD (size of z)
For usage examples, see the examples folder of the full source (bm4d-***.tar.gz) from https://pypi.org/project/bm4d/#files .
Contact: Ymir Mäkinen ymir.makinen@tuni.fi
FAQs
BM4D for correlated noise
We found that bm4d demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.