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

From LRDE

(Created page with " == Source code == Source code available in this [{{SERVER}}/dload/papers/carlinet.19.csi-material/ivdm3seg-lrde.tar.gz archive].")
 
 
(3 intermediate revisions 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 ===
  +
  +
tar xf ivdm3seg-lrde.tar.gz
  +
mkdir build && cd build
  +
cmake ../ivdm3seg-lrde -DCMAKE_BUILD_TYPE=Release
  +
cmake --build . --target ivdm3seg
  +
  +
  +
<br/>
  +
  +
=== Usage ===
  +
  +
Usage: ./ivdm3seg [OPTIONS] FAT.nii INN.nii OPP.nii WAT.nii output.nii
  +
  +
  +
The program uses [http://gitlab.lrde.epita.fr/olena/pylene Pylene], our image processing library.

Latest revision as of 18: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.