|
X-Boost
2.3.8
|
this file implements some usefull API for deal with classifier More...
#include <fstream>#include <stdexcept>#include <iostream>Go to the source code of this file.
Functions | |
| template<class Classifier > | |
| void | load_classifier (const char *network_file, Classifier &dst, unsigned int &width, unsigned int &height, char *strconf) |
| template<class Classifier > | |
| void | load_classifier (const char *network_file, Classifier &dst, unsigned int &width, unsigned int &height) |
| template<class Classifier > | |
| void | save_classifier (const char *network_file, const Classifier &src, unsigned int width, unsigned int height, const char *config) |
this file implements some usefull API for deal with classifier
| void load_classifier | ( | const char * | network_file, |
| Classifier & | dst, | ||
| unsigned int & | width, | ||
| unsigned int & | height, | ||
| char * | strconf | ||
| ) |
Load classifiers from file (it is possible to use also allocate_classifier_from_file)
| void load_classifier | ( | const char * | network_file, |
| Classifier & | dst, | ||
| unsigned int & | width, | ||
| unsigned int & | height | ||
| ) |
Load classifiers from file (it is possible to use also allocate_classifier_from_file)
| void save_classifier | ( | const char * | network_file, |
| const Classifier & | src, | ||
| unsigned int | width, | ||
| unsigned int | height, | ||
| const char * | config | ||
| ) |
Save classifiers to file
1.8.7