From 64ffdba814729db6b5a6ecf2534d5334cbd0c83c Mon Sep 17 00:00:00 2001 From: Fabien Castan Date: Mon, 18 Jan 2021 19:05:07 +0100 Subject: [PATCH] [nodes] PanoramaEstimation: add rotation averaging weighting option --- meshroom/nodes/aliceVision/PanoramaEstimation.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/meshroom/nodes/aliceVision/PanoramaEstimation.py b/meshroom/nodes/aliceVision/PanoramaEstimation.py index 449bfa3b..1cc147fa 100644 --- a/meshroom/nodes/aliceVision/PanoramaEstimation.py +++ b/meshroom/nodes/aliceVision/PanoramaEstimation.py @@ -98,6 +98,14 @@ Estimate relative camera rotations between input images. uid=[0], advanced=True, ), + desc.BoolParam( + name='rotationAveragingWeighting', + label='Rotation Averaging Weighting', + description='Rotation averaging weighting based on the number of feature matches.', + value=True, + uid=[0], + advanced=True, + ), desc.BoolParam( name='filterMatches', label='Filter Matches',