1124 Commits (dac37a0bc93e7b77f5055ef66ad531d833100c3e)

Author SHA1 Message Date
Pavel Vlasov 349d5ba012 --perf_instrument parameter now has int type and 0, 1, 2 modes (1 - simple trees, 2 - expanded trees for functions with same name but different calling address); 8 years ago
Tetragramm ad5c50a923 Improve the efficiency as suggested by vpisarev. 8 years ago
Tomoaki Teshima 9ee6f10896 fix build error 8 years ago
Vladislav Sovrasov 33d82da436 Clarify documentation for cv::Algorithm::read 8 years ago
Tomoaki Teshima 6d460bb602 fix build error on old compiler 8 years ago
Sean Li 6f3483ade3 Correct the comment of Mat::diag(const Mat& d). 8 years ago
Tomoaki Teshima cba22349b7 add universal hardware support check function 8 years ago
Tomoaki Teshima b823c8e95c add universal intrinsic in StereoSGBM 8 years ago
Alexander Alekhin 33a5778a0e core: update CV_XADD 8 years ago
Erich Keane ad6af6b9e4 Remove Intel Specific CV_XADD Definition 8 years ago
Erich Keane 689cf79625 Correct cast for _InterlockedExchangeAdd on ICC 8 years ago
Tetragramm 6f7bf653f7 Add 90 degree rotation methods. This provides a quick simple way of doing 90 degree rotations. 8 years ago
Jiri Horner c17afe0fab Merge pull request #6933 from hrnr:gsoc_all 8 years ago
Vitaly Tuzov 26c9889c6b Fix for incorrect line drawing beyond 32768 row or column 8 years ago
Tomoaki Teshima 1ef740fa2c use universal intrinsic implementation for calcSharrDeriv 8 years ago
Tomoaki Teshima f6350bdfa8 remove duplicated include 8 years ago
Alexander Alekhin fef677f51a fix defines typo 8 years ago
Tomoaki Teshima 841ccccada use universal intrinsic in canny 8 years ago
Alexander Alekhin 12e00827be cuda: fix fp16 compilation 8 years ago
sourin a34fbf7bb1 Fixed identifiers warns 8 years ago
Alexander Alekhin a9ab629f60 build: fix aarch64 build with aarch64-linux-gnu-g++-4.8 8 years ago
Tomoaki Teshima c7cb116dc0 check FP16 build condition correctly 8 years ago
Tomoaki Teshima 0db4b7cebb fix build error on CUDA + Aarch64 8 years ago
Sean McBride 5357e28a2f Removed some extra semi-colons 8 years ago
Alexander Alekhin d855608e6e instrumentation: fix build on Linux 8 years ago
Alexander Alekhin 10d18a315c instrumentation: minor refactoring, wrap OpenCL 8 years ago
Vladislav Sovrasov dfe4519c07 Add QR decomposition to HAL 8 years ago
Tomoaki Teshima 903789f7af use universal intrinsic for FP16 8 years ago
Maksim Shabunin dc704d77ac Fixed several GCC 5.x warnings 8 years ago
Tomoaki Teshima 7fef96be1e add 64F intrinsic in HAL NEON 8 years ago
Matthew Self 9678d48e1a 2-channel interleaved load/store for universal intrinsics (float only) 8 years ago
Tomoaki Teshima c5d7791b67 brush up fp16 implementation 8 years ago
Suleyman TURKMEN fcc28fecb6 Make Up 8 years ago
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 8 years ago
Pavel Vlasov 680ca88ce0 Outdated ICV restrictions were removed; 8 years ago
Pavel Vlasov a462d76a95 Implementations instrumentation framework for OpenCV performance system; 8 years ago
Pavel Vlasov 3860b8db02 IPP was enabled in mathfuncs_core; 8 years ago
Ilya Lavrenov 1b3f634843 fixed compilation warning 8 years ago
daB0bby 5cc1ef9022 fix code-style consistency 8 years ago
MYLS 8596e82d98 Add JSON support. 8 years ago
Tomoaki Teshima 2db2d137ce follow the naming rule as other API 8 years ago
Alexander Alekhin 18e7afdfd9 cmake: add OPENCV_ENABLE_NONFREE option and macro 8 years ago
Tomoaki Teshima 87ca607fd4 brush up convertFp16 8 years ago
Pavel Rojtberg 15dabc11b5 Mat: use row/ col instead of i0/ i1 for parameter names in 2D case 8 years ago
Tomoaki Teshima 2974b049e7 cudev: add feature to convert FP32(float) from/to FP16(half) on GPU 8 years ago
MYLS 08911cbfae change `code` to `snippet` and do some cleaning. 8 years ago
Tomoaki Teshima c57f8780e9 show CPU feature correctly when FP16 is available 8 years ago
Alexander Alekhin 2ec63e4dd1 fix android pack build 8 years ago
MYLS 78ca5ddd45 solve errors and warnings 8 years ago
MYLS 617df09143 Modify Base64 functions and add test and documentation 9 years ago