added CameraInfo class into opencv_stitching

This commit is contained in:
Alexey Spizhevoy
2011-08-15 13:03:59 +00:00
parent b97ecdff0d
commit ee18397f58
3 changed files with 90 additions and 0 deletions

View File

@@ -56,6 +56,7 @@
#include "seam_finders.hpp"
#include "motion_estimators.hpp"
#include "exposure_compensate.hpp"
#include "camera.hpp"
using namespace std;
using namespace cv;