ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/pmapbias.h
(Generate patch)

Comparing ray/src/rt/pmapbias.h (file contents):
Revision 2.4 by greg, Tue Sep 1 16:27:52 2015 UTC vs.
Revision 2.5 by rschregle, Tue May 17 17:39:47 2016 UTC

# Line 1 | Line 1
1   /* RCSid $Id$ */
2 +
3   /*
4     ==================================================================
5     Bias compensation for photon density estimates
# Line 11 | Line 12
12     (c) Fraunhofer Institute for Solar Energy Systems
13     ==================================================================
14        
15 +   $Id$
16   */
17  
18  
# Line 18 | Line 20
20     #define PMAPBIASCOMP_H
21  
22     #include "pmapdata.h"
23 <
23 >      
24     /* Bias compensation weighting function */
25     /* #define BIASCOMP_WGT(n) 1 */
26     /* #define BIASCOMP_WGT(n) (n) */
# Line 28 | Line 30
30  
31     /* Dump photon bandwidth for bias compensated density estimates */
32     /* #define BIASCOMP_BWIDTH */
31
33  
34     void biasComp (PhotonMap*, COLOR);
35     /* Photon density estimate with bias compensation, returning irradiance.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines