Fixed bug in ROI based features finder (stitching)
This commit is contained in:
11
modules/stitching/test/test_precomp.hpp
Normal file
11
modules/stitching/test/test_precomp.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef __OPENCV_TEST_PRECOMP_HPP__
|
||||
#define __OPENCV_TEST_PRECOMP_HPP__
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <opencv2/ts/ts.hpp>
|
||||
#include <opencv2/highgui/highgui.hpp>
|
||||
#include <opencv2/stitching/stitcher.hpp>
|
||||
#include <opencv2/stitching/detail/matchers.hpp>
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user