#include <iostream>#include <fstream>#include <cstdio>#include <cassert>#include <cmath>#include <liatools.h>#include "ReadFeatFile.h"
Go to the source code of this file.
Defines | |
| #define | ALIZE_ReadFeatFile_cpp |
Functions | |
| int | readFeatFile (Config &config) |
| #define ALIZE_ReadFeatFile_cpp |
Definition at line 56 of file ReadFeatFile.cpp.
| int readFeatFile | ( | Config & | config ) |
This metho read a feature file and display informations about it. You will get the Features numbers, size, flags and format.
| config | give a config file for evaluation by config checker |
Get as param a feature file name with --inputFeatureFileName cfg option
Display informations about browsed file
Definition at line 76 of file ReadFeatFile.cpp.
1.7.2