mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 13:47:32 +08:00
14 lines
262 B
C++
14 lines
262 B
C++
#ifndef __OPENCV_TEST_PRECOMP_HPP__
|
|
#define __OPENCV_TEST_PRECOMP_HPP__
|
|
|
|
#ifdef HAVE_CVCONFIG_H
|
|
# include "cvconfig.h"
|
|
#endif
|
|
|
|
#include "opencv2/ts/ts.hpp"
|
|
#include "opencv2/imgproc/imgproc.hpp"
|
|
#include "opencv2/imgproc/imgproc_c.h"
|
|
#include <iostream>
|
|
|
|
#endif
|