Skip to content

Commit

Permalink
[nodes] ImageMasking: enable hsv params only for hvs algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiencastan committed Jul 22, 2021
1 parent 1122800 commit e3616e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meshroom/nodes/aliceVision/ImageMasking.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e3616e3

Please sign in to comment.