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

Add the missing test baseline comparisons #36

Open jhlegarreta opened 7 years ago

jhlegarreta commented 7 years ago

There are a number of tests whose output is not yet being compared to a baseline, e.g. itkFFTPadPositiveIndexImageFilterTest.

The tool could be improved by steadily adding the baseline images to the corresponding folder, and add the --compare-MD5 flag with the appropriate arguments to the corresponding test in the CMakeLists.txt file.

I may be able to help with the task.