Function: createNeuroVol()
ts
function createNeuroVol(
type,
space,
data?): NeuroVol;Defined in: src/volume/NeuroIm.ts:56
Factory function to create specific NeuroVol instances based on TypedArray type.
Parameters
type
The type of TypedArray to use.
space
The geometric space of the volume data.
data?
The raw 3D volume data.
Returns
An instance of NeuroVol.