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.2 by greg, Tue Dec 9 15:59:06 2003 UTC vs.
Revision 1.8 by greg, Thu Nov 7 23:20:28 2019 UTC

# Line 31 | Line 31 | sends the result to the standard output.
31   The input picture files must contain correct view specifications, as
32   maintained by
33   .I rpict(1),
34 < .I rview(1),
34 > .I rvu(1),
35   .I pfilt(1)
36   and
37   .I pinterp.
# 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 183 | Line 188 | This is similar to running
188   multiple times and averaging the output together with a program like
189   .I pcomb(1).
190   This option is useful for simulating motion blur and depth of field.
191 < (See also
192 < .I pdfblur(1).)\0
191 > (See
192 > .I pmdblur(1).)\0
193   The input views are reported in the information header of the output
194   file, along with the averaged view.
195   The picture dimensions computed from the first view will be the
# 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), rpict(1), ranimate(1),
249 < rtrace(1), rview(1)
248 > getinfo(1), pdfblur(1), pfilt(1), pmblur(1), pmdblur(1), rpict(1),
249 > ranimate(1), rcode_depth(1), rtpict(1), rtrace(1), rvu(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines