-
Notifications
You must be signed in to change notification settings - Fork 64
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
4e83dbf
commit 8de22a9
Showing
2 changed files
with
21 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# MITK Plugin | ||
This is the plugin source for MITK which integrates AIAA client with MITK Workbench | ||
|
||
## Features | ||
- NVIDIA Segmentation *(3D Tool)* | ||
- NVIDIA Smart Polygon Fix *(2D Tool)* | ||
|
||
## Quick Start | ||
The project template follows the template recommended by MITK to fit the extension mechanism of MITK v2018.04. | ||
Here's how it basically works: | ||
|
||
1. Clone MITK | ||
2. Clone ai-assisted-annotation-client | ||
3. Configure the MITK superbuild and set the advanced CMake cache variable `MITK_EXTENSION_DIRS` to ai-assisted-annotation-client/mitk-plugin | ||
4. Generate and build the MITK superbuild | ||
|
||
|
||
## Supported platforms and other requirements | ||
See the [MITK documentation](http://docs.mitk.org/2018.04/) |