tesseract
5.0.0-alpha-619-ge9db
|
#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 | |
tesseract | |
Variables | |
const int | tesseract::kMinWinSize = 500 |
const int | tesseract::kMaxWinSize = 2000 |
const int | tesseract::kXWinFrameSize = 30 |
const int | tesseract::kYWinFrameSize = 80 |