mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-30 10:47:34 +02:00
add minInliers parameter (optional)
This commit is contained in:
parent
eb9478c787
commit
616d7598a0
1 changed files with 8 additions and 0 deletions
|
@ -42,6 +42,14 @@ Estimate relative pose between each pair of views that share tracks.
|
||||||
range=(1024, 500000, 1),
|
range=(1024, 500000, 1),
|
||||||
advanced=True,
|
advanced=True,
|
||||||
),
|
),
|
||||||
|
desc.IntParam(
|
||||||
|
name="minInliers",
|
||||||
|
label="Ransac min inliers",
|
||||||
|
description="Minimal allowed inliers in two view relationship.",
|
||||||
|
value=35,
|
||||||
|
range=(1, 1000, 1),
|
||||||
|
advanced=True,
|
||||||
|
),
|
||||||
desc.ChoiceParam(
|
desc.ChoiceParam(
|
||||||
name="verboseLevel",
|
name="verboseLevel",
|
||||||
label="Verbose Level",
|
label="Verbose Level",
|
||||||
|
|
Loading…
Add table
Reference in a new issue