Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcfr/emsegment4
The EMSegment extension for 3D Slicer 4.
https://github.com/jcfr/emsegment4
Last synced: 23 days ago
JSON representation
The EMSegment extension for 3D Slicer 4.
- Host: GitHub
- URL: https://github.com/jcfr/emsegment4
- Owner: jcfr
- Created: 2011-04-26T21:11:09.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-05-09T23:01:45.000Z (over 13 years ago)
- Last Synced: 2024-04-16T07:02:47.377Z (7 months ago)
- Language: C++
- Homepage:
- Size: 465 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
The EMSegment extension for Slicer4.
Until some infrastructure is ready, it is required to perform the following steps to successfully compile EMSegment4:
1. cd Slicer4/QTModules/
2. git clone [email protected]:haehn/EMSegment4.git
3. create a symbolic link named 'EMS', pointing to a Slicer3/Modules/EMSegment/ directory, in the Slicer4/QTModules/EMSegment4/ directory.
4. copy Slicer3-build/Modules/EMSegment/vtkEMSegmentConfigure.h to Slicer4-Superbuild/Slicer-build/QTModules/EMSegment4/EMS/
5. include EMSegment4 in Slicer4/QTModules/CMakeLists.txt
6. re-compile Slicer4/QTModules
Cheers :)