put all old stitching API into detail namespace
This commit is contained in:
@@ -52,15 +52,15 @@
|
||||
#include <set>
|
||||
#include <functional>
|
||||
#include <sstream>
|
||||
#include "opencv2/stitching/autocalib.hpp"
|
||||
#include "opencv2/stitching/blenders.hpp"
|
||||
#include "opencv2/stitching/camera.hpp"
|
||||
#include "opencv2/stitching/exposure_compensate.hpp"
|
||||
#include "opencv2/stitching/matchers.hpp"
|
||||
#include "opencv2/stitching/motion_estimators.hpp"
|
||||
#include "opencv2/stitching/seam_finders.hpp"
|
||||
#include "opencv2/stitching/util.hpp"
|
||||
#include "opencv2/stitching/warpers.hpp"
|
||||
#include "opencv2/stitching/detail/autocalib.hpp"
|
||||
#include "opencv2/stitching/detail/blenders.hpp"
|
||||
#include "opencv2/stitching/detail/camera.hpp"
|
||||
#include "opencv2/stitching/detail/exposure_compensate.hpp"
|
||||
#include "opencv2/stitching/detail/matchers.hpp"
|
||||
#include "opencv2/stitching/detail/motion_estimators.hpp"
|
||||
#include "opencv2/stitching/detail/seam_finders.hpp"
|
||||
#include "opencv2/stitching/detail/util.hpp"
|
||||
#include "opencv2/stitching/detail/warpers.hpp"
|
||||
#include "opencv2/core/core.hpp"
|
||||
#include "opencv2/core/internal.hpp"
|
||||
#include "opencv2/imgproc/imgproc.hpp"
|
||||
|
||||
Reference in New Issue
Block a user