Virtual Photonics
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Single
processed image
Allocates processed image, as well as row and column strip sums and calls the most
general overload. Calling this version multiple times with large images will probably thrash the GC.
'Roll' Algorithm, Custom Integration based off Tom, et al, curtesy of Owen Yang.
Owen Yang, David Cuccia, and Bernard Choi, "Real-time blood flow imaging using the
graphics processing unit," (paper in preparation)
Namespace: Vts.Common.MathAssembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax
Parameters
- raw
- Type:
System Single
raw image
- width
- Type:
System Int32
image width
- height
- Type:
System Int32
image height
- radius
- Type:
System Int32
radius of moving window (full window size will be 2*radius+1)
Return Value
Type:
processed image
Remarks
See Also