[nodes] PanoramaEstimation: add rotation averaging weighting option

This commit is contained in:
Fabien Castan 2021-01-18 19:05:07 +01:00
parent 1276e84033
commit 64ffdba814

View file

@ -98,6 +98,14 @@ Estimate relative camera rotations between input images.
uid=[0], uid=[0],
advanced=True, 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( desc.BoolParam(
name='filterMatches', name='filterMatches',
label='Filter Matches', label='Filter Matches',