Skip to content

Commit

Permalink
Check cmake options for US NN segmentation example
Browse files Browse the repository at this point in the history
  • Loading branch information
smistad committed Sep 4, 2019
1 parent 5b4b774 commit 1265e72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/FAST/Examples/Segmentation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ fast_add_example(binaryThresholding binaryThresholding.cpp)
fast_add_example(airwaySegmentation airwaySegmentation.cpp)
fast_add_example(lungSegmentation lungSegmentation.cpp)
fast_add_example(liverVesselSegmentation liverVesselSegmentation.cpp)
fast_add_example(neuralNetworkUltrasoundSegmentation neuralNetworkUltasoundSegmentation.cpp)
fast_add_example(neuralNetworkCTSegmentation neuralNetworkCTSegmentation.cpp)
if(FAST_MODULE_WholeSlideImaging)
fast_add_example(neuralNetworkWSIClassification neuralNetworkWSIClassification.cpp)
endif()
if(FAST_MODULE_OpenIGTLink)
if(FAST_MODULE_OpenIGTLink AND FAST_MODULE_Clarius)
fast_add_example(axillaryNerveDetection axillaryNerveDetection.cpp)
fast_add_example(neuralNetworkUltrasoundSegmentation neuralNetworkUltasoundSegmentation.cpp)
endif()

0 comments on commit 1265e72

Please sign in to comment.