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
- Host: GitHub
- URL: https://github.com/lourot/iqa-hello-world
- Owner: lourot
- License: unlicense
- Created: 2016-07-22T13:43:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-09T13:41:19.000Z (almost 7 years ago)
- Last Synced: 2025-01-02T10:26:34.301Z (9 months ago)
- Topics: cpp, example, iqa
- Language: C++
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```