You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Passing known dicom tags to the series selector
Ability to perform logical AND/OR operations on the series selection parameters.
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
foreground to background ratio
mean intensity and standard deviation on the intensities
slice thickness
image size (rows X columns)
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.
The text was updated successfully, but these errors were encountered:
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
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
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.
The text was updated successfully, but these errors were encountered: