Skip to content

Add quantitative tests to itk::FastMarchingImageFilterBase #599

@jhlegarreta

Description

@jhlegarreta

Description

As mentioned in PR #114, the itk::FastMarchingFilterBase class would be better covered if the corresponding tests were quantitative (i.e. the output was compared against a baseline), and additional test cases were included.

Expected behavior

Improvement in the robustness of the class by:

  • Making the tests quantitative adding some trial points.
  • Testing non-identity spacing images.
  • Testing on non-null origin images.

Actual behavior

No comparison against a baseline is done.
Default identity spacing and null origin images tested.

Reproducibility

%100.

Versions

ITK master.

Additional Information

This should be relatively easy to address.

Metadata

Metadata

Assignees

Labels

Good first issueA good issue for community members new to contributingtype:CoverageCode coverage impacts

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions