added first version of public stitching API, added simple sample which uses that API, old sample renamed to stitching_detailed

This commit is contained in:
Alexey Spizhevoy
2011-09-07 11:14:27 +00:00
parent 1449dd1f02
commit c9a41c6802
19 changed files with 1285 additions and 539 deletions

View File

@@ -39,6 +39,7 @@
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#ifndef __OPENCV_STITCHING_PRECOMP_H__
#define __OPENCV_STITCHING_PRECOMP_H__
@@ -52,6 +53,8 @@
#include <set>
#include <functional>
#include <sstream>
#include <cmath>
#include "opencv2/stitching/stitcher.hpp"
#include "opencv2/stitching/detail/autocalib.hpp"
#include "opencv2/stitching/detail/blenders.hpp"
#include "opencv2/stitching/detail/camera.hpp"