diff options
| author | Victor Romero <romerosanchezv@gmail.com> | 2019-08-12 20:52:13 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-12 20:52:13 -0700 |
| commit | 7a6f716b9eb1e87023e7ee47fc40061962f23ba2 (patch) | |
| tree | a59082a647b7a1b741305a4c557306423d66f37c | |
| parent | 0e9d0cd89bf0bb13d24ef78ccf3a528215a5dc0b (diff) | |
| download | vcpkg-7a6f716b9eb1e87023e7ee47fc40061962f23ba2.tar.gz vcpkg-7a6f716b9eb1e87023e7ee47fc40061962f23ba2.zip | |
[opencv] Expose all features from opencv4 (#7659)
| -rw-r--r-- | ports/opencv/CONTROL | 94 |
1 files changed, 89 insertions, 5 deletions
diff --git a/ports/opencv/CONTROL b/ports/opencv/CONTROL index bfc7d7f81..ccb7e4659 100644 --- a/ports/opencv/CONTROL +++ b/ports/opencv/CONTROL @@ -1,17 +1,101 @@ Source: opencv
-Version: 1
+Version: 4.1.1
Homepage: https://github.com/opencv/opencv
Description: Computer vision library
-Build-Depends: opencv4[core]
+Build-Depends: opencv4
+
+Feature: nonfree
+Build-Depends: opencv4[nonfree]
+Description: opencv nonfree module
+
+Feature: ade
+Build-Depends: opencv4[ade]
+Description: graph api
Feature: contrib
-Description: opencv_contrib module
Build-Depends: opencv4[contrib]
+Description: opencv_contrib module
Feature: cuda
-Description: Enable CUDA support in OpenCV
Build-Depends: opencv4[cuda]
+Description: CUDA support for opencv
+
+Feature: dnn
+Build-Depends: opencv4[dnn]
+Description: Enable dnn module
+
+Feature: eigen
+Build-Depends: opencv4[eigen]
+Description: Eigen support for opencv
Feature: ffmpeg
-Description: Enable ffmpeg support in OpenCV
Build-Depends: opencv4[ffmpeg]
+Description: ffmpeg support for opencv
+
+Feature: gdcm
+Build-Depends: opencv4[gdcm]
+Description: GDCM support for opencv
+
+Feature: ipp
+Build-Depends: opencv4[ipp]
+Description: Enable Intel Integrated Performance Primitives
+
+Feature: jasper
+Build-Depends: opencv4[jasper]
+Description: JPEG 2000 support for opencv
+
+Feature: jpeg
+Build-Depends: opencv4[jpeg]
+Description: JPEG support for opencv
+
+Feature: openexr
+Build-Depends: opencv4[openexr]
+Description: OpenEXR support for opencv
+
+Feature: opengl
+Build-Depends: opencv4[opengl]
+Description: opengl support for opencv
+
+Feature: openmp
+Build-Depends: opencv4[openmp]
+Description: Enable openmp support for opencv
+
+Feature: ovis
+Build-Depends: opencv4[ovis]
+Description: opencv_ovis module
+
+Feature: png
+Build-Depends: opencv4[png]
+Description: PNG support for opencv
+
+Feature: qt
+Build-Depends: opencv4[qt]
+Description: Qt GUI support for opencv
+
+Feature: sfm
+Build-Depends: opencv4[sfm]
+Description: opencv_sfm module
+
+Feature: tbb
+Build-Depends: opencv4[tbb]
+Description: Enable Intel Threading Building Blocks
+
+Feature: tiff
+Build-Depends: opencv4[tiff]
+Description: TIFF support for opencv
+
+Feature: vtk
+Build-Depends: opencv4[vtk]
+Description: vtk support for opencv
+
+Feature: webp
+Build-Depends: opencv4[webp]
+Description: WebP support for opencv
+
+Feature: halide
+Build-Depends: opencv4[halide]
+Description: Halide support for opencv
+
+Feature: world
+Build-Depends: opencv4[world]
+Description: Compile to a single package support for opencv
|
