Page MenuHomePhabricator

using itk::Index instead of vnl_vector<int> for MinIndex/MaxIndex
Closed, WontfixPublic

Description

using itk::Index instead of vnl_vector<int> m_MinIndex, m_MaxIndex is a bit complicated, because we have 2 and 3 dimensional indices that we need to cover.
However, we have this information at creation time. Thus, we can template imageStatisticsContainer. But is that using a sledge-hammer to crack a nut for two variables?

Related Objects

StatusAssignedTask
OpenNone
Resolvedhentsch
WontfixNone

Event Timeline

hentsch created this task.
kislinsk added a project: Auto-closed.
kislinsk added a subscriber: kislinsk.

Hi there! ๐Ÿ™‚

This task was auto-closed according to our Task Lifecycle Management.
Please follow this link for more information and don't forget that you are encouraged to reasonable re-open tasks to revive them. ๐Ÿš‘

Best wishes,
The MITK devs