Fast image interpolation
Project description
pynterpol
Fast image interpolation in Python.
Installation
python -m pip install pynterpol
Usage
from pynterpol import interp_bilinear_u8
import cv2
img = cv2.imread('image.jpg')
interpolated_values = interp_bilinear_u8(img, [100.1, 100.8], [50.5, 51.2])
Distribution
python -m pip install --upgrade build twine
python -m pip build
python -m twine upload --repository testpypi dist/*
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pynterpol-1.0.1.tar.gz
(4.0 kB
view details)
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 pynterpol-1.0.1.tar.gz.
File metadata
- Download URL: pynterpol-1.0.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cefeb37e4f64d64f8fb01c0768d3d327a13aa0dcdb7893c8ff47915763145e9a
|
|
| MD5 |
fd7eb4f95285d07cdf9364ba72a74aa9
|
|
| BLAKE2b-256 |
95225beae8a2be579119ab7be743cbbfbd44685971f00c94f5bc91b94b021376
|
File details
Details for the file pynterpol-1.0.1-py3-none-any.whl.
File metadata
- Download URL: pynterpol-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2bf1b7bccb1e919424bd3a07c6dc215d65985e507dda2d89449d26aa61f68905
|
|
| MD5 |
d5764868d97082becce9e34dd8868412
|
|
| BLAKE2b-256 |
9b060514c30eb7c84caddefc2af35efec24b6225a038b3f17fa824b276ddc466
|