Skip to content

Commit 50adcba

Browse files
committed
Move AliceVision templates from Meshroom repository
2 parents 97b113e + 28cb440 commit 50adcba

17 files changed

+5524
-0
lines changed

meshroom/pipelines/cameraTracking.mg

+531
Large diffs are not rendered by default.

meshroom/pipelines/cameraTrackingExperimental.mg

+596
Large diffs are not rendered by default.

meshroom/pipelines/cameraTrackingWithoutCalibration.mg

+502
Large diffs are not rendered by default.

meshroom/pipelines/cameraTrackingWithoutCalibrationExperimental.mg

+567
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"header": {
3+
"releaseVersion": "2025.1.0-develop",
4+
"fileVersion": "2.0",
5+
"template": true,
6+
"nodesVersions": {
7+
"CameraInit": "12.0",
8+
"CheckerboardDetection": "1.0",
9+
"DistortionCalibration": "5.0",
10+
"ExportDistortion": "2.0",
11+
"Publish": "1.3"
12+
}
13+
},
14+
"graph": {
15+
"CameraInit_1": {
16+
"nodeType": "CameraInit",
17+
"position": [
18+
0,
19+
0
20+
],
21+
"inputs": {}
22+
},
23+
"CheckerboardDetection_1": {
24+
"nodeType": "CheckerboardDetection",
25+
"position": [
26+
200,
27+
0
28+
],
29+
"inputs": {
30+
"input": "{CameraInit_1.output}",
31+
"useNestedGrids": true,
32+
"exportDebugImages": true
33+
}
34+
},
35+
"DistortionCalibration_1": {
36+
"nodeType": "DistortionCalibration",
37+
"position": [
38+
400,
39+
0
40+
],
41+
"inputs": {
42+
"input": "{CheckerboardDetection_1.input}",
43+
"checkerboards": "{CheckerboardDetection_1.output}"
44+
}
45+
},
46+
"ExportDistortion_1": {
47+
"nodeType": "ExportDistortion",
48+
"position": [
49+
600,
50+
0
51+
],
52+
"inputs": {
53+
"input": "{DistortionCalibration_1.output}"
54+
}
55+
},
56+
"Publish_1": {
57+
"nodeType": "Publish",
58+
"position": [
59+
800,
60+
0
61+
],
62+
"inputs": {
63+
"inputFiles": [
64+
"{ExportDistortion_1.output}"
65+
]
66+
}
67+
}
68+
}
69+
}

meshroom/pipelines/hdrFusion.mg

+77
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{
2+
"header": {
3+
"nodesVersions": {
4+
"CameraInit": "12.0",
5+
"LdrToHdrCalibration": "3.1",
6+
"LdrToHdrMerge": "4.1",
7+
"LdrToHdrSampling": "4.0",
8+
"Publish": "1.3"
9+
},
10+
"releaseVersion": "2025.1.0-develop",
11+
"fileVersion": "2.0",
12+
"template": true
13+
},
14+
"graph": {
15+
"CameraInit_1": {
16+
"nodeType": "CameraInit",
17+
"position": [
18+
0,
19+
0
20+
],
21+
"inputs": {}
22+
},
23+
"LdrToHdrCalibration_1": {
24+
"nodeType": "LdrToHdrCalibration",
25+
"position": [
26+
400,
27+
0
28+
],
29+
"inputs": {
30+
"input": "{LdrToHdrSampling_1.input}",
31+
"samples": "{LdrToHdrSampling_1.output}",
32+
"userNbBrackets": "{LdrToHdrSampling_1.userNbBrackets}",
33+
"byPass": "{LdrToHdrSampling_1.byPass}",
34+
"calibrationMethod": "{LdrToHdrSampling_1.calibrationMethod}",
35+
"channelQuantizationPower": "{LdrToHdrSampling_1.channelQuantizationPower}",
36+
"workingColorSpace": "{LdrToHdrSampling_1.workingColorSpace}"
37+
}
38+
},
39+
"LdrToHdrMerge_1": {
40+
"nodeType": "LdrToHdrMerge",
41+
"position": [
42+
600,
43+
0
44+
],
45+
"inputs": {
46+
"input": "{LdrToHdrCalibration_1.input}",
47+
"response": "{LdrToHdrCalibration_1.response}",
48+
"userNbBrackets": "{LdrToHdrCalibration_1.userNbBrackets}",
49+
"byPass": "{LdrToHdrCalibration_1.byPass}",
50+
"channelQuantizationPower": "{LdrToHdrCalibration_1.channelQuantizationPower}",
51+
"workingColorSpace": "{LdrToHdrCalibration_1.workingColorSpace}"
52+
}
53+
},
54+
"LdrToHdrSampling_1": {
55+
"nodeType": "LdrToHdrSampling",
56+
"position": [
57+
200,
58+
0
59+
],
60+
"inputs": {
61+
"input": "{CameraInit_1.output}"
62+
}
63+
},
64+
"Publish_1": {
65+
"nodeType": "Publish",
66+
"position": [
67+
800,
68+
0
69+
],
70+
"inputs": {
71+
"inputFiles": [
72+
"{LdrToHdrMerge_1.outputFolder}"
73+
]
74+
}
75+
}
76+
}
77+
}

0 commit comments

Comments
 (0)