mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
Update meshroom/nodes/aliceVision/CameraInit.py
This commit is contained in:
parent
7ee70c1e66
commit
e1e7bbb9a1
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ Intrinsic = [
|
|||
label="Camera Type",
|
||||
description="Mathematical model used to represent a camera:\n"
|
||||
" - pinhole: Simplest projective camera model without optical distortion (focal and optical center).\n"
|
||||
" - equidistant: Non-projective camera model suited for full-fisheye optics (180deg FoV).\n",
|
||||
" - equidistant: Non-projective camera model suited for full-fisheye optics.\n",
|
||||
value="pinhole",
|
||||
values=["pinhole", "equidistant"],
|
||||
exclusive=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue