Fixed bug in ROI based features finder (stitching)

This commit is contained in:
Alexey Spizhevoy
2011-09-26 13:17:06 +00:00
parent b119833ad1
commit e99b090871
5 changed files with 98 additions and 8 deletions

View 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