diff --git a/meshroom/pipelines/hdrFusion.mg b/meshroom/pipelines/hdrFusion.mg new file mode 100644 index 0000000000..253a69c643 --- /dev/null +++ b/meshroom/pipelines/hdrFusion.mg @@ -0,0 +1,88 @@ +{ + "header": { + "nodesVersions": { + "Publish": "1.3", + "LdrToHdrSampling": "4.0", + "LdrToHdrMerge": "4.1", + "LdrToHdrCalibration": "3.0", + "CameraInit": "9.0" + }, + "releaseVersion": "2023.2.0-develop", + "fileVersion": "1.1", + "template": true + }, + "graph": { + "LdrToHdrMerge_1": { + "nodeType": "LdrToHdrMerge", + "position": [ + 600, + 0 + ], + "inputs": { + "input": "{LdrToHdrCalibration_1.input}", + "response": "{LdrToHdrCalibration_1.response}", + "userNbBrackets": "{LdrToHdrCalibration_1.userNbBrackets}", + "byPass": "{LdrToHdrCalibration_1.byPass}", + "channelQuantizationPower": "{LdrToHdrCalibration_1.channelQuantizationPower}", + "workingColorSpace": "{LdrToHdrCalibration_1.workingColorSpace}" + } + }, + "LdrToHdrCalibration_1": { + "nodeType": "LdrToHdrCalibration", + "position": [ + 400, + 0 + ], + "inputs": { + "input": "{LdrToHdrSampling_1.input}", + "samples": "{LdrToHdrSampling_1.output}", + "userNbBrackets": "{LdrToHdrSampling_1.userNbBrackets}", + "byPass": "{LdrToHdrSampling_1.byPass}", + "calibrationMethod": "{LdrToHdrSampling_1.calibrationMethod}", + "channelQuantizationPower": "{LdrToHdrSampling_1.channelQuantizationPower}", + "workingColorSpace": "{LdrToHdrSampling_1.workingColorSpace}" + } + }, + "LdrToHdrSampling_1": { + "nodeType": "LdrToHdrSampling", + "position": [ + 200, + 0 + ], + "inputs": { + "input": "{CameraInit_1.output}" + } + }, + "CameraInit_1": { + "nodeType": "CameraInit", + "position": [ + 0, + 0 + ], + "inputs": { + "allowedCameraModels": [ + "pinhole", + "radial1", + "radial3", + "brown", + "fisheye1", + "3deanamorphic4", + "3deradial4", + "3declassicld" + ] + } + }, + "Publish_1": { + "nodeType": "Publish", + "position": [ + 800, + 0 + ], + "inputs": { + "inputFiles": [ + "{LdrToHdrMerge_1.outputFolder}" + ] + } + } + } +} \ No newline at end of file