mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-10 06:41:54 +02:00
[pipelines] Update release version
Additionally update all the version of all the nodes, in case some nodes' minor was not up-to-date.
This commit is contained in:
parent
123a12591e
commit
1821320628
8 changed files with 579 additions and 580 deletions
|
@ -1,34 +1,34 @@
|
||||||
{
|
{
|
||||||
"header": {
|
"header": {
|
||||||
"pipelineVersion": "2.2",
|
"pipelineVersion": "2.2",
|
||||||
"releaseVersion": "2023.2.0-develop",
|
"releaseVersion": "2023.2.0",
|
||||||
"fileVersion": "1.1",
|
"fileVersion": "1.1",
|
||||||
"template": true,
|
"template": true,
|
||||||
"nodesVersions": {
|
"nodesVersions": {
|
||||||
"ImageMatching": "2.0",
|
|
||||||
"ConvertSfMFormat": "2.0",
|
|
||||||
"ExportDistortion": "1.0",
|
|
||||||
"SfMTransfer": "2.1",
|
|
||||||
"KeyframeSelection": "4.1",
|
|
||||||
"FeatureExtraction": "1.2",
|
|
||||||
"DistortionCalibration": "3.0",
|
|
||||||
"Meshing": "7.0",
|
|
||||||
"MeshDecimate": "1.0",
|
|
||||||
"DepthMap": "4.0",
|
|
||||||
"MeshFiltering": "3.0",
|
|
||||||
"SfMTriangulation": "1.0",
|
|
||||||
"Texturing": "6.0",
|
|
||||||
"StructureFromMotion": "3.1",
|
|
||||||
"CameraInit": "9.0",
|
|
||||||
"ApplyCalibration": "1.0",
|
|
||||||
"PrepareDenseScene": "3.0",
|
|
||||||
"Publish": "1.3",
|
|
||||||
"ExportAnimatedCamera": "2.0",
|
|
||||||
"DepthMapFilter": "3.0",
|
"DepthMapFilter": "3.0",
|
||||||
|
"DepthMap": "4.0",
|
||||||
|
"KeyframeSelection": "4.1",
|
||||||
|
"Meshing": "7.0",
|
||||||
|
"DistortionCalibration": "3.0",
|
||||||
"ScenePreview": "1.0",
|
"ScenePreview": "1.0",
|
||||||
"ImageMatchingMultiSfM": "1.0",
|
|
||||||
"CheckerboardDetection": "1.0",
|
"CheckerboardDetection": "1.0",
|
||||||
"FeatureMatching": "2.0"
|
"FeatureExtraction": "1.2",
|
||||||
|
"FeatureMatching": "2.0",
|
||||||
|
"CameraInit": "9.0",
|
||||||
|
"Texturing": "6.0",
|
||||||
|
"Publish": "1.3",
|
||||||
|
"StructureFromMotion": "3.1",
|
||||||
|
"ConvertSfMFormat": "2.0",
|
||||||
|
"SfMTriangulation": "1.0",
|
||||||
|
"MeshDecimate": "1.0",
|
||||||
|
"ApplyCalibration": "1.0",
|
||||||
|
"MeshFiltering": "3.0",
|
||||||
|
"ImageMatching": "2.0",
|
||||||
|
"ImageMatchingMultiSfM": "1.0",
|
||||||
|
"ExportAnimatedCamera": "2.0",
|
||||||
|
"SfMTransfer": "2.1",
|
||||||
|
"PrepareDenseScene": "3.0",
|
||||||
|
"ExportDistortion": "1.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"graph": {
|
"graph": {
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
{
|
{
|
||||||
"header": {
|
"header": {
|
||||||
"pipelineVersion": "2.2",
|
"pipelineVersion": "2.2",
|
||||||
"releaseVersion": "2023.2.0-develop",
|
"releaseVersion": "2023.2.0",
|
||||||
"fileVersion": "1.1",
|
"fileVersion": "1.1",
|
||||||
"template": true,
|
"template": true,
|
||||||
"nodesVersions": {
|
"nodesVersions": {
|
||||||
"Publish": "1.2",
|
"DistortionCalibration": "3.0",
|
||||||
"ExportDistortion": "1.0",
|
|
||||||
"CameraInit": "9.0",
|
|
||||||
"CheckerboardDetection": "1.0",
|
"CheckerboardDetection": "1.0",
|
||||||
"DistortionCalibration": "3.0"
|
"CameraInit": "9.0",
|
||||||
|
"Publish": "1.3",
|
||||||
|
"ExportDistortion": "1.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"graph": {
|
"graph": {
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
"header": {
|
"header": {
|
||||||
"nodesVersions": {
|
"nodesVersions": {
|
||||||
"Publish": "1.3",
|
"Publish": "1.3",
|
||||||
"LdrToHdrSampling": "4.0",
|
|
||||||
"LdrToHdrMerge": "4.1",
|
"LdrToHdrMerge": "4.1",
|
||||||
"LdrToHdrCalibration": "3.0",
|
"CameraInit": "9.0",
|
||||||
"CameraInit": "9.0"
|
"LdrToHdrSampling": "4.0",
|
||||||
|
"LdrToHdrCalibration": "3.0"
|
||||||
},
|
},
|
||||||
"releaseVersion": "2023.2.0-develop",
|
"releaseVersion": "2023.2.0",
|
||||||
"fileVersion": "1.1",
|
"fileVersion": "1.1",
|
||||||
"template": true
|
"template": true
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,135 +1,140 @@
|
||||||
{
|
{
|
||||||
"header": {
|
"header": {
|
||||||
"nodesVersions": {
|
"nodesVersions": {
|
||||||
"PanoramaMerging": "1.0",
|
|
||||||
"PanoramaSeams": "2.0",
|
|
||||||
"FeatureMatching": "2.0",
|
|
||||||
"PanoramaCompositing": "2.0",
|
"PanoramaCompositing": "2.0",
|
||||||
|
"SfMTransform": "3.1",
|
||||||
|
"PanoramaPrepareImages": "1.1",
|
||||||
|
"FeatureExtraction": "1.2",
|
||||||
|
"Publish": "1.3",
|
||||||
"LdrToHdrMerge": "4.1",
|
"LdrToHdrMerge": "4.1",
|
||||||
|
"CameraInit": "9.0",
|
||||||
|
"FeatureMatching": "2.0",
|
||||||
|
"PanoramaMerging": "1.0",
|
||||||
|
"PanoramaWarping": "1.1",
|
||||||
"LdrToHdrSampling": "4.0",
|
"LdrToHdrSampling": "4.0",
|
||||||
|
"ImageMatching": "2.0",
|
||||||
|
"PanoramaPostProcessing": "1.0",
|
||||||
|
"PanoramaSeams": "2.0",
|
||||||
"LdrToHdrCalibration": "3.0",
|
"LdrToHdrCalibration": "3.0",
|
||||||
"PanoramaEstimation": "1.0",
|
"PanoramaEstimation": "1.0",
|
||||||
"PanoramaInit": "2.0",
|
"PanoramaInit": "2.0"
|
||||||
"CameraInit": "9.0",
|
|
||||||
"SfMTransform": "3.0",
|
|
||||||
"PanoramaPostProcessing": "1.0",
|
|
||||||
"ImageMatching": "2.0",
|
|
||||||
"FeatureExtraction": "1.2",
|
|
||||||
"PanoramaPrepareImages": "1.1",
|
|
||||||
"PanoramaWarping": "1.1",
|
|
||||||
"Publish": "1.3"
|
|
||||||
},
|
},
|
||||||
"releaseVersion": "2023.1.0",
|
"releaseVersion": "2023.2.0",
|
||||||
"fileVersion": "1.1",
|
"fileVersion": "1.1",
|
||||||
"template": true
|
"template": true
|
||||||
},
|
},
|
||||||
"graph": {
|
"graph": {
|
||||||
"LdrToHdrMerge_1": {
|
"LdrToHdrMerge_1": {
|
||||||
"inputs": {
|
|
||||||
"channelQuantizationPower": "{LdrToHdrCalibration_1.channelQuantizationPower}",
|
|
||||||
"byPass": "{LdrToHdrCalibration_1.byPass}",
|
|
||||||
"input": "{LdrToHdrCalibration_1.input}",
|
|
||||||
"userNbBrackets": "{LdrToHdrCalibration_1.userNbBrackets}",
|
|
||||||
"response": "{LdrToHdrCalibration_1.response}",
|
|
||||||
"workingColorSpace": "{LdrToHdrCalibration_1.workingColorSpace}"
|
|
||||||
},
|
|
||||||
"nodeType": "LdrToHdrMerge",
|
"nodeType": "LdrToHdrMerge",
|
||||||
"position": [
|
"position": [
|
||||||
800,
|
800,
|
||||||
0
|
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}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"PanoramaWarping_1": {
|
"PanoramaWarping_1": {
|
||||||
"inputs": {
|
|
||||||
"input": "{SfMTransform_1.output}"
|
|
||||||
},
|
|
||||||
"nodeType": "PanoramaWarping",
|
"nodeType": "PanoramaWarping",
|
||||||
"position": [
|
"position": [
|
||||||
2200,
|
2200,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{SfMTransform_1.output}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LdrToHdrCalibration_1": {
|
"LdrToHdrCalibration_1": {
|
||||||
"inputs": {
|
|
||||||
"samples": "{LdrToHdrSampling_1.output}",
|
|
||||||
"channelQuantizationPower": "{LdrToHdrSampling_1.channelQuantizationPower}",
|
|
||||||
"byPass": "{LdrToHdrSampling_1.byPass}",
|
|
||||||
"input": "{LdrToHdrSampling_1.input}",
|
|
||||||
"userNbBrackets": "{LdrToHdrSampling_1.userNbBrackets}",
|
|
||||||
"workingColorSpace": "{LdrToHdrSampling_1.workingColorSpace}",
|
|
||||||
"calibrationMethod": "{LdrToHdrSampling_1.calibrationMethod}"
|
|
||||||
},
|
|
||||||
"nodeType": "LdrToHdrCalibration",
|
"nodeType": "LdrToHdrCalibration",
|
||||||
"position": [
|
"position": [
|
||||||
600,
|
600,
|
||||||
0
|
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}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LdrToHdrSampling_1": {
|
"LdrToHdrSampling_1": {
|
||||||
"inputs": {
|
|
||||||
"input": "{PanoramaPrepareImages_1.output}"
|
|
||||||
},
|
|
||||||
"nodeType": "LdrToHdrSampling",
|
"nodeType": "LdrToHdrSampling",
|
||||||
"position": [
|
"position": [
|
||||||
400,
|
400,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{PanoramaPrepareImages_1.output}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"ImageMatching_1": {
|
"ImageMatching_1": {
|
||||||
"inputs": {
|
|
||||||
"input": "{PanoramaInit_1.outSfMData}",
|
|
||||||
"method": "FrustumOrVocabularyTree",
|
|
||||||
"featuresFolders": [
|
|
||||||
"{FeatureExtraction_1.output}"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nodeType": "ImageMatching",
|
"nodeType": "ImageMatching",
|
||||||
"position": [
|
"position": [
|
||||||
1400,
|
1400,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{PanoramaInit_1.outSfMData}",
|
||||||
|
"featuresFolders": [
|
||||||
|
"{FeatureExtraction_1.output}"
|
||||||
|
],
|
||||||
|
"method": "FrustumOrVocabularyTree"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"FeatureExtraction_1": {
|
"FeatureExtraction_1": {
|
||||||
"inputs": {
|
|
||||||
"describerTypes": [
|
|
||||||
"sift"
|
|
||||||
],
|
|
||||||
"describerQuality": "high",
|
|
||||||
"input": "{LdrToHdrMerge_1.outSfMData}",
|
|
||||||
"describerPreset": "high"
|
|
||||||
},
|
|
||||||
"nodeType": "FeatureExtraction",
|
"nodeType": "FeatureExtraction",
|
||||||
"position": [
|
"position": [
|
||||||
1000,
|
1000,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{LdrToHdrMerge_1.outSfMData}",
|
||||||
|
"describerTypes": [
|
||||||
|
"sift"
|
||||||
|
],
|
||||||
|
"describerPreset": "high",
|
||||||
|
"describerQuality": "high"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"PanoramaMerging_1": {
|
"PanoramaMerging_1": {
|
||||||
"inputs": {
|
|
||||||
"compositingFolder": "{PanoramaCompositing_1.output}",
|
|
||||||
"input": "{PanoramaCompositing_1.input}",
|
|
||||||
"useTiling": "{PanoramaCompositing_1.useTiling}"
|
|
||||||
},
|
|
||||||
"nodeType": "PanoramaMerging",
|
"nodeType": "PanoramaMerging",
|
||||||
"position": [
|
"position": [
|
||||||
2800,
|
2800,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{PanoramaCompositing_1.input}",
|
||||||
|
"compositingFolder": "{PanoramaCompositing_1.output}",
|
||||||
|
"useTiling": "{PanoramaCompositing_1.useTiling}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"PanoramaCompositing_1": {
|
"PanoramaCompositing_1": {
|
||||||
"inputs": {
|
|
||||||
"warpingFolder": "{PanoramaSeams_1.warpingFolder}",
|
|
||||||
"labels": "{PanoramaSeams_1.output}",
|
|
||||||
"input": "{PanoramaSeams_1.outputSfm}",
|
|
||||||
"useTiling": false
|
|
||||||
},
|
|
||||||
"nodeType": "PanoramaCompositing",
|
"nodeType": "PanoramaCompositing",
|
||||||
"position": [
|
"position": [
|
||||||
2600,
|
2600,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{PanoramaSeams_1.outputSfm}",
|
||||||
|
"warpingFolder": "{PanoramaSeams_1.warpingFolder}",
|
||||||
|
"labels": "{PanoramaSeams_1.output}",
|
||||||
|
"useTiling": false
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"CameraInit_1": {
|
"CameraInit_1": {
|
||||||
|
"nodeType": "CameraInit",
|
||||||
|
"position": [
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"allowedCameraModels": [
|
"allowedCameraModels": [
|
||||||
"pinhole",
|
"pinhole",
|
||||||
|
@ -141,97 +146,92 @@
|
||||||
"3deradial4",
|
"3deradial4",
|
||||||
"3declassicld"
|
"3declassicld"
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
"nodeType": "CameraInit",
|
|
||||||
"position": [
|
|
||||||
0,
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"PanoramaPostProcessing_1": {
|
"PanoramaPostProcessing_1": {
|
||||||
"inputs": {
|
|
||||||
"inputPanorama": "{PanoramaMerging_1.outputPanorama}",
|
|
||||||
"fillHoles": true
|
|
||||||
},
|
|
||||||
"nodeType": "PanoramaPostProcessing",
|
"nodeType": "PanoramaPostProcessing",
|
||||||
"position": [
|
"position": [
|
||||||
3000,
|
3000,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"inputPanorama": "{PanoramaMerging_1.outputPanorama}",
|
||||||
|
"fillHoles": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"PanoramaPrepareImages_1": {
|
"PanoramaPrepareImages_1": {
|
||||||
"inputs": {
|
|
||||||
"input": "{CameraInit_1.output}"
|
|
||||||
},
|
|
||||||
"nodeType": "PanoramaPrepareImages",
|
"nodeType": "PanoramaPrepareImages",
|
||||||
"position": [
|
"position": [
|
||||||
200,
|
200,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{CameraInit_1.output}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"SfMTransform_1": {
|
"SfMTransform_1": {
|
||||||
"inputs": {
|
|
||||||
"method": "manual",
|
|
||||||
"input": "{PanoramaEstimation_1.output}"
|
|
||||||
},
|
|
||||||
"nodeType": "SfMTransform",
|
"nodeType": "SfMTransform",
|
||||||
"position": [
|
"position": [
|
||||||
2000,
|
2000,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{PanoramaEstimation_1.output}",
|
||||||
|
"method": "manual"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"PanoramaSeams_1": {
|
"PanoramaSeams_1": {
|
||||||
"inputs": {
|
|
||||||
"input": "{PanoramaWarping_1.input}",
|
|
||||||
"warpingFolder": "{PanoramaWarping_1.output}"
|
|
||||||
},
|
|
||||||
"nodeType": "PanoramaSeams",
|
"nodeType": "PanoramaSeams",
|
||||||
"position": [
|
"position": [
|
||||||
2400,
|
2400,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{PanoramaWarping_1.input}",
|
||||||
|
"warpingFolder": "{PanoramaWarping_1.output}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"PanoramaEstimation_1": {
|
"PanoramaEstimation_1": {
|
||||||
"inputs": {
|
|
||||||
"matchesFolders": [
|
|
||||||
"{FeatureMatching_1.output}"
|
|
||||||
],
|
|
||||||
"input": "{FeatureMatching_1.input}",
|
|
||||||
"describerTypes": "{FeatureMatching_1.describerTypes}",
|
|
||||||
"featuresFolders": "{FeatureMatching_1.featuresFolders}"
|
|
||||||
},
|
|
||||||
"nodeType": "PanoramaEstimation",
|
"nodeType": "PanoramaEstimation",
|
||||||
"position": [
|
"position": [
|
||||||
1800,
|
1800,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{FeatureMatching_1.input}",
|
||||||
|
"featuresFolders": "{FeatureMatching_1.featuresFolders}",
|
||||||
|
"matchesFolders": [
|
||||||
|
"{FeatureMatching_1.output}"
|
||||||
|
],
|
||||||
|
"describerTypes": "{FeatureMatching_1.describerTypes}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"PanoramaInit_1": {
|
"PanoramaInit_1": {
|
||||||
"inputs": {
|
|
||||||
"useFisheye": true,
|
|
||||||
"dependency": [
|
|
||||||
"{FeatureExtraction_1.output}"
|
|
||||||
],
|
|
||||||
"input": "{FeatureExtraction_1.input}"
|
|
||||||
},
|
|
||||||
"nodeType": "PanoramaInit",
|
"nodeType": "PanoramaInit",
|
||||||
"position": [
|
"position": [
|
||||||
1200,
|
1200,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{FeatureExtraction_1.input}",
|
||||||
|
"dependency": [
|
||||||
|
"{FeatureExtraction_1.output}"
|
||||||
|
],
|
||||||
|
"useFisheye": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"FeatureMatching_1": {
|
"FeatureMatching_1": {
|
||||||
"inputs": {
|
|
||||||
"describerTypes": "{FeatureExtraction_1.describerTypes}",
|
|
||||||
"imagePairsList": "{ImageMatching_1.output}",
|
|
||||||
"input": "{ImageMatching_1.input}",
|
|
||||||
"featuresFolders": "{ImageMatching_1.featuresFolders}"
|
|
||||||
},
|
|
||||||
"nodeType": "FeatureMatching",
|
"nodeType": "FeatureMatching",
|
||||||
"position": [
|
"position": [
|
||||||
1600,
|
1600,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{ImageMatching_1.input}",
|
||||||
|
"featuresFolders": "{ImageMatching_1.featuresFolders}",
|
||||||
|
"imagePairsList": "{ImageMatching_1.output}",
|
||||||
|
"describerTypes": "{FeatureExtraction_1.describerTypes}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Publish_1": {
|
"Publish_1": {
|
||||||
"nodeType": "Publish",
|
"nodeType": "Publish",
|
||||||
|
|
|
@ -1,130 +1,135 @@
|
||||||
{
|
{
|
||||||
"header": {
|
"header": {
|
||||||
"nodesVersions": {
|
"nodesVersions": {
|
||||||
"PanoramaMerging": "1.0",
|
|
||||||
"PanoramaSeams": "2.0",
|
|
||||||
"FeatureMatching": "2.0",
|
|
||||||
"PanoramaCompositing": "2.0",
|
"PanoramaCompositing": "2.0",
|
||||||
|
"SfMTransform": "3.1",
|
||||||
|
"PanoramaPrepareImages": "1.1",
|
||||||
|
"FeatureExtraction": "1.2",
|
||||||
|
"Publish": "1.3",
|
||||||
"LdrToHdrMerge": "4.1",
|
"LdrToHdrMerge": "4.1",
|
||||||
|
"CameraInit": "9.0",
|
||||||
|
"FeatureMatching": "2.0",
|
||||||
|
"PanoramaMerging": "1.0",
|
||||||
|
"PanoramaWarping": "1.1",
|
||||||
"LdrToHdrSampling": "4.0",
|
"LdrToHdrSampling": "4.0",
|
||||||
|
"ImageMatching": "2.0",
|
||||||
|
"PanoramaPostProcessing": "1.0",
|
||||||
|
"PanoramaSeams": "2.0",
|
||||||
"LdrToHdrCalibration": "3.0",
|
"LdrToHdrCalibration": "3.0",
|
||||||
"PanoramaEstimation": "1.0",
|
"PanoramaEstimation": "1.0",
|
||||||
"PanoramaInit": "2.0",
|
"PanoramaInit": "2.0"
|
||||||
"CameraInit": "9.0",
|
|
||||||
"SfMTransform": "3.0",
|
|
||||||
"PanoramaPostProcessing": "1.0",
|
|
||||||
"ImageMatching": "2.0",
|
|
||||||
"FeatureExtraction": "1.2",
|
|
||||||
"PanoramaPrepareImages": "1.1",
|
|
||||||
"PanoramaWarping": "1.1",
|
|
||||||
"Publish": "1.3"
|
|
||||||
},
|
},
|
||||||
"releaseVersion": "2023.1.0",
|
"releaseVersion": "2023.2.0",
|
||||||
"fileVersion": "1.1",
|
"fileVersion": "1.1",
|
||||||
"template": true
|
"template": true
|
||||||
},
|
},
|
||||||
"graph": {
|
"graph": {
|
||||||
"LdrToHdrMerge_1": {
|
"LdrToHdrMerge_1": {
|
||||||
"inputs": {
|
|
||||||
"channelQuantizationPower": "{LdrToHdrCalibration_1.channelQuantizationPower}",
|
|
||||||
"byPass": "{LdrToHdrCalibration_1.byPass}",
|
|
||||||
"input": "{LdrToHdrCalibration_1.input}",
|
|
||||||
"userNbBrackets": "{LdrToHdrCalibration_1.userNbBrackets}",
|
|
||||||
"response": "{LdrToHdrCalibration_1.response}",
|
|
||||||
"workingColorSpace": "{LdrToHdrCalibration_1.workingColorSpace}"
|
|
||||||
},
|
|
||||||
"nodeType": "LdrToHdrMerge",
|
"nodeType": "LdrToHdrMerge",
|
||||||
"position": [
|
"position": [
|
||||||
800,
|
800,
|
||||||
0
|
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}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"PanoramaWarping_1": {
|
"PanoramaWarping_1": {
|
||||||
"inputs": {
|
|
||||||
"input": "{SfMTransform_1.output}"
|
|
||||||
},
|
|
||||||
"nodeType": "PanoramaWarping",
|
"nodeType": "PanoramaWarping",
|
||||||
"position": [
|
"position": [
|
||||||
2200,
|
2200,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{SfMTransform_1.output}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LdrToHdrCalibration_1": {
|
"LdrToHdrCalibration_1": {
|
||||||
"inputs": {
|
|
||||||
"samples": "{LdrToHdrSampling_1.output}",
|
|
||||||
"channelQuantizationPower": "{LdrToHdrSampling_1.channelQuantizationPower}",
|
|
||||||
"byPass": "{LdrToHdrSampling_1.byPass}",
|
|
||||||
"input": "{LdrToHdrSampling_1.input}",
|
|
||||||
"userNbBrackets": "{LdrToHdrSampling_1.userNbBrackets}",
|
|
||||||
"workingColorSpace": "{LdrToHdrSampling_1.workingColorSpace}",
|
|
||||||
"calibrationMethod": "{LdrToHdrSampling_1.calibrationMethod}"
|
|
||||||
},
|
|
||||||
"nodeType": "LdrToHdrCalibration",
|
"nodeType": "LdrToHdrCalibration",
|
||||||
"position": [
|
"position": [
|
||||||
600,
|
600,
|
||||||
0
|
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}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"LdrToHdrSampling_1": {
|
"LdrToHdrSampling_1": {
|
||||||
"inputs": {
|
|
||||||
"input": "{PanoramaPrepareImages_1.output}"
|
|
||||||
},
|
|
||||||
"nodeType": "LdrToHdrSampling",
|
"nodeType": "LdrToHdrSampling",
|
||||||
"position": [
|
"position": [
|
||||||
400,
|
400,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{PanoramaPrepareImages_1.output}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"ImageMatching_1": {
|
"ImageMatching_1": {
|
||||||
"inputs": {
|
|
||||||
"input": "{PanoramaInit_1.outSfMData}",
|
|
||||||
"method": "FrustumOrVocabularyTree",
|
|
||||||
"featuresFolders": [
|
|
||||||
"{FeatureExtraction_1.output}"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nodeType": "ImageMatching",
|
"nodeType": "ImageMatching",
|
||||||
"position": [
|
"position": [
|
||||||
1400,
|
1400,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{PanoramaInit_1.outSfMData}",
|
||||||
|
"featuresFolders": [
|
||||||
|
"{FeatureExtraction_1.output}"
|
||||||
|
],
|
||||||
|
"method": "FrustumOrVocabularyTree"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"FeatureExtraction_1": {
|
"FeatureExtraction_1": {
|
||||||
"inputs": {
|
|
||||||
"describerQuality": "high",
|
|
||||||
"input": "{LdrToHdrMerge_1.outSfMData}"
|
|
||||||
},
|
|
||||||
"nodeType": "FeatureExtraction",
|
"nodeType": "FeatureExtraction",
|
||||||
"position": [
|
"position": [
|
||||||
1000,
|
1000,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{LdrToHdrMerge_1.outSfMData}",
|
||||||
|
"describerQuality": "high"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"PanoramaMerging_1": {
|
"PanoramaMerging_1": {
|
||||||
"inputs": {
|
|
||||||
"compositingFolder": "{PanoramaCompositing_1.output}",
|
|
||||||
"input": "{PanoramaCompositing_1.input}",
|
|
||||||
"useTiling": "{PanoramaCompositing_1.useTiling}"
|
|
||||||
},
|
|
||||||
"nodeType": "PanoramaMerging",
|
"nodeType": "PanoramaMerging",
|
||||||
"position": [
|
"position": [
|
||||||
2800,
|
2800,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{PanoramaCompositing_1.input}",
|
||||||
|
"compositingFolder": "{PanoramaCompositing_1.output}",
|
||||||
|
"useTiling": "{PanoramaCompositing_1.useTiling}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"PanoramaCompositing_1": {
|
"PanoramaCompositing_1": {
|
||||||
"inputs": {
|
|
||||||
"warpingFolder": "{PanoramaSeams_1.warpingFolder}",
|
|
||||||
"labels": "{PanoramaSeams_1.output}",
|
|
||||||
"input": "{PanoramaSeams_1.outputSfm}"
|
|
||||||
},
|
|
||||||
"nodeType": "PanoramaCompositing",
|
"nodeType": "PanoramaCompositing",
|
||||||
"position": [
|
"position": [
|
||||||
2600,
|
2600,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{PanoramaSeams_1.outputSfm}",
|
||||||
|
"warpingFolder": "{PanoramaSeams_1.warpingFolder}",
|
||||||
|
"labels": "{PanoramaSeams_1.output}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"CameraInit_1": {
|
"CameraInit_1": {
|
||||||
|
"nodeType": "CameraInit",
|
||||||
|
"position": [
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"allowedCameraModels": [
|
"allowedCameraModels": [
|
||||||
"pinhole",
|
"pinhole",
|
||||||
|
@ -136,96 +141,91 @@
|
||||||
"3deradial4",
|
"3deradial4",
|
||||||
"3declassicld"
|
"3declassicld"
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
"nodeType": "CameraInit",
|
|
||||||
"position": [
|
|
||||||
0,
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"PanoramaPostProcessing_1": {
|
"PanoramaPostProcessing_1": {
|
||||||
"inputs": {
|
|
||||||
"inputPanorama": "{PanoramaMerging_1.outputPanorama}",
|
|
||||||
"fillHoles": true
|
|
||||||
},
|
|
||||||
"nodeType": "PanoramaPostProcessing",
|
"nodeType": "PanoramaPostProcessing",
|
||||||
"position": [
|
"position": [
|
||||||
3000,
|
3000,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"inputPanorama": "{PanoramaMerging_1.outputPanorama}",
|
||||||
|
"fillHoles": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"PanoramaPrepareImages_1": {
|
"PanoramaPrepareImages_1": {
|
||||||
"inputs": {
|
|
||||||
"input": "{CameraInit_1.output}"
|
|
||||||
},
|
|
||||||
"nodeType": "PanoramaPrepareImages",
|
"nodeType": "PanoramaPrepareImages",
|
||||||
"position": [
|
"position": [
|
||||||
200,
|
200,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{CameraInit_1.output}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"SfMTransform_1": {
|
"SfMTransform_1": {
|
||||||
"inputs": {
|
|
||||||
"method": "manual",
|
|
||||||
"input": "{PanoramaEstimation_1.output}"
|
|
||||||
},
|
|
||||||
"nodeType": "SfMTransform",
|
"nodeType": "SfMTransform",
|
||||||
"position": [
|
"position": [
|
||||||
2000,
|
2000,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{PanoramaEstimation_1.output}",
|
||||||
|
"method": "manual"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"PanoramaSeams_1": {
|
"PanoramaSeams_1": {
|
||||||
"inputs": {
|
|
||||||
"input": "{PanoramaWarping_1.input}",
|
|
||||||
"warpingFolder": "{PanoramaWarping_1.output}"
|
|
||||||
},
|
|
||||||
"nodeType": "PanoramaSeams",
|
"nodeType": "PanoramaSeams",
|
||||||
"position": [
|
"position": [
|
||||||
2400,
|
2400,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{PanoramaWarping_1.input}",
|
||||||
|
"warpingFolder": "{PanoramaWarping_1.output}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"PanoramaEstimation_1": {
|
"PanoramaEstimation_1": {
|
||||||
"inputs": {
|
|
||||||
"matchesFolders": [
|
|
||||||
"{FeatureMatching_1.output}"
|
|
||||||
],
|
|
||||||
"input": "{FeatureMatching_1.input}",
|
|
||||||
"describerTypes": "{FeatureMatching_1.describerTypes}",
|
|
||||||
"featuresFolders": "{FeatureMatching_1.featuresFolders}"
|
|
||||||
},
|
|
||||||
"nodeType": "PanoramaEstimation",
|
"nodeType": "PanoramaEstimation",
|
||||||
"position": [
|
"position": [
|
||||||
1800,
|
1800,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{FeatureMatching_1.input}",
|
||||||
|
"featuresFolders": "{FeatureMatching_1.featuresFolders}",
|
||||||
|
"matchesFolders": [
|
||||||
|
"{FeatureMatching_1.output}"
|
||||||
|
],
|
||||||
|
"describerTypes": "{FeatureMatching_1.describerTypes}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"PanoramaInit_1": {
|
"PanoramaInit_1": {
|
||||||
"inputs": {
|
|
||||||
"dependency": [
|
|
||||||
"{FeatureExtraction_1.output}"
|
|
||||||
],
|
|
||||||
"input": "{FeatureExtraction_1.input}"
|
|
||||||
},
|
|
||||||
"nodeType": "PanoramaInit",
|
"nodeType": "PanoramaInit",
|
||||||
"position": [
|
"position": [
|
||||||
1200,
|
1200,
|
||||||
0
|
0
|
||||||
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{FeatureExtraction_1.input}",
|
||||||
|
"dependency": [
|
||||||
|
"{FeatureExtraction_1.output}"
|
||||||
]
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"FeatureMatching_1": {
|
"FeatureMatching_1": {
|
||||||
"inputs": {
|
|
||||||
"describerTypes": "{FeatureExtraction_1.describerTypes}",
|
|
||||||
"imagePairsList": "{ImageMatching_1.output}",
|
|
||||||
"input": "{ImageMatching_1.input}",
|
|
||||||
"featuresFolders": "{ImageMatching_1.featuresFolders}"
|
|
||||||
},
|
|
||||||
"nodeType": "FeatureMatching",
|
"nodeType": "FeatureMatching",
|
||||||
"position": [
|
"position": [
|
||||||
1600,
|
1600,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{ImageMatching_1.input}",
|
||||||
|
"featuresFolders": "{ImageMatching_1.featuresFolders}",
|
||||||
|
"imagePairsList": "{ImageMatching_1.output}",
|
||||||
|
"describerTypes": "{FeatureExtraction_1.describerTypes}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Publish_1": {
|
"Publish_1": {
|
||||||
"nodeType": "Publish",
|
"nodeType": "Publish",
|
||||||
|
|
|
@ -1,163 +1,162 @@
|
||||||
{
|
{
|
||||||
"header": {
|
"header": {
|
||||||
"pipelineVersion": "2.2",
|
"pipelineVersion": "2.2",
|
||||||
"releaseVersion": "2023.1.0",
|
"releaseVersion": "2023.2.0",
|
||||||
"fileVersion": "1.1",
|
"fileVersion": "1.1",
|
||||||
"template": true,
|
"template": true,
|
||||||
"nodesVersions": {
|
"nodesVersions": {
|
||||||
|
"DepthMapFilter": "3.0",
|
||||||
|
"Meshing": "7.0",
|
||||||
|
"DepthMap": "4.0",
|
||||||
|
"FeatureExtraction": "1.2",
|
||||||
|
"PrepareDenseScene": "3.0",
|
||||||
|
"CameraInit": "9.0",
|
||||||
"FeatureMatching": "2.0",
|
"FeatureMatching": "2.0",
|
||||||
"MeshFiltering": "3.0",
|
"MeshFiltering": "3.0",
|
||||||
"Texturing": "6.0",
|
"Texturing": "6.0",
|
||||||
"PrepareDenseScene": "3.0",
|
"StructureFromMotion": "3.1",
|
||||||
"DepthMap": "4.0",
|
|
||||||
"StructureFromMotion": "3.0",
|
|
||||||
"CameraInit": "9.0",
|
|
||||||
"ImageMatching": "2.0",
|
"ImageMatching": "2.0",
|
||||||
"FeatureExtraction": "1.2",
|
|
||||||
"Meshing": "7.0",
|
|
||||||
"DepthMapFilter": "3.0",
|
|
||||||
"Publish": "1.3"
|
"Publish": "1.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"graph": {
|
"graph": {
|
||||||
"Publish_1": {
|
"Publish_1": {
|
||||||
|
"nodeType": "Publish",
|
||||||
|
"position": [
|
||||||
|
2200,
|
||||||
|
0
|
||||||
|
],
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"output": "",
|
|
||||||
"inputFiles": [
|
"inputFiles": [
|
||||||
"{Texturing_1.outputMesh}",
|
"{Texturing_1.outputMesh}",
|
||||||
"{Texturing_1.outputMaterial}",
|
"{Texturing_1.outputMaterial}",
|
||||||
"{Texturing_1.outputTextures}"
|
"{Texturing_1.outputTextures}"
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
"nodeType": "Publish",
|
|
||||||
"position": [
|
|
||||||
2200,
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"Texturing_1": {
|
"Texturing_1": {
|
||||||
"inputs": {
|
|
||||||
"imagesFolder": "{DepthMap_1.imagesFolder}",
|
|
||||||
"input": "{Meshing_1.output}",
|
|
||||||
"inputMesh": "{MeshFiltering_1.outputMesh}"
|
|
||||||
},
|
|
||||||
"nodeType": "Texturing",
|
"nodeType": "Texturing",
|
||||||
"position": [
|
"position": [
|
||||||
2000,
|
2000,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{Meshing_1.output}",
|
||||||
|
"imagesFolder": "{DepthMap_1.imagesFolder}",
|
||||||
|
"inputMesh": "{MeshFiltering_1.outputMesh}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Meshing_1": {
|
"Meshing_1": {
|
||||||
"inputs": {
|
|
||||||
"depthMapsFolder": "{DepthMapFilter_1.output}",
|
|
||||||
"input": "{DepthMapFilter_1.input}"
|
|
||||||
},
|
|
||||||
"nodeType": "Meshing",
|
"nodeType": "Meshing",
|
||||||
"position": [
|
"position": [
|
||||||
1600,
|
1600,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{DepthMapFilter_1.input}",
|
||||||
|
"depthMapsFolder": "{DepthMapFilter_1.output}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"DepthMapFilter_1": {
|
"DepthMapFilter_1": {
|
||||||
"inputs": {
|
|
||||||
"depthMapsFolder": "{DepthMap_1.output}",
|
|
||||||
"input": "{DepthMap_1.input}"
|
|
||||||
},
|
|
||||||
"nodeType": "DepthMapFilter",
|
"nodeType": "DepthMapFilter",
|
||||||
"position": [
|
"position": [
|
||||||
1400,
|
1400,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{DepthMap_1.input}",
|
||||||
|
"depthMapsFolder": "{DepthMap_1.output}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"ImageMatching_1": {
|
"ImageMatching_1": {
|
||||||
|
"nodeType": "ImageMatching",
|
||||||
|
"position": [
|
||||||
|
400,
|
||||||
|
0
|
||||||
|
],
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"input": "{FeatureExtraction_1.input}",
|
"input": "{FeatureExtraction_1.input}",
|
||||||
"featuresFolders": [
|
"featuresFolders": [
|
||||||
"{FeatureExtraction_1.output}"
|
"{FeatureExtraction_1.output}"
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
"nodeType": "ImageMatching",
|
|
||||||
"position": [
|
|
||||||
400,
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"FeatureExtraction_1": {
|
"FeatureExtraction_1": {
|
||||||
"inputs": {
|
|
||||||
"input": "{CameraInit_1.output}"
|
|
||||||
},
|
|
||||||
"nodeType": "FeatureExtraction",
|
"nodeType": "FeatureExtraction",
|
||||||
"position": [
|
"position": [
|
||||||
200,
|
200,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{CameraInit_1.output}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"StructureFromMotion_1": {
|
"StructureFromMotion_1": {
|
||||||
"inputs": {
|
|
||||||
"describerTypes": "{FeatureMatching_1.describerTypes}",
|
|
||||||
"input": "{FeatureMatching_1.input}",
|
|
||||||
"featuresFolders": "{FeatureMatching_1.featuresFolders}",
|
|
||||||
"matchesFolders": [
|
|
||||||
"{FeatureMatching_1.output}"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nodeType": "StructureFromMotion",
|
"nodeType": "StructureFromMotion",
|
||||||
"position": [
|
"position": [
|
||||||
800,
|
800,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{FeatureMatching_1.input}",
|
||||||
|
"featuresFolders": "{FeatureMatching_1.featuresFolders}",
|
||||||
|
"matchesFolders": [
|
||||||
|
"{FeatureMatching_1.output}"
|
||||||
|
],
|
||||||
|
"describerTypes": "{FeatureMatching_1.describerTypes}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"PrepareDenseScene_1": {
|
"PrepareDenseScene_1": {
|
||||||
"inputs": {
|
|
||||||
"input": "{StructureFromMotion_1.output}"
|
|
||||||
},
|
|
||||||
"nodeType": "PrepareDenseScene",
|
"nodeType": "PrepareDenseScene",
|
||||||
"position": [
|
"position": [
|
||||||
1000,
|
1000,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{StructureFromMotion_1.output}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"CameraInit_1": {
|
"CameraInit_1": {
|
||||||
"inputs": {},
|
|
||||||
"nodeType": "CameraInit",
|
"nodeType": "CameraInit",
|
||||||
"position": [
|
"position": [
|
||||||
0,
|
0,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {}
|
||||||
},
|
},
|
||||||
"DepthMap_1": {
|
"DepthMap_1": {
|
||||||
"inputs": {
|
|
||||||
"imagesFolder": "{PrepareDenseScene_1.output}",
|
|
||||||
"input": "{PrepareDenseScene_1.input}"
|
|
||||||
},
|
|
||||||
"nodeType": "DepthMap",
|
"nodeType": "DepthMap",
|
||||||
"position": [
|
"position": [
|
||||||
1200,
|
1200,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{PrepareDenseScene_1.input}",
|
||||||
|
"imagesFolder": "{PrepareDenseScene_1.output}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"MeshFiltering_1": {
|
"MeshFiltering_1": {
|
||||||
"inputs": {
|
|
||||||
"inputMesh": "{Meshing_1.outputMesh}"
|
|
||||||
},
|
|
||||||
"nodeType": "MeshFiltering",
|
"nodeType": "MeshFiltering",
|
||||||
"position": [
|
"position": [
|
||||||
1800,
|
1800,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"inputMesh": "{Meshing_1.outputMesh}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"FeatureMatching_1": {
|
"FeatureMatching_1": {
|
||||||
"inputs": {
|
|
||||||
"describerTypes": "{FeatureExtraction_1.describerTypes}",
|
|
||||||
"imagePairsList": "{ImageMatching_1.output}",
|
|
||||||
"input": "{ImageMatching_1.input}",
|
|
||||||
"featuresFolders": "{ImageMatching_1.featuresFolders}"
|
|
||||||
},
|
|
||||||
"nodeType": "FeatureMatching",
|
"nodeType": "FeatureMatching",
|
||||||
"position": [
|
"position": [
|
||||||
600,
|
600,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{ImageMatching_1.input}",
|
||||||
|
"featuresFolders": "{ImageMatching_1.featuresFolders}",
|
||||||
|
"imagePairsList": "{ImageMatching_1.output}",
|
||||||
|
"describerTypes": "{FeatureExtraction_1.describerTypes}"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -5,28 +5,28 @@
|
||||||
"fileVersion": "1.1",
|
"fileVersion": "1.1",
|
||||||
"template": true,
|
"template": true,
|
||||||
"nodesVersions": {
|
"nodesVersions": {
|
||||||
"MeshDecimate": "1.0",
|
|
||||||
"DepthMap": "4.0",
|
|
||||||
"MeshFiltering": "3.0",
|
|
||||||
"ApplyCalibration": "1.0",
|
|
||||||
"CameraInit": "9.0",
|
|
||||||
"ScenePreview": "1.0",
|
|
||||||
"StructureFromMotion": "3.1",
|
|
||||||
"PrepareDenseScene": "3.0",
|
|
||||||
"Publish": "1.3",
|
|
||||||
"ExportAnimatedCamera": "2.0",
|
|
||||||
"Texturing": "6.0",
|
|
||||||
"DepthMapFilter": "3.0",
|
|
||||||
"ImageMatchingMultiSfM": "1.0",
|
|
||||||
"CheckerboardDetection": "1.0",
|
|
||||||
"ExportDistortion": "1.0",
|
|
||||||
"FeatureMatching": "2.0",
|
|
||||||
"ImageMatching": "2.0",
|
|
||||||
"ConvertSfMFormat": "2.0",
|
|
||||||
"FeatureExtraction": "1.2",
|
|
||||||
"KeyframeSelection": "4.1",
|
|
||||||
"Meshing": "7.0",
|
"Meshing": "7.0",
|
||||||
"DistortionCalibration": "3.0"
|
"KeyframeSelection": "4.1",
|
||||||
|
"DistortionCalibration": "3.0",
|
||||||
|
"ScenePreview": "1.0",
|
||||||
|
"DepthMapFilter": "3.0",
|
||||||
|
"DepthMap": "4.0",
|
||||||
|
"CheckerboardDetection": "1.0",
|
||||||
|
"FeatureExtraction": "1.2",
|
||||||
|
"CameraInit": "9.0",
|
||||||
|
"FeatureMatching": "2.0",
|
||||||
|
"Texturing": "6.0",
|
||||||
|
"Publish": "1.3",
|
||||||
|
"StructureFromMotion": "3.1",
|
||||||
|
"ConvertSfMFormat": "2.0",
|
||||||
|
"MeshDecimate": "1.0",
|
||||||
|
"ApplyCalibration": "1.0",
|
||||||
|
"MeshFiltering": "3.0",
|
||||||
|
"ImageMatching": "2.0",
|
||||||
|
"ImageMatchingMultiSfM": "1.0",
|
||||||
|
"ExportAnimatedCamera": "2.0",
|
||||||
|
"PrepareDenseScene": "3.0",
|
||||||
|
"ExportDistortion": "1.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"graph": {
|
"graph": {
|
||||||
|
|
|
@ -1,110 +1,110 @@
|
||||||
{
|
{
|
||||||
"header": {
|
"header": {
|
||||||
"nodesVersions": {
|
"nodesVersions": {
|
||||||
|
"Meshing": "7.0",
|
||||||
|
"FeatureExtraction": "1.2",
|
||||||
|
"CameraInit": "9.0",
|
||||||
"FeatureMatching": "2.0",
|
"FeatureMatching": "2.0",
|
||||||
"MeshFiltering": "3.0",
|
"MeshFiltering": "3.0",
|
||||||
"Texturing": "6.0",
|
"Texturing": "6.0",
|
||||||
"StructureFromMotion": "3.0",
|
"StructureFromMotion": "3.1",
|
||||||
"CameraInit": "9.0",
|
|
||||||
"ImageMatching": "2.0",
|
"ImageMatching": "2.0",
|
||||||
"FeatureExtraction": "1.2",
|
|
||||||
"Meshing": "7.0",
|
|
||||||
"Publish": "1.3"
|
"Publish": "1.3"
|
||||||
},
|
},
|
||||||
"releaseVersion": "2023.1.0",
|
"releaseVersion": "2023.2.0",
|
||||||
"fileVersion": "1.1",
|
"fileVersion": "1.1",
|
||||||
"template": true
|
"template": true
|
||||||
},
|
},
|
||||||
"graph": {
|
"graph": {
|
||||||
"Texturing_1": {
|
"Texturing_1": {
|
||||||
"inputs": {
|
|
||||||
"input": "{Meshing_1.output}",
|
|
||||||
"inputMesh": "{MeshFiltering_1.outputMesh}"
|
|
||||||
},
|
|
||||||
"nodeType": "Texturing",
|
"nodeType": "Texturing",
|
||||||
"position": [
|
"position": [
|
||||||
1400,
|
1400,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{Meshing_1.output}",
|
||||||
|
"inputMesh": "{MeshFiltering_1.outputMesh}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Meshing_1": {
|
"Meshing_1": {
|
||||||
"inputs": {
|
|
||||||
"input": "{StructureFromMotion_1.output}"
|
|
||||||
},
|
|
||||||
"nodeType": "Meshing",
|
"nodeType": "Meshing",
|
||||||
"position": [
|
"position": [
|
||||||
1000,
|
1000,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{StructureFromMotion_1.output}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"ImageMatching_1": {
|
"ImageMatching_1": {
|
||||||
|
"nodeType": "ImageMatching",
|
||||||
|
"position": [
|
||||||
|
400,
|
||||||
|
0
|
||||||
|
],
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"input": "{FeatureExtraction_1.input}",
|
"input": "{FeatureExtraction_1.input}",
|
||||||
"featuresFolders": [
|
"featuresFolders": [
|
||||||
"{FeatureExtraction_1.output}"
|
"{FeatureExtraction_1.output}"
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
"nodeType": "ImageMatching",
|
|
||||||
"position": [
|
|
||||||
400,
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"FeatureExtraction_1": {
|
"FeatureExtraction_1": {
|
||||||
"inputs": {
|
|
||||||
"input": "{CameraInit_1.output}"
|
|
||||||
},
|
|
||||||
"nodeType": "FeatureExtraction",
|
"nodeType": "FeatureExtraction",
|
||||||
"position": [
|
"position": [
|
||||||
200,
|
200,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{CameraInit_1.output}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"StructureFromMotion_1": {
|
"StructureFromMotion_1": {
|
||||||
"inputs": {
|
|
||||||
"describerTypes": "{FeatureMatching_1.describerTypes}",
|
|
||||||
"input": "{FeatureMatching_1.input}",
|
|
||||||
"featuresFolders": "{FeatureMatching_1.featuresFolders}",
|
|
||||||
"matchesFolders": [
|
|
||||||
"{FeatureMatching_1.output}"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nodeType": "StructureFromMotion",
|
"nodeType": "StructureFromMotion",
|
||||||
"position": [
|
"position": [
|
||||||
800,
|
800,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{FeatureMatching_1.input}",
|
||||||
|
"featuresFolders": "{FeatureMatching_1.featuresFolders}",
|
||||||
|
"matchesFolders": [
|
||||||
|
"{FeatureMatching_1.output}"
|
||||||
|
],
|
||||||
|
"describerTypes": "{FeatureMatching_1.describerTypes}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"CameraInit_1": {
|
"CameraInit_1": {
|
||||||
"inputs": {},
|
|
||||||
"nodeType": "CameraInit",
|
"nodeType": "CameraInit",
|
||||||
"position": [
|
"position": [
|
||||||
0,
|
0,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {}
|
||||||
},
|
},
|
||||||
"MeshFiltering_1": {
|
"MeshFiltering_1": {
|
||||||
"inputs": {
|
|
||||||
"inputMesh": "{Meshing_1.outputMesh}"
|
|
||||||
},
|
|
||||||
"nodeType": "MeshFiltering",
|
"nodeType": "MeshFiltering",
|
||||||
"position": [
|
"position": [
|
||||||
1200,
|
1200,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"inputMesh": "{Meshing_1.outputMesh}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"FeatureMatching_1": {
|
"FeatureMatching_1": {
|
||||||
"inputs": {
|
|
||||||
"describerTypes": "{FeatureExtraction_1.describerTypes}",
|
|
||||||
"imagePairsList": "{ImageMatching_1.output}",
|
|
||||||
"input": "{ImageMatching_1.input}",
|
|
||||||
"featuresFolders": "{ImageMatching_1.featuresFolders}"
|
|
||||||
},
|
|
||||||
"nodeType": "FeatureMatching",
|
"nodeType": "FeatureMatching",
|
||||||
"position": [
|
"position": [
|
||||||
600,
|
600,
|
||||||
0
|
0
|
||||||
]
|
],
|
||||||
|
"inputs": {
|
||||||
|
"input": "{ImageMatching_1.input}",
|
||||||
|
"featuresFolders": "{ImageMatching_1.featuresFolders}",
|
||||||
|
"imagePairsList": "{ImageMatching_1.output}",
|
||||||
|
"describerTypes": "{FeatureExtraction_1.describerTypes}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Publish_1": {
|
"Publish_1": {
|
||||||
"nodeType": "Publish",
|
"nodeType": "Publish",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue