1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
set(DOCUMENTATION "This module contains classes to perform energy-based region
growing for multiband images. Since this is based on G. Koepfler, C. Lopez and
J. M. Morel's work, the acronym KLM is added to quality the region growing
method. See also \\\\ref ITKRegionGrowing.")
itk_module(ITKKLMRegionGrowing
ENABLE_SHARED
DEPENDS
ITKCommon
TEST_DEPENDS
ITKTestKernel
ITKStatistics
DESCRIPTION
"${DOCUMENTATION}"
)
# Extra test dependency on ITKStatistics in introduced by itkRegionGrow2DTest.
|