https://github.com/keizerzilla/brisque-python
Implementação do extrator de atributos BRISQUE (Blind/Referenceless Image Spatial Quality Evaluator) em Python 3x.
https://github.com/keizerzilla/brisque-python
brisque feature-extraction image-processing
Last synced: about 1 year ago
JSON representation
Implementação do extrator de atributos BRISQUE (Blind/Referenceless Image Spatial Quality Evaluator) em Python 3x.
- Host: GitHub
- URL: https://github.com/keizerzilla/brisque-python
- Owner: keizerzilla
- License: gpl-2.0
- Created: 2021-01-23T10:44:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-27T20:22:00.000Z (over 5 years ago)
- Last Synced: 2025-02-15T17:47:06.505Z (over 1 year ago)
- Topics: brisque, feature-extraction, image-processing
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# brisque-python
Implementação do extrator de atributos BRISQUE (Blind/Referenceless Image Spatial Quality Evaluator) em Python 3x.
**Fonte:** No-Reference Image Quality Assessment in the Spatial Domain
**Autores:** Anish Mittal, Anush Krishna Moorthy, e Alan Conrad Bovik
### Instalando dependências
```python
pip3 install --user numpy scipy opencv-python
```
### Inspiração
- [https://github.com/bukalapak/pybrisque](https://github.com/bukalapak/pybrisque)