#include <iostream>#include "ReadFeatFile.h"#include "alize.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
This program is used to read feature files and print their contents to STDOUT
| argc | |
| argv[] | params for config checker |
For this tool, you must give following parameters: inputFeatureFileName, loadFeatureFileFormat, loadFeatureFileExtension
Sample command : ./ReadFeatFile --inputFeatureFileName ocpy_A --loadFeatureFileFormat SPRO4 --loadFeatureFileExtension .sph --featureFilesPath ./
Definition at line 66 of file ReadFeatFileMain.cpp.
References readFeatFile().
1.7.2