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
9734abdc
Commit
9734abdc
authored
Aug 20, 2015
by
Maksim Shabunin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5114 from a-andre:missingHeader
parents
3b97549b
b757359f
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
16 deletions
+2
-16
OpenCVModule.cmake
cmake/OpenCVModule.cmake
+2
-2
core.hpp
modules/core/include/opencv2/core.hpp
+0
-3
core.hpp
modules/core/include/opencv2/core/core.hpp
+0
-3
imgproc.hpp
modules/imgproc/include/opencv2/imgproc.hpp
+0
-4
imgproc.hpp
modules/imgproc/include/opencv2/imgproc/imgproc.hpp
+0
-4
No files found.
cmake/OpenCVModule.cmake
View file @
9734abdc
...
...
@@ -488,7 +488,7 @@ macro(ocv_glob_module_sources)
file
(
GLOB_RECURSE lib_srcs
"src/*.cpp"
)
file
(
GLOB_RECURSE lib_int_hdrs
"src/*.hpp"
"src/*.h"
)
file
(
GLOB lib_hdrs
"include/opencv2/
${
name
}
/*.hpp"
"include/opencv2/
${
name
}
/*.h"
)
file
(
GLOB lib_hdrs
"include/opencv2/
*.hpp"
"include/opencv2/
${
name
}
/*.hpp"
"include/opencv2/
${
name
}
/*.h"
)
file
(
GLOB lib_hdrs_detail
"include/opencv2/
${
name
}
/detail/*.hpp"
"include/opencv2/
${
name
}
/detail/*.h"
)
file
(
GLOB_RECURSE lib_srcs_apple
"src/*.mm"
)
if
(
APPLE
)
...
...
@@ -629,7 +629,7 @@ macro(ocv_create_module)
if
(
OPENCV_MODULE_
${
the_module
}
_HEADERS AND
";
${
OPENCV_MODULES_PUBLIC
}
;"
MATCHES
";
${
the_module
}
;"
)
foreach
(
hdr
${
OPENCV_MODULE_
${
the_module
}
_HEADERS
}
)
string
(
REGEX REPLACE
"^.*opencv2/"
"opencv2/"
hdr2
"
${
hdr
}
"
)
if
(
hdr2 MATCHES
"^(opencv2/.*)/[^/]+.h(..)?$"
)
if
(
hdr2 MATCHES
"^(opencv2/
?
.*)/[^/]+.h(..)?$"
)
install
(
FILES
${
hdr
}
DESTINATION
"
${
OPENCV_INCLUDE_INSTALL_PATH
}
/
${
CMAKE_MATCH_1
}
"
COMPONENT dev
)
endif
()
endforeach
()
...
...
modules/core/include/opencv2/core.hpp
View file @
9734abdc
/*! \file core.hpp
\brief The Core Functionality
*/
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
...
...
modules/core/include/opencv2/core/core.hpp
View file @
9734abdc
/*! \file core.hpp
\brief The Core Functionality
*/
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
...
...
modules/imgproc/include/opencv2/imgproc.hpp
View file @
9734abdc
/*! \file imgproc.hpp
\brief The Image Processing
*/
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
...
...
modules/imgproc/include/opencv2/imgproc/imgproc.hpp
View file @
9734abdc
/*! \file imgproc.hpp
\brief The Image Processing
*/
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
...
...
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