InsightSoftwareConsortium/ITKTextureFeatures

Improve Mask Input for RunLengthTextureFeaturesImageFilter

blowekamp opened this issue · 1 comments

The following are missing best practices:

  • Add MaskImageType definition, and pixel type
  • Use Macros for setting named input
  • Make pipeline input named, number and optional

See 95705f5 for similar changes.

Everything has been solved with #37 #39 and #41