mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +02:00
[cameraInit] rename parameter distoInitializationMode into distortionInitializationMode
This commit is contained in:
parent
14381fb42b
commit
9969b76cd3
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ Intrinsic = [
|
|||
advanced=True
|
||||
),
|
||||
|
||||
desc.ChoiceParam(name="distoInitializationMode", label="Distortion Initialization Mode",
|
||||
desc.ChoiceParam(name="distortionInitializationMode", label="Distortion Initialization Mode",
|
||||
description="Defines how the distortion model and parameters was initialized:\n"
|
||||
" * calibrated: calibrated externally.\n"
|
||||
" * estimated: estimated from a database of generic calibration \n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue