MantisBT - ITK
View Issue Details
0011489ITKITKpublic2010-11-20 12:512010-11-21 14:12
Luis Ibanez 
Danielle Pace 
normalfeaturealways
assignedopen 
 
 
backlog
0011489: itkMainTest.h doesn't compare vector images correctly
the implementation of RegressionTestImage() in ITK/Code/Common/itkTestMain.h is not appropriate for VectorImages. It uses by default an image of type

 typedef itk::Image< double, ITK_TEST_DIMENSION_MAX > ImageType;


with #define ITK_TEST_DIMENSION_MAX 6

When reading an image of multiple components, only the first component will be seen in this filter.
No tags attached.
Issue History
2010-11-20 12:51Luis IbanezNew Issue
2010-11-20 12:51Luis IbanezStatusnew => assigned
2010-11-20 12:51Luis IbanezAssigned To => Luis Ibanez
2010-11-20 12:54Luis IbanezSeveritymajor => feature
2010-11-21 13:06Luis IbanezAssigned ToLuis Ibanez => Danielle Pace
2010-11-21 14:12Danielle PaceDescription Updatedbug_revision_view_page.php?rev_id=21#r21

There are no notes attached to this issue.