#include <DLLogoDetectBatchTest.h>
Public Member Functions | |
DLLogoDetectBatchTest (char *name, int argc, char **argv) | |
~DLLogoDetectBatchTest (void) | |
int | go () |
void | showHelp () |
Its command line syntax is:
LogoDetect [-x] [-t DetectionThreshold] [-o LogFile] [-l] filename
The list of command line arguments are as follows:
-x --- Create xml output for each input document
-t --- Specify your detection threshold. The default is 700.
-o --- Log file name. The default is LogoDetect.log
-l --- File containing the list of input images to execute
-h --- Show help at command line
DLLogoDetectBatchTest::DLLogoDetectBatchTest | ( | char * | name, | |
int | argc, | |||
char ** | argv | |||
) |
Default DLLogoDetectBatchTest Constructor
argc | An integer that contains the count of arguments that follow in argv. The argc parameter is always greater than or equal to 1. | |
argv | An array of null-terminated strings representing command-line arguments entered by the user of the program. By convention, argv[0] is the command with which the program is invoked, argv[1] is the first command-line argument, and so on, until argv[argc], which is always NULL. | |
name | A string given to the test. |
DLLogoDetectBatchTest::~DLLogoDetectBatchTest | ( | void | ) |
Default DLLogoDetectBatchTest Destructor
int DLLogoDetectBatchTest::go | ( | ) |
The Main function of DLLogoDetectBatchTest. Running logo detector on a list of document images
void DLLogoDetectBatchTest::showHelp | ( | ) |
Show help information for running the logo detection driver application