|
tesseract v5.3.3.20231005
|
#include "network.h"#include <cstdlib>#include <allheaders.h>#include "convolve.h"#include "fullyconnected.h"#include "input.h"#include "lstm.h"#include "maxpool.h"#include "parallel.h"#include "reconfig.h"#include "reversed.h"#include "scrollview.h"#include "series.h"#include "statistc.h"#include "tprintf.h"Go to the source code of this file.
Namespaces | |
| namespace | tesseract |
Variables | |
| const int | tesseract::kMinWinSize = 500 |
| const int | tesseract::kMaxWinSize = 2000 |
| const int | tesseract::kXWinFrameSize = 30 |
| const int | tesseract::kYWinFrameSize = 80 |