diff options
| author | Stefano Sinigardi <stesinigardi@hotmail.com> | 2019-09-24 21:58:38 +0200 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-09-24 12:58:38 -0700 |
| commit | 3532a7cf3cb81ad4c56775a2b02039ee77a96eb2 (patch) | |
| tree | 4b75fb74ca896434453d3bcd2f8420254ba1d15c /ports/opencv3/CONTROL | |
| parent | e9047ef77133cde979dc9594d089e0109702675e (diff) | |
| download | vcpkg-3532a7cf3cb81ad4c56775a2b02039ee77a96eb2.tar.gz vcpkg-3532a7cf3cb81ad4c56775a2b02039ee77a96eb2.zip | |
[cudnn] add port and enable it in darknet (#7536)
* [cudnn] add port and enable it in darknet
* [OpenCV4] fix ffmpeg feature on uwp
* [darknet] enable integration with cuda/cudnn also with opencv3
* [darknet] update to latest revision
Diffstat (limited to 'ports/opencv3/CONTROL')
| -rw-r--r-- | ports/opencv3/CONTROL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/opencv3/CONTROL b/ports/opencv3/CONTROL index 16776381d..10a02db66 100644 --- a/ports/opencv3/CONTROL +++ b/ports/opencv3/CONTROL @@ -12,7 +12,7 @@ Feature: flann Description: opencv_flann module Feature: contrib -Build-Depends: hdf5 (!uwp) +Build-Depends: opencv3[dnn], hdf5 (!uwp) Description: opencv_contrib module Feature: cuda @@ -20,6 +20,7 @@ Build-Depends: opencv3[contrib], cuda Description: CUDA support for opencv Feature: dnn +Build-Depends: opencv3[flann] Description: Enable dnn module Feature: eigen @@ -53,7 +54,6 @@ Feature: opengl Build-Depends: opengl Description: opengl support for opencv - Feature: ovis Build-Depends: opencv3[contrib], ogre Description: opencv_ovis module @@ -67,7 +67,7 @@ Build-Depends: qt5 Description: Qt GUI support for opencv Feature: sfm -Build-Depends: opencv3[contrib], opencv3[flann], eigen3, glog, gflags, ceres +Build-Depends: opencv3[contrib], eigen3, glog, gflags, ceres Description: opencv_sfm module Feature: tbb |
