working on python wrappers for stitching

Esse commit está contido em:
Alexander Mordvintsev
2012-03-28 05:00:41 +00:00
commit 13045dec1d
4 arquivos alterados com 13 adições e 8 exclusões
+2
Ver Arquivo
@@ -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;