-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a967227
commit 5567bfe
Showing
6 changed files
with
45 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,35 @@ | ||
# SlicerBoneMorphing | ||
Extension for 3D Slicer for bone mesh morphing. | ||
TODO: Explain in more depth | ||
|
||
## Installation | ||
- Download the latest ZIP package from Releases | ||
- Extract the ZIP contents to your desired folder | ||
- Open up 3D Slicer, go to Edit -> Application Settings | ||
- In the modules section, add the extracted contents' path to "Additional Module Paths" | ||
- Restart 3D Slicer | ||
|
||
**DISCLAIMER! After restarting, the installation process will begin. If there are any Python modules not available in Slicer, they will be installed, so the startup will take SIGNIFICANTLY MORE amount of time. Do not be scared, this is intended behaviour. DISCLAIMER!** | ||
|
||
## Usage | ||
After a successful install, the module will be available in the **Morphing** section. | ||
When switching to the module, you should be greeted with the following UI: | ||
|
||
<p align="center"> | ||
<img src="docs/assets/ui.png" width="400px" height="900px"> | ||
</p> | ||
|
||
The UI consists of **4** main modules | ||
- Input | ||
- Preprocessing | ||
- BCPD | ||
- Postprocessing | ||
|
||
## Module sections | ||
|
||
### Input | ||
This section is self-explanatory. Here, you choose which mesh will be | ||
|
||
|
||
|
||
|
This file contains 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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# This is a comment | ||
metadataname This is the value associated with 'metadataname' | ||
|
||
# This is an other comment | ||
anothermetadata This is the value associated with 'anothermetadata' |