Difference between revisions of "Publications/carlinet.19.csi.inc"

From LRDE

 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
   
 
Source code available in this [{{SERVER}}/dload/papers/carlinet.19.csi-material/ivdm3seg-lrde.tar.gz archive].
 
Source code available in this [{{SERVER}}/dload/papers/carlinet.19.csi-material/ivdm3seg-lrde.tar.gz archive].
 
   
 
=== To build and run the method ===
 
=== To build and run the method ===
 
   
 
tar xf ivdm3seg-lrde.tar.gz
 
tar xf ivdm3seg-lrde.tar.gz
 
mkdir build && cd build
 
mkdir build && cd build
cmake ../ivdm3seg-lrd -DC%AKE_BUILD_TYPE=Release
+
cmake ../ivdm3seg-lrde -DCMAKE_BUILD_TYPE=Release
 
cmake --build . --target ivdm3seg
 
cmake --build . --target ivdm3seg
  +
  +
  +
<br/>
   
 
=== Usage ===
 
=== Usage ===

Latest revision as of 17:47, 30 November 2018

Source code

Source code available in this archive.

To build and run the method

tar xf ivdm3seg-lrde.tar.gz
mkdir build && cd build
cmake ../ivdm3seg-lrde -DCMAKE_BUILD_TYPE=Release
cmake --build . --target ivdm3seg



Usage

Usage: ./ivdm3seg [OPTIONS] FAT.nii INN.nii OPP.nii WAT.nii output.nii


The program uses Pylene, our image processing library.