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.
13 lines
305 B
13 lines
305 B
10 years ago
|
#ifndef EASYPR_EASYPR_H
|
||
|
#define EASYPR_EASYPR_H
|
||
|
|
||
|
#include "easypr/plate_recognize.h"
|
||
|
#include "easypr/svm_train.h"
|
||
|
#include "easypr/preprocess/mc_data.h"
|
||
|
#include "easypr/preprocess/gdts.h"
|
||
|
#include "easypr/preprocess/deface.h"
|
||
|
#include "easypr/util.h"
|
||
|
#include "easypr/api.hpp"
|
||
|
|
||
|
#endif //EASYPR_EASYPR_H
|