Skip to content

Modification of example in itkAnalyzeObjectMap module in InsightToolkit (ITK) to allow labeling of object names when converting NifTi file [.nii] into Analyze Object Map format [.obj].

Notifications You must be signed in to change notification settings

ychuang6/itkCreateAnalyzeObjectMapLabel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

itkCreateAnalyzeObjectMapLabel

This repository is a modification of examples demonstrated in richardbeare's repository using the itkAnalyzeObjectMap reading/writing class for ITK by Hawley & Johnson.

CreateAnalyzeObjectMapLabel takes in a nifti file containing objects of different intensities and converts to Mayo Clinic Analyze Object Map format [.obj]. Modification made allowed labelling of objects according to name specified in the required input text file. This script is useful to combine multiple objects created in nifti format into object maps accompanied by desired labels (object names in Analyze Software).

Requirement

ITK += 4.0

CMAKE += 2.6

Install

mkdir itkCreateAnalyzeObjectMapLabel/build
cd itkCreateAnalyzeObjectMapLabel/build
ccmake ../ -DCMAKE_CXX_FLAGS=-std=c++11 -DCMAKE_BUILD_TYPE=Release
make

Test should pass without failure

About

Modification of example in itkAnalyzeObjectMap module in InsightToolkit (ITK) to allow labeling of object names when converting NifTi file [.nii] into Analyze Object Map format [.obj].

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published