opencv_stitching refactoring

This commit is contained in:
Alexey Spizhevoy
2011-05-05 12:12:32 +00:00
parent f6fc807d49
commit 3467c6f732
11 changed files with 54 additions and 55 deletions

View File

@@ -1,5 +1,5 @@
#ifndef _OPENCV_MOTION_ESTIMATORS_HPP_
#define _OPENCV_MOTION_ESTIMATORS_HPP_
#ifndef __OPENCV_MOTION_ESTIMATORS_HPP__
#define __OPENCV_MOTION_ESTIMATORS_HPP__
#include <vector>
#include <opencv2/core/core.hpp>
@@ -154,4 +154,4 @@ private:
void findMaxSpanningTree(int num_images, const std::vector<MatchesInfo> &pairwise_matches,
Graph &span_tree, std::vector<int> &centers);
#endif // _OPENCV_MOTION_ESTIMATORS_HPP_
#endif // __OPENCV_MOTION_ESTIMATORS_HPP__