Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
wang wenquan
opencv
Commits
c9ad5779
Commit
c9ad5779
authored
6 years ago
by
Alexander Alekhin
Browse files
Options
Download
Patches
Plain Diff
release: OpenCV 4.0.1 (version++)
parent
26c5b0c7
next
4.x
5.x
master
4.10.0
4.10.0-kleidicv
4.9.0
4.8.1
4.8.0
4.7.0
4.6.0
4.5.5
4.5.5-openvino-2022.1.0
4.5.4
4.5.3
4.5.3-openvino-2021.4.2
4.5.3-openvino-2021.4.1
4.5.3-openvino
4.5.2
4.5.2-openvino
4.5.1
4.5.1-openvino
4.5.0
4.5.0-openvino
4.4.0
4.4.0-openvino
4.3.0
4.3.0-openvino-2020.3.0
4.3.0-openvino
4.2.0
4.2.0-openvino
4.1.2
4.1.2-openvino
4.1.1
4.1.1-openvino
4.1.0
4.1.0-openvino
4.0.1
No related merge requests found
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
doc/tutorials/introduction/cross_referencing/tutorial_cross_referencing.markdown
+2
-2
...ion/cross_referencing/tutorial_cross_referencing.markdown
modules/core/include/opencv2/core/version.hpp
+2
-2
modules/core/include/opencv2/core/version.hpp
modules/python/package/setup.py
+1
-1
modules/python/package/setup.py
platforms/maven/opencv-it/pom.xml
+1
-1
platforms/maven/opencv-it/pom.xml
platforms/maven/opencv/pom.xml
+1
-1
platforms/maven/opencv/pom.xml
platforms/maven/pom.xml
+1
-1
platforms/maven/pom.xml
with
8 additions
and
8 deletions
+8
-8
doc/tutorials/introduction/cross_referencing/tutorial_cross_referencing.markdown
+
2
−
2
View file @
c9ad5779
...
...
@@ -36,14 +36,14 @@ Open your Doxyfile using your favorite text editor and search for the key
`TAGFILES`
. Change it as follows:
@code
TAGFILES = ./docs/doxygen-tags/opencv.tag=http://docs.opencv.org/4.0.
0
TAGFILES = ./docs/doxygen-tags/opencv.tag=http://docs.opencv.org/4.0.
1
@endcode
If you had other definitions already, you can append the line using a
`
\`
:
@code
TAGFILES = ./docs/doxygen-tags/libstdc++.tag=https://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen
\
./docs/doxygen-tags/opencv.tag=http://docs.opencv.org/4.0.
0
./docs/doxygen-tags/opencv.tag=http://docs.opencv.org/4.0.
1
@endcode
Doxygen can now use the information from the tag file to link to the OpenCV
...
...
This diff is collapsed.
Click to expand it.
modules/core/include/opencv2/core/version.hpp
+
2
−
2
View file @
c9ad5779
...
...
@@ -7,8 +7,8 @@
#define CV_VERSION_MAJOR 4
#define CV_VERSION_MINOR 0
#define CV_VERSION_REVISION
0
#define CV_VERSION_STATUS "
-dev
"
#define CV_VERSION_REVISION
1
#define CV_VERSION_STATUS ""
#define CVAUX_STR_EXP(__A) #__A
#define CVAUX_STR(__A) CVAUX_STR_EXP(__A)
...
...
This diff is collapsed.
Click to expand it.
modules/python/package/setup.py
+
1
−
1
View file @
c9ad5779
...
...
@@ -9,7 +9,7 @@ def main():
os
.
chdir
(
SCRIPT_DIR
)
package_name
=
'opencv'
package_version
=
os
.
environ
.
get
(
'OPENCV_VERSION'
,
'4.0.
0
'
)
# TODO
package_version
=
os
.
environ
.
get
(
'OPENCV_VERSION'
,
'4.0.
1
'
)
# TODO
long_description
=
'Open Source Computer Vision Library Python bindings'
# TODO
...
...
This diff is collapsed.
Click to expand it.
platforms/maven/opencv-it/pom.xml
+
1
−
1
View file @
c9ad5779
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
org.opencv
</groupId>
<artifactId>
opencv-parent
</artifactId>
<version>
4.0.
0
</version>
<version>
4.0.
1
</version>
</parent>
<groupId>
org.opencv
</groupId>
<artifactId>
opencv-it
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
platforms/maven/opencv/pom.xml
+
1
−
1
View file @
c9ad5779
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
org.opencv
</groupId>
<artifactId>
opencv-parent
</artifactId>
<version>
4.0.
0
</version>
<version>
4.0.
1
</version>
</parent>
<groupId>
org.opencv
</groupId>
<artifactId>
opencv
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
platforms/maven/pom.xml
+
1
−
1
View file @
c9ad5779
...
...
@@ -3,7 +3,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.opencv
</groupId>
<artifactId>
opencv-parent
</artifactId>
<version>
4.0.
0
</version>
<version>
4.0.
1
</version>
<packaging>
pom
</packaging>
<name>
OpenCV Parent POM
</name>
<licenses>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets