|
tesseract
4.00.00dev
|
#include "network.h"#include <stdlib.h>#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 | |
| tesseract | |
Variables | |
| const int | tesseract::kMinWinSize = 500 |
| const int | tesseract::kMaxWinSize = 2000 |
| const int | tesseract::kXWinFrameSize = 30 |
| const int | tesseract::kYWinFrameSize = 80 |