rmcv  v0.1.0
A library for RoboMaster computer vision based on OpenCV.
rmcv.h
1 //
2 // Created by yaione on 3/5/22.
3 //
4 
9 
10 
11 
12 #ifndef RMCV_RMCV_H
13 #define RMCV_RMCV_H
14 
15 #include "core/core.h"
16 #include "camdrivers/daheng.h"
17 
18 #include "serialport.h"
19 #include "parallequeue.hpp"
20 #include "imgproc.h"
21 #include "objdetect.h"
22 #include "debug.h"
23 #include "mobility.h"
24 
25 
27 namespace rm {
28 
29 }
30 
31 #endif //RMCV_RMCV_H
mobility.h
Provides a series of functions for solving automatic control parameters.
rm
Main modules.
Definition: daheng.h:17