Commit graph

18 commits

Author SHA1 Message Date
Candice Bentéjac
002d316cc3 [nodes] Remove useless exclusive=True in descriptions 2024-09-16 17:50:54 +02:00
Candice Bentéjac
41a1b47c43 [nodes] Remove invalidate=True from descriptions 2024-09-12 10:54:18 +02:00
Candice Bentéjac
045c26cc46 [nodes] Change uid= into invalidate= for all nodes 2024-09-12 10:41:55 +02:00
Candice Bentéjac
61a8dcd4e2 [nodes] Harmonize the use of trailing commas across all the nodes 2024-02-08 18:02:19 +01:00
Candice Bentéjac
0f6ad22d11 [nodes] Use utilitary constants for most common ChoiceParams 2024-02-08 18:02:18 +01:00
Candice Bentéjac
3146dcface [nodes] I-L: Harmonize and improve labels and descriptions
Use CamelCase for all labels, always end descriptions with periods, and
replace the mixed use of single and double quotes with double quotes
only.
2023-06-16 10:31:18 +02:00
fabien servant
ae0ca71c1c [nodes] replace CommandLineNode with AVCommandLineNode for alicevision nodes 2022-12-06 15:07:01 +01:00
Candice Bentéjac
e7290313bf [nodes] Align FloatParams' and IntParams' ranges with their params' type 2022-09-28 10:41:39 +02:00
Candice Bentéjac
1a63a5f819 [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
2022-09-26 18:11:02 +02:00
Fabien Castan
e3616e3040 [nodes] ImageMasking: enable hsv params only for hvs algorithm 2021-07-23 00:07:04 +02:00
Fabien Castan
4063b2ce7a [nodes] ImageMasking: use StringParam instead of FileParam for depthMapExp 2021-07-21 11:04:55 +02:00
Fabien Castan
bfe0ba5ce6 [nodes] ImageMasking: add AutoGrayscaleThreshold algorithm and depthMap inputs 2021-07-21 11:04:37 +02:00
Fabien Castan
d90fbc5fc3 [nodes] ImageMasking: update params names 2021-07-20 16:20:11 +02:00
Fabien Castan
603dfc43b1 fix imagemasking node 2021-07-19 12:05:28 +02:00
Guillaume Buisson
afc9521941 [nodes] add image masking description 2021-07-19 12:03:22 +02:00
Fabien Castan
dc3f4dd2be [nodes] add semantic to customize attibute UI 2021-07-19 12:03:00 +02:00
Guillaume Buisson
a0f12743a5 [nodes] update imageMasking featureExtraction and prepareDenseScene 2021-07-19 11:57:10 +02:00
Guillaume Buisson
01adad9e21 [nodes] new ImageMasking node 2021-07-19 11:56:55 +02:00