X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tests%2Fimage%2FCMakeLists.txt;h=b62186cfa093c990d305d9faec19816e3dda6d84;hb=6c0b77c2a8e3b821ccbe9c72c705fcd561bb90c2;hp=06dfae81eb9b9f8cdc63ce7e6282f121d55078d0;hpb=721b19efb3da24f38076b689517b6ed1ddbd03d2;p=FrontAlgorithms.git diff --git a/tests/image/CMakeLists.txt b/tests/image/CMakeLists.txt index 06dfae8..b62186c 100644 --- a/tests/image/CMakeLists.txt +++ b/tests/image/CMakeLists.txt @@ -4,11 +4,11 @@ set( RegionGrow_Tautology RegionGrow_BinaryThreshold MoriSegmentation - # Dijkstra_Identity - # Dijkstra_Gaussian - # RandomWalker - # SkeletonFilter - # SkeletonToPolyData + Dijkstra_Identity + Dijkstra_Gaussian + RandomWalker + SkeletonFilter + SkeletonToPolyData ) foreach(_e ${_examples}) add_executable(${_pfx}${_e} ${_e}.cxx)