Skip to content

Commit

Permalink
[pipelines] Add colors to the Nodal Camera Tracking template
Browse files Browse the repository at this point in the history
  • Loading branch information
cbentejac committed Dec 6, 2023
1 parent 6113c6f commit 9d348b8
Showing 1 changed file with 48 additions and 2 deletions.
50 changes: 48 additions & 2 deletions meshroom/pipelines/nodalCameraTracking.mg
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
"featuresFolders": [
"{FeatureExtraction_1.output}"
]
},
"internalInputs": {
"color": "#80766f"
}
},
"FeatureExtraction_1": {
Expand All @@ -46,6 +49,9 @@
"inputs": {
"input": "{ApplyCalibration_1.output}",
"masksFolder": "{ImageSegmentation_1.output}"
},
"internalInputs": {
"color": "#80766f"
}
},
"CameraInit_1": {
Expand All @@ -54,7 +60,10 @@
-200,
0
],
"inputs": {}
"inputs": {},
"internalInputs": {
"color": "#80766f"
}
},
"FeatureMatching_1": {
"nodeType": "FeatureMatching",
Expand All @@ -67,6 +76,9 @@
"featuresFolders": "{ImageMatching_1.featuresFolders}",
"imagePairsList": "{ImageMatching_1.output}",
"describerTypes": "{FeatureExtraction_1.describerTypes}"
},
"internalInputs": {
"color": "#80766f"
}
},
"TracksBuilding_1": {
Expand All @@ -81,6 +93,9 @@
"matchesFolders": [
"{FeatureMatching_1.output}"
]
},
"internalInputs": {
"color": "#80766f"
}
},
"RelativePoseEstimating_1": {
Expand All @@ -94,6 +109,9 @@
"featuresFolders": "{TracksBuilding_1.featuresFolders}",
"tracksFilename": "{TracksBuilding_1.output}",
"enforcePureRotation": true
},
"internalInputs": {
"color": "#80766f"
}
},
"NodalSfM_1": {
Expand All @@ -107,6 +125,9 @@
"featuresFolders": "{RelativePoseEstimating_1.featuresFolders}",
"tracksFilename": "{RelativePoseEstimating_1.tracksFilename}",
"pairs": "{RelativePoseEstimating_1.output}"
},
"internalInputs": {
"color": "#80766f"
}
},
"ExportAnimatedCamera_1": {
Expand All @@ -118,6 +139,9 @@
"inputs": {
"input": "{NodalSfM_1.output}",
"exportUndistortedImages": true
},
"internalInputs": {
"color": "#80766f"
}
},
"ConvertSfMFormat_1": {
Expand All @@ -131,6 +155,9 @@
"fileExt": "sfm",
"structure": false,
"observations": false
},
"internalInputs": {
"color": "#4c594c"
}
},
"ScenePreview_1": {
Expand All @@ -149,6 +176,9 @@
"particleSize": 0.001,
"particleColor": "Red"
}
},
"internalInputs": {
"color": "#4c594c"
}
},
"Publish_1": {
Expand All @@ -173,6 +203,9 @@
"inputs": {
"input": "{CameraInit_2.output}",
"exportDebugImages": true
},
"internalInputs": {
"color": "#302e2e"
}
},
"DistortionCalibration_1": {
Expand All @@ -184,6 +217,9 @@
"inputs": {
"input": "{CheckerboardDetection_1.input}",
"checkerboards": "{CheckerboardDetection_1.output}"
},
"internalInputs": {
"color": "#302e2e"
}
},
"ExportDistortion_1": {
Expand All @@ -194,6 +230,9 @@
],
"inputs": {
"input": "{DistortionCalibration_1.output}"
},
"internalInputs": {
"color": "#302e2e"
}
},
"ApplyCalibration_1": {
Expand All @@ -205,6 +244,9 @@
"inputs": {
"input": "{CameraInit_1.output}",
"calibration": "{DistortionCalibration_1.output}"
},
"internalInputs": {
"color": "#80766f"
}
},
"CameraInit_2": {
Expand All @@ -215,7 +257,8 @@
],
"inputs": {},
"internalInputs": {
"label": "CameraInitLensGrid"
"label": "CameraInitLensGrid",
"color": "#302e2e"
}
},
"ImageSegmentation_1": {
Expand All @@ -227,6 +270,9 @@
"inputs": {
"input": "{CameraInit_1.output}",
"maskInvert": true
},
"internalInputs": {
"color": "#80766f"
}
}
}
Expand Down

0 comments on commit 9d348b8

Please sign in to comment.