--- ray/doc/man/man1/pinterp.1 2005/01/18 03:59:40 1.4 +++ ray/doc/man/man1/pinterp.1 2019/11/07 23:20:28 1.8 @@ -1,4 +1,4 @@ -.\" RCSid "$Id: pinterp.1,v 1.4 2005/01/18 03:59:40 greg Exp $" +.\" RCSid "$Id: pinterp.1,v 1.8 2019/11/07 23:20:28 greg Exp $" .TH PINTERP 1 1/24/96 RADIANCE .SH NAME pinterp - interpolate/extrapolate view from pictures @@ -51,6 +51,11 @@ This file is usually generated by the .I \-z option of .I rpict(1). +.I Pinterp +also accepts an encoded depth buffer, as produced by +.I rtpict(1) +or +.I rcode_depth(1). If .I zspec is a positive number rather than a file, it will be used as a @@ -227,14 +232,18 @@ option is in effect (or there is only a single input p To interpolate two frames of a walk-through animation, anti-alias to 512x400 and increase the exposure by 2.5 f-stops: .IP "" .2i -pinterp -vf 27.vf -a -x 512 -y 400 -e +2.5 30.pic 30.z 20.pic 20.z > 27.pic +pinterp \-vf 27.vf \-a \-x 512 \-y 400 \-e +2.5 30.hdr 30.z 20.hdr 20.z > 27.hdr .PP To extrapolate a second eyepoint for a stereo pair and recalculate background regions: .IP "" .2i -pinterp -vf right.vf -ff -fr "-av .1 .1 .1 scene.oct" left.pic left.z > right.pic +pinterp \-vf right.vf \-ff \-fr "\-av .1 .1 .1 scene.oct" left.hdr left.z > right.hdr +.PP +To convert an angular fisheye to a hemispherical fisheye: +.IP "" .2i +pinterp \-vf fish.hdr \-vth -ff fish.hdr 1 > hemi.hdr .SH AUTHOR Greg Ward .SH "SEE ALSO" getinfo(1), pdfblur(1), pfilt(1), pmblur(1), pmdblur(1), rpict(1), -ranimate(1), rtrace(1), rvu(1) +ranimate(1), rcode_depth(1), rtpict(1), rtrace(1), rvu(1)