forked from InsightSoftwareConsortium/LesionSizingToolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathitk-module.cmake
More file actions
25 lines (23 loc) · 789 Bytes
/
itk-module.cmake
File metadata and controls
25 lines (23 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
set(DOCUMENTATION "This module contains a collection of classes for performing
measurement of lesions. Its clinical motivation is the study of cancerous lung
lesions. However, the functionalities developed here are usable in a wider
range of applications. The Lesion Sizint Toolkit is build upon ITK and adds to
it specific classes for computing image features that are then combined into a
detection and measurement layer.")
itk_module(ITKLesionSizingToolkit
DEPENDS
ITKImageFeature
ITKLevelSets
ITKStatistics
ITKIOSpatialObjects
ITKRegionGrowing
ITKLabelVoting
ITKMathematicalMorphology
ITKIOGDCM
ITKIOMeta
ITKVtkGlue
ITKTestKernel #to handle IO in src
DESCRIPTION
"${DOCUMENTATION}"
)
# Module ITKVtkGlue added for itkImageToVTKImageFilter.h