mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 02:08:08 +02:00
238 lines
No EOL
7.3 KiB
Text
238 lines
No EOL
7.3 KiB
Text
{
|
|
"header": {
|
|
"nodesVersions": {
|
|
"CameraInit": "12.0",
|
|
"FeatureExtraction": "1.3",
|
|
"FeatureMatching": "2.0",
|
|
"ImageMatching": "2.0",
|
|
"LdrToHdrCalibration": "3.1",
|
|
"LdrToHdrMerge": "4.1",
|
|
"LdrToHdrSampling": "4.0",
|
|
"PanoramaCompositing": "2.0",
|
|
"PanoramaEstimation": "1.0",
|
|
"PanoramaInit": "2.0",
|
|
"PanoramaMerging": "1.0",
|
|
"PanoramaPostProcessing": "2.0",
|
|
"PanoramaPrepareImages": "1.1",
|
|
"PanoramaSeams": "2.0",
|
|
"PanoramaWarping": "1.1",
|
|
"Publish": "1.3",
|
|
"SfMTransform": "3.1"
|
|
},
|
|
"releaseVersion": "2025.1.0-develop",
|
|
"fileVersion": "2.0",
|
|
"template": true
|
|
},
|
|
"graph": {
|
|
"CameraInit_1": {
|
|
"nodeType": "CameraInit",
|
|
"position": [
|
|
0,
|
|
0
|
|
],
|
|
"inputs": {}
|
|
},
|
|
"FeatureExtraction_1": {
|
|
"nodeType": "FeatureExtraction",
|
|
"position": [
|
|
1200,
|
|
0
|
|
],
|
|
"inputs": {
|
|
"input": "{PanoramaInit_1.outSfMData}",
|
|
"describerTypes": [
|
|
"sift"
|
|
],
|
|
"describerPreset": "high",
|
|
"describerQuality": "high"
|
|
}
|
|
},
|
|
"FeatureMatching_1": {
|
|
"nodeType": "FeatureMatching",
|
|
"position": [
|
|
1600,
|
|
0
|
|
],
|
|
"inputs": {
|
|
"input": "{ImageMatching_1.input}",
|
|
"featuresFolders": "{ImageMatching_1.featuresFolders}",
|
|
"imagePairsList": "{ImageMatching_1.output}",
|
|
"describerTypes": "{FeatureExtraction_1.describerTypes}",
|
|
"minRequired2DMotion": 5.0
|
|
}
|
|
},
|
|
"ImageMatching_1": {
|
|
"nodeType": "ImageMatching",
|
|
"position": [
|
|
1400,
|
|
0
|
|
],
|
|
"inputs": {
|
|
"input": "{FeatureExtraction_1.input}",
|
|
"featuresFolders": [
|
|
"{FeatureExtraction_1.output}"
|
|
],
|
|
"method": "FrustumOrVocabularyTree"
|
|
}
|
|
},
|
|
"LdrToHdrCalibration_1": {
|
|
"nodeType": "LdrToHdrCalibration",
|
|
"position": [
|
|
600,
|
|
0
|
|
],
|
|
"inputs": {
|
|
"input": "{LdrToHdrSampling_1.input}",
|
|
"samples": "{LdrToHdrSampling_1.output}",
|
|
"userNbBrackets": "{LdrToHdrSampling_1.userNbBrackets}",
|
|
"byPass": "{LdrToHdrSampling_1.byPass}",
|
|
"calibrationMethod": "{LdrToHdrSampling_1.calibrationMethod}",
|
|
"channelQuantizationPower": "{LdrToHdrSampling_1.channelQuantizationPower}",
|
|
"workingColorSpace": "{LdrToHdrSampling_1.workingColorSpace}"
|
|
}
|
|
},
|
|
"LdrToHdrMerge_1": {
|
|
"nodeType": "LdrToHdrMerge",
|
|
"position": [
|
|
800,
|
|
0
|
|
],
|
|
"inputs": {
|
|
"input": "{LdrToHdrCalibration_1.input}",
|
|
"response": "{LdrToHdrCalibration_1.response}",
|
|
"userNbBrackets": "{LdrToHdrCalibration_1.userNbBrackets}",
|
|
"byPass": "{LdrToHdrCalibration_1.byPass}",
|
|
"channelQuantizationPower": "{LdrToHdrCalibration_1.channelQuantizationPower}",
|
|
"workingColorSpace": "{LdrToHdrCalibration_1.workingColorSpace}"
|
|
}
|
|
},
|
|
"LdrToHdrSampling_1": {
|
|
"nodeType": "LdrToHdrSampling",
|
|
"position": [
|
|
400,
|
|
0
|
|
],
|
|
"inputs": {
|
|
"input": "{PanoramaPrepareImages_1.output}"
|
|
}
|
|
},
|
|
"PanoramaCompositing_1": {
|
|
"nodeType": "PanoramaCompositing",
|
|
"position": [
|
|
2600,
|
|
0
|
|
],
|
|
"inputs": {
|
|
"input": "{PanoramaSeams_1.outputSfm}",
|
|
"warpingFolder": "{PanoramaSeams_1.warpingFolder}",
|
|
"labels": "{PanoramaSeams_1.output}",
|
|
"useTiling": false
|
|
}
|
|
},
|
|
"PanoramaEstimation_1": {
|
|
"nodeType": "PanoramaEstimation",
|
|
"position": [
|
|
1800,
|
|
0
|
|
],
|
|
"inputs": {
|
|
"input": "{FeatureMatching_1.input}",
|
|
"featuresFolders": "{FeatureMatching_1.featuresFolders}",
|
|
"matchesFolders": [
|
|
"{FeatureMatching_1.output}"
|
|
],
|
|
"describerTypes": "{FeatureMatching_1.describerTypes}"
|
|
}
|
|
},
|
|
"PanoramaInit_1": {
|
|
"nodeType": "PanoramaInit",
|
|
"position": [
|
|
1000,
|
|
0
|
|
],
|
|
"inputs": {
|
|
"input": "{LdrToHdrMerge_1.outSfMData}",
|
|
"useFisheye": true
|
|
}
|
|
},
|
|
"PanoramaMerging_1": {
|
|
"nodeType": "PanoramaMerging",
|
|
"position": [
|
|
2800,
|
|
0
|
|
],
|
|
"inputs": {
|
|
"input": "{PanoramaCompositing_1.input}",
|
|
"compositingFolder": "{PanoramaCompositing_1.output}",
|
|
"useTiling": "{PanoramaCompositing_1.useTiling}"
|
|
}
|
|
},
|
|
"PanoramaPostProcessing_1": {
|
|
"nodeType": "PanoramaPostProcessing",
|
|
"position": [
|
|
3000,
|
|
0
|
|
],
|
|
"inputs": {
|
|
"inputPanorama": "{PanoramaMerging_1.outputPanorama}",
|
|
"fillHoles": true
|
|
}
|
|
},
|
|
"PanoramaPrepareImages_1": {
|
|
"nodeType": "PanoramaPrepareImages",
|
|
"position": [
|
|
200,
|
|
0
|
|
],
|
|
"inputs": {
|
|
"input": "{CameraInit_1.output}"
|
|
}
|
|
},
|
|
"PanoramaSeams_1": {
|
|
"nodeType": "PanoramaSeams",
|
|
"position": [
|
|
2400,
|
|
0
|
|
],
|
|
"inputs": {
|
|
"input": "{PanoramaWarping_1.input}",
|
|
"warpingFolder": "{PanoramaWarping_1.output}"
|
|
}
|
|
},
|
|
"PanoramaWarping_1": {
|
|
"nodeType": "PanoramaWarping",
|
|
"position": [
|
|
2200,
|
|
0
|
|
],
|
|
"inputs": {
|
|
"input": "{SfMTransform_1.output}"
|
|
}
|
|
},
|
|
"Publish_1": {
|
|
"nodeType": "Publish",
|
|
"position": [
|
|
3200,
|
|
0
|
|
],
|
|
"inputs": {
|
|
"inputFiles": [
|
|
"{PanoramaPostProcessing_1.outputPanorama}",
|
|
"{PanoramaPostProcessing_1.outputPanoramaPreview}",
|
|
"{PanoramaPostProcessing_1.downscaledPanoramaLevels}"
|
|
]
|
|
}
|
|
},
|
|
"SfMTransform_1": {
|
|
"nodeType": "SfMTransform",
|
|
"position": [
|
|
2000,
|
|
0
|
|
],
|
|
"inputs": {
|
|
"input": "{PanoramaEstimation_1.output}",
|
|
"method": "manual"
|
|
}
|
|
}
|
|
}
|
|
} |