mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-10 21:37:29 +02:00
[nodes] KeyframeSelection: add parameter to compute optical flow on borders
This commit is contained in:
parent
77bc977b68
commit
be876de9e4
1 changed files with 8 additions and 0 deletions
|
@ -126,6 +126,14 @@ You can extract frames at regular interval by configuring only the min/maxFrameS
|
||||||
enabled=lambda node: node.debug.computeScores.value,
|
enabled=lambda node: node.debug.computeScores.value,
|
||||||
uid=[],
|
uid=[],
|
||||||
),
|
),
|
||||||
|
desc.BoolParam(
|
||||||
|
name='flowOnBorders',
|
||||||
|
label='Compute Optical Flow Scores On Image Borders',
|
||||||
|
description='Compute optical flow scores on the top, bottom, left and right borders of all the input frames.',
|
||||||
|
value=False,
|
||||||
|
enabled=lambda node: node.debug.computeScores.value,
|
||||||
|
uid=[0],
|
||||||
|
),
|
||||||
desc.BoolParam(
|
desc.BoolParam(
|
||||||
name='exportSharpness',
|
name='exportSharpness',
|
||||||
label='Export Sharpness Scores',
|
label='Export Sharpness Scores',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue