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',