Spatial and Bilateral filtering using Gaussian KDTree data structures
Project description
KDTreeFiltering
KDTreeFiltering is a Python library for efficient spatial and bilateral filtering using Gaussian KDTree data structures. It provides fast and scalable filtering operations for multidimensional data, leveraging the power of KD-trees for neighborhood queries and Gaussian kernels for smoothing.
Features
- Spatial filtering using KDTree and Gaussian kernels
- Bilateral filtering for edge-preserving smoothing
- Efficient for high-dimensional data
Installation
pip install guaskd
Usage
from guaskd.kdtree import Filtering
# Example usage
filtered = Filtering(data, mode = 'Bilateral')
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file guaskdtreefiltering-0.1.0.tar.gz.
File metadata
- Download URL: guaskdtreefiltering-0.1.0.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
412db4bde14c0f43ed01495b783339169888529c8af23f3b59a383d353b06934
|
|
| MD5 |
aafba60ec0ea68b2c3c70717e6e04657
|
|
| BLAKE2b-256 |
519c505704891f855bbc0bacbec541921740ffcac636d93e3cddacabbc23457a
|
File details
Details for the file guaskdtreefiltering-0.1.0-py3-none-any.whl.
File metadata
- Download URL: guaskdtreefiltering-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76466f9b337b5746b6182c7929f791042f841187452cad3426e587a660c8252f
|
|
| MD5 |
6074de520f23e00a343f24be7fcb2b76
|
|
| BLAKE2b-256 |
79303120c272f5bc6a4c63ad19a7d36a10603a9c405527e8ad31e763d414e660
|