diff --git a/meshroom/nodes/aliceVision/KeyframeSelection.py b/meshroom/nodes/aliceVision/KeyframeSelection.py index 0cd9eae1..1129e233 100644 --- a/meshroom/nodes/aliceVision/KeyframeSelection.py +++ b/meshroom/nodes/aliceVision/KeyframeSelection.py @@ -126,6 +126,14 @@ You can extract frames at regular interval by configuring only the min/maxFrameS enabled=lambda node: node.debug.computeScores.value, 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( name='exportSharpness', label='Export Sharpness Scores',