#include <linlsq.h>
◆ LLSQ()
◆ add() [1/3]
void LLSQ::add |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
◆ add() [2/3]
void LLSQ::add |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
weight |
|
) |
| |
◆ add() [3/3]
void LLSQ::add |
( |
const LLSQ & |
other | ) |
|
◆ c()
double LLSQ::c |
( |
double |
m | ) |
const |
◆ clear()
◆ count()
int32_t LLSQ::count |
( |
| ) |
const |
|
inline |
◆ covariance()
double LLSQ::covariance |
( |
| ) |
const |
|
inline |
◆ m()
◆ mean_point()
FCOORD LLSQ::mean_point |
( |
| ) |
const |
◆ pearson()
double LLSQ::pearson |
( |
| ) |
const |
◆ remove()
void LLSQ::remove |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
◆ rms()
double LLSQ::rms |
( |
double |
m, |
|
|
double |
c |
|
) |
| const |
◆ rms_orth()
double LLSQ::rms_orth |
( |
const FCOORD & |
dir | ) |
const |
◆ vector_fit()
FCOORD LLSQ::vector_fit |
( |
| ) |
const |
◆ x_variance()
double LLSQ::x_variance |
( |
| ) |
const |
|
inline |
◆ y_variance()
double LLSQ::y_variance |
( |
| ) |
const |
|
inline |
◆ sigx
◆ sigxx
◆ sigxy
◆ sigy
◆ sigyy
◆ total_weight
double LLSQ::total_weight |
|
private |
The documentation for this class was generated from the following files:
- /home/stephane/src/tesseract/src/ccstruct/linlsq.h
- /home/stephane/src/tesseract/src/ccstruct/linlsq.cpp