Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenCV submodules update to 4.8.0 #864

Merged
merged 1 commit into from
Jun 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion opencv
Submodule opencv updated 191 files
2 changes: 1 addition & 1 deletion opencv_contrib
Submodule opencv_contrib updated 58 files
+0 −2 modules/README.md
+0 −2 modules/barcode/CMakeLists.txt
+0 −9 modules/barcode/README.md
+0 −28 modules/barcode/doc/barcode.bib
+0 −101 modules/barcode/include/opencv2/barcode.hpp
+0 −1 modules/barcode/misc/java/filelist_common
+0 −12 modules/barcode/misc/java/gen_dict.json
+0 −28 modules/barcode/misc/java/src/cpp/barcode_converters.cpp
+0 −20 modules/barcode/misc/java/src/cpp/barcode_converters.hpp
+0 −51 modules/barcode/misc/java/test/BarcodeDetectorTest.java
+0 −22 modules/barcode/misc/python/pyopencv_barcode.hpp
+0 −30 modules/barcode/misc/python/test/test_barcode_detector.py
+0 −113 modules/barcode/perf/perf_barcode.cpp
+0 −9 modules/barcode/perf/perf_main.cpp
+0 −11 modules/barcode/perf/perf_precomp.hpp
+0 −298 modules/barcode/samples/barcode.cpp
+0 −272 modules/barcode/src/barcode.cpp
+0 −118 modules/barcode/src/decoder/abs_decoder.cpp
+0 −73 modules/barcode/src/decoder/abs_decoder.hpp
+0 −195 modules/barcode/src/decoder/common/hybrid_binarizer.cpp
+0 −22 modules/barcode/src/decoder/common/hybrid_binarizer.hpp
+0 −75 modules/barcode/src/decoder/common/super_scale.cpp
+0 −35 modules/barcode/src/decoder/common/super_scale.hpp
+0 −36 modules/barcode/src/decoder/common/utils.cpp
+0 −25 modules/barcode/src/decoder/common/utils.hpp
+0 −92 modules/barcode/src/decoder/ean13_decoder.cpp
+0 −31 modules/barcode/src/decoder/ean13_decoder.hpp
+0 −79 modules/barcode/src/decoder/ean8_decoder.cpp
+0 −32 modules/barcode/src/decoder/ean8_decoder.hpp
+0 −290 modules/barcode/src/decoder/upcean_decoder.cpp
+0 −67 modules/barcode/src/decoder/upcean_decoder.hpp
+0 −410 modules/barcode/src/detector/bardetect.cpp
+0 −63 modules/barcode/src/detector/bardetect.hpp
+0 −16 modules/barcode/src/precomp.hpp
+0 −79 modules/barcode/test/test_barcode.cpp
+0 −6 modules/barcode/test/test_main.cpp
+0 −11 modules/barcode/test/test_precomp.hpp
+0 −59 modules/barcode/test/utils.hpp
+0 −73 modules/barcode/tutorials/barcode_detect_and_decode/barcode_detect_and_decode.markdown
+ modules/barcode/tutorials/barcode_detect_and_decode/images/4_barcodes.jpg
+ modules/barcode/tutorials/barcode_detect_and_decode/images/result.jpg
+0 −6 modules/barcode/tutorials/table_of_content_barcode.markdown
+2 −1 modules/cudacodec/include/opencv2/cudacodec.hpp
+29 −3 modules/cudacodec/src/ffmpeg_video_source.cpp
+26 −2 modules/cudacodec/src/frame_queue.cpp
+9 −0 modules/cudacodec/src/frame_queue.hpp
+61 −4 modules/cudacodec/src/video_decoder.cpp
+4 −2 modules/cudacodec/src/video_decoder.hpp
+59 −57 modules/cudacodec/src/video_parser.cpp
+0 −2 modules/cudacodec/src/video_parser.hpp
+23 −6 modules/cudacodec/src/video_reader.cpp
+131 −57 modules/cudacodec/test/test_video.cpp
+90 −70 modules/cudaimgproc/src/cuda/hist.cu
+10 −6 modules/cudaimgproc/src/histogram.cpp
+56 −20 modules/cudaimgproc/test/test_histogram.cpp
+1 −1 modules/xfeatures2d/include/opencv2/xfeatures2d/cuda.hpp
+1 −1 modules/ximgproc/include/opencv2/ximgproc/edge_drawing.hpp
+6 −6 modules/ximgproc/src/find_ellipses.cpp
2 changes: 1 addition & 1 deletion opencv_extra
Submodule opencv_extra updated 31 files
+27 −0 testdata/cv/imgproc/Imgproc_IntelligentScissorsMB-check_features_grayscale_0_0_1.xml
+23 −0 testdata/cv/imgproc/Imgproc_IntelligentScissorsMB-check_features_grayscale_0_1_0.xml
+27 −0 testdata/cv/imgproc/Imgproc_IntelligentScissorsMB-check_features_grayscale_1_0_0_canny.xml
+28 −0 testdata/cv/imgproc/Imgproc_IntelligentScissorsMB-check_features_grayscale_1_0_0_zerro_crossing_with_limit.xml
+14 −0 testdata/cv/imgproc/Imgproc_IntelligentScissorsMB-circles.xml
+14 −0 testdata/cv/imgproc/Imgproc_IntelligentScissorsMB-circles_gradient.xml
+28 −0 testdata/cv/imgproc/Imgproc_IntelligentScissorsMB-color.xml
+27 −0 testdata/cv/imgproc/Imgproc_IntelligentScissorsMB-color_canny.xml
+27 −0 testdata/cv/imgproc/Imgproc_IntelligentScissorsMB-color_custom_features_all.xml
+27 −0 testdata/cv/imgproc/Imgproc_IntelligentScissorsMB-color_custom_features_edge.xml
+27 −0 testdata/cv/imgproc/Imgproc_IntelligentScissorsMB-color_custom_features_edge_magnitude.xml
+28 −0 testdata/cv/imgproc/Imgproc_IntelligentScissorsMB-grayscale.xml
+16 −0 testdata/cv/imgproc/Imgproc_IntelligentScissorsMB-lines.xml
+9 −0 testdata/cv/imgproc/Imgproc_IntelligentScissorsMB-rect-backward.xml
+9 −0 testdata/cv/imgproc/Imgproc_IntelligentScissorsMB-rect.xml
+ testdata/dnn/onnx/data/input_split_0.npy
+ testdata/dnn/onnx/data/input_tf_half_pixel_for_nn.npy
+ testdata/dnn/onnx/data/output_split_0.npy
+ testdata/dnn/onnx/data/output_tf_half_pixel_for_nn.npy
+18 −1 testdata/dnn/onnx/generate_onnx_models.py
+ testdata/dnn/onnx/models/split_0.onnx
+ testdata/dnn/onnx/models/tf_half_pixel_for_nn.onnx
+ testdata/highgui/readwrite/testExifOrientation_1.avif
+ testdata/highgui/readwrite/testExifOrientation_2.avif
+ testdata/highgui/readwrite/testExifOrientation_3.avif
+ testdata/highgui/readwrite/testExifOrientation_4.avif
+ testdata/highgui/readwrite/testExifOrientation_5.avif
+ testdata/highgui/readwrite/testExifOrientation_6.avif
+ testdata/highgui/readwrite/testExifOrientation_7.avif
+ testdata/highgui/readwrite/testExifOrientation_8.avif
+ testdata/highgui/video/big_buck_bunny_multi_res.h264