Categorygithub.com/mdouchement/hdrtool
modulepackage
0.0.0-20230317161335-cb8ba4364d62
Repository: https://github.com/mdouchement/hdrtool.git
Documentation: pkg.go.dev

# README

HDR tools

GoDoc

A bunch of CLI tools for HDR (and LDR).

It uses https://github.com/mdouchement/hdr package.

Installation

go get github.com/mdouchement/hdrtool/hdrtool

Usage

hdrtool -h

License

MIT

BSD-like for TIFF dependency.

# Packages

No description provided by the author

# Functions

HDRPSNR computes the Peak signal-to-noise ratio between 2 images.
HDRSSIM computes the Structural SIMilarity Index between 2 images.
Histogram create a Luminance histogram.
NewLDRWrapper instanciates a new LDRWrapper.
PSNR computes the Peak signal-to-noise ratio between 2 images.
SSIM computes the Structural SIMilarity Index between 2 images.

# Variables

C1 covariance coeff for SSIM m1.
C2 covariance coeff for SSIM m2.

# Structs

A LDRWrapper encapsulate an LDR image for hdr treatments.