1 |
< |
.\" RCSid "$Id" |
1 |
> |
.\" RCSid "$Id$" |
2 |
|
.TH FINDGLARE 1 11/15/93 RADIANCE |
3 |
|
.SH NAME |
4 |
|
findglare - locate glare sources in a RADIANCE scene |
54 |
|
Note that the picture file must contain correct view specifications, |
55 |
|
as maintained by |
56 |
|
.I rpict(1), |
57 |
< |
.I rview(1), |
57 |
> |
.I rvu(1), |
58 |
|
.I pfilt(1) |
59 |
|
and |
60 |
|
.I pinterp(1). |
112 |
|
.I ximage(1) |
113 |
|
to decide what this value should be. |
114 |
|
Alternatively, one can use the 't' command within |
115 |
< |
.I rview(1). |
115 |
> |
.I rvu(1). |
116 |
|
The idea is to pick a threshold that is well above the average level |
117 |
|
but smaller than the source areas. |
118 |
|
.PP |
138 |
|
.I findglare |
139 |
|
reports its progress during the calculation. |
140 |
|
.SH EXAMPLE |
141 |
< |
To calculate the glare sources in the image "scene.pic": |
141 |
> |
To calculate the glare sources in the image "scene.hdr": |
142 |
|
.IP "" .2i |
143 |
< |
findglare -p scene.pic > scene.glr |
143 |
> |
findglare \-p scene.hdr > scene.glr |
144 |
|
.PP |
145 |
|
To compute the Guth visual comfort probability from this result: |
146 |
|
.IP "" .2i |
147 |
< |
glarendx -t guth_vcp scene.glr |
147 |
> |
glarendx \-t guth_vcp scene.glr |
148 |
|
.PP |
149 |
|
To compute the glare for a set of angles around the view "good.vp" |
150 |
|
from the octree "scene.oct" using an ambient level of .1: |
151 |
|
.IP "" .2i |
152 |
< |
findglare -vf good.vp -ga 10-60:10 -av .1 .1 .1 scene.oct > scene.glr |
152 |
> |
findglare \-vf good.vp \-ga 10-60:10 \-av .1 .1 .1 scene.oct > scene.glr |
153 |
|
.SH AUTHOR |
154 |
|
Greg Ward |
155 |
|
.SH ACKNOWLEDGEMENT |
157 |
|
group at EPFL in Switzerland. |
158 |
|
.SH "SEE ALSO" |
159 |
|
getinfo(1), glare(1), glarendx(1), pfilt(1), rpict(1), rtrace(1), |
160 |
< |
rview(1), xglaresrc(1), ximage(1) |
160 |
> |
rvu(1), xglaresrc(1), ximage(1) |