Page MenuHomePhabricator

Create an IndexToWorld function with discrete Index (mitk::index3D) as parameter
Closed, ResolvedPublic

Description

In Geometry3D.h

there are only IndexToWorld functions to create continous index coordinates (mitk::Point3D and mitk::Vector3D as output).

We also need a function to obtain a discrete Index-coordinate (mitk::index3D). Here it is important to consider the 0.5 offset if the regarding geometry is an imageGeometry.

Event Timeline

New remote branch pushed: bug-16243-NewIndexToWorldFunction

[6f7fd1]: Merge branch 'bug-16243-NewIndexToWorldFunction'

Merged commits:

2014-01-15 19:19:39 Bastian Graser [f8539c]
added IndexToWorld method for itk::index and mitk::index3d