File tree
6 files changed
+56
-3
lines changedFilter options
- .github/workflows
6 files changed
+56
-3
lines changed.github/workflows/build_wheels_windows.yml
Copy file name to clipboardExpand all lines: .github/workflows/build_wheels_windows.yml+13Lines changed: 13 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 | + |
| 75 | + |
| 76 | + |
65 | 77 |
|
66 | 78 |
|
67 | 79 |
|
68 | 80 |
|
69 | 81 |
|
70 | 82 |
|
71 | 83 |
|
| 84 | + |
72 | 85 |
|
73 | 86 |
|
74 | 87 |
|
|
+33Lines 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 | + |
opencv_contrib
Copy file name to clipboardSubmodule 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
opencv_extra
Copy file name to clipboardSubmodule 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
+7Lines 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