Page MenuHomePhabricator

[NaviBSQ] mitkCompositeFilterTest fails
Closed, ResolvedPublic

Description

the compositeFilterTest fails, propably due to a wrong use of the reference implementation.
It has been deactivated for now.

Event Timeline

New remote branch pushed: bug-15758-ToFCompositeFilterTestFails

The test still fails. We should have a closer look and maybe rewrite it.

This is the input for the filter

mitkInputImage.png (520×611 px, 37 KB)

This is the output for the filter

mitkOutputImage.png (512×609 px, 21 KB)

None of the test is running since checking itk and mitk images calling the Equal-Function, always returns false.

As it seems, the CompositeFilter itself is broken and simply returns wrong results(see attachments)

This is especially strange since the filter seems to run just fine in other mitk-modules as for example the ToF-Util.

User heime has pushed new remote branch:

bug-15758-compositefiltertest

[5405ae]: Merge branch 'bug-15758-compositefiltertest'

Merged commits:

2014-09-10 14:59:09 Eric Heim [048a6b]
wrong scalartype used in composite filter and replaced custom image compare method with mitk equal