Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

Usage for CLI executable

satishev edited this page Aug 12, 2020 · 1 revision

Fully compiled command line executables for Unix and Windows are also available (including sample data): https://github.com/ccipd/CoLlAGeSlicerExtension/releases/download/2/COLLAGE_executable.zip

../CollageFeatureExtractor2D.exe "inImage.mha" "inMask.mha" 2 "outImage.mha" CLI executable takes the following 4 inputs:

Input Arg. 1: Input Greyscale, meta Image, MR Image (.mha format or ITK compatible) Input Arg. 2: Input Binary, meta Image, Tumor label (.mha format or ITK compatible) Input Arg. 3: Neighborhood Radius (integer) Input Arg. 4: Output feature map, meta image path

Clone this wiki locally