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
9f04222a
Commit
9f04222a
authored
Dec 06, 2013
by
Alexander Smorkalov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OpenCV Manager version++.
parent
d8a4d3a2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
17 deletions
+17
-17
version.hpp
modules/core/include/opencv2/core/version.hpp
+1
-1
AndroidManifest.xml
platforms/android/service/engine/AndroidManifest.xml
+2
-2
readme.txt
platforms/android/service/readme.txt
+14
-14
No files found.
modules/core/include/opencv2/core/version.hpp
View file @
9f04222a
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
#define CV_VERSION_EPOCH 2
#define CV_VERSION_EPOCH 2
#define CV_VERSION_MAJOR 4
#define CV_VERSION_MAJOR 4
#define CV_VERSION_MINOR 7
#define CV_VERSION_MINOR 7
#define CV_VERSION_REVISION
0
#define CV_VERSION_REVISION
2
#define CVAUX_STR_EXP(__A) #__A
#define CVAUX_STR_EXP(__A) #__A
#define CVAUX_STR(__A) CVAUX_STR_EXP(__A)
#define CVAUX_STR(__A) CVAUX_STR_EXP(__A)
...
...
platforms/android/service/engine/AndroidManifest.xml
View file @
9f04222a
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"org.opencv.engine"
package=
"org.opencv.engine"
android:versionCode=
"21
4
@ANDROID_PLATFORM_VERSION_CODE@"
android:versionCode=
"21
6
@ANDROID_PLATFORM_VERSION_CODE@"
android:versionName=
"2.1
4
"
>
android:versionName=
"2.1
6
"
>
<uses-sdk
android:minSdkVersion=
"@ANDROID_NATIVE_API_LEVEL@"
/>
<uses-sdk
android:minSdkVersion=
"@ANDROID_NATIVE_API_LEVEL@"
/>
<uses-feature
android:name=
"android.hardware.touchscreen"
android:required=
"false"
/>
<uses-feature
android:name=
"android.hardware.touchscreen"
android:required=
"false"
/>
...
...
platforms/android/service/readme.txt
View file @
9f04222a
...
@@ -14,20 +14,20 @@ manually using adb tool:
...
@@ -14,20 +14,20 @@ manually using adb tool:
.. code-block:: sh
.. code-block:: sh
adb install OpenCV-2.4.7
-android-sdk/apk/OpenCV_2.4.7_Manager_2.14
_<platform>.apk
adb install OpenCV-2.4.7
.1-android-sdk/apk/OpenCV_2.4.7.1_Manager_2.15
_<platform>.apk
Use the table below to determine proper OpenCV Manager package for your device:
Use the table below to determine proper OpenCV Manager package for your device:
+------------------------------+--------------+----------------------------------------------------+
+------------------------------+--------------+----------------------------------------------------
--
+
| Hardware Platform | Android ver. | Package name |
| Hardware Platform | Android ver. | Package name
|
+==============================+==============+====================================================+
+==============================+==============+====================================================
==
+
| armeabi-v7a (ARMv7-A + NEON) | >= 2.3 | OpenCV_2.4.7
_Manager_2.14
_armv7a-neon.apk |
| armeabi-v7a (ARMv7-A + NEON) | >= 2.3 | OpenCV_2.4.7
.1_Manager_2.15
_armv7a-neon.apk |
+------------------------------+--------------+----------------------------------------------------+
+------------------------------+--------------+----------------------------------------------------
--
+
| armeabi-v7a (ARMv7-A + NEON) | = 2.2 | OpenCV_2.4.7
_Manager_2.14
_armv7a-neon-android8.apk |
| armeabi-v7a (ARMv7-A + NEON) | = 2.2 | OpenCV_2.4.7
.1_Manager_2.15
_armv7a-neon-android8.apk |
+------------------------------+--------------+----------------------------------------------------+
+------------------------------+--------------+----------------------------------------------------
--
+
| armeabi (ARMv5, ARMv6) | >= 2.3 | OpenCV_2.4.7
_Manager_2.14
_armeabi.apk |
| armeabi (ARMv5, ARMv6) | >= 2.3 | OpenCV_2.4.7
.1_Manager_2.15
_armeabi.apk |
+------------------------------+--------------+----------------------------------------------------+
+------------------------------+--------------+----------------------------------------------------
--
+
| Intel x86 | >= 2.3 | OpenCV_2.4.7
_Manager_2.14
_x86.apk |
| Intel x86 | >= 2.3 | OpenCV_2.4.7
.1_Manager_2.15
_x86.apk |
+------------------------------+--------------+----------------------------------------------------+
+------------------------------+--------------+----------------------------------------------------
--
+
| MIPS | >= 2.3 | OpenCV_2.4.7
_Manager_2.14
_mips.apk |
| MIPS | >= 2.3 | OpenCV_2.4.7
.1_Manager_2.15
_mips.apk |
+------------------------------+--------------+----------------------------------------------------+
+------------------------------+--------------+----------------------------------------------------
--
+
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