mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-12 08:36:53 +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),
|
range=(0, 10, 1),
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
|
desc.BoolParam(
|
||||||
|
name='fillHoles',
|
||||||
|
label='Fill holes',
|
||||||
|
description='Fill holes.',
|
||||||
|
value=False,
|
||||||
|
uid=[0],
|
||||||
|
),
|
||||||
desc.IntParam(
|
desc.IntParam(
|
||||||
name='sharpenWidth',
|
name='sharpenWidth',
|
||||||
label='Sharpen Width',
|
label='Sharpen Width',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue