• Reads the single value at the specified dataPosition in a single-channel compressed segmentation.

    Parameters

    • data: Uint32Array
    • baseOffset: number

      The base offset into `data' at which the compressed data for this channel starts. @param chunkDataSize A 3-element array specifying the size of the volume. @param blockSize A 3-element array specifying the block size ued for compression. @param dataPosition A 3-element array specifying the position within the volume from which to read.

      Stores the result in `out'.

    • chunkDataSize: ArrayLike<number>
    • blockSize: ArrayLike<number>
    • dataPosition: ArrayLike<number>

    Returns number

Generated using TypeDoc