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

Comparing ray/doc/man/man1/evalglare.1 (file contents):
Revision 1.3 by greg, Thu Jul 28 16:46:10 2016 UTC vs.
Revision 1.4 by greg, Fri Aug 31 16:01:45 2018 UTC

# Line 1 | Line 1
1   .TH "EVALGLARE" "1" "2016-06-15" "RADIANCE" "Radiance Manual"
2   .SH "NAME"
3 < evalglare (version v1.30) - determines and evaluates glare sources within a 180 degree fisheye HDR image
3 > evalglare (version v2.05) - determines and evaluates glare sources within a 180 degree fisheye HDR image
4   .br
5  
6   .SH "SYNOPSIS"
7 < \fBevalglare \fR[ \fB-s \fR] [ \fB-y \fR] [ \fB-Y \fR\fIvalue\fR ] [ \fB-A \fR\fImaskfile\fR [ \fB-B \fR\fIangle\fR ] [ \fB-b \fR\fIfactor\fR ] [ \fB-c \fR\fIcheckfile\fR ] [ \fB-f\fR ] [ \fB-t \fR\fIxpos\fR \fIypos\fR \fIangle\fR ] [ \fB-T \fR\fIxpos\fR \fIypos\fR \fIangle\fR ] [ -d ] [ \fB-r \fR\fIangle\fR ] [ \fB-i \fR\fIEv\fR ] [ \fB-I \fR\fIEv\fR \fIyfill_max\fR \fIy_fill_min\fR ] [ \fB-v \fR] [ \fB-V \fR] [ \fB-g \fR\fItype\fR ] [ \fB-G \fR\fItype\fR ] [ \fB-u \fR\fIr\fR \fIg\fR \fIb\fR ] [ \fB-vf \fR\fIviewfile\fR ] [ \fB-vt\fR\fIt\fR ] [ \fB-vv \fR\fIvertangle\fR ] [ \fB-vh \fR\fIhorzangle\fR ] [\fIhdrfile\fR]
7 > \fBevalglare \fR[ \fB-s \fR] [ \fB-y \fR] [ \fB-Y \fR\fIvalue\fR ] [ \fB-A \fR\fImaskfile\fR ][ \fB-B \fR\fIangle\fR ] [ \fB-b \fR\fIfactor\fR ] [ \fB-c \fR\fIcheckfile\fR ] [ \fB-f\fR ] [ \fB-t \fR\fIxpos\fR \fIypos\fR \fIangle\fR ] [ \fB-T \fR\fIxpos\fR \fIypos\fR \fIangle\fR ] [ -d ] [ \fB-r \fR\fIangle\fR ] [ \fB-i \fR\fIEv\fR ] [ \fB-I \fR\fIEv\fR \fIyfill_max\fR \fIy_fill_min\fR ] [ \fB-v \fR] [ \fB-V \fR] [ \fB-g \fR\fItype\fR ] [ \fB-G \fR\fItype\fR ] [\fB-q\fR \fImode\fR ][ \fB-u \fR\fIr\fR \fIg\fR \fIb\fR ] [ \fB-vf \fR\fIviewfile\fR ] [ \fB-vt\fR\fIt\fR ] [ \fB-vv \fR\fIvertangle\fR ] [ \fB-vh \fR\fIhorzangle\fR ] [\fIhdrfile\fR]
8   .br
9  
10   .SH "DESCRIPTION"
# Line 34 | Line 34 | The header of the image is checked for obvious mistake
34   .br
35     -invalid view specified. This might be caused by the use of pcomb or pcompos in advance. Evalglare is stopping. View can be overwritten by giving view options to the command line (see below)
36   .br
37  
38 .br
37  
40
38   .br
39   \fB-A \fR\fImasking-file\fR
40   .br
# Line 55 | Line 52 | The header of the image is checked for obvious mistake
52  
53   \fB-b \fR\fIfactor\fR
54   .br
55 <       Threshold factor; if factor is over 100, it is used as constant threshold in cd/m2, regardless if a task position is given or not if factor is less than or equal to 100 and a task position is given, this factor multiplied by the average task luminance will be used as threshold for detecting the glare sources if factor is less than or equal to 100 and no task position is given, this factor multiplied by the average luminance in the entire picture will be used as threshold for detecting the glare sources, default 5.
55 >       Threshold factor; if \fIfactor\fR is larger than 100, it is used as constant threshold in cd/m2, regardless if a task position is given or not. If \fIfactor\fR is less or equal than 100 and a task position is given, this \fIfactor\fR multiplied by the average task luminance will be used as threshold for detecting the glare sources. If \fIfactor\fR is less than or equal to 100 and no task position is given, this factor multiplied by the average luminance in the entire picture will be used as threshold for detecting the glare sources (not recommended). Default value of \fIfactor\fR is 2000 (fixed threshold method).
56   .br
57  
58   \fB-c \fR\fIfname\fR
# Line 113 | Line 110 | The header of the image is checked for obvious mistake
110   .br
111        
112   .br
113 + \fB-q\fR \fImode\fR toggle modes for the background luminance calculation: 0 (default): CIE-mode Lb=(Ev-Edir)/pi; 1: Lb= mathematical average luminance without glare sources; 2(not recommended): Lb=Ev/pi
114 + .br
115 +
116   \fB-r \fR\fIangle\fR
117   .br
118         search radius (angle in radians) between pixels, where \fBevalglare \fRtries to merge glare source pixels to the same glare source (default value: 0.2 radians)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines