]> Creatis software - FrontAlgorithms.git/blobdiff - examples/CMakeLists.txt
...
[FrontAlgorithms.git] / examples / CMakeLists.txt
index 0b9e558044eea95077f84896fc56d6ffa3b3245e..297746a359eea3a2f597ff25fe16789583739238 100644 (file)
@@ -2,9 +2,13 @@ OPTION(BUILD_EXAMPLES "Build cpPlugins-free examples." OFF)
 IF(BUILD_EXAMPLES)
   SET(
     _examples
-    CreateMoriInputImage
-    BronchiiInitialSegmentationWithMori
-    BronchiiInitialSegmentationWithBinaryThresholdRegionGrow
+    RegionGrow_Tautology
+    RegionGrow_BinaryThreshold
+    RegionGrow_Mori
+    Dijkstra_Maurer
+    #CreateMoriInputImage
+    #BronchiiInitialSegmentationWithMori
+    #BronchiiInitialSegmentationWithBinaryThresholdRegionGrow
     )
   INCLUDE_DIRECTORIES(
     ${PROJECT_SOURCE_DIR}/libs