mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-30 09:26:32 +02:00
[nodes] ImageMasking: enable hsv params only for hvs algorithm
This commit is contained in:
parent
112280043c
commit
e3616e3040
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ class ImageMasking(desc.CommandLineNode):
|
|||
- Black: Tolerance = 1, minSaturation = 0, maxSaturation = 0.1, minValue = 0, maxValue = 0.2
|
||||
""",
|
||||
group=None,
|
||||
enabled=lambda node: node.algorithm.value == 'HSV',
|
||||
groupDesc=[
|
||||
desc.FloatParam(
|
||||
name='hsvHue',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue