InsightSoftwareConsortium / ITKTubeTK

TubeTK is an open-source toolkit for the segmentation, registration, and analysis of tubes and surfaces in images, developed by Kitware, Inc.
Apache License 2.0
47 stars 57 forks source link

BUG: Incorrect class specification for InverseIntensityImageFilter #155

Closed aylward closed 6 months ago

aylward commented 7 months ago

Change itkTypeMacro( TubeNetworkSpatialObjectToImageFilter, ImageToImageFilter ); to itkTypeMacro( InverseIntensityImageFilter, ImageToImageFilter );

How did it ever work?!!?