Is there a bug in InPlaceImageFilter?

I see this in SimpleITK’s Todo List

The link points to ITK’s InPlaceImageFilter. Is there an issue or more information about the bug?

Thanks!

Hello,

I don’t think there is any more information. The is a filter by the same name that is in ITK: ITK: itk::Testing::HashImageFilter< TImageType > Class Template Reference

The ITK class is derived from InPlaceImageFilter. Likely when the filter was contributed to ITK the corrections were made. The main difference is that the SimpleITK version support SHA1.

Hrmm… May be interesting to use a object factory for hash algorithms so that the supported methods could be extended.

1 Like