From 5433d8054f5c477e56a2d90d0fa74dbff333860d Mon Sep 17 00:00:00 2001 From: Enguerrand DE SMET Date: Thu, 11 Jun 2020 14:20:16 +0200 Subject: [PATCH] imageProcessing] fillHoles option Added the fillHoles option --- meshroom/nodes/aliceVision/ImageProcessing.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meshroom/nodes/aliceVision/ImageProcessing.py b/meshroom/nodes/aliceVision/ImageProcessing.py index 4f917b2e..0979e11d 100644 --- a/meshroom/nodes/aliceVision/ImageProcessing.py +++ b/meshroom/nodes/aliceVision/ImageProcessing.py @@ -64,6 +64,13 @@ class ImageProcessing(desc.CommandLineNode): range=(0, 10, 1), uid=[0], ), + desc.BoolParam( + name='fillHoles', + label='Fill holes', + description='Fill holes.', + value=False, + uid=[0], + ), desc.IntParam( name='sharpenWidth', label='Sharpen Width',