tesseract 4.1.1
Loading...
Searching...
No Matches
params.cpp File Reference
#include <climits>
#include <cmath>
#include <cstdio>
#include <cstring>
#include <cstdlib>
#include <locale>
#include <sstream>
#include "genericvector.h"
#include "host.h"
#include "tprintf.h"
#include "params.h"

Go to the source code of this file.

Namespaces

namespace  tesseract
 

Functions

tesseract::ParamsVectorsGlobalParams ()
 

Function Documentation

◆ GlobalParams()

tesseract::ParamsVectors * GlobalParams ( )

Definition at line 32 of file params.cpp.

32 {
34 return &global_params;
35}