mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-04 01:08:26 +02:00
[pipelines] Add distortion export for templates without calibration
This commit is contained in:
parent
03bd5180cf
commit
ea0f674f1f
2 changed files with 31 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
|||
"CameraInit": "11.0",
|
||||
"ConvertSfMFormat": "2.0",
|
||||
"ExportAnimatedCamera": "2.0",
|
||||
"ExportDistortion": "1.0",
|
||||
"FeatureExtraction": "1.3",
|
||||
"FeatureMatching": "2.0",
|
||||
"ImageMatching": "2.0",
|
||||
|
@ -60,6 +61,19 @@
|
|||
"color": "#80766f"
|
||||
}
|
||||
},
|
||||
"ExportDistortion_1": {
|
||||
"nodeType": "ExportDistortion",
|
||||
"position": [
|
||||
1600,
|
||||
0
|
||||
],
|
||||
"inputs": {
|
||||
"input": "{ExportAnimatedCamera_1.input}"
|
||||
},
|
||||
"internalInputs": {
|
||||
"color": "#80766f"
|
||||
}
|
||||
},
|
||||
"FeatureExtraction_1": {
|
||||
"nodeType": "FeatureExtraction",
|
||||
"position": [
|
||||
|
@ -145,7 +159,8 @@
|
|||
"inputs": {
|
||||
"inputFiles": [
|
||||
"{ExportAnimatedCamera_1.output}",
|
||||
"{ScenePreview_1.output}"
|
||||
"{ScenePreview_1.output}",
|
||||
"{ExportDistortion_1.output}"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue