23204 Commits (421ba8730a1a77cea24308504d762dd443bac5c0)

Author SHA1 Message Date
fengyuentau 441624a5fb tile impl 2 years ago
HAN Liutong a32f2cd24a
Merge pull request #22520 from hanliutong:hsv 2 years ago
AleksandrPanov ed3810f7a5 add getNumModules(), add decode version 2 years ago
Alexander Smorkalov 1c3e287d32 More fixes for OpenCL error reporting. 2 years ago
zoom 5044af69d1 let MatMul can work when both two inputs are const 2 years ago
Alexander Smorkalov 7622fbf895 Fixed OpenGL errors formatting. 2 years ago
Amir Hassan 3f371fe2dd
Merge pull request #22855 from kallaballa:print_cl_status_on_fail 2 years ago
Maksim Shabunin e93d976d00 gapi: fix InferWithReshape test crash when data is not found 2 years ago
Anatoliy Talamanov 64aad34cb4
Merge pull request #22735 from TolyaTalamanov:at/expose-all-imgproc-to-python 2 years ago
Alexey Smirnov 4c74e6d89d Copy mpashchenkov's changes 2 years ago
AleksandrPanov 687c9b7b29 log QR version and corners 2 years ago
Alexander Alekhin 54531f8e3b core: support CV_Check*() macros with 'bool' parameters 2 years ago
zihaomu 5bf64e7dfe fix the infinite loop in tf importer of 3.4 branch 2 years ago
Dan Mašek 51b897b672 Fix #22765: Remove unnecessary function resulting in infinite recursion. Since In all four places it was used, we already check the shared pointer, the extra assert that the function provided was redundand, so I removed it, and I added a dereference to the `window` parameters. 2 years ago
Amir Hassan da4ac6b7ef
Merge pull request #22706 from kallaballa:libavdevice_for_ffmpeg_v4l2 2 years ago
Juha Reunanen 1ba0984203
Merge pull request #22790 from reunanen:add-capability-to-set-DWA-compression-level-in-OpenEXR-encoding 2 years ago
zoom ef2677b0a6 Make MatMul layer support 3d or 4d operation with const input 2 years ago
Anatoliy Talamanov 2aad039b4f
Merge pull request #22494 from TolyaTalamanov:at/expose-all-core-to-python 2 years ago
Juha Reunanen 63bff33e85 Fix floodFill for very large images 2 years ago
zoom 11d492b0b9 Let part of the operators in nary_eltwise support cuda 2 years ago
Zihao Mu 17f2b56291 remove never used code in onnximporter 2 years ago
fwcd d1d8ac57f3 Cocoa/highgui: Set activateIgnoringOtherApps 2 years ago
Zihao Mu 903bf0147e
Merge pull request #22666 from zihaomu:support_onnx_qdq_model 2 years ago
Zihao Mu 18fbb72f7d fix the infinite loop in tf importer. 2 years ago
JopKnoppers 0b5fd4f6bb
Included thread in gapi_async_test.cpp 2 years ago
Zihao Mu 17b98dd005 improve code style and Doc of stackblur. 2 years ago
Alexander Alekhin 028d4d83d3 imgproc: sigma2=sigma1 in top-level function of GaussianBlur 2 years ago
Dmitry Matveev b619477be9 Fix issues with VA_INCLUDE_HEADERS when building with CUDA support 2 years ago
kallaballa 547f4c2c5a print a debug message if the environment variables OPENCV_FFMPEG_CAPTURE_OPTIONS and OPENCV_FFMPEG_WRITER_OPTIONS are set 2 years ago
HAN Liutong 5462a6be6e Update SIMD macro for RVV backend. 2 years ago
Alexander Smorkalov a6fadfe1c2 libav for jetson tk1 does not provide libavutil/display.h. 2 years ago
Alexander Smorkalov 22f8fb4d5c Do not fail tests in Yolo v7 model was not found. 2 years ago
Dmitry Kurtaev 35b2cff295
Merge pull request #22656 from dkurt:halide_fixes 2 years ago
Zihao Mu cee8c86b6e fixed bug at winograd of SIMD128 and more robust code. 2 years ago
Maksim Shabunin c0a84dcc85
Merge pull request #22651 from mshabunin:script-doc 2 years ago
AleksandrPanov ba575fd4ad reduce extra adaptiveThreshold() 2 years ago
Smirnov Egor dd14cf6a9c address CUDA-related errors and enable cuda in elementwise ops 2 years ago
Hashem Zavvari 6eb34716b8
Merge pull request #22635 from hzawary:4.x 2 years ago
fengyuentau d24d8f2abe implementation of scatter and scatternd with conformance tests enabled 2 years ago
zoom d816442e4d Make Unsqueeze layer support negative axes. 2 years ago
Zihao Mu 0fa43e3aac Optimize the winograd futher more. 2 years ago
Hyunggi Chang 085fb78e85 fix typo (portatibility -> portability) 2 years ago
Alexander Alekhin a565aa6db9 docs: prefer # for links generation 2 years ago
cudawarped f89dee4f3e Reset cuda error code to cudasuccess. 2 years ago
Pavel Rojtberg 70779d4e66 calib3d: use OCV_LAPACK_FUNC 2 years ago
Pavel Rojtberg 35f43cc429 core: expose rectangle intersection to bindings 2 years ago
zoom 9119692bb8 let StridedSlice layer support const input 2 years ago
Harvey Huang 8b0aa6a64d
Merge pull request #21966 from Harvey-Huang:Unicode_Path 2 years ago
Zihao Mu d9eff7daeb parse quantized nodes does not rely on name. 2 years ago
Zihao Mu 1e2ceca4df add enableWinograd API for Net. 2 years ago