ocampor / image-quality

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

Refactor and addition of tests for utils and Brisque: #1

Closed ocampor closed 5 years ago

ocampor commented 5 years ago
    1. Create variables in __init__.py to identify the location of the static resources.
    2. Include tests for utils and Brisque.
    3. Refactor Brisque to isolate the operations needed to calculate the features of an image and extract the methods that do not belong to Brisque feature creation.