pano_py.cpp
Go to the documentation of this file.
00001 #include <pano_py/pano_py.h>
00002 
00003 #include <opencv2/highgui/highgui.hpp>
00004 #include <opencv2/core/core.hpp>
00005 
00006 #include <pano_core/pano_core.h>
00007 #include <pano_py/opencv.h>
00008 
00009 
00010 using namespace pano;
00011 using namespace cv;
00012 
00013 namespace pano_py{
00014 
00015 BOOST_PYTHON_MODULE(pano_py)
00016 {
00017   wrap_Options();
00018 
00019   wrap_SVDRSolverParams();
00020 
00021   wrap_stitch();
00022 
00023   wrap_BlurDetector();
00024 
00025   wrap_Camera();
00026 }
00027 
00028 }


pano_py
Author(s): Ethan Rublee
autogenerated on Mon Mar 14 2016 10:57:00