Skip to content

Commit 9835353

Browse files
author
Fabien Servant
committed
Update pipelines
1 parent dfa1f7f commit 9835353

12 files changed

+17
-16
lines changed

meshroom/pipelines/cameraTracking.mg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"template": true,
77
"nodesVersions": {
88
"ApplyCalibration": "1.0",
9-
"CameraInit": "10.0",
9+
"CameraInit": "11.0",
1010
"CheckerboardDetection": "1.0",
1111
"ConvertSfMFormat": "2.0",
1212
"DepthMap": "5.0",
1313
"DepthMapFilter": "4.0",
14-
"DistortionCalibration": "4.0",
14+
"DistortionCalibration": "5.0",
1515
"ExportAnimatedCamera": "2.0",
1616
"ExportDistortion": "1.0",
1717
"FeatureExtraction": "1.3",

meshroom/pipelines/cameraTrackingWithoutCalibration.mg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"template": true,
77
"nodesVersions": {
88
"ApplyCalibration": "1.0",
9-
"CameraInit": "10.0",
9+
"CameraInit": "11.0",
1010
"ConvertSfMFormat": "2.0",
1111
"DepthMap": "5.0",
1212
"DepthMapFilter": "4.0",

meshroom/pipelines/distortionCalibration.mg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"fileVersion": "1.1",
66
"template": true,
77
"nodesVersions": {
8-
"CameraInit": "10.0",
8+
"CameraInit": "11.0",
99
"CheckerboardDetection": "1.0",
10-
"DistortionCalibration": "4.0",
10+
"DistortionCalibration": "5.0",
1111
"ExportDistortion": "1.0",
1212
"Publish": "1.3"
1313
}
@@ -29,6 +29,7 @@
2929
],
3030
"inputs": {
3131
"input": "{CameraInit_1.output}",
32+
"useNestedGrids": true,
3233
"exportDebugImages": true
3334
}
3435
},

meshroom/pipelines/hdrFusion.mg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"header": {
33
"nodesVersions": {
4-
"CameraInit": "10.0",
4+
"CameraInit": "11.0",
55
"LdrToHdrCalibration": "3.1",
66
"LdrToHdrMerge": "4.1",
77
"LdrToHdrSampling": "4.0",

meshroom/pipelines/nodalCameraTracking.mg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"template": true,
77
"nodesVersions": {
88
"ApplyCalibration": "1.0",
9-
"CameraInit": "10.0",
9+
"CameraInit": "11.0",
1010
"CheckerboardDetection": "1.0",
1111
"ConvertSfMFormat": "2.0",
12-
"DistortionCalibration": "4.0",
12+
"DistortionCalibration": "5.0",
1313
"ExportAnimatedCamera": "2.0",
1414
"ExportDistortion": "1.0",
1515
"FeatureExtraction": "1.3",

meshroom/pipelines/nodalCameraTrackingWithoutCalibration.mg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"fileVersion": "1.1",
66
"template": true,
77
"nodesVersions": {
8-
"CameraInit": "10.0",
8+
"CameraInit": "11.0",
99
"ConvertSfMFormat": "2.0",
1010
"ExportAnimatedCamera": "2.0",
1111
"FeatureExtraction": "1.3",

meshroom/pipelines/panoramaFisheyeHdr.mg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"header": {
33
"nodesVersions": {
4-
"CameraInit": "10.0",
4+
"CameraInit": "11.0",
55
"FeatureExtraction": "1.3",
66
"FeatureMatching": "2.0",
77
"ImageMatching": "2.0",

meshroom/pipelines/panoramaHdr.mg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"header": {
33
"nodesVersions": {
4-
"CameraInit": "10.0",
4+
"CameraInit": "11.0",
55
"FeatureExtraction": "1.3",
66
"FeatureMatching": "2.0",
77
"ImageMatching": "2.0",

meshroom/pipelines/photogrammetry.mg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"fileVersion": "1.1",
66
"template": true,
77
"nodesVersions": {
8-
"CameraInit": "10.0",
8+
"CameraInit": "11.0",
99
"DepthMap": "5.0",
1010
"DepthMapFilter": "4.0",
1111
"FeatureExtraction": "1.3",

meshroom/pipelines/photogrammetryAndCameraTracking.mg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"template": true,
77
"nodesVersions": {
88
"ApplyCalibration": "1.0",
9-
"CameraInit": "10.0",
9+
"CameraInit": "11.0",
1010
"CheckerboardDetection": "1.0",
1111
"ConvertSfMFormat": "2.0",
1212
"DepthMap": "5.0",
1313
"DepthMapFilter": "4.0",
14-
"DistortionCalibration": "4.0",
14+
"DistortionCalibration": "5.0",
1515
"ExportAnimatedCamera": "2.0",
1616
"ExportDistortion": "1.0",
1717
"FeatureExtraction": "1.3",

0 commit comments

Comments
 (0)