7 #ifndef GRID_HEALER_HORIZONTAL_H
8 #define GRID_HEALER_HORIZONTAL_H
10 #include "GridHealerAbstractBase.h"
11 #include "GridIndependentToDependent.h"
35 void doHealingOnBelowAndAboveRangePair (QImage &image,
42 void doHealingOnBelowRange (QImage &image,
48 GridIndependentToDependent m_blackPixelsBelow;
49 GridIndependentToDependent m_blackPixelsAbove;
52 #endif // GRID_HEALER_HORIZONTAL_H
Class that does special logging for GridLog and GridRemoval classes.
Class that 'heals' the curves after one grid line has been removed.
Subclass of GridHealerAbstractBase for horizontal lines.
GridLog & gridLog()
Logging get method.
virtual void applyMutualPairs(const QImage &image)
Apply mutual pair points after all grid removal is done.
virtual void doHealingAcrossGaps(QImage &image)
Guts of the algorithm in which sequences of black pixels across the gap from each other are filled in...
Model for DlgSettingsGridRemoval and CmdSettingsGridRemoval. The settings are unstable until the user...
DocumentModelGridRemoval & modelGridRemoval()
DocumentModelGridRemoval get method.