working on python wrappers for stitching

This commit is contained in:
Alexander Mordvintsev
2012-03-28 05:00:41 +00:00
parent d304a55e1e
commit 13045dec1d
4 changed files with 13 additions and 8 deletions

View File

@@ -20,9 +20,11 @@
#include "opencv2/photo/photo.hpp"
#include "opencv2/nonfree/nonfree.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/stitching/stitcher.hpp"
using cv::flann::IndexParams;
using cv::flann::SearchParams;
using cv::detail::GraphCutSeamFinder;
static PyObject* opencv_error = 0;