diff options
| author | Nikita Kostovsky <luntik2012@gmail.com> | 2025-01-12 17:57:45 +0100 |
|---|---|---|
| committer | Nikita Kostovsky <luntik2012@gmail.com> | 2025-01-12 17:57:45 +0100 |
| commit | 201d98f63131242bb8871ed0c4a3ae9ebd4ef030 (patch) | |
| tree | 763a52710b3c8021c62b93535692b53de90265e5 /src/calibration.h | |
| parent | 4782e81c32392c78025aae1acb4b2ed1d1395908 (diff) | |
start refactoring. non-working commit
Diffstat (limited to 'src/calibration.h')
| -rw-r--r-- | src/calibration.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/calibration.h b/src/calibration.h index ddb66a6..c2e5d73 100644 --- a/src/calibration.h +++ b/src/calibration.h @@ -21,6 +21,8 @@ bool openCalibrationTable(const QString &filename, CalibrationTablePtr &table); void dumpCalibrationPixels(std::vector<Pixels> &&calibrationPixels); bool dump(const CalibrationTablePtr &table, const QString &filename); +QList<Pixels> filter(const QList<Pixels> &rawProfiles); + CalibrationTablePtr calibrateX(const QList<Pixels> &rawProfiles); CalibrationTablePtr calibrateZ(const QList<Pixels> &rawProfiles, const uint32_t &stepsPerMm); |
