jmelou
47bbce4ddf
[pipeline] Simplify MV-PS pipeline
...
Pose transfert in SfMTransfert
2024-12-13 17:09:19 +01:00
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
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
Candice Bentéjac
578d1abbf4
[nodes] SfMTransfer: Add a parameter to transfer landmarks
2023-05-31 12:46:17 +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 Servant
6c495aeae3
[SfmTransfer] Copy intrinsics parameters
2020-09-09 13:25:52 +02: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
2696a7054b
[nodes] new SfMTransfer node to retrieve poses and intrinsics from another reconstruction with matching views
2019-09-26 14:50:26 +02:00