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.2.tar.gz
(2.3 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.2.tar.gz.
File metadata
- Download URL: pynterpol-1.0.2.tar.gz
- Upload date:
- Size: 2.3 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 |
5862119bc1b8c1eb232ead9bbc1ada4ac25b6cb62d323970747a320c77e18a97
|
|
| MD5 |
4603049eb8b0ec5a0ef8799ec8c94837
|
|
| BLAKE2b-256 |
45986d6cfa2cb2017f9221f6e7bd40df26c85bf70e98aae0a00bc8b4e01c1165
|
File details
Details for the file pynterpol-1.0.2-py3-none-any.whl.
File metadata
- Download URL: pynterpol-1.0.2-py3-none-any.whl
- Upload date:
- Size: 2.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 |
c1e645aac7086620172d0798e26e4db8e86c5ecd45ca35939bfa3be9126ebcb5
|
|
| MD5 |
1209b79dd9aca79871b22ecdfa6c5383
|
|
| BLAKE2b-256 |
3a385e8e96a5657846c89268728dff94a7aaeae45bc32a3b8d72af48738de89d
|