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].")
 
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-lrd -DC%AKE_BUILD_TYPE=Release
  +
cmake --build . --target ivdm3seg
  +
  +
Usage is:
  +
  +
Usage: ./ivdm3seg [OPTIONS] FAT.nii INN.nii OPP.nii WAT.nii output.nii
  +
  +
  +
The program uses [gitlab.lrde.epita.fr/olena/pylene Pylene], our image processing library.

Revision as of 18:45, 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-lrd -DC%AKE_BUILD_TYPE=Release
cmake --build . --target ivdm3seg

Usage is:

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


The program uses [gitlab.lrde.epita.fr/olena/pylene Pylene], our image processing library.