This may also be a reference to a resource (in the form
14 | "@[package:]type:name") or
15 | theme attribute (in the form
16 | "?[package:][type:]name")
17 | containing a value of this type.
18 |
May be one of the following constant values.
19 |
20 |
21 |
22 |
23 |
Constant
Value
Description
24 |
any
-1
25 |
back
0
26 |
front
1
27 |
28 | */
29 | public static final int camera_id=0x7f010001;
30 | /**
Must be a boolean value, either "true" or "false".
31 |
This may also be a reference to a resource (in the form
32 | "@[package:]type:name") or
33 | theme attribute (in the form
34 | "?[package:][type:]name")
35 | containing a value of this type.
36 | */
37 | public static final int show_fps=0x7f010000;
38 | }
39 | public static final class drawable {
40 | public static final int ic_launcher=0x7f020000;
41 | }
42 | public static final class id {
43 | public static final int any=0x7f040000;
44 | public static final int back=0x7f040001;
45 | public static final int cameraView=0x7f040005;
46 | public static final int detectedObjTextView=0x7f040006;
47 | public static final int front=0x7f040002;
48 | public static final int scrollLinearLayout=0x7f040004;
49 | public static final int scrollView=0x7f040003;
50 | }
51 | public static final class layout {
52 | public static final int activity_main=0x7f030000;
53 | }
54 | public static final class menu {
55 | public static final int activity_main=0x7f070000;
56 | }
57 | public static final class string {
58 | public static final int app_name=0x7f050000;
59 | public static final int menu_settings=0x7f050001;
60 | public static final int title_activity_main=0x7f050002;
61 | }
62 | public static final class style {
63 | /**
64 | Base application theme, dependent on API level. This theme is replaced
65 | by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
66 |
67 |
68 | Theme customizations available in newer API levels can go in
69 | res/values-vXX/styles.xml, while customizations related to
70 | backward-compatibility can go here.
71 |
72 |
73 | Base application theme for API 11+. This theme completely replaces
74 | AppBaseTheme from res/values/styles.xml on API 11+ devices.
75 |
76 | API 11 theme customizations can go here.
77 |
78 | Base application theme for API 14+. This theme completely replaces
79 | AppBaseTheme from BOTH res/values/styles.xml and
80 | res/values-v11/styles.xml on API 14+ devices.
81 |
82 | API 14 theme customizations can go here.
83 | */
84 | public static final int AppBaseTheme=0x7f060000;
85 | /** Application theme.
86 | All customizations that are NOT specific to a particular API-level can go here.
87 | */
88 | public static final int AppTheme=0x7f060001;
89 | }
90 | public static final class styleable {
91 | /** Attributes that can be used with a CameraBridgeViewBase.
92 |
This symbol is the offset where the {@link com.android_object_recog.R.attr#camera_id}
108 | attribute's value can be found in the {@link #CameraBridgeViewBase} array.
109 |
110 |
111 |
May be an integer value, such as "100".
112 |
This may also be a reference to a resource (in the form
113 | "@[package:]type:name") or
114 | theme attribute (in the form
115 | "?[package:][type:]name")
116 | containing a value of this type.
117 |
May be one of the following constant values.
118 |
119 |
120 |
121 |
122 |
Constant
Value
Description
123 |
any
-1
124 |
back
0
125 |
front
1
126 |
127 | @attr name android:camera_id
128 | */
129 | public static final int CameraBridgeViewBase_camera_id = 1;
130 | /**
131 |
This symbol is the offset where the {@link com.android_object_recog.R.attr#show_fps}
132 | attribute's value can be found in the {@link #CameraBridgeViewBase} array.
133 |
134 |
135 |
Must be a boolean value, either "true" or "false".
136 |
This may also be a reference to a resource (in the form
137 | "@[package:]type:name") or
138 | theme attribute (in the form
139 | "?[package:][type:]name")
140 | containing a value of this type.
141 | @attr name android:show_fps
142 | */
143 | public static final int CameraBridgeViewBase_show_fps = 0;
144 | };
145 | }
146 |
--------------------------------------------------------------------------------
/gen/org/opencv/R.java:
--------------------------------------------------------------------------------
1 | /* AUTO-GENERATED FILE. DO NOT MODIFY.
2 | *
3 | * This class was automatically generated by the
4 | * aapt tool from the resource data it found. It
5 | * should not be modified by hand.
6 | */
7 | package org.opencv;
8 |
9 | public final class R {
10 | public static final class id {
11 | public static final int back = 0x7f040001;
12 | public static final int front = 0x7f040002;
13 | public static final int any = 0x7f040000;
14 | }
15 | public static final class styleable {
16 | public static final int[] CameraBridgeViewBase = { 0x7f010000, 0x7f010001 };
17 | public static final int CameraBridgeViewBase_camera_id = 1;
18 | public static final int CameraBridgeViewBase_show_fps = 0;
19 | }
20 | public static final class attr {
21 | public static final int camera_id = 0x7f010001;
22 | public static final int show_fps = 0x7f010000;
23 | }
24 | }
25 |
--------------------------------------------------------------------------------
/ic_launcher-web.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nadanasreldin/android-object-recognition/34986ffeb8cb84bbf54c16cbd2b2416b922b0dd4/ic_launcher-web.png
--------------------------------------------------------------------------------
/libs/android-support-v4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nadanasreldin/android-object-recognition/34986ffeb8cb84bbf54c16cbd2b2416b922b0dd4/libs/android-support-v4.jar
--------------------------------------------------------------------------------
/libs/jxl.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nadanasreldin/android-object-recognition/34986ffeb8cb84bbf54c16cbd2b2416b922b0dd4/libs/jxl.jar
--------------------------------------------------------------------------------
/proguard-project.txt:
--------------------------------------------------------------------------------
1 | # To enable ProGuard in your project, edit project.properties
2 | # to define the proguard.config property as described in that file.
3 | #
4 | # Add project specific ProGuard rules here.
5 | # By default, the flags in this file are appended to flags specified
6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt
7 | # You can edit the include path and order by changing the ProGuard
8 | # include property in project.properties.
9 | #
10 | # For more details, see
11 | # http://developer.android.com/guide/developing/tools/proguard.html
12 |
13 | # Add any project specific keep options here:
14 |
15 | # If your project uses WebView with JS, uncomment the following
16 | # and specify the fully qualified class name to the JavaScript interface
17 | # class:
18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
19 | # public *;
20 | #}
21 |
--------------------------------------------------------------------------------
/project.properties:
--------------------------------------------------------------------------------
1 | # This file is automatically generated by Android Tools.
2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
3 | #
4 | # This file must be checked in Version Control Systems.
5 | #
6 | # To customize properties used by the Ant build system edit
7 | # "ant.properties", and override values to adapt the script to your
8 | # project structure.
9 | #
10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
12 |
13 | # Project target.
14 | target=android-17
15 | android.library.reference.1=../OpenCV Library - 2.4.5
16 | android.library=false
17 |
--------------------------------------------------------------------------------
/res/drawable-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nadanasreldin/android-object-recognition/34986ffeb8cb84bbf54c16cbd2b2416b922b0dd4/res/drawable-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/res/drawable-ldpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nadanasreldin/android-object-recognition/34986ffeb8cb84bbf54c16cbd2b2416b922b0dd4/res/drawable-ldpi/ic_launcher.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nadanasreldin/android-object-recognition/34986ffeb8cb84bbf54c16cbd2b2416b922b0dd4/res/drawable-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nadanasreldin/android-object-recognition/34986ffeb8cb84bbf54c16cbd2b2416b922b0dd4/res/drawable-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/res/layout/activity_main.xml:
--------------------------------------------------------------------------------
1 |
6 |
7 |
12 |
13 |
18 |
19 |
25 |
26 |
32 |
33 |
34 |
35 |
36 |
41 |
42 |
48 |
49 |
58 |
59 |
60 |
--------------------------------------------------------------------------------
/res/menu/activity_main.xml:
--------------------------------------------------------------------------------
1 |