#include <pithsync.h>
|
| FPCUTPT ()=default |
|
void | setup (FPCUTPT cutpts[], int16_t array_origin, STATS *projection, int16_t zero_count, int16_t pitch, int16_t x, int16_t offset) |
|
void | assign (FPCUTPT cutpts[], int16_t array_origin, int16_t x, bool faking, bool mid_cut, int16_t offset, STATS *projection, float projection_scale, int16_t zero_count, int16_t pitch, int16_t pitch_error) |
|
void | assign_cheap (FPCUTPT cutpts[], int16_t array_origin, int16_t x, BOOL8 faking, BOOL8 mid_cut, int16_t offset, STATS *projection, float projection_scale, int16_t zero_count, int16_t pitch, int16_t pitch_error) |
|
int32_t | position () |
|
double | cost_function () |
|
double | squares () |
|
double | sum () |
|
FPCUTPT * | previous () |
|
int16_t | cheap_cuts () const |
|
int16_t | index () const |
|
◆ FPCUTPT()
◆ assign()
void FPCUTPT::assign |
( |
FPCUTPT |
cutpts[], |
|
|
int16_t |
array_origin, |
|
|
int16_t |
x, |
|
|
bool |
faking, |
|
|
bool |
mid_cut, |
|
|
int16_t |
offset, |
|
|
STATS * |
projection, |
|
|
float |
projection_scale, |
|
|
int16_t |
zero_count, |
|
|
int16_t |
pitch, |
|
|
int16_t |
pitch_error |
|
) |
| |
◆ assign_cheap()
void FPCUTPT::assign_cheap |
( |
FPCUTPT |
cutpts[], |
|
|
int16_t |
array_origin, |
|
|
int16_t |
x, |
|
|
BOOL8 |
faking, |
|
|
BOOL8 |
mid_cut, |
|
|
int16_t |
offset, |
|
|
STATS * |
projection, |
|
|
float |
projection_scale, |
|
|
int16_t |
zero_count, |
|
|
int16_t |
pitch, |
|
|
int16_t |
pitch_error |
|
) |
| |
◆ cheap_cuts()
int16_t FPCUTPT::cheap_cuts |
( |
| ) |
const |
|
inline |
◆ cost_function()
double FPCUTPT::cost_function |
( |
| ) |
|
|
inline |
◆ index()
int16_t FPCUTPT::index |
( |
| ) |
const |
|
inline |
◆ position()
int32_t FPCUTPT::position |
( |
| ) |
|
|
inline |
◆ previous()
◆ setup()
void FPCUTPT::setup |
( |
FPCUTPT |
cutpts[], |
|
|
int16_t |
array_origin, |
|
|
STATS * |
projection, |
|
|
int16_t |
zero_count, |
|
|
int16_t |
pitch, |
|
|
int16_t |
x, |
|
|
int16_t |
offset |
|
) |
| |
◆ squares()
double FPCUTPT::squares |
( |
| ) |
|
|
inline |
◆ sum()
◆ back_balance
uint32_t FPCUTPT::back_balance |
|
private |
◆ cost
◆ fake_count
int16_t FPCUTPT::fake_count |
◆ faked
◆ fwd_balance
uint32_t FPCUTPT::fwd_balance |
|
private |
◆ mean_sum
◆ mid_cuts
int16_t FPCUTPT::mid_cuts |
|
private |
◆ pred
◆ region_index
int16_t FPCUTPT::region_index |
|
private |
◆ sq_sum
◆ terminal
◆ xpos
The documentation for this class was generated from the following files:
- /home/stephane/src/tesseract/src/textord/pithsync.h
- /home/stephane/src/tesseract/src/textord/pithsync.cpp