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
1046f50a
Commit
1046f50a
authored
Apr 27, 2012
by
Andrey Kamaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CMake for new Android example
parent
3a922a53
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
35 deletions
+9
-35
CMakeLists.txt
samples/android/CMakeLists.txt
+2
-0
CMakeLists.txt
samples/android/color-blob-detection/CMakeLists.txt
+7
-0
proguard-project.txt
samples/android/color-blob-detection/proguard-project.txt
+0
-20
project.properties
samples/android/color-blob-detection/project.properties
+0
-15
No files found.
samples/android/CMakeLists.txt
View file @
1046f50a
...
@@ -7,6 +7,8 @@ add_custom_target(opencv_android_examples)
...
@@ -7,6 +7,8 @@ add_custom_target(opencv_android_examples)
add_subdirectory
(
15-puzzle
)
add_subdirectory
(
15-puzzle
)
add_subdirectory
(
face-detection
)
add_subdirectory
(
face-detection
)
add_subdirectory
(
image-manipulations
)
add_subdirectory
(
image-manipulations
)
add_subdirectory
(
color-blob-detection
)
add_subdirectory
(
tutorial-0-androidcamera
)
add_subdirectory
(
tutorial-0-androidcamera
)
add_subdirectory
(
tutorial-1-addopencv
)
add_subdirectory
(
tutorial-1-addopencv
)
add_subdirectory
(
tutorial-2-opencvcamera
)
add_subdirectory
(
tutorial-2-opencvcamera
)
...
...
samples/android/color-blob-detection/CMakeLists.txt
0 → 100644
View file @
1046f50a
set
(
sample example-color-blob-detection
)
add_android_project
(
${
sample
}
"
${
CMAKE_CURRENT_SOURCE_DIR
}
"
LIBRARY_DEPS
${
OpenCV_BINARY_DIR
}
SDK_TARGET 11
${
ANDROID_SDK_TARGET
}
)
if
(
TARGET
${
sample
}
)
add_dependencies
(
opencv_android_examples
${
sample
}
)
endif
()
samples/android/color-blob-detection/proguard-project.txt
deleted
100644 → 0
View file @
3a922a53
# To enable ProGuard in your project, edit project.properties
# to define the proguard.config property as described in that file.
#
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in ${sdk.dir}/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the ProGuard
# include property in project.properties.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
# Add any project specific keep options here:
# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
samples/android/color-blob-detection/project.properties
deleted
100644 → 0
View file @
3a922a53
# This file is automatically generated by Android Tools.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file must be checked in Version Control Systems.
#
# To customize properties used by the Ant build system edit
# "ant.properties", and override values to adapt the script to your
# project structure.
#
# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
target
=
android-8
android.library.reference.1
=
../../../android/build
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