Candice Bentéjac
0f6ad22d11
[nodes] Use utilitary constants for most common ChoiceParams
2024-02-08 18:02:18 +01:00
Candice Bentéjac
c498f48e1e
[nodes] S-T: 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:32:01 +02:00
Fabien Castan
14f299e323
[nodes] rename: remove "utils" from executables names
2022-12-13 17:21:34 +01:00
fabien servant
ae0ca71c1c
[nodes] replace CommandLineNode with AVCommandLineNode for alicevision nodes
2022-12-06 15:07:01 +01:00
Candice Bentéjac
189cb6be5b
[nodes] Use raw strings for parameters that contain regular expressions
...
Regular expressions in regular strings generate deprecation warnings
with Python 3 ("invalid escape sequence \x"). To fix these warnings,
the regex must be contained within a raw string. For nodes that have
parameters whose description and/or value contain regex, the strings
are transformed into raw strings. In the case of descriptions, which are
generally written across several lines, regular strings are concatenated
with regular strings to preserve line returns (with "\n", which becomes
uneffective in raw strings).
2022-12-05 17:16:22 +01:00
Loïc Vital
a5fbbe7d82
[node] output labels renaming without 'Output' prefix
2022-10-19 09:50:21 +01:00
ChemicalXandco
e18f815af9
[nodes] add node categories
2021-02-14 17:03:42 +00:00
Fabien Castan
21fa9167ae
[nodes] SfMTransform, SfMTransfer, SfMAlignment expose the same output params than the StructureFromMotion node
2020-06-29 13:59:53 +02:00
Fabien Castan
64a4c9426a
[nodes] add some nodes documentation
2020-03-26 11:20:44 +01:00
Fabien Castan
3dc6dea6c5
[nodes] SfMAlignment: support multiple methods: views ids, pose ids, filepath pattern, specific metadata, markers ids
2019-09-26 14:50:25 +02:00
Yann Lanthony
2a410d07ea
[nodes][aliceVision] add initial version on nodes
2018-07-19 13:50:45 +02:00
Yann Lanthony
346277629a
[nodes] use 'desc.Node.internalFolder' in outputs values
...
* avoid duplicating the same string everywhere
* don't override 'internalFolder' with the same value default value in subclasses
2018-07-19 13:50:45 +02:00
Gregoire De Lillo
b8799bb9f0
[nodes] new node SfMAlignment
2018-01-25 17:09:20 +01:00