PerkLab / PolySeg

Library for polymorph segmentation representation for medical image computing
BSD 2-Clause "Simplified" License
20 stars 4 forks source link

The code missing header files #6

Open xiongmingzhi opened 1 month ago

xiongmingzhi commented 1 month ago

The code has a large number of errors due to missing header files, and the test code is not running properly.

lassoan commented 1 month ago

If anything is missing you can find it here: https://github.com/Slicer/Slicer/tree/main/Libs/vtkSegmentationCore You could also port some of the latest fixes and enhancements from there.

xiongmingzhi commented 1 month ago

Thanks, Can this project be used independently of Slicer and applied to other projects?