mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 18:27:23 +02:00
[nodes] KeyframeSelection: add option to compute OF cell by cell
This commit is contained in:
parent
4a57e8cfcc
commit
12d47c0fd0
1 changed files with 8 additions and 0 deletions
|
@ -124,6 +124,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=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
|
desc.BoolParam(
|
||||||
|
name='flowByCell',
|
||||||
|
label='Compute Optical Flow Scores Using Cells',
|
||||||
|
description='Compute optical flow scores cell by cell within a frame.',
|
||||||
|
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
Reference in a new issue