Virtual Photonics
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
'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)
- processed
- Type:
System Single
pre-allocated processed image destination
- rollRow
- Type:
System Single
pre-allocated row strip sum
- rollColumn
- Type:
System Single
pre-allocated column strip sum
See Also