mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 06:26:29 +08:00
Merge pull request #19817 from alalek:cmake_fix_tracking_headers
This commit is contained in:
commit
1e51f87298
@ -1609,7 +1609,7 @@ if __name__ == "__main__":
|
||||
with open(srcfiles_fname) as f:
|
||||
srcfiles = [os.path.join(module_location, str(l).strip()) for l in f.readlines() if str(l).strip()]
|
||||
else:
|
||||
re_bad = re.compile(r'(private|.inl.hpp$|_inl.hpp$|.details.hpp$|_winrt.hpp$|/cuda/|/legacy/)')
|
||||
re_bad = re.compile(r'(private|.inl.hpp$|_inl.hpp$|.detail.hpp$|.details.hpp$|_winrt.hpp$|/cuda/|/legacy/)')
|
||||
# .h files before .hpp
|
||||
h_files = []
|
||||
hpp_files = []
|
||||
|
@ -3,7 +3,7 @@
|
||||
// of this distribution and at http://opencv.org/license.html.
|
||||
|
||||
#include "../../precomp.hpp"
|
||||
#include "opencv2/video/detail/tracking.private.hpp"
|
||||
#include "opencv2/video/detail/tracking.detail.hpp"
|
||||
|
||||
namespace cv {
|
||||
namespace detail {
|
||||
|
@ -3,8 +3,8 @@
|
||||
// of this distribution and at http://opencv.org/license.html.
|
||||
|
||||
#include "../../precomp.hpp"
|
||||
#include "opencv2/video/detail/tracking.private.hpp"
|
||||
#include "opencv2/video/detail/tracking_feature.private.hpp"
|
||||
#include "opencv2/video/detail/tracking.detail.hpp"
|
||||
#include "tracking_feature.hpp"
|
||||
|
||||
namespace cv {
|
||||
namespace detail {
|
||||
|
@ -3,7 +3,7 @@
|
||||
// of this distribution and at http://opencv.org/license.html.
|
||||
|
||||
#include "../../precomp.hpp"
|
||||
#include "opencv2/video/detail/tracking.private.hpp"
|
||||
#include "opencv2/video/detail/tracking.detail.hpp"
|
||||
|
||||
namespace cv {
|
||||
namespace detail {
|
||||
|
@ -5,7 +5,7 @@
|
||||
#ifndef __OPENCV_TRACKER_MIL_MODEL_HPP__
|
||||
#define __OPENCV_TRACKER_MIL_MODEL_HPP__
|
||||
|
||||
#include "opencv2/video/detail/tracking.private.hpp"
|
||||
#include "opencv2/video/detail/tracking.detail.hpp"
|
||||
#include "tracker_mil_state.hpp"
|
||||
|
||||
namespace cv {
|
||||
|
@ -3,7 +3,7 @@
|
||||
// of this distribution and at http://opencv.org/license.html.
|
||||
|
||||
#include "../../precomp.hpp"
|
||||
#include "opencv2/video/detail/tracking.private.hpp"
|
||||
#include "opencv2/video/detail/tracking.detail.hpp"
|
||||
#include "tracker_mil_state.hpp"
|
||||
|
||||
namespace cv {
|
||||
|
@ -5,7 +5,7 @@
|
||||
#ifndef OPENCV_VIDEO_DETAIL_TRACKING_MIL_STATE_HPP
|
||||
#define OPENCV_VIDEO_DETAIL_TRACKING_MIL_STATE_HPP
|
||||
|
||||
#include "opencv2/video/detail/tracking.private.hpp"
|
||||
#include "opencv2/video/detail/tracking.detail.hpp"
|
||||
#include "tracking_online_mil.hpp"
|
||||
|
||||
namespace cv {
|
||||
|
@ -3,7 +3,7 @@
|
||||
// of this distribution and at http://opencv.org/license.html.
|
||||
|
||||
#include "../../precomp.hpp"
|
||||
#include "opencv2/video/detail/tracking.private.hpp"
|
||||
#include "opencv2/video/detail/tracking.detail.hpp"
|
||||
|
||||
namespace cv {
|
||||
namespace detail {
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
#include "../../precomp.hpp"
|
||||
|
||||
#include "opencv2/video/detail/tracking.private.hpp"
|
||||
#include "opencv2/video/detail/tracking.detail.hpp"
|
||||
|
||||
namespace cv {
|
||||
namespace detail {
|
||||
|
@ -3,7 +3,7 @@
|
||||
// of this distribution and at http://opencv.org/license.html.
|
||||
|
||||
#include "../../precomp.hpp"
|
||||
#include "opencv2/video/detail/tracking.private.hpp"
|
||||
#include "opencv2/video/detail/tracking.detail.hpp"
|
||||
|
||||
namespace cv {
|
||||
namespace detail {
|
||||
|
@ -3,7 +3,7 @@
|
||||
// of this distribution and at http://opencv.org/license.html.
|
||||
|
||||
#include "../../precomp.hpp"
|
||||
#include "opencv2/video/detail/tracking.private.hpp"
|
||||
#include "opencv2/video/detail/tracking.detail.hpp"
|
||||
|
||||
namespace cv {
|
||||
namespace detail {
|
||||
|
@ -3,8 +3,8 @@
|
||||
// of this distribution and at http://opencv.org/license.html.
|
||||
|
||||
#include "../../precomp.hpp"
|
||||
#include "opencv2/video/detail/tracking.private.hpp"
|
||||
#include "opencv2/video/detail/tracking_feature.private.hpp"
|
||||
#include "opencv2/video/detail/tracking.detail.hpp"
|
||||
#include "tracking_feature.hpp"
|
||||
|
||||
namespace cv {
|
||||
namespace detail {
|
||||
|
Loading…
Reference in New Issue
Block a user