Review wrapping masked template parameter
blowekamp opened this issue · 1 comments
blowekamp commented
With the merge of #41, the C++ interface has changed the default for the mask image type. Currently, they Wrapping still specifies the mask image type to be the same as the input images. Should the wrapping be changed?
Also consider wrapping for "VectorImage" as can simplify the usage, by not needing to specify the image vector size as part of the image type.
thewtex commented
The wrapping does not currently specify TMaskImage and uses the default type, which seems reasonable.
ITKTextureFeatures/include/itkFirstOrderTextureFeaturesImageFilter.h
Lines 53 to 57 in c1039d5
Wrapping is present for VectorImage: