diff options
author | Tae-Young Chung <ty83.chung@samsung.com> | 2018-08-28 20:40:41 +0900 |
---|---|---|
committer | Tae-Young Chung <ty83.chung@samsung.com> | 2018-08-28 20:42:44 +0900 |
commit | 44889f598c73a2d05c7e123fdee3b5854a17c4fb (patch) | |
tree | a4401a29cf37c86d130bd46006d72a2e631b7064 | |
parent | 176ab9d4319b84d9ac2fe3085543681d30caf95a (diff) | |
download | caffeonacl-44889f598c73a2d05c7e123fdee3b5854a17c4fb.tar.gz caffeonacl-44889f598c73a2d05c7e123fdee3b5854a17c4fb.tar.bz2 caffeonacl-44889f598c73a2d05c7e123fdee3b5854a17c4fb.zip |
Uncomment 'OPENCV_VERSION := 3'submit/tizen_5.0/20181101.000006submit/tizen/20180912.060823submit/tizen/20180911.010837submit/tizen/20180911.000549submit/tizen/20180831.042751accepted/tizen/unified/20180911.055438accepted/tizen/5.0/unified/20181102.025009tizen_5.0accepted/tizen_5.0_unified
Since Tizen 5.0, OpenCV support Version 3.
Currently OpenCV 3.4.1 version is supported.
Change-Id: I8daeaca417bb24121b96fa7cf458ee5980be27a8
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
-rw-r--r-- | Makefile.config.acl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.config.acl b/Makefile.config.acl index 223c57af..3eb572b0 100644 --- a/Makefile.config.acl +++ b/Makefile.config.acl @@ -34,7 +34,7 @@ ACL_LIBS :=arm_compute arm_compute_core OpenCL # ALLOW_LMDB_NOLOCK := 1 # Uncomment if you're using OpenCV 3 -# OPENCV_VERSION := 3 +OPENCV_VERSION := 3 # To customize your choice of compiler, uncomment and set the following. # N.B. the default for Linux is g++ and the default for OSX is clang++ |