[pipelines] Add distortion export for templates without calibration

This commit is contained in:
Candice Bentéjac 2024-09-19 11:27:05 +02:00
parent 03bd5180cf
commit ea0f674f1f
2 changed files with 31 additions and 2 deletions

View file

@ -10,6 +10,7 @@
"DepthMap": "5.0",
"DepthMapFilter": "4.0",
"ExportAnimatedCamera": "2.0",
"ExportDistortion": "1.0",
"FeatureExtraction": "1.3",
"FeatureMatching": "2.0",
"ImageMatching": "2.0",
@ -113,6 +114,19 @@
"color": "#80766f"
}
},
"ExportDistortion_1": {
"nodeType": "ExportDistortion",
"position": [
1800,
200
],
"inputs": {
"input": "{ExportAnimatedCamera_1.input}"
},
"internalInputs": {
"color": "#80766f"
}
},
"FeatureExtraction_1": {
"nodeType": "FeatureExtraction",
"position": [
@ -341,7 +355,7 @@
"{ExportAnimatedCamera_1.output}",
"{Texturing_1.output}",
"{ScenePreview_1.output}",
""
"{ExportDistortion_1.output}"
]
}
},

View file

@ -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}"
]
}
},