#include "commontraining.h"
#include "mastertrainer.h"
#include "params.h"
#include "strngs.h"
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 47 of file shapeclustering.cpp.
48 tesseract::CheckSharedLibraryVersion();
59 if (FLAGS_display_cloud_font >= 0) {
60 #ifndef GRAPHICS_DISABLED
62 FLAGS_display_cloud_font,
63 FLAGS_canonical_class2.c_str(),
64 FLAGS_display_canonical_font);
65 #endif // GRAPHICS_DISABLED
67 }
else if (!FLAGS_canonical_class1.empty()) {
69 FLAGS_canonical_class2.c_str());