{ "input": { "left": { "img": "./left.png", "disp": [-60, 0] }, "right": { "img": "./right.png" } }, "pipeline": { "matching_cost" : { "matching_cost_method": "mc_cnn", "window_size": 11, "subpix": 1 }, "optimization" : { "optimization_method": "sgm", "overcounting": false, "penalty": {"penalty_method": "mc_cnn_fast_penalty"} }, "disparity": { "disparity_method": "wta", "invalid_disparity": "NaN" }, "refinement": { "refinement_method": "vfit" }, "filter" : { "filter_method": "median", "filter_size": 3 }, "validation" : { "validation_method": "cross_checking_accurate", "cross_checking_threshold": 1 } } }