An evaluation to python imread functions
Project description
imreadeval is a package to evaluate the performance of various python imread functions and packages.
## Install
pip install imreadeval
PS. If you use anaconda, please install dependencies before pip install. The default dependency install is pip based.
## Dependencies or Packages Tested
Pillow
OpenCV
Matplotlib
SciPy
SciKit-Image
## Usage
Just evaluate
import imreadeval
or just import a fastest imread function by
from imreadeval import imread
or try to evaluate different imread functions using YOUR OWN IMAGES
from imreadeval import imread_eval optimum_package_name = imread_eval(filenames = [‘filename1.jpg’, ‘filename2.png’], times = 1000)
## Develop
git clone the repo git@github.com:quxiaofeng/imreadeval.git
pip install -e .
python -c “import imreadeval”
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 Distributions
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 imreadeval-0.1.7.tar.gz.
File metadata
- Download URL: imreadeval-0.1.7.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf2b7da9a889e4261f62049d34c0c7bf7e1e2a159be5248c08bf470b10cdc570
|
|
| MD5 |
63ea1dd0a91d4dc4244268bf7f7be786
|
|
| BLAKE2b-256 |
a25d58c8e55827c3e2b4d4daba560c20776228b938ee825568097a888b675166
|
File details
Details for the file imreadeval-0.1.7-py3-none-any.whl.
File metadata
- Download URL: imreadeval-0.1.7-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ab3c34855f57d501c535f122e2028df8016f007cf5b8d71477b7243d3310c93
|
|
| MD5 |
71247720788868848695d697da42209d
|
|
| BLAKE2b-256 |
f2af11dd7dca537384999b21fd81e28fd8765e8b43540d4c686240f67cde75fe
|
File details
Details for the file imreadeval-0.1.7-py2-none-any.whl.
File metadata
- Download URL: imreadeval-0.1.7-py2-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66f702c53673616d0d34492840c72c67d155a9e2b2e1933d25916a8500eb3dbd
|
|
| MD5 |
113965451052e36359c9e59b82d1d98a
|
|
| BLAKE2b-256 |
b06aff66eeef61c8004acebcc96bda2e63f6dc0f5197d00b5cec1211eb6da561
|