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.3.tar.gz
(3.9 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.3.tar.gz.
File metadata
- Download URL: pynterpol-1.0.3.tar.gz
- Upload date:
- Size: 3.9 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 |
a44a26406ce393a8818af8e83cb838446dc1030a6255f62f69ddef157bc74bd6
|
|
| MD5 |
d078fa3f6cdd8fb71f3a036c753214b2
|
|
| BLAKE2b-256 |
ff40bc642966247bd6d0bc4db4535da8e4e1a0f9796276922ade47d270659413
|
File details
Details for the file pynterpol-1.0.3-py3-none-any.whl.
File metadata
- Download URL: pynterpol-1.0.3-py3-none-any.whl
- Upload date:
- Size: 4.2 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 |
5a81111ae5c300da2a9b7681f0f71d8639beef5013d391959faee18d9ead9d19
|
|
| MD5 |
e2479c043428c4feb9d5777ea1813a75
|
|
| BLAKE2b-256 |
321c42c9a5ff8722afbfa61d938c7229e2b4ee795b0ca656c1923ca8c9bfe0e1
|