ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/pinterp.1
(Generate patch)

Comparing ray/doc/man/man1/pinterp.1 (file contents):
Revision 1.5 by greg, Tue Sep 4 17:36:40 2007 UTC vs.
Revision 1.8 by greg, Thu Nov 7 23:20:28 2019 UTC

# Line 51 | Line 51 | This file is usually generated by the
51   .I \-z
52   option of
53   .I rpict(1).
54 + .I Pinterp
55 + also accepts an encoded depth buffer, as produced by
56 + .I rtpict(1)
57 + or
58 + .I rcode_depth(1).
59   If
60   .I zspec
61   is a positive number rather than a file, it will be used as a
# Line 227 | Line 232 | option is in effect (or there is only a single input p
232   To interpolate two frames of a walk-through animation, anti-alias to
233   512x400 and increase the exposure by 2.5 f-stops:
234   .IP "" .2i
235 < pinterp \-vf 27.vf \-a \-x 512 \-y 400 \-e +2.5 30.pic 30.z 20.pic 20.z > 27.pic
235 > pinterp \-vf 27.vf \-a \-x 512 \-y 400 \-e +2.5 30.hdr 30.z 20.hdr 20.z > 27.hdr
236   .PP
237   To extrapolate a second eyepoint for a stereo pair and recalculate
238   background regions:
239   .IP "" .2i
240 < pinterp \-vf right.vf \-ff \-fr "\-av .1 .1 .1 scene.oct" left.pic left.z > right.pic
240 > pinterp \-vf right.vf \-ff \-fr "\-av .1 .1 .1 scene.oct" left.hdr left.z > right.hdr
241 > .PP
242 > To convert an angular fisheye to a hemispherical fisheye:
243 > .IP "" .2i
244 > pinterp \-vf fish.hdr \-vth -ff fish.hdr 1 > hemi.hdr
245   .SH AUTHOR
246   Greg Ward
247   .SH "SEE ALSO"
248   getinfo(1), pdfblur(1), pfilt(1), pmblur(1), pmdblur(1), rpict(1),
249 < ranimate(1), rtrace(1), rvu(1)
249 > ranimate(1), rcode_depth(1), rtpict(1), rtrace(1), rvu(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines