[nodes] featureMatching add cross verification

This commit is contained in:
Fabien Servant 2021-02-13 09:07:44 +01:00
parent 3adb825f2a
commit ed794b7f04

View file

@ -166,6 +166,13 @@ then it checks the number of features that validates this model and iterate thro
uid=[0],
advanced=True,
),
desc.BoolParam(
name='crossMatching',
label='Cross Matching',
description='Make sure that the matching process is symmetric (same matches for I->J than fo J->I)',
value=False,
uid=[0],
),
desc.BoolParam(
name='guidedMatching',
label='Guided Matching',