]> Creatis software - FrontAlgorithms.git/commitdiff
...
authorLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Tue, 9 Jun 2015 21:23:40 +0000 (16:23 -0500)
committerLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Tue, 9 Jun 2015 21:23:40 +0000 (16:23 -0500)
appli/examples/CMakeLists.txt

index 6b3f71c97ba38d9958e4a60bfca2e17c131f942e..16b2c265e850323c5d1c39ebb56f59d68ecec099 100644 (file)
@@ -13,18 +13,18 @@ SET(
   example_Image_RegionGrow_AllRGBPixels
   example_Image_RegionGrow_ConnectedPixels
   example_Image_RegionGrow_ConnectedRGBPixels
+  example_Image_Dijkstra_AbsoluteDifferenceCost
   example_Image_Dijkstra_EndPointDetection
-#  example_Image_RegionGrow_GaussianModelEstimation
-#  example_Image_IncrementalRegionGrow_Thresholds
-#  example_Image_Dijkstra_CostFromInput
-#  example_Image_Dijkstra_CostFromRGBInput
-#  example_Image_Dijkstra_AbsoluteDifferenceCost
-#  example_Image_Dijkstra_DanielssonCost
-#  example_Image_Dijkstra_DanielssonCost_TwoSeedsPath
-#  example_Image_Dijkstra_LabelSkeleton
-#  example_ShowSkeleton
-#  example_CircleOfWillis
-)
+  #  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)
   TARGET_LINK_LIBRARIES(