1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-23 18:09:25 +08:00
Files
opencv_contrib/modules/text/test/test_precomp.hpp
Alexander Alekhin e1f01bafa0 text: add simple test
2016-11-29 23:26:00 +03:00

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