View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0009227ITKpublic2009-07-02 17:542010-11-07 02:57
Reportersgerber 
Assigned ToLuis Ibanez 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionno change required 
PlatformOSOS Version
Product VersionITK-3-14 
Target VersionFixed in Version 
Summary0009227: itkDerivativeImageFilter does not take direction into acount
DescriptionitkDerivativeImageFilter either computes derivatives in index space or in physical spacing. For the physical spacing the image dierction is not taken into account.
TagsNo tags attached.
Resolution Date
Sprint
Sprint Statusbacklog
Attached Files

 Relationships

  Notes
(0023013)
Luis Ibanez (manager)
2010-11-07 02:57

The m_Direction is passed to the derivative operator in :

itkDerivativeImageFilter.txx : 48-52

  // Build an operator so that we can determine the kernel size
  DerivativeOperator< OutputPixelType, ImageDimension > oper;
  oper.SetDirection(m_Direction);
  oper.SetOrder(m_Order);
  oper.CreateDirectional();

 Issue History
Date Modified Username Field Change
2009-07-02 17:54 sgerber New Issue
2010-11-02 13:46 Hans Johnson Status new => assigned
2010-11-02 13:46 Hans Johnson Assigned To => Luis Ibanez
2010-11-07 02:57 Luis Ibanez Sprint Status => backlog
2010-11-07 02:57 Luis Ibanez Note Added: 0023013
2010-11-07 02:57 Luis Ibanez Status assigned => closed
2010-11-07 02:57 Luis Ibanez Resolution open => no change required


Copyright © 2000 - 2018 MantisBT Team