SetDescription("Concatenate a list of images into a single multichannel one.");
SetDescription("Concatenate a list of images of the same size into a single multi-channel one.");
// Documentation
SetDocName("Images Concatenation");
SetDocLongDescription("This application performs images concatenation. It will take the input image list (mono or multichannel) and generate a single multichannel image. The channel order is the one of the list.");
SetDocLimitations("None");
SetDocLongDescription("This application performs images channels concatenation. It will walk the input image list (single or multi-channel) and generate a single multi-channel image. The channel order is the one of the list.");
SetDocLimitations("All input images must have the same size.");