1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
|
Source: opencv
Version: 4.3.0
Homepage: https://github.com/opencv/opencv
Description: Computer vision library
Build-Depends: opencv4[core]
Default-Features: dnn, jpeg, opengl, png, tiff, webp
Feature: nonfree
Build-Depends: opencv4[core,nonfree]
Description: opencv nonfree module
Feature: ade
Build-Depends: opencv4[core,ade]
Description: graph api
Feature: contrib
Build-Depends: opencv4[core,contrib]
Description: opencv_contrib module
Feature: cuda
Build-Depends: opencv4[core,cuda]
Description: CUDA support for opencv
Feature: dnn
Build-Depends: opencv4[core,dnn]
Description: Enable dnn module
Feature: eigen
Build-Depends: opencv4[core,eigen]
Description: Eigen support for opencv
Feature: ffmpeg
Build-Depends: opencv4[core,ffmpeg]
Description: ffmpeg support for opencv
Feature: gdcm
Build-Depends: opencv4[core,gdcm]
Description: GDCM support for opencv
Feature: halide
Build-Depends: opencv4[core,halide]
Description: Halide support for opencv
Feature: ipp
Build-Depends: opencv4[core,ipp]
Description: Enable Intel Integrated Performance Primitives
Feature: jasper
Build-Depends: opencv4[core,jasper]
Description: JPEG 2000 support for opencv
Feature: jpeg
Build-Depends: opencv4[core,jpeg]
Description: JPEG support for opencv
Feature: openexr
Build-Depends: opencv4[core,openexr]
Description: OpenEXR support for opencv
Feature: opengl
Build-Depends: opencv4[core,opengl]
Description: opengl support for opencv
Feature: openmp
Build-Depends: opencv4[core,openmp]
Description: Enable openmp support for opencv
Feature: ovis
Build-Depends: opencv4[core,ovis]
Description: opencv_ovis module
Feature: png
Build-Depends: opencv4[core,png]
Description: PNG support for opencv
Feature: qt
Build-Depends: opencv4[core,qt]
Description: Qt GUI support for opencv
Feature: sfm
Build-Depends: opencv4[core,sfm]
Description: opencv_sfm module
Feature: tbb
Build-Depends: opencv4[core,tbb]
Description: Enable Intel Threading Building Blocks
Feature: tiff
Build-Depends: opencv4[core,tiff]
Description: TIFF support for opencv
Feature: vtk
Build-Depends: opencv4[core,vtk]
Description: vtk support for opencv
Feature: webp
Build-Depends: opencv4[core,webp]
Description: WebP support for opencv
Feature: world
Build-Depends: opencv4[core,world]
Description: Compile to a single package support for opencv
|