MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / setAutomaticCalibrationData

Method setAutomaticCalibrationData

sources/base/DetectionAutomatic.cpp:429–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427}
428
429void DetectionAutomatic::setAutomaticCalibrationData(QString signature, int quality, int width, int height,
430 std::vector<DetectionAutomatic::calibrationPoint> sdrVec, std::vector<DetectionAutomatic::calibrationPoint> hdrVec)
431{
432 resetStats();
433 checkData.reset();
434 checkData.signature = signature;
435 checkData.quality = quality;
436 checkData.width = width;
437 checkData.height = height;
438 checkData.sdrPoint = sdrVec;
439 checkData.hdrPoint = hdrVec;
440}
441
442void DetectionAutomatic::resetStats()
443{

Callers 1

handleSettingsUpdateMethod · 0.80

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected