You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
350 B
14 lines
350 B
#ifndef EASYPR_EASYPR_H
|
|
#define EASYPR_EASYPR_H
|
|
|
|
#include "easypr/core/plate_recognize.h"
|
|
#include "easypr/train/svm_train.h"
|
|
#include "easypr/train/ann_train.h"
|
|
#include "easypr/train/annCh_train.h"
|
|
#include "easypr/util/util.h"
|
|
#include "easypr/util/program_options.h"
|
|
#include "easypr/api.hpp"
|
|
#include "easypr/config.h"
|
|
|
|
#endif //EASYPR_EASYPR_H
|