]> Creatis software - FrontAlgorithms.git/blobdiff - appli/examples/CMakeLists.txt
Refactoring: gaussian model estimator
[FrontAlgorithms.git] / appli / examples / CMakeLists.txt
index 985071e16c2f9032570a91adb05acd6070ad9227..5efc07716857475f7c6836e27a581e6145bd2ba8 100644 (file)
@@ -3,9 +3,11 @@ IF(USE_VTK)
     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
     )
   FOREACH(EX ${SIMPLE_VTK_EXAMPLES})
     ADD_EXECUTABLE(${EX} ${EX}.cxx)