[LensDistorsion] default points HDR Viewer

This commit is contained in:
Thomas Zorroche 2021-01-14 09:26:15 +01:00 committed by Fabien Castan
parent ceb08c2e78
commit 9600998b15

View file

@ -25,6 +25,9 @@ AliceVision.FloatImageViewer {
(root.sourceSize.height <= 0) ||
(root.sourceSize.height <= 0))
return Image.Null;
root.defaultControlPoints();
return Image.Ready;
}