1 #ifndef FAST_LUNG_SEGMENTATION_HPP_
2 #define FAST_LUNG_SEGMENTATION_HPP_
13 void setAirwaySeedPoint(
int x,
int y,
int z);
14 void setAirwaySeedPoint(Vector3i seed);
19 std::shared_ptr<Image> convertToHU(std::shared_ptr<Image> image);
21 Vector3i findSeedVoxel(std::shared_ptr<Image> input);
24 bool mUseManualSeedPoint =
false;