ImagingFxProcessBinkArray Method
Processes the 2D blink array to calculate the blink statistics
Namespace: OSDxAssembly: OSDxImaging (in OSDxImaging.dll) Version: 3.0.0.0 (3.0.0.0)
public ImagingFxBlinkData ProcessBinkArray(
double[] BlinkArray,
int timeBase,
int timespan
)
Public Function ProcessBinkArray (
BlinkArray As Double(),
timeBase As Integer,
timespan As Integer
) As ImagingFxBlinkData
- BlinkArray Double
- The 2D array of normalised correlation coefficients from all frames grabbed
- timeBase Int32
- Total duration of study divided by frame count
- timespan Int32
- Total duration of the study
ImagingFxBlinkDataThe blink data structure