#include <DLSignatureDetectBatchTest.h>
Public Member Functions | |
DLSignatureDetectBatchTest (char *name, int argc, char **argv) | |
~DLSignatureDetectBatchTest (void) | |
int | go () |
void | showHelp () |
Its command line syntax is:
SignatureDetectDriver [-x] [-l] filename
The list of command line arguments are as follows:
-x --- Create xml output for each input document
-l --- File containing the list of input images to execute
-h --- Show help at command line
DLSignatureDetectBatchTest::DLSignatureDetectBatchTest | ( | char * | name, | |
int | argc, | |||
char ** | argv | |||
) |
name | The test id name given to the DLSignatureDetectBatchTest | |
argc | Number of command line arguments | |
argv | Array of command line arguments |
DLSignatureDetectBatchTest::~DLSignatureDetectBatchTest | ( | void | ) |
Default DLSignatureDetectBatchTest Destructor
int DLSignatureDetectBatchTest::go | ( | ) |
The Main function of DLSignatureDetectBatchTest
void DLSignatureDetectBatchTest::showHelp | ( | ) |
Show help information at the command line