mirror of
https://gitcode.com/gh_mirrors/es/esp32-opencv.git
synced 2025-08-14 18:50:49 +08:00
8 lines
128 B
C++
8 lines
128 B
C++
#ifndef OPENCV_TEST_PRECOMP_HPP
|
|
#define OPENCV_TEST_PRECOMP_HPP
|
|
|
|
#include "opencv2/ts.hpp"
|
|
#include "opencv2/flann.hpp"
|
|
|
|
#endif
|