[ITK Community] Bug in itkProcessObject

Jan Ehrhardt ehrhardt at imi.uni-luebeck.de
Mon Nov 11 09:44:37 EST 2013


Hi folks,

there is a bug in itkProcessObject.cxx line 41, for globalIndexNames 
[71], [81] and [91]:

const char 
globalIndexNames[ITK_GLOBAL_INDEX_NAMES_NUMBER][ITK_GLOBAL_INDEX_NAMES_LENGTH] 
=
{ "_0", "_1", "_2", "_3", "_4", "_5", "_6", "_7", "_8", "_9",
   "_10", "_11", "_12", "_13", "_14", "_15", "_16", "_17", "_18", "_19",
   "_20", "_21", "_22", "_23", "_24", "_25", "_26", "_27", "_28", "_29",
   "_30", "_31", "_32", "_33", "_34", "_35", "_36", "_37", "_38", "_39",
   "_40", "_41", "_42", "_43", "_44", "_45", "_46", "_47", "_48", "_49",
   "_50", "_51", "_52", "_53", "_54", "_55", "_56", "_57", "_58", "_59",
   "_60", "_61", "_62", "_63", "_64", "_65", "_66", "_67", "_68", "_69",
   "_70", "_77", "_72", "_73", "_74", "_75", "_76", "_77", "_78", "_79",
   "_80", "_88", "_82", "_83", "_84", "_85", "_86", "_87", "_88", "_89",
   "_90", "_99", "_92", "_93", "_94", "_95", "_96", "_97", "_98", "_99"
};

This results in a bug in JoinSeriesImageFilter, if more than 71 input 
images are used.

Best regards,
Jan




More information about the Community mailing list