Skip to content

Commit 168e31c

Browse files
committed
[Pipelines] panoramaHdr: add colorChecker detection and correction nodes.
1 parent 976ec9a commit 168e31c

File tree

1 file changed

+38
-15
lines changed

1 file changed

+38
-15
lines changed

meshroom/pipelines/panoramaHdr.mg

+38-15
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
"PanoramaWarping": "1.1",
1818
"PanoramaCompositing": "2.0",
1919
"PanoramaMerging": "1.0",
20-
"LdrToHdrMerge": "4.1"
20+
"LdrToHdrMerge": "4.1",
21+
"ColorCheckerDetection": "1.0",
22+
"ColorCheckerCorrection": "1.0"
2123
},
2224
"releaseVersion": "2023.3.0-develop",
2325
"fileVersion": "1.1",
@@ -42,7 +44,7 @@
4244
"PanoramaWarping_1": {
4345
"nodeType": "PanoramaWarping",
4446
"position": [
45-
2000,
47+
2400,
4648
0
4749
],
4850
"inputs": {
@@ -75,10 +77,31 @@
7577
"input": "{PanoramaPrepareImages_1.output}"
7678
}
7779
},
80+
"ColorCheckerDetection_1": {
81+
"nodeType": "ColorCheckerDetection",
82+
"position": [
83+
1000,
84+
-58
85+
],
86+
"inputs": {
87+
"input": "{LdrToHdrMerge_1.outSfMData}"
88+
}
89+
},
90+
"ColorCheckerCorrection_1": {
91+
"nodeType": "ColorCheckerCorrection",
92+
"position": [
93+
1200,
94+
72
95+
],
96+
"inputs": {
97+
"inputData": "{ColorCheckerDetection_1.outputData}",
98+
"input": "{LdrToHdrMerge_1.outSfMData}"
99+
}
100+
},
78101
"ImageMatching_1": {
79102
"nodeType": "ImageMatching",
80103
"position": [
81-
1200,
104+
1600,
82105
0
83106
],
84107
"inputs": {
@@ -92,18 +115,18 @@
92115
"FeatureExtraction_1": {
93116
"nodeType": "FeatureExtraction",
94117
"position": [
95-
1000,
118+
1400,
96119
70
97120
],
98121
"inputs": {
99-
"input": "{LdrToHdrMerge_1.outSfMData}",
122+
"input": "{ColorCheckerCorrection_1.outSfMData}",
100123
"describerQuality": "high"
101124
}
102125
},
103126
"PanoramaMerging_1": {
104127
"nodeType": "PanoramaMerging",
105128
"position": [
106-
2600,
129+
3000,
107130
0
108131
],
109132
"inputs": {
@@ -115,7 +138,7 @@
115138
"PanoramaCompositing_1": {
116139
"nodeType": "PanoramaCompositing",
117140
"position": [
118-
2400,
141+
2800,
119142
0
120143
],
121144
"inputs": {
@@ -146,7 +169,7 @@
146169
"PanoramaPostProcessing_1": {
147170
"nodeType": "PanoramaPostProcessing",
148171
"position": [
149-
2800,
172+
3200,
150173
0
151174
],
152175
"inputs": {
@@ -168,7 +191,7 @@
168191
"SfMTransform_1": {
169192
"nodeType": "SfMTransform",
170193
"position": [
171-
1800,
194+
2200,
172195
0
173196
],
174197
"inputs": {
@@ -179,7 +202,7 @@
179202
"PanoramaSeams_1": {
180203
"nodeType": "PanoramaSeams",
181204
"position": [
182-
2200,
205+
2600,
183206
0
184207
],
185208
"inputs": {
@@ -190,7 +213,7 @@
190213
"PanoramaEstimation_1": {
191214
"nodeType": "PanoramaEstimation",
192215
"position": [
193-
1600,
216+
2000,
194217
0
195218
],
196219
"inputs": {
@@ -205,17 +228,17 @@
205228
"PanoramaInit_1": {
206229
"nodeType": "PanoramaInit",
207230
"position": [
208-
1000,
231+
1400,
209232
-50
210233
],
211234
"inputs": {
212-
"input": "{LdrToHdrMerge_1.outSfMData}"
235+
"input": "{ColorCheckerCorrection_1.outSfMData}"
213236
}
214237
},
215238
"FeatureMatching_1": {
216239
"nodeType": "FeatureMatching",
217240
"position": [
218-
1400,
241+
1800,
219242
0
220243
],
221244
"inputs": {
@@ -228,7 +251,7 @@
228251
"Publish_1": {
229252
"nodeType": "Publish",
230253
"position": [
231-
3000,
254+
3400,
232255
0
233256
],
234257
"inputs": {

0 commit comments

Comments
 (0)