InsightSoftwareConsortium / ITK

Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
https://itk.org
Apache License 2.0
1.37k stars 660 forks source link

COMP: Suppress LabelGeometryImageFilter deprecated warning #4660

Closed blowekamp closed 1 month ago

blowekamp commented 1 month ago

PR Checklist

Refer to the ITK Software Guide for further development details if necessary.

blowekamp commented 1 month ago

This warning is still occurring on the dashboard: https://open.cdash.org/viewBuildError.php?type=1&buildid=9617479

Any suggestions on how it can be suppressed?

seanm commented 1 month ago

Isn't the problem simply that ImageToImageFilter is used in many places? If its deprecated, then uses of it will cause such a warning, which is the point, no?