#include "pithsync.h"
#include "makerow.h"
#include "pitsync1.h"
#include "topitch.h"
#include "tprintf.h"
#include <cfloat>
#include <cmath>
#include <vector>
Go to the source code of this file.
|
double | tesseract::check_pitch_sync2 (BLOBNBOX_IT *blob_it, int16_t blob_count, int16_t pitch, int16_t pitch_error, STATS *projection, int16_t projection_left, int16_t projection_right, float projection_scale, int16_t &occupation_count, FPSEGPT_LIST *seg_list, int16_t start, int16_t end) |
|
double | tesseract::check_pitch_sync3 (int16_t projection_left, int16_t projection_right, int16_t zero_count, int16_t pitch, int16_t pitch_error, STATS *projection, float projection_scale, int16_t &occupation_count, FPSEGPT_LIST *seg_list, int16_t start, int16_t end) |
|