Merge pull request #2296 from alicevision/dev/panoMin2DMotion

[pipelines] Panorama: Enable "Minimal 2D Motion" for `FeatureMatching`
This commit is contained in:
Candice Bentéjac 2024-01-15 11:29:35 +01:00 committed by GitHub
commit cfbf9bb5cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 36 additions and 34 deletions

View file

@ -1,23 +1,23 @@
{
"header": {
"nodesVersions": {
"FeatureMatching": "2.0",
"PanoramaMerging": "1.0",
"PanoramaSeams": "2.0",
"CameraInit": "9.0",
"LdrToHdrMerge": "4.1",
"PanoramaPostProcessing": "2.0",
"SfMTransform": "3.1",
"PanoramaWarping": "1.1",
"LdrToHdrCalibration": "3.1",
"LdrToHdrSampling": "4.0",
"PanoramaCompositing": "2.0",
"Publish": "1.3",
"PanoramaPrepareImages": "1.1",
"FeatureExtraction": "1.3",
"PanoramaInit": "2.0",
"PanoramaSeams": "2.0",
"PanoramaPostProcessing": "2.0",
"PanoramaWarping": "1.1",
"LdrToHdrMerge": "4.1",
"PanoramaMerging": "1.0",
"Publish": "1.3",
"PanoramaEstimation": "1.0",
"CameraInit": "9.0",
"LdrToHdrCalibration": "3.1",
"ImageMatching": "2.0",
"PanoramaEstimation": "1.0"
"LdrToHdrSampling": "4.0",
"PanoramaPrepareImages": "1.1",
"FeatureMatching": "2.0",
"PanoramaCompositing": "2.0",
"SfMTransform": "3.1",
"PanoramaInit": "2.0"
},
"releaseVersion": "2024.1.0-develop",
"fileVersion": "1.1",
@ -227,7 +227,8 @@
"input": "{ImageMatching_1.input}",
"featuresFolders": "{ImageMatching_1.featuresFolders}",
"imagePairsList": "{ImageMatching_1.output}",
"describerTypes": "{FeatureExtraction_1.describerTypes}"
"describerTypes": "{FeatureExtraction_1.describerTypes}",
"minRequired2DMotion": 5.0
}
},
"Publish_1": {
@ -245,4 +246,4 @@
}
}
}
}
}

View file

@ -1,23 +1,23 @@
{
"header": {
"nodesVersions": {
"FeatureMatching": "2.0",
"PanoramaMerging": "1.0",
"PanoramaSeams": "2.0",
"CameraInit": "9.0",
"LdrToHdrMerge": "4.1",
"PanoramaPostProcessing": "2.0",
"SfMTransform": "3.1",
"PanoramaWarping": "1.1",
"LdrToHdrCalibration": "3.1",
"LdrToHdrSampling": "4.0",
"PanoramaCompositing": "2.0",
"Publish": "1.3",
"PanoramaPrepareImages": "1.1",
"FeatureExtraction": "1.3",
"PanoramaInit": "2.0",
"PanoramaSeams": "2.0",
"PanoramaPostProcessing": "2.0",
"PanoramaWarping": "1.1",
"LdrToHdrMerge": "4.1",
"PanoramaMerging": "1.0",
"Publish": "1.3",
"PanoramaEstimation": "1.0",
"CameraInit": "9.0",
"LdrToHdrCalibration": "3.1",
"ImageMatching": "2.0",
"PanoramaEstimation": "1.0"
"LdrToHdrSampling": "4.0",
"PanoramaPrepareImages": "1.1",
"FeatureMatching": "2.0",
"PanoramaCompositing": "2.0",
"SfMTransform": "3.1",
"PanoramaInit": "2.0"
},
"releaseVersion": "2024.1.0-develop",
"fileVersion": "1.1",
@ -222,7 +222,8 @@
"input": "{ImageMatching_1.input}",
"featuresFolders": "{ImageMatching_1.featuresFolders}",
"imagePairsList": "{ImageMatching_1.output}",
"describerTypes": "{FeatureExtraction_1.describerTypes}"
"describerTypes": "{FeatureExtraction_1.describerTypes}",
"minRequired2DMotion": 5.0
}
},
"Publish_1": {
@ -240,4 +241,4 @@
}
}
}
}
}