mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-10 15:46:54 +02:00
imageProcessing] fillHoles option
Added the fillHoles option
This commit is contained in:
parent
78c613a25a
commit
5433d8054f
1 changed files with 7 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue