An open API service indexing awesome lists of open source software.

https://github.com/lourot/iqa-hello-world

Image Quality Assessment C Library Hello World
https://github.com/lourot/iqa-hello-world

cpp example iqa

Last synced: 8 months ago
JSON representation

Image Quality Assessment C Library Hello World

Awesome Lists containing this project

README

          

# IQA - Hello World

Simplest example of a project:

* building the [Image Quality Assessment](https://sourceforge.net/p/iqa/wiki/Home/) C library, and
* compiling a C++ app and linking it against IQA.

```
$ ./buildAndRun.sh
-- Download IQA
[...]
-- Unpack IQA
[...]
-- Build libiqa.a
[...]
-- Compile example.o
-- Link example.bin
-- Run example.bin
--- Create image
--- Perform the Mean Squared Error of the image with itself
Result: 0
```