MantisBT - ITK
View Issue Details
0010770ITKpublic2010-05-28 03:452010-10-21 12:31
Dzenan Zukic 
Dzenan Zukic 
normalmajoralways
closedfixed 
ITK-3-18 
 
0010770: TriangleMeshToBinaryImageFilter does not take into account direction cosines
TriangleMeshToBinaryImageFilter is meant to create an image from supplied mesh and user's specification of an image. Specification of desired output image is done in two ways
1. using method SetInfoImage()
2. using several methods (SetSpacing, SetOrigin, SetSize)

However, in method 2 SetDirection is missing. And when using method one direction is entirely ignored.
The relevant code is \InsightToolkit-3.18.0\Code\BasicFilters\itkTriangleMeshToBinaryImageFilter.txx, lines 423-450.
No tags attached.
Issue History
2010-05-28 03:45Dzenan ZukicNew Issue
2010-05-28 05:03Dzenan ZukicNote Added: 0020852
2010-06-07 14:23Luis IbanezStatusnew => assigned
2010-06-07 14:23Luis IbanezAssigned To => Dzenan Zukic
2010-06-07 14:24Luis IbanezNote Added: 0020934
2010-06-07 15:22Dzenan ZukicNote Added: 0020935
2010-06-11 04:07Dzenan ZukicStatusassigned => resolved
2010-06-11 04:07Dzenan ZukicResolutionopen => fixed
2010-10-21 12:31Gabe HartStatusresolved => closed

Notes
(0020852)
Dzenan Zukic   
2010-05-28 05:03   
I would like to "adopt" this bug.
(0020934)
Luis Ibanez   
2010-06-07 14:24   
Hi Dzenan,
Your status in MANTIS has been upgraded now to "developer". You can now assign bugs to yourself and to others.

For your convenience, I just assigned this bug to you.
(0020935)
Dzenan Zukic   
2010-06-07 15:22   
I have fixed it today, but I have not tested it per guidelines yet. Probably will have more time to deal with this bug tomorrow.