Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: ComputeTrainingMask preserve image info. TubeExtractor count. #151

Merged
merged 1 commit into from
Dec 6, 2023
Merged

BUG: ComputeTrainingMask preserve image info. TubeExtractor count. #151

merged 1 commit into from
Dec 6, 2023

Commits on Dec 6, 2023

  1. BUG: ComputeTrainingMask preserve image info. TubeExtractor count.

    ComputeTrainingMask was returning an image with default image
    info (e.g., spacing = 1,1,1).  Now copies the info from the input image.
    
    TubeExtractor was numbering tubes starting at 0 - but that made tracking
    tubes by their Id in a mask image problematic.   Now the first extracted
    tubes has the Id=1.
    aylward committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    7325399 View commit details
    Browse the repository at this point in the history