OHIF / Viewers

OHIF zero-footprint DICOM viewer and oncology specific Lesion Tracker, plus shared extension packages
https://docs.ohif.org/
MIT License
3.35k stars 3.37k forks source link

[3.10-API] API for Retrieving Segmentation Metrics and Statistics #4510

Open sedghi opened 3 days ago

sedghi commented 3 days ago

Purpose
This feature introduces a new API for retrieving detailed metrics and statistics on medical image segmentations. The API supports both individual labelmap segmentations and groups of overlapping segmentations, allowing users to access a range of metrics such as intensity values, metabolic tumor volume, lesion glycolysis, and more. This API is designed to enable advanced data analysis for researchers and clinicians working with segmentation data.

Why This Matters
Segmentation metrics are critical for evaluating and analyzing medical images in clinical research and diagnostic applications. By providing a standardized way to retrieve key metrics, this API enables users to perform quantitative analysis on segmentation data, helping them to derive insights on tumor characteristics, disease progression, and treatment response. This capability is especially important in PET/CT imaging, where metrics like SUV peak and lesion glycolysis are used in oncological assessments.

Key Changes

Impact on Users and Developers