mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 17:57:16 +02:00
30 lines
No EOL
879 B
Text
30 lines
No EOL
879 B
Text
{
|
|
"CameraInit": {
|
|
"nodeType": "CameraInit",
|
|
"attributes": {
|
|
"imageDirectory": "/PATH/TO/SOURCE/IMAGES",
|
|
"sensorWidthDatabase": "/PATH/TO/sensor_width_camera_database.txt"
|
|
}
|
|
},
|
|
"FeatureExtraction": {
|
|
"nodeType": "FeatureExtraction",
|
|
"attributes": {
|
|
"input_file": "{CameraInit.outputSfm}"
|
|
}
|
|
},
|
|
"FeatureMatching": {
|
|
"nodeType": "FeatureMatching",
|
|
"attributes": {
|
|
"input_file": "{CameraInit.outputSfm}",
|
|
"featuresDir": "{FeatureExtraction.outdir}"
|
|
}
|
|
},
|
|
"StructureFromMotion": {
|
|
"nodeType": "StructureFromMotion",
|
|
"attributes": {
|
|
"input_file": "{CameraInit.outputSfm}",
|
|
"featuresDir": "{FeatureExtraction.outdir}",
|
|
"matchdir": "{FeatureMatching.out_dir}"
|
|
}
|
|
}
|
|
} |