23204 Commits (421ba8730a1a77cea24308504d762dd443bac5c0)

Author SHA1 Message Date
HAN Liutong 189f647264 Add implementation for zip, transpose, interleave, reverse and combine. 2 years ago
AleksandrPanov 7ffb103758 QRcode, change INTER_LINEAR to INTER_LINEAR_EXACT 2 years ago
Zihao Mu d3dcef4b8b add new check for vidcap.h 2 years ago
Biswapriyo Nath c2c539e3cc
videoio: Include missing condition_variable header 2 years ago
fengyuentau 0cdff46725 tune for opencl 2 years ago
HAN Liutong f572ae3474 add missing test cases(v_abs) 2 years ago
HAN Liutong e65ad44b32 Remove redundant intrinsics. 2 years ago
catree 3d8614cb47 Fix documentation about depth combinations for imgproc functions. 2 years ago
HAN Liutong 80c82e10aa Update implementations on arithmetics. 2 years ago
HAN Liutong 2fb652ce09 Add testcase for continuous mul and add. 2 years ago
fengyuentau e7e814fa8c remove asymmetric padding checks 2 years ago
Jochen Sprickerhof 496eed950f
Add missing header for LIBAVCODEC_VERSION_INT 2 years ago
HAN Liutong f0d29cd33c Add more universal intrinsic implementations for RVV. 2 years ago
Alexander Alekhin 44b2f9637a Revert "suppress warning on GCC 7 and later" 2 years ago
Andrey Senyaev 129319b0bc Fix in obsensor for VS 14 2 years ago
cudawarped 7ce83f2a95 Skip new test until pr built into windows ffmpeg dll. 2 years ago
cudawarped 4b05765174 Initial fix to try and return a valid fourcc when _opencv_avcodec_get_name fails. 2 years ago
Giles Payne 3390da6beb Fix for frame stride wider than frame width for 1080p issue 2 years ago
Zihao Mu 0614c40b42 add more skip for very long test case in test_dnn. 2 years ago
Zihao Mu d4640f4647 support ReduceLayer without reshape layer. 2 years ago
hzcyf e951edeed3 fix linkage issue when enable BUILD_opencv_world (#22312) 2 years ago
gbowser3@gmail.com e7a787aa41 Imgproc: Fix doxygen typo 2 years ago
Giles Payne 500e24d6cd Fix bug ObjC/Swift Quicklook function; check only one channel when drawing Mat as matrix 2 years ago
Zihao Mu 57545653b1 replace new mish impl with softplus 2 years ago
Zihao Mu 3c5377ca1b add another Mish graph simplifier. 2 years ago
Mateusz Tabaka a89868928b Fix compilation error on CentOS 7 (gcc 4.8) 2 years ago
hzc fc3e393516
videoio: add support for obsensor (Orbbec RGB-D Camera ) (#22196) 2 years ago
Giles Payne b8106e4ba4 Fix bug in Objective-C/Swift [Mat initWithSize:**] functions 2 years ago
Alexander Alekhin f8597fc150 imgproc: fixup leftovers of int->int64_t conversion 2 years ago
Alexander Alekhin 85b0b0cd77 build: add missing GCC condition for pragma 2 years ago
HAN Liutong 2bd72af2ef
Merge pull request #22292 from hanliutong:fix 2 years ago
Maksim Shabunin f729202272 core: remove unnecessary pointer cleanup in BufferArea 2 years ago
HAN Liutong 3e3b53f815 Fix compile errors when all SIMD is disabled. 2 years ago
HAN Liutong e2bfe0ce76 Use "#if" instead of "#ifdef" for CV_SIMD128. 2 years ago
Zihao Mu 98c33c605d batchsize dynamic is set to index 0. 2 years ago
Tomoaki Teshima b3269b08a1 neon: add dotprod dispatch implementation 2 years ago
@lizhiyu3 e59cff47d4 fix the right border 2 years ago
HAN Liutong 0ef803950b
Merge pull request #22179 from hanliutong:new-rvv 2 years ago
Andrey Senyaev 1feabf4275 Fixed an issue with a recursion of cv2 in python 2 years ago
rogday ed69bcae2d
Merge pull request #21865 from rogday:nary_eltwise_layers 2 years ago
David Geldreich 60846b2b7a correct an issue of trackbar on macOS 2 years ago
Long Nguyen 199c2d2fd0 Define `STRSAFE_NO_DEPRECATE` for both clang and gcc mingw-w64 2 years ago
scorpiozj bd54ba911d Update imgproc.hpp 2 years ago
Berke b4b69ae484 release png,jpeg resources in destructor 2 years ago
fengyuentau 1c7b71bf9e define data_layout as unknown for pack 2 years ago
Andrey Senyaev d2b1e38207 Pragma to ignore -Waggressive-loop-optimizations on Linux ARM64 2 years ago
SergeyIvanov87 9ffb67478f Address several comments 2 years ago
SergeyIvanov87 1dee848d3e Remove clnn header from sample 2 years ago
Zihao Mu 1b8fba8e26 support ReduceSum with two input and dynamic shape batch size in ReduceLayer. 2 years ago
Zihao Mu 45fbb67aba fix scale layer can not handle 1x1 weight correctly. 2 years ago