Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
2b2fa58f
Commit
2b2fa58f
authored
Mar 22, 2018
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
next: drop DISABLE_OPENCV_24_COMPATIBILITY
parent
2d54fed3
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
2 additions
and
33 deletions
+2
-33
calib3d.hpp
modules/calib3d/include/opencv2/calib3d.hpp
+0
-4
cvdef.h
modules/core/include/opencv2/core/cvdef.h
+1
-1
cvstd.hpp
modules/core/include/opencv2/core/cvstd.hpp
+1
-4
utility.hpp
modules/core/include/opencv2/core/utility.hpp
+0
-4
highgui.hpp
modules/highgui/include/opencv2/highgui.hpp
+0
-4
imgproc.hpp
modules/imgproc/include/opencv2/imgproc.hpp
+0
-4
objdetect.hpp
modules/objdetect/include/opencv2/objdetect.hpp
+0
-4
photo.hpp
modules/photo/include/opencv2/photo.hpp
+0
-4
video.hpp
modules/video/include/opencv2/video.hpp
+0
-4
No files found.
modules/calib3d/include/opencv2/calib3d.hpp
View file @
2b2fa58f
...
...
@@ -2426,8 +2426,4 @@ optimization. It stays at the center or at a different location specified when C
}
//end namespace cv
#ifndef DISABLE_OPENCV_24_COMPATIBILITY
#include "opencv2/calib3d/calib3d_c.h"
#endif
#endif
modules/core/include/opencv2/core/cvdef.h
View file @
2b2fa58f
...
...
@@ -254,7 +254,7 @@ Cv64suf;
#define OPENCV_ABI_COMPATIBILITY 400
#ifdef __OPENCV_BUILD
# define DISABLE_OPENCV_
24
_COMPATIBILITY
# define DISABLE_OPENCV_
3
_COMPATIBILITY
#endif
#ifdef CVAPI_EXPORTS
...
...
modules/core/include/opencv2/core/cvstd.hpp
View file @
2b2fa58f
...
...
@@ -281,10 +281,7 @@ struct Ptr
@note It is often easier to use makePtr instead.
*/
template
<
typename
Y
>
#ifdef DISABLE_OPENCV_24_COMPATIBILITY
explicit
#endif
Ptr
(
Y
*
p
);
explicit
Ptr
(
Y
*
p
);
/** @overload
@param d Deleter to use for the owned pointer.
...
...
modules/core/include/opencv2/core/utility.hpp
View file @
2b2fa58f
...
...
@@ -1244,8 +1244,4 @@ CV_EXPORTS int getThreadID();
}
//namespace cv
#ifndef DISABLE_OPENCV_24_COMPATIBILITY
#include "opencv2/core/core_c.h"
#endif
#endif //OPENCV_CORE_UTILITY_H
modules/highgui/include/opencv2/highgui.hpp
View file @
2b2fa58f
...
...
@@ -837,8 +837,4 @@ CV_EXPORTS int createButton( const String& bar_name, ButtonCallback on_change,
}
// cv
#ifndef DISABLE_OPENCV_24_COMPATIBILITY
#include "opencv2/highgui/highgui_c.h"
#endif
#endif
modules/imgproc/include/opencv2/imgproc.hpp
View file @
2b2fa58f
...
...
@@ -4907,8 +4907,4 @@ Point LineIterator::pos() const
}
// cv
#ifndef DISABLE_OPENCV_24_COMPATIBILITY
#include "opencv2/imgproc/imgproc_c.h"
#endif
#endif
modules/objdetect/include/opencv2/objdetect.hpp
View file @
2b2fa58f
...
...
@@ -676,8 +676,4 @@ public:
#include "opencv2/objdetect/detection_based_tracker.hpp"
#ifndef DISABLE_OPENCV_24_COMPATIBILITY
#include "opencv2/objdetect/objdetect_c.h"
#endif
#endif
modules/photo/include/opencv2/photo.hpp
View file @
2b2fa58f
...
...
@@ -869,8 +869,4 @@ CV_EXPORTS_W void stylization(InputArray src, OutputArray dst, float sigma_s = 6
}
// cv
#ifndef DISABLE_OPENCV_24_COMPATIBILITY
#include "opencv2/photo/photo_c.h"
#endif
#endif
modules/video/include/opencv2/video.hpp
View file @
2b2fa58f
...
...
@@ -56,8 +56,4 @@
#include "opencv2/video/tracking.hpp"
#include "opencv2/video/background_segm.hpp"
#ifndef DISABLE_OPENCV_24_COMPATIBILITY
#include "opencv2/video/tracking_c.h"
#endif
#endif //OPENCV_VIDEO_HPP
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment