Medical imaging application based on MITK 2018.04, focused on diffusion MRI and tractography visualisation and interaction.
Based on code originally developed at Imeka Solutions Inc.
You must build the MITK's development branch before building this project. The documentation to build MITK and this project (MI-Brain) can be found in those documents. Contact Imeka if needed.
On Linux and macOS, simply run this command with the desired number of processors:
> ctest -j #
On Windows, in the Visual Studio 2017, right-click on the
RUN_TESTproject andBuild. It will run on only one processor. If you want to run the test on a specific number of processors, open the a command line, copy the path line from thestartMitkWorkbench_release.batin yourMITK-build\\binfolder, then run:> PATH=.............;%PATH% > ctest -j #
On Linux and macOS, simply execute the
PACKAGEtarget. The resulting redistributable archive will be located in your build directory:> make package
On Windows, in the Visual Studio 2017, right-click on the
PACKAGEproject andBuild. The resulting redistributable archives (.exe and .zip) will be located in your build directory.