コード例 #1
0
 public GPUDisparitySolver(IGPUComponentConfiguration componentConfiguration)
 {
     configuration = componentConfiguration;
     configuration.ParametersChanged += OnParametersChanged;
 }
コード例 #2
0
 public GPUSettingsViewModel(IGPUComponentConfiguration componentConfiguration)
 {
     configuration = componentConfiguration;
     configuration.CalibratedFramesChanged += OnCalibrationStatusFramesChanged;
     configuration.CalibrationStatusChanged += OnCalibrationStatusFramesChanged;
 }