Adds a new Image Quality Assessment plugin.
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Wed, 16 Nov 2016 16:18:53 +0000 (13:18 -0300)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Thu, 17 Nov 2016 16:25:33 +0000 (13:25 -0300)
commit087d9bc37606e98fc4413bfa2baa1d9e9efda9bf
tree3a8837a8261f2e9412044955a888768598b31545
parenta7b0669ce8fe62e1584ff582fe000c2538e808cc
Adds a new Image Quality Assessment plugin.

It only offers one metric for now, "dssim", available if
https://github.com/pornel/dssim was installed on the system
at the time the plugin was compiled.

The spearman correlation for dssim against the TID2008 dataset
is 0.81, against 0.70 for the old ssim implementation, and
it runs 15 times faster.

https://bugzilla.gnome.org/show_bug.cgi?id=751324
configure.ac
docs/plugins/Makefile.am
docs/plugins/gst-plugins-bad-plugins-docs.sgml
docs/plugins/gst-plugins-bad-plugins-sections.txt
ext/Makefile.am
ext/iqa/Makefile.am [new file with mode: 0644]
ext/iqa/iqa.c [new file with mode: 0644]
ext/iqa/iqa.h [new file with mode: 0644]