Image quality is an open source software library for Automatic Image Quality Assessment (IQA).
Project description
Image Quality
Description
Image quality is an open source software library for Automatic Image Quality Assessment (IQA).
Dependencies
Python 3.7
LibSVM
(Optional) Docker
Installation
The package is public and is hosted in PyPi repository. To install it in your machine run
pip install image-quality
Example
After installing image-quality package, you can test that it was successfully installed running the following commands in a python terminal.
>>> import imquality.brisque as brisque >>> import PIL.Image >>> path = 'path/to/image' >>> img = PIL.Image.open(path) >>> brisque.score(img) 4.9541572815704455
Report Bugs
Maintainer
Ricardo Ocampo - me@ocampor.ai
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
image-quality-1.2.3.tar.gz
(140.3 kB
view hashes)
Built Distribution
image_quality-1.2.3-py3-none-any.whl
(146.0 kB
view hashes)
Close
Hashes for image_quality-1.2.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ba1c375ac82fe231acbbabd05676c1d5536c6278854db55fff11ffa8b71d8ef |
|
MD5 | 7eedfb372e19285cf227eec571fc4184 |
|
BLAKE2b-256 | 35f04c3d71987bf50f38562e484391aaa7352250aaba32e144d142feff0a143c |