Page MenuHomePhabricator

ResliceInterpolationProperty "cubic" has no effect
Closed, ResolvedPublic

Description

If you change the reslice interpolation property of an image to "cubic" the result is like "nearest".
If you choose "linear" you can clearly see the interpolation effect. It seems like the cubic property is somehow broken.

Event Timeline

A break was missing in switch statement causing to use the default nearest interpolation.

New remote branch pushed: bug-14893-ResliceInerpolationProperty-cubic-has-no-effect

Added a rendering test to check interpolation modes.

[39eeb3]: Merge branch 'bug-14893-ResliceInerpolationProperty-cubic-has-no-effec

Merged commits:

2013-05-03 09:42:35 Tobias Schroeder [52b67f]
Chanded revision tag of MITK-Data.


2013-05-03 09:02:08 Tobias Schroeder [4cf025]
Rendering test - ResliceInterpolation.


2013-04-12 10:50:39 Tobias Schroeder [40975d]
Fixed cubic reslice interpolation.

A break was missing in switch statement causing the use the default
property which is nearest.

[b45706]: Merge branch 'bug-14893-ResliceInerpolationProperty-cubic-has-no-effec

Merged commits:

2013-05-17 09:29:34 Tobias Schroeder [3e31db]
COMP: ImageError threshold was too small.