Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IMP] Enhancing Series Selection Operation #505

Open
vikashg opened this issue Nov 14, 2024 · 0 comments
Open

[IMP] Enhancing Series Selection Operation #505

vikashg opened this issue Nov 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@vikashg
Copy link
Collaborator

vikashg commented Nov 14, 2024

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.

@vikashg vikashg added the enhancement New feature or request label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant