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_STITCHING_UTIL_HPP_
#define _OPENCV_STITCHING_UTIL_HPP_
#ifndef __OPENCV_STITCHING_UTIL_HPP__
#define __OPENCV_STITCHING_UTIL_HPP__
#include <vector>
#include <list>
@@ -69,4 +69,4 @@ private:
#include "util_inl.hpp"
#endif // _OPENCV_STITCHING_UTIL_HPP_
#endif // __OPENCV_STITCHING_UTIL_HPP__