diff options
| author | Stefano Sinigardi <stesinigardi@hotmail.com> | 2018-03-04 11:31:06 +0100 |
|---|---|---|
| committer | Stefano Sinigardi <stesinigardi@hotmail.com> | 2018-03-05 10:06:13 +0100 |
| commit | 263d4ba469027a42cdf8d965e44cfa8ca8677a82 (patch) | |
| tree | 8e8513091fbcda2c6c3f81e4d486c9c464dd0907 /ports/opencv/CONTROL | |
| parent | d739a2aa7f4f2a05d923f8122d9c8736474af35a (diff) | |
| download | vcpkg-263d4ba469027a42cdf8d965e44cfa8ca8677a82.tar.gz vcpkg-263d4ba469027a42cdf8d965e44cfa8ca8677a82.zip | |
[OpenCV] update to 3.4.1
Diffstat (limited to 'ports/opencv/CONTROL')
| -rw-r--r-- | ports/opencv/CONTROL | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/ports/opencv/CONTROL b/ports/opencv/CONTROL index df27dc08c..c4d5adaac 100644 --- a/ports/opencv/CONTROL +++ b/ports/opencv/CONTROL @@ -1,8 +1,23 @@ Source: opencv -Version: 3.4.0-3 -Build-Depends: opengl, zlib, protobuf (windows) +Version: 3.4.1 +Build-Depends: zlib Description: computer vision library -Default-Features: jpeg, png, tiff, eigen +Default-Features: opengl, jpeg, png, tiff, eigen, flann + +Feature: opengl +Build-Depends: opengl +Description: opengl support for opencv + +Feature: dnn +Build-Depends: protobuf +Description: opencv_dnn module + +Feature: ovis +Build-Depends: ogre +Description: opencv_ovis module + +Feature: flann +Description: opencv_flann module Feature: sfm Build-Depends: eigen3, glog, gflags, ceres |
