File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ default = [
110
110
" saliency" ,
111
111
" sfm" ,
112
112
" shape" ,
113
+ " signal" ,
113
114
" stereo" ,
114
115
" stitching" ,
115
116
" structured_light" ,
@@ -179,6 +180,7 @@ rgbd = []
179
180
saliency = []
180
181
sfm = []
181
182
shape = []
183
+ signal = []
182
184
stereo = []
183
185
stitching = [" features2d" , " imgproc" ]
184
186
structured_light = []
Original file line number Diff line number Diff line change @@ -69,14 +69,15 @@ static AFFECTING_ENV_VARS: [&str; 18] = [
69
69
"DOCS_RS" ,
70
70
] ;
71
71
72
- static SUPPORTED_MODULES : [ & str ; 67 ] = [
72
+ static SUPPORTED_MODULES : [ & str ; 68 ] = [
73
73
"alphamat" ,
74
74
"aruco" ,
75
75
"aruco_detector" ,
76
76
"barcode" ,
77
77
"bgsegm" ,
78
78
"bioinspired" ,
79
79
"calib3d" ,
80
+ // "cannops",
80
81
"ccalib" ,
81
82
"core" ,
82
83
"cudaarithm" ,
@@ -89,6 +90,7 @@ static SUPPORTED_MODULES: [&str; 67] = [
89
90
"cudaoptflow" ,
90
91
"cudastereo" ,
91
92
"cudawarping" ,
93
+ // "cudev",
92
94
"cvv" ,
93
95
"dnn" ,
94
96
"dnn_superres" ,
@@ -121,6 +123,7 @@ static SUPPORTED_MODULES: [&str; 67] = [
121
123
"saliency" ,
122
124
"sfm" ,
123
125
"shape" ,
126
+ "signal" ,
124
127
"stereo" ,
125
128
"stitching" ,
126
129
"structured_light" ,
You can’t perform that action at this time.
0 commit comments