orig/reinhard.csh
author Axel Jacobs <axel@jaloxa.eu>
Sun, 01 Dec 2013 23:20:47 +0000
changeset 40 b5bb37a77657
parent 0 0aa115157c9c
permissions -rw-r--r--
objview: Updated status

#!/bin/csh -f
#
# Apply Reinhard's simple tone operator
#
if ($#argv != 3) then
	echo Usage: $0 key input.hdr output.tif
	exit 1
endif
set lavg=`pvalue -h -H -b -d $argv[2]:q | total -p -m`
set lmax=`pextrem $argv[2]:q | sed -n '2s/^[1-9][0-9]* [1-9][0-9]*	[^ ]* \([^ ]*\) .*$/\1/p'`
pcomb -e "Lavg:$lavg;Lwht:$lmax;a:$argv[1]" -f reinhard.cal $argv[2]:q \
	| ra_tiff - $argv[3]:q