InsightSoftwareConsortium / ITKIsotropicWavelets

External Module for ITK, implementing Isotropic Wavelets and Riesz Filter for multiscale phase analysis.
Apache License 2.0
13 stars 11 forks source link

ENH: Increase itk::ExpandWithZerosImageFilter class coverage. #33

Closed jhlegarreta closed 7 years ago

jhlegarreta commented 7 years ago

Exercise the itk::ExpandWithZerosImageFilter::SetExpandFactors( const unsigned int ) method.

Modify the CMakeLists.txt to accept the new test argument.

Make the arguments be compulsory so that the number of input arguments check is meaningful.

phcerdan commented 7 years ago

Nice, thanks!