ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/bsdfrbf.c
Revision 2.26 - (view) (download) (annotate) - [select for diffs]
Fri Aug 22 05:38:44 2014 UTC (9 years, 8 months ago) by greg
Branch: MAIN
CVS Tags: rad4R2P1, rad4R2P2, rad5R0
Changes since 2.25: +2 -2 lines
Diff to previous 2.25
Set minimum cosine to 0.02 to avoid blowing-up values near grazing

Revision 2.25 - (view) (download) (annotate) - [select for diffs]
Sun Mar 30 00:19:09 2014 UTC (10 years ago) by greg
Branch: MAIN
CVS Tags: rad4R2
Changes since 2.24: +21 -10 lines
Diff to previous 2.24
Changed RBF lobe creation to put peak at centroid of quadtree leaf

Revision 2.24 - (view) (download) (annotate) - [select for diffs]
Fri Mar 21 01:04:42 2014 UTC (10 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.23: +5 -5 lines
Diff to previous 2.23
Changed behavior so bad incident directions are skipped rather than dying

Revision 2.23 - (view) (download) (annotate) - [select for diffs]
Fri Mar 21 00:42:46 2014 UTC (10 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.22: +2 -2 lines
Diff to previous 2.22
Forgot to call exit(1)

Revision 2.22 - (view) (download) (annotate) - [select for diffs]
Fri Mar 21 00:27:39 2014 UTC (10 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.21: +8 -3 lines
Diff to previous 2.21
Improved error reporting (slightly)

Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Sat Mar 15 19:47:16 2014 UTC (10 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.20: +18 -14 lines
Diff to previous 2.20
Allow averaging of negative values, but avoid creating zero or negative lobes

Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Sat Mar 8 18:16:49 2014 UTC (10 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.19: +11 -11 lines
Diff to previous 2.19
Added neighborhood difference to distance metric for better lobe shaping

Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Sun Mar 2 01:56:03 2014 UTC (10 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.18: +2 -2 lines
Diff to previous 2.18
Went back to earlier absolute threshold

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Tue Feb 18 16:42:16 2014 UTC (10 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.17: +3 -3 lines
Diff to previous 2.17
Reduced error thresholds to improve lobe sampling

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Mon Feb 17 21:56:22 2014 UTC (10 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.16: +3 -3 lines
Diff to previous 2.16
Fixed problem with zero min_bsdf value

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Fri Nov 8 23:49:07 2013 UTC (10 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.15: +2 -2 lines
Diff to previous 2.15
Changed return value for singular matrix (colinear values)

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Fri Nov 8 23:32:54 2013 UTC (10 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.14: +2 -1 lines
Diff to previous 2.14
Fixed significant bug in RBF fitting routine

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Mon Oct 21 22:03:03 2013 UTC (10 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.13: +3 -2 lines
Diff to previous 2.13
Minor correction

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Mon Oct 21 21:48:42 2013 UTC (10 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.12: +22 -8 lines
Diff to previous 2.12
Fixed potential bug in smoothness criterion

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Mon Oct 21 18:33:15 2013 UTC (10 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.11: +154 -352 lines
Diff to previous 2.11
Major overhaul/redesign of radial basis function derivation

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Sat Oct 19 00:11:50 2013 UTC (10 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.10: +61 -34 lines
Diff to previous 2.10
Fixed overflow and tweaked culling operations

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Fri Oct 18 02:49:30 2013 UTC (10 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.9: +49 -9 lines
Diff to previous 2.9
Fixed bug for transmission and improved culling in uniform regions

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Thu Oct 17 19:09:11 2013 UTC (10 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.8: +50 -12 lines
Diff to previous 2.8
Fixed bug for closely-space sample points that caused poor convergence

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Wed Oct 2 20:38:26 2013 UTC (10 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.7: +4 -2 lines
Diff to previous 2.7
Added test to prevent tally of negative BSDF values

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Wed Sep 25 17:42:45 2013 UTC (10 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.6: +10 -5 lines
Diff to previous 2.6
Adjusted maximum fraction for neighbor contribution upwards a bit

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Wed Sep 25 05:03:10 2013 UTC (10 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.5: +64 -2 lines
Diff to previous 2.5
Put limit on lobe radius based on neighbor values

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Fri Jun 28 23:18:51 2013 UTC (10 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.4: +25 -1 lines
Diff to previous 2.4
Fixed calculation of bsdf_min

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Wed Mar 20 01:00:22 2013 UTC (11 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.3: +5 -1 lines
Diff to previous 2.3
Added minimum BSDF to output where we have no data.

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Thu Nov 22 06:07:17 2012 UTC (11 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.2: +6 -2 lines
Diff to previous 2.2
Bug fix in geodesic() and other minor improvements

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Tue Nov 13 04:23:38 2012 UTC (11 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.1: +16 -8 lines
Diff to previous 2.1
Tried to improve convergence of RBF fit

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Fri Oct 19 04:14:29 2012 UTC (11 years, 6 months ago) by greg
Branch: MAIN
Broke pabopto2xml into pabopto2bsdf and bsdf2ttree

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to rad4R2P2: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a