-
Notifications
You must be signed in to change notification settings - Fork 937
Commit 6a5a37e
committed
Added openblas to build to unblock USAC.
1 parent 705bb5d commit 6a5a37e
File tree
6 files changed
+54
-3
lines changed- .github/workflows
6 files changed
+54
-3
lines changedLines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 | + | ||
64 | 65 |
| |
66 | + | ||
67 | + | ||
68 | + | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + | ||
65 | 75 |
| |
66 | 76 |
| |
67 | 77 |
| |
68 | 78 |
| |
69 | 79 |
| |
70 | 80 |
| |
71 | 81 |
| |
82 | + | ||
72 | 83 |
| |
73 | 84 |
| |
74 | 85 |
| |
|
Lines changed: 33 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2985 | 2985 |
| |
2986 | 2986 |
| |
2987 | 2987 |
| |
2988 | + | ||
2989 | + | ||
2990 | + | ||
2991 | + | ||
2992 | + | ||
2993 | + | ||
2994 | + | ||
2995 | + | ||
2996 | + | ||
2997 | + | ||
2998 | + | ||
2999 | + | ||
3000 | + | ||
3001 | + | ||
3002 | + | ||
3003 | + | ||
3004 | + | ||
3005 | + | ||
3006 | + | ||
3007 | + | ||
3008 | + | ||
3009 | + | ||
3010 | + | ||
3011 | + | ||
3012 | + | ||
3013 | + | ||
3014 | + | ||
3015 | + | ||
3016 | + | ||
3017 | + | ||
3018 | + | ||
3019 | + | ||
3020 | + |
Submodule opencv_contrib updated 19 files
- .github/workflows/PR-4.x.yaml+3
- modules/bioinspired/src/transientareassegmentationmodule.cpp+6-6
- modules/ccalib/src/omnidir.cpp+1-1
- modules/cudacodec/include/opencv2/cudacodec.hpp+38-11
- modules/cudacodec/misc/python/test/test_cudacodec.py+35-12
- modules/cudacodec/src/video_decoder.cpp+38-17
- modules/cudacodec/src/video_decoder.hpp+3-1
- modules/cudacodec/src/video_parser.cpp+20-19
- modules/cudacodec/src/video_reader.cpp+50-15
- modules/cudacodec/src/video_source.cpp+2-1
- modules/cudacodec/test/test_video.cpp+54
- modules/cudaoptflow/misc/python/test/test_nvidiaopticalflow.py+6-6
- modules/dnn_superres/CMakeLists.txt+2-2
- modules/dnn_superres/misc/java/test/DnnSuperresTest.java+14
- modules/face/samples/landmarks_demo.py+5-1
- modules/ximgproc/src/find_ellipses.cpp+17-17
- modules/ximgproc/src/lsc.cpp+1-1
- modules/ximgproc/src/run_length_morphology.cpp+1-1
- modules/ximgproc/src/sparse_match_interpolators.cpp+1-1
Submodule opencv_extra updated 9 files
- testdata/dnn/download_models.py+56-63
- testdata/dnn/tensorflow/generate_tf2_models.py+2-2
- testdata/dnn/tensorflow/tf2_prelu_in.npy
- testdata/dnn/tensorflow/tf2_prelu_net.pb
- testdata/dnn/tensorflow/tf2_prelu_out.npy
- testdata/dnn/tflite/generate.py+30
- testdata/dnn/tflite/replicate_by_pack.tflite
- testdata/dnn/tflite/replicate_by_pack_inp.npy
- testdata/dnn/tflite/replicate_by_pack_out_Identity.npy
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
108 | 108 |
| |
109 | 109 |
| |
110 | 110 |
| |
111 | + | ||
111 | 112 |
| |
112 | 113 |
| |
113 | 114 |
| |
114 | 115 |
| |
115 | 116 |
| |
116 | 117 |
| |
117 | 118 |
| |
119 | + | ||
120 | + | ||
121 | + | ||
122 | + | ||
123 | + | ||
124 | + | ||
118 | 125 |
| |
119 | 126 |
| |
120 | 127 |
| |
|
0 commit comments