diff options
| author | Tobias Kohlbau <tobias@kohlbau.de> | 2017-03-28 10:44:56 +0200 |
|---|---|---|
| committer | Tobias Kohlbau <tobias@kohlbau.de> | 2017-03-28 10:48:07 +0200 |
| commit | 4fbcf0df4dd14176eda7d686bf122d0b65c0585a (patch) | |
| tree | 44ef1e93472e6429f93569baa0095c8b5291daf7 /ports/opencv/open_contrib-remove-waldboost.patch | |
| parent | 90bb4a2eeb316fbc5055d507044229cbc8bc5337 (diff) | |
| download | vcpkg-4fbcf0df4dd14176eda7d686bf122d0b65c0585a.tar.gz vcpkg-4fbcf0df4dd14176eda7d686bf122d0b65c0585a.zip | |
[opencv] adds opencv_contrib option
Adds the ability to enable opencv_contrib compilation. It is disabled by
default and needs to be enabled by the user (see comments for more
information). In future release it should be an user
selectable option as soon as vcpk supports this functionality.
Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
Diffstat (limited to 'ports/opencv/open_contrib-remove-waldboost.patch')
| -rw-r--r-- | ports/opencv/open_contrib-remove-waldboost.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ports/opencv/open_contrib-remove-waldboost.patch b/ports/opencv/open_contrib-remove-waldboost.patch new file mode 100644 index 000000000..f8e52d3fc --- /dev/null +++ b/ports/opencv/open_contrib-remove-waldboost.patch @@ -0,0 +1,22 @@ +From 1721a0f7ff75176e9a9f0e04dc11f1a5d5c0f550 Mon Sep 17 00:00:00 2001 +From: Tobias Kohlbau <tobias.kohlbau@etit.tu-chemnitz.de> +Date: Mon, 27 Mar 2017 14:53:47 +0200 +Subject: [PATCH] removes waldboost_detector binary + +--- + modules/xobjdetect/CMakeLists.txt | 3 --- + 1 file changed, 3 deletions(-) + +diff --git a/modules/xobjdetect/CMakeLists.txt b/modules/xobjdetect/CMakeLists.txt +index 567909b..2f30b41 100644 +--- a/modules/xobjdetect/CMakeLists.txt ++++ b/modules/xobjdetect/CMakeLists.txt +@@ -1,5 +1,2 @@ + set(the_description "Object detection algorithms") + ocv_define_module(xobjdetect opencv_core opencv_imgproc opencv_highgui opencv_objdetect WRAP python) +-if (NOT APPLE_FRAMEWORK) +- add_subdirectory(tools) +-endif() +-- +2.12.0.windows.1 + |
