Go to the documentation of this file.
20 #ifndef TESSERACT_CCSTRUCT_DETLINEFIT_H_
21 #define TESSERACT_CCSTRUCT_DETLINEFIT_H_
73 double Fit(
float* m,
float* c);
79 double ComputeErrors(
const ICOORD start,
const ICOORD end,
int* distances);
81 ICOORDELT_LIST pt_list_;
86 #endif // TESSERACT_CCSTRUCT_DETLINEFIT_H_