104 Commits (159ea22b6b087c14a82a3ba55885234edbba94b2)

Author SHA1 Message Date
Tomoaki Teshima 2a781bb616 remove raw SSE2/NEON implementation from mathfuncs.cpp 7 years ago
Pavel Vlasov 11c2ffaf1c Update for IPP for OpenCV 2017u2 integration; 8 years ago
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 9 years ago
Pavel Vlasov 3860b8db02 IPP was enabled in mathfuncs_core; 9 years ago
Maksim Shabunin 1e667de1f3 HAL math interfaces: fastAtan2, magnitude, sqrt, invSqrt, log, exp 9 years ago
Maksim Shabunin 84f37d352f HAL moved back to core 9 years ago
Alexander Alekhin b26580cc7b checkRange fixes 9 years ago
hoangviet1985 3e96b724c2 squash 9 years ago
hoangviet1985 b96def885f squash 9 years ago
hoangviet1985 6441620f45 The right signs give the right results 9 years ago
Viet Dinh 57829d81ea mac compile error 9 years ago
Viet Dinh a1532582a6 optimize code 9 years ago
Viet Dinh 68bcff26fb fix solveCubic 9 years ago
Viet Dinh 433bc81b30 std::cbrt could not be found 9 years ago
Viet Dinh c8bf176558 casting warning 9 years ago
Viet Dinh cfd5caf29d deal with type casting issues 9 years ago
Viet Dinh f461d0cb7a fix compile errors 9 years ago
Viet Dinh 09b0193186 even more correct 9 years ago
Viet Dinh b6e8a47fca fix whitespace errors 9 years ago
Viet Dinh ed0065266e update fixing bug #5599 9 years ago
Viet Dinh 03e7b71707 fix whitespace errors 9 years ago
Viet Dinh e06c696b3c fix whitespace errors 9 years ago
Viet Dinh 40ce9f97d6 fix whitespace errors 9 years ago
Viet Dinh 0bc44376a5 fix bug #5599 9 years ago
Viet Dinh fdf549b921 fix bug #5599 9 years ago
Maksim Shabunin 6e9d0d9a0c Visual Studio 2015 warning and test fixes 9 years ago
Alexander Alekhin 7213e5f68a ocl: correct disabling of OpenCL code 10 years ago
Vadim Pisarevsky 85149f8686 hack solvePoly to finds roots of polynoms with zero higher-order coefficients. The roots are populated in this case, which is not valid, strictly speaking, but good enough for function like correctMatches. This solves http://code.opencv.org/issues/4330 10 years ago
Vadim Pisarevsky 73f760fdf0 some more compile warnings fixed 10 years ago
Vadim Pisarevsky 931a519969 fixed warning in mathfuncs 10 years ago
Vadim Pisarevsky 9fbd1d68ad refactored div & pow funcs; added tests for special cases in pow() function. 10 years ago
Vadim Pisarevsky ee11a2d266 fully implemented SSE and NEON cases of intrin.hpp; extended the HAL with some basic math functions 10 years ago
Vladislav Vinogradov cda6fed41f move tegra namespace out of cv to prevent conflicts 10 years ago
Vladislav Vinogradov 44e41baffe use new functions before all tegra:: calls 10 years ago
Ilya Lavrenov 6bce6ee34a checks 10 years ago
Ilya Lavrenov 1d3c860411 SinCos_32f 10 years ago
Ilya Lavrenov fc0869735d used popcnt 10 years ago
Ilya Lavrenov 3a78a22733 convertScaleAbs for s8, f64 10 years ago
Ilya Lavrenov 972ff1d0c4 polarToCart 10 years ago
Ilya Lavrenov 0a5c9cf145 magnitude 64f 10 years ago
Ilya Lavrenov 6ab928fb39 phase 64f 10 years ago
Alexander Karsakov 462c3c25a9 Removed incorrect using of rootn() and powr() in ocl_pow 10 years ago
Ilya Lavrenov 5ca25ab8f0 cv::pow (integer power) 10 years ago
Ilya Lavrenov ccdc71286c cv::polarToCart 10 years ago
Ilya Lavrenov d5f006eee5 cv::magnitude; cv::corner** 10 years ago
Ilya Lavrenov fb97273b3c cv::phase; cv::cartToPolar 10 years ago
Maksim Shabunin 09fb7512ed Fixed iOS framework compilation warnings 10 years ago
Pavel Vlasov 45958eaabc Implementation detector and selector for IPP and OpenCL; 11 years ago
Ilya Lavrenov 00f16e9178 neon 11 years ago
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 11 years ago