Full API information for OSDxImaging DLL

ImagingFxProcessBinkArray Method

Processes the 2D blink array to calculate the blink statistics

Definition

Namespace: OSDx
Assembly: OSDxImaging (in OSDxImaging.dll) Version: 3.0.0.0 (3.0.0.0)
C#
public ImagingFxBlinkData ProcessBinkArray(
	double[] BlinkArray,
	int timeBase,
	int timespan
)

Parameters

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

Return Value

ImagingFxBlinkData
The blink data structure

See Also