imageProcessing] fillHoles option

Added the fillHoles option
This commit is contained in:
Enguerrand DE SMET 2020-06-11 14:20:16 +02:00
parent 78c613a25a
commit 5433d8054f

View file

@ -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',