Commit graph

18 commits

Author SHA1 Message Date
Candice Bentéjac
12d47c0fd0 [nodes] KeyframeSelection: add option to compute OF cell by cell 2023-01-18 16:02:41 +00:00
Candice Bentéjac
4a57e8cfcc [nodes] KeyframeSelection: add a "refineSelection" parameter 2023-01-06 11:10:45 +00:00
Candice Bentéjac
be876de9e4 [nodes] KeyframeSelection: add parameter to compute optical flow on borders 2022-12-22 09:23:53 +01:00
Candice Bentéjac
77bc977b68 [nodes] KeyframeSelection: add debug parameters
- "computeScores" computes the scores for sharpness and motion on the
input frames at full resolution
- "computeRescaled" computes the scores for sharpness and motion on the
rescaled input frames
- "exportSharpness" exports the computed sharpness scores into a CSV file
- "exportFlow" exports the computed optical flow scores into a CSV file
- "noSelection" stops the execution once the scores have been computed
(and exported, if enabled); the keyframe selection will not be performed
2022-12-22 09:23:52 +01:00
Candice Bentéjac
a02adfbc28 [nodes] KeyframeSelection: rename and invalidate "useSimpleMethod" 2022-12-22 09:23:51 +01:00
fabien servant
943611469e [node] keyframeselection update with simpler algorithms 2022-12-22 09:23:51 +01: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
Loïc Vital
a5fbbe7d82 [node] output labels renaming without 'Output' prefix 2022-10-19 09:50:21 +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
7ec65d828c Do not evaluate variables of string parameters in the nodes' description
Set the value of the string parameters in the nodes' description as
the unevaluated variable instead of the evaluated variable. The
evaluation will be made later, when the nodes with such parameters
will be computed.
2022-07-12 11:22:57 +02:00
Fabien Castan
2f18e89a9d [nodes] KeyframeSelection: extract all frames by default 2021-04-16 10:44:41 +02:00
ChemicalXandco
e18f815af9 [nodes] add node categories 2021-02-14 17:03:42 +00:00
Fabien Castan
64a4c9426a [nodes] add some nodes documentation 2020-03-26 11:20:44 +01:00
Grégoire De Lillo
f07628e5bd [nodes] KeyframeSelection Add / update options
KeyframeSelection node is now 2.0
2018-10-01 15:36:20 +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
Fabien Castan
5049a9b36e [nodes] New node KeyframeSelection 2018-01-01 20:28:54 +01:00