SCM Repository
[diderot] / trunk / test / vr-MIP.diderot |
Diff of /trunk/test/vr-MIP.diderot
Parent Directory
|
Revision Log
|
Patch
revision 246, Fri Aug 6 15:32:26 2010 UTC | revision 247, Fri Aug 6 20:20:42 2010 UTC | |
---|---|---|
# | Line 30 | Line 30 |
30 | image(3)[] img = load (dataFile); | image(3)[] img = load (dataFile); |
31 | ||
32 | //field#1(3)[] F = convolve (bspln3, img); | //field#1(3)[] F = convolve (bspln3, img); |
33 | field#2(3)[] F = convolve (bspln3, img); | field#2(3)[] F = img ⊛ bspln3; |
34 | ||
35 | actor RayCast (int row, int col) | actor RayCast (int row, int col) |
36 | { | { |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |