mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-23 18:09:25 +08:00
9 lines
173 B
C++
9 lines
173 B
C++
#ifndef __OPENCV_TEST_TEXT_PRECOMP_HPP__
|
|
#define __OPENCV_TEST_TEXT_PRECOMP_HPP__
|
|
|
|
#include "opencv2/core.hpp"
|
|
#include "opencv2/ts.hpp"
|
|
#include "opencv2/text.hpp"
|
|
|
|
#endif
|