#include <math.h>
#include <string.h>
#include <iostream>
#include "DLImage.h"
#include "DLLogger.h"
#include "DLComponent.h"
#include "getLines.h"
Go to the source code of this file.
Namespaces | |
namespace | std |
Classes | |
class | DLLineOrientationCalculation |
This class is a port of the TwoBit method tbCalcLineOrientation . It uses dress-right-dress algorithm to form the components into lines of text. in the horizontal and in the vertical direction then gets the mean of the distance between components in hor and vet direction. More... |