mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
[cameraInit] remove enableAutomaticLcpSearch param and add lcp estimation mode
This commit is contained in:
parent
fb34e11b0a
commit
57dfbadb91
1 changed files with 2 additions and 9 deletions
|
@ -67,7 +67,7 @@ Intrinsic = [
|
|||
" * estimated: estimated from metadata and/or sensor width. \n"
|
||||
" * unknown: unknown camera parameters (can still have default value guess)\n"
|
||||
" * none: not set",
|
||||
values=("calibrated", "estimated", "unknown", "none"),
|
||||
values=("calibrated", "estimated", "lcp", "unknown", "none"),
|
||||
value="none",
|
||||
exclusive=True,
|
||||
uid=[0],
|
||||
|
@ -169,18 +169,11 @@ The metadata needed are:
|
|||
value='${ALICEVISION_LENS_PROFILE_INFO}',
|
||||
uid=[],
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='enableLensCorrectionProfileSearch',
|
||||
label='Enable Automatic LCP Search',
|
||||
description='''Enable automatic LCP Search if a database directory is specified as LCP info.''',
|
||||
value=False,
|
||||
uid=[0],
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='lensCorrectionProfileSearchIgnoreCameraModel',
|
||||
label='LCP Search using lens name and camera maker only.',
|
||||
description='''Automatic LCP Search consider only the camera model and the lens name.''',
|
||||
value=False,
|
||||
value=True,
|
||||
uid=[0],
|
||||
),
|
||||
desc.FloatParam(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue