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

Conversation

aylward
Copy link
Member

@aylward aylward commented Dec 6, 2023

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.

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 aylward merged commit 877106d into InsightSoftwareConsortium:master Dec 6, 2023
4 of 33 checks passed
@aylward aylward deleted the TrainingMaskAndVesselCounting branch December 6, 2023 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant