Skip to content

Library Image Quality Assessment (IQA) 1.1.2 A fast, accurate, and reliable C library for measuring image quality.

License

Notifications You must be signed in to change notification settings

ImageProcessing-ElectronicPublications/libiqa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub release (latest by date) GitHub Release Date GitHub repo size GitHub all releases GitHub

libiga

Doxygen documentation

BUILD:

All build artifacts end up in build/, where is 'debug' or 'release'.

  • Windows:

    • Open iqa.sln, select 'Debug' or 'Release', and build. The output is a static library 'iqa.lib'.
    • To run the tests under the debugger, first right-click the 'test' project, select Properties -> Configuration Properties -> Debugging and set 'Working Directory' to '$(OutDir)'. Then start the application.
  • Linux:

    • Change directories into the root of the IQA branch you want to build.
    • Type make DEBUG=1 for a debug build, or make for a release build. The output is a static library 'libiqa.a'.
    • Type make test (or make test DEBUG=1) to build the unit tests.
    • Type make clean (or make clean DEBUG=1) to delete all build artifacts.
    • To run the tests, cd to the build/ directory and type ./test.

USE:

  • Include 'iqa.h' in your source file.
  • Call iqa_* methods.
  • Link against the IQA library.

TEST IMAGES:

Images for tests are in libiqa-testimages

HELP & SUPPORT:

Further help

About

Library Image Quality Assessment (IQA) 1.1.2 A fast, accurate, and reliable C library for measuring image quality.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published