Meshroom/meshroom/pipelines/photogrammetryDraft.mg
2023-01-22 19:35:08 +01:00

109 lines
3 KiB
Text

{
"header": {
"nodesVersions": {
"FeatureMatching": "2.0",
"MeshFiltering": "3.0",
"Texturing": "6.0",
"StructureFromMotion": "2.0",
"CameraInit": "9.0",
"ImageMatching": "2.0",
"FeatureExtraction": "1.1",
"Meshing": "7.0"
},
"releaseVersion": "2021.1.0",
"fileVersion": "1.1",
"template": true
},
"graph": {
"Texturing_1": {
"inputs": {
"input": "{Meshing_1.output}",
"inputMesh": "{MeshFiltering_1.outputMesh}"
},
"nodeType": "Texturing",
"position": [
1400,
0
]
},
"Meshing_1": {
"inputs": {
"input": "{StructureFromMotion_1.output}"
},
"nodeType": "Meshing",
"position": [
1000,
0
]
},
"ImageMatching_1": {
"inputs": {
"input": "{FeatureExtraction_1.input}",
"featuresFolders": [
"{FeatureExtraction_1.output}"
]
},
"nodeType": "ImageMatching",
"position": [
400,
0
]
},
"FeatureExtraction_1": {
"inputs": {
"input": "{CameraInit_1.output}"
},
"nodeType": "FeatureExtraction",
"position": [
200,
0
]
},
"StructureFromMotion_1": {
"inputs": {
"describerTypes": "{FeatureMatching_1.describerTypes}",
"input": "{FeatureMatching_1.input}",
"featuresFolders": "{FeatureMatching_1.featuresFolders}",
"matchesFolders": [
"{FeatureMatching_1.output}"
]
},
"nodeType": "StructureFromMotion",
"position": [
800,
0
]
},
"CameraInit_1": {
"inputs": {},
"nodeType": "CameraInit",
"position": [
0,
0
]
},
"MeshFiltering_1": {
"inputs": {
"inputMesh": "{Meshing_1.outputMesh}"
},
"nodeType": "MeshFiltering",
"position": [
1200,
0
]
},
"FeatureMatching_1": {
"inputs": {
"describerTypes": "{FeatureExtraction_1.describerTypes}",
"imagePairsList": "{ImageMatching_1.output}",
"input": "{ImageMatching_1.input}",
"featuresFolders": "{ImageMatching_1.featuresFolders}"
},
"nodeType": "FeatureMatching",
"position": [
600,
0
]
}
}
}