ITK icon indicating copy to clipboard operation
ITK copied to clipboard

Wrap SpatialObjectToImageStatisticsCalculator for Python

Open auneri opened this issue 1 year ago • 0 comments

Description

As of ITK 5.4, itk::SpatialObjectToImageStatisticsCalculator is not exposed via the Python interface.

Expected behavior

It would be great to access it as itk.SpatialObjectToImageStatisticsCalculator or, better yet, itk.spatial_object_to_image_statistics_calculator.

Actual behavior

One possible workaround involves first using SpatialObjectToImageFilter to convert the spatial object to a label image and using LabelStatisticsImageFilter for measurements, which can be computationally costly for large images.

Additional Information

auneri avatar May 21 '24 19:05 auneri