[nodes] KeyframeSelection: add option to compute OF cell by cell

This commit is contained in:
Candice Bentéjac 2023-01-18 16:02:41 +00:00
parent 4a57e8cfcc
commit 12d47c0fd0

View file

@ -124,6 +124,14 @@ You can extract frames at regular interval by configuring only the min/maxFrameS
enabled=lambda node: node.debug.computeScores.value,
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(
name='exportSharpness',
label='Export Sharpness Scores',