21375 Commits (a3189e36c0bda9df67e01c537e0c0ee35074c11b)
 

Author SHA1 Message Date
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
Alexander Alekhin 0e60b26513 Merge pull request #8773 from kvaghel1:Issue-8763 8 years ago
kvaghel1 6fd9edc50f Fix frame timestamp in VideoCapture::get 8 years ago
Vadim Pisarevsky 17b89b2a35 Merge pull request #8770 from alalek:fix_pthreads_default 8 years ago
Vadim Pisarevsky 0831b43654 Merge pull request #8771 from alalek:fix_snprintf 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
Alexander Alekhin 235f2cc73c Merge pull request #8750 from amroamroamro:photo-debevec 8 years ago
Amro 39954cc6af generalize number of channels 8 years ago
vskarlsruhe 0bc30d382d Merge pull request #8752 from vskarlsruhe:patch-7 8 years ago
Alexander Alekhin 2186ec7665 Merge pull request #8754 from berak:fix_py_hog_svm_tut 8 years ago
Drew Hintz aea846ad96 Update broken downloads link in documentation (#8764) 8 years ago
berak 2af63c2bf1 fix py_svm_opencv sample 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
Vadim Pisarevsky 913a2dbdaa Merge pull request #8399 from woodychow:filter_avx2 8 years ago
Vadim Pisarevsky 31aa69f556 Merge pull request #8708 from terfendail:agast_fix 8 years ago
Vadim Pisarevsky 0d60c0e8c4 Merge pull request #8712 from grundman:patch-5 8 years ago
Vadim Pisarevsky 03aa69da99 Merge pull request #8697 from sovrasov:cvt_col_bgra_bgra_fix 8 years ago
Vadim Pisarevsky 78815133df Merge pull request #8739 from terfendail:perf_accumulate_fix 8 years ago
Vitaly Tuzov 01f773b803 Fix for accumulate performance test in case of multiple iterations 8 years ago
Woody Chow 67fe820c75 Merging master to filter_avx2, and resolving conflicts 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
Alexander Alekhin fe4555ec74 Merge pull request #8727 from anupamsobti:master 8 years ago
Arek 9edcd9b4ef Merge pull request #8711 from ArkadiuszRaj:aravis_autoexposure_correction 8 years ago
Alexander Alekhin 17eef4d8a9 Merge pull request #8596 from nnorwitz:nnorwitz 8 years ago
Anupam Sobti 42a2454f1a Fix for issue #8615. Added cudawarping to optional modules and removed opencv_cudafilters 8 years ago
Maksim Shabunin e60535d3ce Merge pull request #8724 from saskatchewancatch:i8723 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
Cartucho 2055bcc807 Extending template_matching tutorial with Java (#8043) 8 years ago
Alexander Alekhin 3b669149d2 Merge pull request #8710 from ioxp:master 8 years ago
Maksim Shabunin aaabb07bee Merge pull request #8715 from berak:fix_digits_py 8 years ago
berak 7b05d52f7b py_samples: fix digits.py 8 years ago
Matthias Grundmann 0e64e68d31 Update cap_mjpeg_encoder.cpp 8 years ago
Philipp Hasper dcd8589b67 Fixed exp32f() compilation on MSVC 8 years ago
Vitaly Tuzov ee5b5a6b2f Fixed out of bound reading in makeAgastOffsets 8 years ago
chacha21 fa4fd48072 Drop best optimizations to reduce code size 8 years ago
Vadim Pisarevsky 06b0fe35d2 Merge pull request #8609 from LukeZheZhu:pyrlk_err_ocl_fix 8 years ago
LukeZhu 65be9e1978 Fix OpenCL's wrong output of calcOpticalFlowPyrLK function's output vector of err. Improve err's precison of the calcOpticalFlowPyrLK OpenCL function and add the relative test. 8 years ago
Vadim Pisarevsky 833832ac91 Merge pull request #8391 from woodychow:warpAffine_avx2 8 years ago
Vadim Pisarevsky e00d0528a4 Merge pull request #8397 from woodychow:initUndistortRectifyMap_avx2 8 years ago
Vadim Pisarevsky b683e68223 Merge pull request #8398 from woodychow:normL2Sqr_avx2 8 years ago
nnorwitz 256b6bb3db Don't blow out the stack. Use a smaller buffer and prevent buffer overruns with snprintf. 8 years ago