Add files via upload#2365
Open
YazdanSalimi wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New extension
Tier 1
Any extension that is listed in the Extensions Catalog must fulfill these requirements.
Slicer(unless it explicitly provides a bridge between Slicer and a tool or library), because it would make it more difficult to find extensions if the name of many started with the same word.3d-slicer-extensionGitHub topic so that it is listed here. To edit topics, click the settings icon in the right side of "About" section header and enter3d-slicer-extensionin "Topics" and click "Save changes". To learn more about topics, read https://help.github.com/en/articles/about-topicsSettingsand in repository settings uncheckWiki,Projects, andDiscussions(if they are currently not used).Aboutin the top-right corner of the repository main page and uncheckReleasesandPackages(if they are currently not used)Tier 3
Extension summary
XEOSIterativeSegmentation provides iterative threshold-based PET lesion segmentation directly within 3D Slicer, using a plateau-detection algorithm to automatically identify the optimal segmentation threshold for each lesion. No external tools or file format conversions are required — DICOM images are loaded and viewed natively in Slicer.
What it does
Dependencies
Pure Python — all dependencies are bundled with Slicer (SimpleITK, NumPy, SciPy, VTK) or auto-installed on first use via
pip_install(pandas, openpyxl, matplotlib, Pillow, imageio).Notes on custom styling
Three action buttons (Open DICOM Browser, Generate Otsu Segmentation, Run Iterative Segmentation) use custom
setStyleSheetwith distinct colors (blue, teal, green) to help users — including clinical users unfamiliar with Slicer — identify the primary workflow steps at a glance. All other UI elements follow standard Slicer conventions.No known related patents.
License: MIT