diff --git a/meshroom/nodes/aliceVision/CameraInit.py b/meshroom/nodes/aliceVision/CameraInit.py index 3af90fa825..000e4c6102 100644 --- a/meshroom/nodes/aliceVision/CameraInit.py +++ b/meshroom/nodes/aliceVision/CameraInit.py @@ -1,4 +1,4 @@ -__version__ = "8.0" +__version__ = "9.0" import os import json diff --git a/meshroom/pipelines/cameraTracking.mg b/meshroom/pipelines/cameraTracking.mg index 40b5e9d948..ffbf697d0e 100644 --- a/meshroom/pipelines/cameraTracking.mg +++ b/meshroom/pipelines/cameraTracking.mg @@ -8,7 +8,7 @@ "ExportAnimatedCamera": "2.0", "FeatureMatching": "2.0", "DistortionCalibration": "2.0", - "CameraInit": "8.0", + "CameraInit": "9.0", "ImageMatching": "2.0", "FeatureExtraction": "1.1", "StructureFromMotion": "2.0" @@ -101,4 +101,4 @@ ] } } -} \ No newline at end of file +} diff --git a/meshroom/pipelines/panoramaFisheyeHdr.mg b/meshroom/pipelines/panoramaFisheyeHdr.mg index bf0a376218..ebaa15d2b6 100644 --- a/meshroom/pipelines/panoramaFisheyeHdr.mg +++ b/meshroom/pipelines/panoramaFisheyeHdr.mg @@ -10,7 +10,7 @@ "LdrToHdrCalibration": "3.0", "LdrToHdrSampling": "4.0", "PanoramaInit": "2.0", - "CameraInit": "8.0", + "CameraInit": "9.0", "SfMTransform": "3.0", "PanoramaMerging": "1.0", "ImageMatching": "2.0", @@ -232,4 +232,4 @@ ] } } -} \ No newline at end of file +} diff --git a/meshroom/pipelines/panoramaHdr.mg b/meshroom/pipelines/panoramaHdr.mg index 278a5f3fcf..2da01a006b 100644 --- a/meshroom/pipelines/panoramaHdr.mg +++ b/meshroom/pipelines/panoramaHdr.mg @@ -10,7 +10,7 @@ "LdrToHdrCalibration": "3.0", "LdrToHdrSampling": "4.0", "PanoramaInit": "2.0", - "CameraInit": "8.0", + "CameraInit": "9.0", "SfMTransform": "3.0", "PanoramaMerging": "1.0", "ImageMatching": "2.0", @@ -227,4 +227,4 @@ ] } } -} \ No newline at end of file +} diff --git a/meshroom/pipelines/photogrammetry.mg b/meshroom/pipelines/photogrammetry.mg index 72c54b56e5..6354e8206a 100644 --- a/meshroom/pipelines/photogrammetry.mg +++ b/meshroom/pipelines/photogrammetry.mg @@ -11,7 +11,7 @@ "PrepareDenseScene": "3.0", "DepthMap": "2.0", "StructureFromMotion": "2.0", - "CameraInit": "8.0", + "CameraInit": "9.0", "ImageMatching": "2.0", "FeatureExtraction": "1.1", "Meshing": "7.0", @@ -144,4 +144,4 @@ ] } } -} \ No newline at end of file +} diff --git a/meshroom/pipelines/photogrammetryAndCameraTracking.mg b/meshroom/pipelines/photogrammetryAndCameraTracking.mg index 62d004126c..81d12227cb 100644 --- a/meshroom/pipelines/photogrammetryAndCameraTracking.mg +++ b/meshroom/pipelines/photogrammetryAndCameraTracking.mg @@ -8,7 +8,7 @@ "ExportAnimatedCamera": "2.0", "FeatureMatching": "2.0", "DistortionCalibration": "2.0", - "CameraInit": "8.0", + "CameraInit": "9.0", "ImageMatchingMultiSfM": "1.0", "ImageMatching": "2.0", "FeatureExtraction": "1.1", @@ -163,4 +163,4 @@ ] } } -} \ No newline at end of file +} diff --git a/meshroom/pipelines/photogrammetryDraft.mg b/meshroom/pipelines/photogrammetryDraft.mg index f8f5d7d67c..a76c80f3cf 100644 --- a/meshroom/pipelines/photogrammetryDraft.mg +++ b/meshroom/pipelines/photogrammetryDraft.mg @@ -5,7 +5,7 @@ "MeshFiltering": "3.0", "Texturing": "6.0", "StructureFromMotion": "2.0", - "CameraInit": "8.0", + "CameraInit": "9.0", "ImageMatching": "2.0", "FeatureExtraction": "1.1", "Meshing": "7.0" @@ -106,4 +106,4 @@ ] } } -} \ No newline at end of file +}