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
d03d54f8
Commit
d03d54f8
authored
Apr 09, 2012
by
Andrey Pavlenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updating Eclipse projects settings
parent
c208b58e
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
12 additions
and
8 deletions
+12
-8
.project
modules/java/android/.project
+1
-1
AndroidManifest.xml
modules/java/android_test/AndroidManifest.xml
+2
-2
OpenCVTestRunner.java
...va/android_test/src/org/opencv/test/OpenCVTestRunner.java
+4
-0
.project
samples/android/tutorial-0-androidcamera/.project
+1
-1
.project
samples/android/tutorial-1-addopencv/.project
+1
-1
.project
samples/android/tutorial-2-opencvcamera/.project
+1
-1
.project
samples/android/tutorial-3-native/.project
+1
-1
.project
samples/android/tutorial-4-mixed/.project
+1
-1
No files found.
modules/java/android/.project
View file @
d03d54f8
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>
OpenCV-2.
3.1
</name>
<name>
OpenCV-2.
4.beta
</name>
<comment></comment>
<projects>
</projects>
...
...
modules/java/android_test/AndroidManifest.xml
View file @
d03d54f8
...
...
@@ -17,8 +17,8 @@
the package of org.opencv. To run the tests use the command:
"adb shell am instrument -w org.opencv.test/android.test.InstrumentationTestRunner"
-->
<instrumentation
android:name=
"
android.test.Instrumentation
TestRunner"
android:targetPackage=
"org.opencv"
<instrumentation
android:name=
"
org.opencv.test.OpenCV
TestRunner"
android:targetPackage=
"org.opencv
.test
"
android:label=
"Tests for org.opencv"
/>
<uses-permission
android:name=
"android.permission.CAMERA"
/>
...
...
modules/java/android_test/src/org/opencv/test/OpenCVTestRunner.java
View file @
d03d54f8
...
...
@@ -11,6 +11,8 @@ import org.opencv.core.Mat;
import
java.io.File
;
import
java.io.IOException
;
import
junit.framework.Assert
;
/**
* This only class is Android specific.
*
...
...
@@ -53,7 +55,9 @@ public class OpenCVTestRunner extends InstrumentationTestRunner {
@Override
public
void
onStart
()
{
Log
.
e
(
"OpenCVTestRunner"
,
"onStart()"
);
context
=
getContext
();
Assert
.
assertTrue
(
"Context can't be 'null'"
,
context
!=
null
);
LENA_PATH
=
Utils
.
exportResource
(
context
,
R
.
drawable
.
lena
);
CHESS_PATH
=
Utils
.
exportResource
(
context
,
R
.
drawable
.
chessboard
);
LBPCASCADE_FRONTALFACE_PATH
=
Utils
.
exportResource
(
context
,
R
.
raw
.
lbpcascade_frontalface
);
...
...
samples/android/tutorial-0-androidcamera/.project
View file @
d03d54f8
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>
Tutorial
1 Basic - 0.
Android Camera
</name>
<name>
Tutorial
0 (Basic) -
Android Camera
</name>
<comment></comment>
<projects>
</projects>
...
...
samples/android/tutorial-1-addopencv/.project
View file @
d03d54f8
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>
Tutorial 1
Basic - 1.
Add OpenCV
</name>
<name>
Tutorial 1
(Basic) -
Add OpenCV
</name>
<comment></comment>
<projects>
</projects>
...
...
samples/android/tutorial-2-opencvcamera/.project
View file @
d03d54f8
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>
Tutorial
1 Basic - 2.
Use OpenCV Camera
</name>
<name>
Tutorial
2 (Basic) -
Use OpenCV Camera
</name>
<comment></comment>
<projects>
</projects>
...
...
samples/android/tutorial-3-native/.project
View file @
d03d54f8
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>
Tutorial
2 Advanced - 1.
Add Native OpenCV
</name>
<name>
Tutorial
3 (Advanced) -
Add Native OpenCV
</name>
<comment></comment>
<projects>
</projects>
...
...
samples/android/tutorial-4-mixed/.project
View file @
d03d54f8
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>
Tutorial
2 Advanced - 2.
Mix Java+Native OpenCV
</name>
<name>
Tutorial
4 (Advanced) -
Mix Java+Native OpenCV
</name>
<comment></comment>
<projects>
</projects>
...
...
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