[nodes] Align all nodes' default values with their params' type

Fix default values for:
- DepthMap: refineSigma (FloatParam); use float instead of int
- ImageMasking: hsvMaxSaturation (FloatParam); use float instead
of int
- ImageMasking: hsvMaxValue (FloatParam); use float instead of
int
- Meshing: estimateSpaceMinObservationAngle (FloatParam); use
float instead of int
- PanoramaInit: yawCW (BoolParam); use bool instead of int
This commit is contained in:
Candice Bentéjac 2022-09-26 18:11:02 +02:00
parent 83f1876e2c
commit 1a63a5f819
4 changed files with 5 additions and 5 deletions

View file

@ -231,7 +231,7 @@ Use a downscale factor of one (full-resolution) only if the quality of the input
name='refineSigma',
label='Refine: Sigma',
description='Refine: Sigma Threshold.',
value=15,
value=15.0,
range=(0.0, 30.0, 0.5),
uid=[0],
advanced=True,