Skip to content

[IMP] Enhancing Series Selection Operation #505

Open
@vikashg

Description

@vikashg

Is your enhancement request related to a problem? Please describe.
For MONAI Deploy. noninformative and ever changing and often misleading series description, we need to have a better series selection mechanism in addition to regex based searches. This might include

  1. Passing known dicom tags to the series selector
  2. Ability to perform logical AND/OR operations on the series selection parameters.
  3. In addition, it will be also awesome to confirm that appropriate series is selected through some image fingerprinting.

Image fingerprinting is a mechanism to identify the anatomical structure present in the image as well as the imaging modality used. Total Segmentator has an implementation which we can borrow. In that they extract characteristics of the image like

  1. foreground to background ratio
  2. mean intensity and standard deviation on the intensities
  3. slice thickness
  4. image size (rows X columns)
  5. radiomics features.

We can come up with an operator where we can leverage this implementation to confirm/identify the appropriate images in the image series.

Additional context
I have done some work on series renaming. Need to add more functionality into it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions