Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

phisto(1) [debian man page]

PHISTO(1)						      General Commands Manual							 PHISTO(1)

NAME
phisto - compute a luminance histogram from one or more RADIANCE pictures SYNOPSIS
phisto picture .. DESCRIPTION
Phisto is a script that calls pfilt(1), rcalc(1) and histo(1) to compute a histogram of log luminance values for foveal samples in the given picture files. A foveal sample covers approximately 1 degree, though this script does not use this exact area. The minimum and max- imum values are determined, and 100 histogram bins are uniformly divided between these extrema. Foveal samples less than 1e-7 cande- las/sq.meter are silently ignored. If no picture is named on the command line, the standard input is read. The primary function of this script is to precompute histograms for the pcond(1) program, which may then be used to compute multiple, iden- tical exposures. This is especially useful for animations and image comparisons. EXAMPLE
To compute two identical tone mappings for image1.hdr and image2.hdr: phisto image1.hdr image2.hdr > both.histo pcond -I -h image1.hdr < both.histo > image1m.hdr pcond -I -h image2.hdr < both.histo > image2m.hdr AUTHOR
Greg Ward Larson SEE ALSO
histo(1), pcond(1), pfilt(1), pvalue(1), rcalc(1), total(1) RADIANCE
3/12/98 PHISTO(1)

Check Out this Related Man Page

PHISTO(1)						      General Commands Manual							 PHISTO(1)

NAME
phisto - compute a luminance histogram from one or more RADIANCE pictures SYNOPSIS
phisto picture .. DESCRIPTION
Phisto is a script that calls pfilt(1), rcalc(1) and histo(1) to compute a histogram of log luminance values for foveal samples in the given picture files. A foveal sample covers approximately 1 degree, though this script does not use this exact area. The minimum and max- imum values are determined, and 100 histogram bins are uniformly divided between these extrema. Foveal samples less than 1e-7 cande- las/sq.meter are silently ignored. If no picture is named on the command line, the standard input is read. The primary function of this script is to precompute histograms for the pcond(1) program, which may then be used to compute multiple, iden- tical exposures. This is especially useful for animations and image comparisons. EXAMPLE
To compute two identical tone mappings for image1.hdr and image2.hdr: phisto image1.hdr image2.hdr > both.histo pcond -I -h image1.hdr < both.histo > image1m.hdr pcond -I -h image2.hdr < both.histo > image2m.hdr AUTHOR
Greg Ward Larson SEE ALSO
histo(1), pcond(1), pfilt(1), pvalue(1), rcalc(1), total(1) RADIANCE
3/12/98 PHISTO(1)
Man Page

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

search a logfile for strings

Hi experts.. I am trying to write a shell script which will scan a log file for three strings ie success image1, success image2, success image3. My shell is tcsh If all the 3 strings are found then insert the 3 strings to a file1 and send mail to developers with file1 If all 3 are note... (0 Replies)
Discussion started by: amitrajvarma
0 Replies

2. Shell Programming and Scripting

to compute diskspace

Guys, have any idea for the script like this? also to compute w/ decimal. thanks a=10 b=20 c=30 d=40 if a < b then ( a -b)*1024 = free space b + (c -d) = total space if a > b then (b / d)*1024 = cpu (3 Replies)
Discussion started by: kenshinhimura
3 Replies

3. Web Development

Help with Flickr Geolocation script!

Hi everybody, it's me again http://phpbuilder.com/board/images/smilies/smile.gif I'm currently working on a script that will show a website visitor pictures of their location. The pictures come from the Flickr API and the address is grabbed from HostIP. <?php define('SORT',... (2 Replies)
Discussion started by: o0110o
2 Replies

4. Shell Programming and Scripting

Renaming mutiple files with hyphens in name

I have searched throught a host of threads to figure out how to rename mutiple files at once using a script. I need to convert 200+ files from: fKITLS_120605-0002-00001-000001.hdr to eStroop_001.hdr fKITLS_120605-0002-00002-000002.hdr to eStroop_002.hdr and so forth.... What is... (5 Replies)
Discussion started by: akenne3
5 Replies

5. Shell Programming and Scripting

How to zip each of the files?

Hello, I have over 200 files under one directory. And I need to zip all of them individually, like image1.jpg > image1.zip, image2.jpg > image2.zip etc. Is there a quick command I can use under Linux shell that would let me do this faster? (28 Replies)
Discussion started by: Ajukilibodin
28 Replies

6. Shell Programming and Scripting

comparing ans compute mean two fields in different files

HI I'm gaving trouble to do that script in awk. I would like to compute the mean of two colomns from two diffent files just like that file 1 4 1 5 2 6 3 file 2 1 1 2 2 3 3 (3 Replies)
Discussion started by: yassinegoth
3 Replies

7. UNIX for Dummies Questions & Answers

Sort a las file keep the header as it is

I have several las files with a header and each file start Version and text and before the data starts end up with ~Ascii, then the numbers starts: ------------------------------------------------------------------------- Code: ~Version .....text.... ~Ascii 2 abc 230 1 name 1 abc ... (1 Reply)
Discussion started by: tk2000
1 Replies

8. UNIX for Dummies Questions & Answers

Sort a las file keep the header as it is

I have several las files with a header and each file start Version and text and before the data starts end up with ~Ascii, then the numbers starts: ------------------------------------------------------------------------- ~Version .....text.... ~Ascii 2 abc 230 1 name 1 abc 400 1... (17 Replies)
Discussion started by: tk2000
17 Replies

9. Programming

Download http picture using C++

Dear all, I am working on writing the script which can read a file (having the html path for some pictures) and download those picture in the given local directory. Please find my iniatitve here, however I am still not able to figure out the 'download' command. Any help is appreciated. ... (1 Reply)
Discussion started by: emily
1 Replies