SCM Repository
[diderot] / trunk / test / tracto.diderot |
Diff of /trunk/test/tracto.diderot
Parent Directory
|
Revision Log
|
Patch
revision 92, Thu May 27 15:16:48 2010 UTC | revision 248, Fri Aug 6 20:40:57 2010 UTC | |
---|---|---|
# | Line 10 | Line 10 |
10 | input real CLmin; // minimum value of CL anisotropy measure | input real CLmin; // minimum value of CL anisotropy measure |
11 | input int stepNumMax; // max number of steps allowed, or zero if no limit | input int stepNumMax; // max number of steps allowed, or zero if no limit |
12 | ||
13 | image(3)[] img = load (dataFile); | image(3)[3,3] img = load (dataFile); |
14 | ||
15 | field#1(3)[3,3] F = convolve (bspln3, img); | //field#1(3)[3,3] F = img ⊛ bspln3; |
16 | field#2(3)[3,3] F = img ⊛ bspln3; | |
17 | ||
18 | actor Tracto (vec3 seedPoint, int seedSign) // seedSign == +1 or -1 | actor Tracto (vec3 seedPoint, int seedSign) // seedSign == +1 or -1 |
19 | { | { |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |