https://github.com/LuxoriaSoft/brisque_impl
Brisque Implementation (C++) Self Contained
https://github.com/LuxoriaSoft/brisque_impl
algorithm brisque cpp
Last synced: about 2 months ago
JSON representation
Brisque Implementation (C++) Self Contained
- Host: GitHub
- URL: https://github.com/LuxoriaSoft/brisque_impl
- Owner: LuxoriaSoft
- License: apache-2.0
- Created: 2025-01-24T09:35:29.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-27T11:31:28.000Z (10 months ago)
- Last Synced: 2025-03-29T17:41:40.138Z (8 months ago)
- Topics: algorithm, brisque, cpp
- Language: C++
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Luxoria / BRISQUE Algorithm Implementation (C++)
This repository contains an implementation of the BRISQUE (Blind/Referenceless Image Spatial Quality Evaluator) algorithm in C++. BRISQUE is used to evaluate the perceptual quality of images without requiring a reference image.
## Features
- Self-contained C++ application.
- Implements the BRISQUE algorithm for image quality assessment.
- Supports multiple architectures: `x64`, `x86`, and `arm64`.
- Uses OpenCV libraries (core and contrib modules) for image processing.
## Requirements
- **OpenCV**: Version 4.10.0
- Includes OpenCV core and OpenCV contrib modules.
- **C++ Standard**: C++23
- **CMake**: Version 3.21.3 or later
- Supported Architectures:
- `x64` (64-bit systems)
- `x86` (32-bit systems)
- `arm64` (ARM-based 64-bit systems, e.g., Apple Silicon, Raspberry Pi)
## License
This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.