diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-09-13 05:56:27 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-09-13 05:56:27 +0000 |
commit | 4a3cd37d68ce1abe2aaac0a58f2905fd9a16416c (patch) | |
tree | 8e44f9812859aae12d16eac42cbab0716c5ba1d4 /graphics/Makefile | |
parent | eb4ff4867900e5e98cb15e18eef39ddc65d72d1a (diff) |
graphics/dssim: add new port
This tool computes (dis)similarity between two or more PNG images
using an algorithm approximating human vision.
Comparison is done in L*a*b* color space (D65 white point, sRGB gamma)
using a multi-scale variant of the SSIM algorithm.
Features:
- Supports alpha channel
- Supports gamma correction
- No OpenCV or MATLAB needed:
- DSSIM version 1.x uses C (C99) and libpng or Cocoa on macOS.
- DSSIM version 2.x is easy to build with Rust
https://kornel.ski/dssim
Notes
Notes:
svn path=/head/; revision=548452
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 01ccba42c033..63b3bde8b71b 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -141,6 +141,7 @@ SUBDIR += drm-legacy-kmod SUBDIR += drm_info SUBDIR += dspdfviewer + SUBDIR += dssim SUBDIR += duhdraw SUBDIR += dynamechs SUBDIR += ebsynth |