UNPKG

@cornerstonejs/dicom-image-loader

Version:

Cornerstone Image Loader for DICOM WADO-URI and WADO-RS and Local file

5 lines (4 loc) 110 B
export default function getMinMax(storedPixelData: ArrayLike<number>): { min: number; max: number; };