重新整理文件夹结构,并添加CNN训练代码。
This commit is contained in:
19
others/include/options/options.h
Normal file
19
others/include/options/options.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// Created by xinyang on 19-3-27.
|
||||
//
|
||||
|
||||
#ifndef _OPTIONS_H_
|
||||
#define _OPTIONS_H_
|
||||
|
||||
extern bool show_armor_box;
|
||||
extern bool show_armor_boxes;
|
||||
extern bool show_light_blobs;
|
||||
extern bool show_origin;
|
||||
extern bool save_labelled;
|
||||
extern bool run_with_camera;
|
||||
extern bool save_video;
|
||||
extern bool collect_data;
|
||||
|
||||
void process_options(int argc, char *argv[]);
|
||||
|
||||
#endif /* _OPTIONS_H_ */
|
||||
Reference in New Issue
Block a user