15431 Commits (66ab4e15db3fb9c4e7bf29ef8b56f8fd823bba96)

Author SHA1 Message Date
Alexander Alekhin 59798b3f7c java: use module's public headers only 8 years ago
Tomoaki Teshima e269ef96cb update convertFp16 using CV_CPU_CALL_FP16 8 years ago
Pyotr Chekmaryov a113e8f088 Fixing buildbot's messages. 8 years ago
Alexander Alekhin 3933958b34 photo(test): fix MergeRobertson test for AARCH64 build 8 years ago
Vitaly Tuzov 59373a1ae1 AVX and SSE optimizations for resize NN 8 years ago
rmensing 79bb920dee Compile fix for circlesgrid in debug. 8 years ago
Woody Chow f743603b0a Fallback to single threaded version of IPP gaussian blur / bilateral filter when the mutlithreaded version cannot be called. 8 years ago
Woody Chow d22fb5f949 Multithread IPP gaussian blur 8 years ago
Werner Palfinger 0f42031b10 fixed typo in pyopencv_from Point3d 8 years ago
Rostislav Vasilikhin c6a3a18894 SoftFloat integrated (#8668) 8 years ago
catree 542cdb2c39 Improve solvePnP doc, add assert >= 4 in solvePnP, escape underscore character for Scalar_ documentation. 8 years ago
Maksim Shabunin f4e18125b4 Do not clean src and gen directories when java is disabled 8 years ago
Woody Chow 6e00c7651b Use num_threads clause of #pragma omp parallel instead to avoid calling omp_set_num_threads for the entire application 8 years ago
Pyotr Chekmaryov c26fd68236 Performance tests are added. 8 years ago
Dinar Ahmatnurov f241a371b3 fix estimateGlobalMotionRansac; 8 years ago
Vladislav Sovrasov 6c164d86b9 obdetect: fix in SSE code 8 years ago
n001519 cc3fdd005e fix the mser issue 8 years ago
Vitaly Tuzov 1d62a025b3 Moved size restrictions for OpenVX processed images to corresponding cpp files 8 years ago
Vadim Pisarevsky 6473018d69 eliminated trailing whitespaces 8 years ago
mschoeneck 4a4d94f266 Merge pull request #8694 from mschoeneck:Canny 8 years ago
Vladislav Sovrasov bf8415283a calib3d: replace defines with enum values 8 years ago
Matthias Grundmann cf4e9e5ce2 Update matrix.cpp 8 years ago
krishraghuram 9ea2f5211e Correct the existing documented T-API functions to match the doxygen format (#8758) 8 years ago
Vladislav Sovrasov d9ffc4c83e photo: add support of all types of 1c images in inpaint 8 years ago
Vadzim Piatrou 2ddaaf69fa Inpainting support for any 1-channel input images 8 years ago
Vadim Pisarevsky 883d925f59 replaced SSE2 code with universal intrinsics; improved accuracy of the box filter; it should now be bit-exact 8 years ago
Vadim Pisarevsky 4eda8efd42 resolves https://github.com/opencv/opencv/issues/7792 8 years ago
Maksim Shabunin 7cefb52fda V4L: do not return frame if it can not be retrieved 8 years ago
remi 8ee8710c02 Modifications to reduce the code through a loop 8 years ago
Tomoaki Teshima d81cdb8e1c add OpenCL version of convertFp16 and test 8 years ago
Maksim Shabunin f23b6ba652 Fixed multidimensional count non-zero IPP implementation 8 years ago
Maksim Shabunin b04ed5956e Fixed several issues found by static analysis in core module 8 years ago
Alexander Alekhin c5e9d1adae macro for static analysis tools 8 years ago
Vladislav Sovrasov 2c2b1405a3 Add test for Mat_::release() 8 years ago
cDc 003745432f fix Mat_ release #8680 8 years ago
kvaghel1 6fd9edc50f Fix frame timestamp in VideoCapture::get 8 years ago
Alexander Alekhin 16ea72e6b9 build: fix snprintf() usage 8 years ago
Alexander Alekhin 900c406541 core: fix threads count in pthreads 8 years ago
Amro 39954cc6af generalize number of channels 8 years ago
chacha21 7763a86634 restored memset optimization 8 years ago
Ryuhei Mori bb3a416320 Fix cpu features detection on android 8 years ago
Pyotr Chekmaryov ba39bb8da8 SIMD for modeHH4 is added. Plus some small optimization of CalcBT func. 8 years ago
Neio Zhou 7faf8cd06e Aravis: support Bayer GR 8 raw format. 8 years ago
Vitaly Tuzov 01f773b803 Fix for accumulate performance test in case of multiple iterations 8 years ago
Vladislav Sovrasov bfc4eb31cb imgproc: fix BGRA2BGRA conversion 8 years ago
ylemkimon 5e74547b4f Remove redundant precomp.hpp and using-namespace 8 years ago
Arek 9edcd9b4ef Merge pull request #8711 from ArkadiuszRaj:aravis_autoexposure_correction 8 years ago
Anupam Sobti 42a2454f1a Fix for issue #8615. Added cudawarping to optional modules and removed opencv_cudafilters 8 years ago
sovrasov b87a8a5719 Set LUT for Robertson weights function to zero on borders 8 years ago
saskatchewancatch e4cb8a6f09 issue 8723: Changed doc for cv::imwrite to reflect correct default flag used for png compression strategy. 8 years ago