Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcfr/sspipeline
Slicer Slice Pipeline - Small experiment that should help understanding how images are rendered in the Slice slice views
https://github.com/jcfr/sspipeline
Last synced: about 2 months ago
JSON representation
Slicer Slice Pipeline - Small experiment that should help understanding how images are rendered in the Slice slice views
- Host: GitHub
- URL: https://github.com/jcfr/sspipeline
- Owner: jcfr
- License: other
- Created: 2014-02-24T20:17:27.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-24T20:33:01.000Z (almost 11 years ago)
- Last Synced: 2024-10-14T12:13:19.510Z (3 months ago)
- Language: C++
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SSPipeline
==========SSPipeline stands for [Slicer](http://www.slicer.org) Slice Pipeline.
It is a small experiment that should help understanding how images are rendered in the Slice slice views.
It implements the pipeline components required to render the scalar volume MRHead as a Axial foreground layer.
Prerequisites
-------------* Slicer build tree. See [here](http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Developers/Build_Instructions) for more details.
Building
--------```
git clone git://github.com/jcfr/SSPipelinemkdir SSPipeline-build && cd SSPipeline-build
cmake -DCMAKE_BUILD_TYPE:STRING=Debug \
-DSlicer_DIR:PATH=/home/jchris/Projects/Slicer-SuperBuild-Debug-Qt485/Slicer-build/ \
../SSPipeline
```References
----------* http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Developers/MRML#Slice_view_pipeline