mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-12 07:42:04 +02:00
[nodes] PanoramaEstimation: add rotation averaging weighting option
This commit is contained in:
parent
1276e84033
commit
64ffdba814
1 changed files with 8 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue