1 |
< |
.\" RCSid "$Id" |
1 |
> |
.\" RCSid "$Id$" |
2 |
|
.TH PINTERP 1 1/24/96 RADIANCE |
3 |
|
.SH NAME |
4 |
|
pinterp - interpolate/extrapolate view from pictures |
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. |
183 |
|
multiple times and averaging the output together with a program like |
184 |
|
.I pcomb(1). |
185 |
|
This option is useful for simulating motion blur and depth of field. |
186 |
< |
(See also |
187 |
< |
.I pdfblur(1).)\0 |
186 |
> |
(See |
187 |
> |
.I pmdblur(1).)\0 |
188 |
|
The input views are reported in the information header of the output |
189 |
|
file, along with the averaged view. |
190 |
|
The picture dimensions computed from the first view will be the |
227 |
|
To interpolate two frames of a walk-through animation, anti-alias to |
228 |
|
512x400 and increase the exposure by 2.5 f-stops: |
229 |
|
.IP "" .2i |
230 |
< |
pinterp -vf 27.vf -a -x 512 -y 400 -e +2.5 30.pic 30.z 20.pic 20.z > 27.pic |
230 |
> |
pinterp \-vf 27.vf \-a \-x 512 \-y 400 \-e +2.5 30.pic 30.z 20.pic 20.z > 27.pic |
231 |
|
.PP |
232 |
|
To extrapolate a second eyepoint for a stereo pair and recalculate |
233 |
|
background regions: |
234 |
|
.IP "" .2i |
235 |
< |
pinterp -vf right.vf -ff -fr "-av .1 .1 .1 scene.oct" left.pic left.z > right.pic |
235 |
> |
pinterp \-vf right.vf \-ff \-fr "\-av .1 .1 .1 scene.oct" left.pic left.z > right.pic |
236 |
|
.SH AUTHOR |
237 |
|
Greg Ward |
238 |
|
.SH "SEE ALSO" |
239 |
< |
getinfo(1), pdfblur(1), pfilt(1), pmblur(1), rpict(1), ranimate(1), |
240 |
< |
rtrace(1), rview(1) |
239 |
> |
getinfo(1), pdfblur(1), pfilt(1), pmblur(1), pmdblur(1), rpict(1), |
240 |
> |
ranimate(1), rtrace(1), rvu(1) |