Resolve "Mosaic do not work anymore with rgb mode"
Closes #2004 (closed)
Two changes:
-
otb::FunctorImageFilter
now allows upstream propagation of empty regions (this might have sense, like inMosaic
filters) - Minor change in
Mosaic
app: theSetCorrectionModel()
function (assigning correction model to the mosaic filters) was called twice. Not a big impact on performances but one less useless call and associated logging.