otb application GetParameterImageBase on InputImageListParameter always return a FloatVectorImage
Dear, When calling this function on an InputImageListParameter the return pointer is always casted into a FloatVectorImage while there is an accessor on InputImageParameter to get the real ImageBase* not casted. This is particularly important when chaining the applications with pointers of specifiq types (uint8 ...) that needs to keep their types.
Regards