ocampor / image-quality

Image quality is an open source software library for Image Quality Assessment (IQA).
Apache License 2.0
401 stars 86 forks source link

Remove the dependency of scikit-image #28

Closed ocampor closed 3 years ago

ocampor commented 4 years ago

Problem

The only operation that is required from scikit-image is skimage.transform. Therefore, it is not necessary to download the whole library for a single function. Also, the scikit-image package does not support python 3.9 yet and it is preventing us to update this package.

Todo:

ocampor commented 3 years ago

scikit-image now supports python3.9