]> Creatis software - FrontAlgorithms.git/blobdiff - appli/examples/CMakeLists.txt
Merge branch 'master' of ssh://git.creatis.insa-lyon.fr/FrontAlgorithms
[FrontAlgorithms.git] / appli / examples / CMakeLists.txt
index 122dcee2d899513c435c7c64accecbb1252f55ac..b2d145093e534171834808ce3bbc30a8c0449470 100644 (file)
@@ -11,14 +11,19 @@ SET(
   SIMPLE_VTK_EXAMPLES
   example_Image_RegionGrow_AllPixels
   example_Image_RegionGrow_AllRGBPixels
-  example_Image_RegionGrow_GaussianModelEstimation
-  example_Image_Dijkstra_CostFromInput
-  example_Image_Dijkstra_CostFromRGBInput
-  example_Image_Dijkstra_DanielssonCost
-  example_Image_Dijkstra_DanielssonCost_TwoSeedsPath
+  example_Image_RegionGrow_ConnectedPixels
+  example_Image_RegionGrow_ConnectedRGBPixels
+  example_Image_Dijkstra_AbsoluteDifferenceCost
   example_Image_Dijkstra_EndPointDetection
-  example_Image_Dijkstra_LabelSkeleton
-  example_ShowSkeleton
+  #  example_Image_RegionGrow_GaussianModelEstimation
+  #  example_Image_IncrementalRegionGrow_Thresholds
+  #  example_Image_Dijkstra_CostFromInput
+  #  example_Image_Dijkstra_CostFromRGBInput
+  #  example_Image_Dijkstra_DanielssonCost
+  #  example_Image_Dijkstra_DanielssonCost_TwoSeedsPath
+  #  example_Image_Dijkstra_LabelSkeleton
+  #  example_ShowSkeleton
+  #  example_CircleOfWillis
   )
 FOREACH(EX ${SIMPLE_VTK_EXAMPLES})
   ADD_EXECUTABLE(${EX} ${EX}.cxx)