File tree
Expand file treeCollapse file tree
3 files changed
+3
-3
lines changedFilter options
Expand file treeCollapse file tree
3 files changed
+3
-3
lines changedopencv_contrib
Copy file name to clipboardSubmodule opencv_contrib updated 81 files
- .github/workflows/PR-4.x.yaml+7-8
- modules/aruco/include/opencv2/aruco/aruco_calib.hpp+1-1
- modules/bgsegm/tutorials/bgsegm_bg_subtraction/bgsegm_bg_subtraction.markdown+2-2
- modules/cnn_3dobj/include/opencv2/cnn_3dobj.hpp-1
- modules/cudacodec/include/opencv2/cudacodec.hpp+2-1
- modules/cudacodec/src/NvEncoder.cpp+4-4
- modules/cudacodec/src/video_writer.cpp+24-11
- modules/cudacodec/test/test_video.cpp+5-13
- modules/cudaimgproc/src/color.cpp+28-12
- modules/cudaimgproc/src/cuda/debayer.cu+32-16
- modules/cudalegacy/include/opencv2/cudalegacy/private.hpp+1-1
- modules/cudev/test/CMakeLists.txt+9-2
- modules/cvv/src/qtutil/filter/sobelfilterwidget.cpp-1
- modules/dpm/src/dpm_cascade.cpp+1-1
- modules/dpm/src/dpm_feature.cpp+1-1
- modules/dpm/src/dpm_feature.hpp-1
- modules/fastcv/include/opencv2/fastcv.hpp+9-1
- modules/fastcv/include/opencv2/fastcv/allocator.hpp+64
- modules/fastcv/include/opencv2/fastcv/arithm.hpp+58-1
- modules/fastcv/include/opencv2/fastcv/blur.hpp+17-1
- modules/fastcv/include/opencv2/fastcv/blur_dsp.hpp+33
- modules/fastcv/include/opencv2/fastcv/channel.hpp+45
- modules/fastcv/include/opencv2/fastcv/dsp_init.hpp+49
- modules/fastcv/include/opencv2/fastcv/edges_dsp.hpp+38
- modules/fastcv/include/opencv2/fastcv/fft_dsp.hpp+49
- modules/fastcv/include/opencv2/fastcv/pyramid.hpp+2-2
- modules/fastcv/include/opencv2/fastcv/sad_dsp.hpp+34
- modules/fastcv/include/opencv2/fastcv/scale.hpp+13-15
- modules/fastcv/include/opencv2/fastcv/thresh_dsp.hpp+39
- modules/fastcv/include/opencv2/fastcv/tracking.hpp+11-12
- modules/fastcv/include/opencv2/fastcv/warp.hpp+55-1
- modules/fastcv/perf/perf_arithm.cpp+32
- modules/fastcv/perf/perf_blur.cpp+26-1
- modules/fastcv/perf/perf_blur_dsp.cpp+73
- modules/fastcv/perf/perf_edges_dsp.cpp+56
- modules/fastcv/perf/perf_fft_dsp.cpp+85
- modules/fastcv/perf/perf_hough.cpp+2-2
- modules/fastcv/perf/perf_main.cpp+6-1
- modules/fastcv/perf/perf_matmul.cpp+34-1
- modules/fastcv/perf/perf_precomp.hpp+2
- modules/fastcv/perf/perf_sad_dsp.cpp+52
- modules/fastcv/perf/perf_scale.cpp+66
- modules/fastcv/perf/perf_thresh_dsp.cpp+52
- modules/fastcv/perf/perf_warp.cpp+196-22
- modules/fastcv/src/allocator.cpp+105
- modules/fastcv/src/arithm.cpp+173-1
- modules/fastcv/src/blur.cpp+22-1
- modules/fastcv/src/blur_dsp.cpp+68
- modules/fastcv/src/channel.cpp+143
- modules/fastcv/src/dsp_init.cpp+46
- modules/fastcv/src/edges_dsp.cpp+63
- modules/fastcv/src/fft_dsp.cpp+96
- modules/fastcv/src/precomp.hpp+110-2
- modules/fastcv/src/sad_dsp.cpp+46
- modules/fastcv/src/scale.cpp+48-35
- modules/fastcv/src/thresh_dsp.cpp+55
- modules/fastcv/src/warp.cpp+280-36
- modules/fastcv/test/test_arithm.cpp+70-1
- modules/fastcv/test/test_blur.cpp+22-1
- modules/fastcv/test/test_blur_dsp.cpp+75
- modules/fastcv/test/test_channel.cpp+72
- modules/fastcv/test/test_edges_dsp.cpp+39
- modules/fastcv/test/test_fft_dsp.cpp+98
- modules/fastcv/test/test_main.cpp+6-1
- modules/fastcv/test/test_mser.cpp+3-3
- modules/fastcv/test/test_precomp.hpp+2
- modules/fastcv/test/test_pyramid.cpp+6-5
- modules/fastcv/test/test_sad_dsp.cpp+44
- modules/fastcv/test/test_scale.cpp+27-44
- modules/fastcv/test/test_thresh_dsp.cpp+92
- modules/fastcv/test/test_warp.cpp+167-27
- modules/img_hash/src/precomp.hpp-1
- modules/matlab/CMakeLists.txt+4
- modules/matlab/generator/parse_tree.py+8-2
- modules/matlab/include/opencv2/matlab/bridge.hpp+30-2
- modules/mcc/src/bound_min.cpp+3
- modules/mcc/src/checker_detector.cpp+12-19
- modules/mcc/src/checker_detector.hpp+2-1
- modules/xfeatures2d/src/affine_feature2d.cpp-1
- modules/xphoto/samples/dct_image_denoising.cpp-1
- modules/xphoto/src/dct_image_denoising.cpp+4-6
opencv_extra
Copy file name to clipboardSubmodule opencv_extra updated 27 files
- testdata/cv/cvtcolor/bayerVNG_gold.png
- testdata/cv/cvtcolor_strict/bglena.png
- testdata/cv/cvtcolor_strict/gblena.png
- testdata/cv/cvtcolor_strict/grlena.png
- testdata/cv/cvtcolor_strict/rglena.png
- testdata/cv/fast/result_no_nonmax.xml+83
- testdata/cv/hdr/calibrate/debevec.csv+256-256
- testdata/cv/hdr/merge/debevec.hdr+2.7k-2.6k
- testdata/cv/io/3_4/Core_InputOutput--filestorage_base64_basic_rw_JSON.json+2-2
- testdata/cv/io/3_4/Core_InputOutput--filestorage_base64_basic_rw_XML.xml+35-35
- testdata/cv/io/3_4/Core_InputOutput--filestorage_base64_basic_rw_YAML.yml+35-35
- testdata/cv/io/Core_InputOutput--filestorage_base64_basic_read_JSON.json+2-2
- testdata/cv/io/Core_InputOutput--filestorage_base64_basic_read_XML.xml+35-35
- testdata/cv/io/Core_InputOutput--filestorage_base64_basic_read_YAML.yml+35-35
- testdata/dnn/download_models.py+5
- testdata/dnn/tflite/face_blendshapes_inp.npy
- testdata/dnn/tflite/face_blendshapes_out_StatefulPartitionedCall_0.npy
- testdata/dnn/tflite/generate.py+30-5
- testdata/dnn/tflite/strided_slice.tflite
- testdata/dnn/tflite/strided_slice_inp.npy
- testdata/dnn/tflite/strided_slice_out_Identity.npy
- testdata/highgui/gifsuite/disposalMethod.gif
- testdata/highgui/readwrite/033.png
- testdata/highgui/readwrite/034.png
- testdata/highgui/readwrite/035.png
- testdata/perf/core.xml+3.7k
- testdata/perf/imgproc.xml+57.5k-57.6k
0 commit comments